This commit is contained in:
Dobromir Popov
2025-05-26 22:46:55 +03:00
parent c97177aa88
commit 378e88be06
13 changed files with 1878 additions and 200 deletions

View File

@ -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: