wip
This commit is contained in:
@ -931,6 +931,7 @@ class TradingDashboard:
|
||||
|
||||
current_time = datetime.now(timezone.utc) # Use UTC for consistency
|
||||
fee_rate = 0.001 # 0.1% trading fee
|
||||
fee_rate = 0.0 # 0% PROMO FEE (Current, but temporary)
|
||||
|
||||
if decision['action'] == 'BUY':
|
||||
if self.current_position is None:
|
||||
|
Reference in New Issue
Block a user