You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,4 +38,13 @@ In order to run your own implementation, complete the following steps:
38
38
7. Run bot.py
39
39
8. Enjoy
40
40
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.
0 commit comments