Refactor trading logic to use MAX_TRADES constant for trade limit

This commit is contained in:
Nawaz Haider
2026-01-01 22:30:32 +06:00
parent 051070ebdd
commit d5ec01ffd9
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -8,3 +8,4 @@ PROFIT_MARGIN = 0.02
TRADING_BPS_THRESHOLD = 50
MARKET_SESSION_SECONDS = 900
TIMEZONE = "US/Eastern"
MAX_TRADES = 1