Skip to content

Commit ca4ab40

Browse files
realistic variables to allow for trading + symbols update interval
1 parent 9362d8c commit ca4ab40

File tree

4 files changed

+844
-11
lines changed

4 files changed

+844
-11
lines changed

Trading-Automation/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
research/
22
secrets.py
3+
config.py
34
*.csv
45
bot_state.json
56
symbols.yaml
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Requirements for Trading Automation Enhanced with WebSocket Support
2+
python-binance>=1.0.16
3+
python-telegram-bot>=20.0
4+
PyYAML>=6.0
5+
APScheduler>=3.9.0
6+
pytz>=2021.3
7+
websockets>=10.0
8+
pycoingecko>=3.1.0

0 commit comments

Comments
 (0)