Update trading logic and order placement in response to configuration changes

This commit is contained in:
Nawaz Haider
2026-01-03 13:11:51 +06:00
parent 868806f534
commit e158f553cf
3 changed files with 21 additions and 16 deletions
+2 -2
View File
@@ -9,5 +9,5 @@ PROFIT_MARGIN = 0.02
TRADING_BPS_THRESHOLD = 50
MARKET_SESSION_SECONDS = 900
TIMEZONE = "US/Eastern"
MAX_TRADES = 1
PLACE_OPPOSITE_ORDER = False # Hedge orders
MAX_TRADES = 2
PLACE_OPPOSITE_ORDER = True # Hedge orders