delete before.
This commit is contained in:
@@ -1093,8 +1093,7 @@ class TradingExecutor:
|
||||
market='Crypto',
|
||||
symbol=symbol,
|
||||
timeframe=timeframe,
|
||||
limit=limit,
|
||||
before_time=int(time.time()),
|
||||
limit=limit
|
||||
)
|
||||
except Exception as e:
|
||||
logger.error(f"Failed to fetch K-lines: {str(e)}")
|
||||
|
||||
Reference in New Issue
Block a user