Skip to content

Commit bf469a0

Browse files
committed
Update README.md
1 parent 08e8377 commit bf469a0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,13 @@ In order to run your own implementation, complete the following steps:
3838
7. Run bot.py
3939
8. Enjoy
4040

41-
41+
### Displaying current open positions
42+
The TradingAssistant now has the capability to fetch all of your current open positions from BitMex and displays them in a formatted message. Due to privacy and security concerns the only way to access this feature is to run your own implementation of the bot.
43+
44+
In order to enable the position command on your own implementation, complete the following steps:
45+
1. Generate and securely store BitMex API Keys
46+
2. Open the bitmex.py file then replace the api_id and api_secret variables with their respective values.
47+
3. Open the bot.py file then replace the api_id and api_secret variables with their respective values.
48+
4. Save changes
49+
5. Run bot.py
50+
6. Enjoy

0 commit comments

Comments
 (0)