Skip to content

Commit 4ca653e

Browse files
test_api and cross-crypto momentum trading
1 parent 22b85e8 commit 4ca653e

File tree

3 files changed

+985
-79
lines changed

3 files changed

+985
-79
lines changed

Trading-Automation/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ config.py
55
bot_state.json
66
symbols.yaml
77
trades_detailed.csv
8-
__pycache__
8+
__pycache__
9+
fix_lines*

Trading-Automation/test_api.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env python3
2+
3+
import sys
4+
sys.path.append('.')
5+
6+
from trading_automation import test_api_connection
7+
8+
if __name__ == "__main__":
9+
print("Testing Binance API connection...")
10+
test_api_connection()

0 commit comments

Comments
 (0)