Error
Not enough candle data for AVAX (got 0 candles)
Traceback (most recent call last):
File "/app/scripts/scheduler.py", line 73, in run_with_logging
trading_run_id = CRON_FN(config_path=config_path, verbose=verbose)
File "/app/scripts/daily_run.py", line 69, in daily_run
market_data = get_market_data(
client, config.assets, config.market_data.candle_period, config.market_data.num_candles
)
File "/app/src/alpha_bot/market/data.py", line 73, in get_market_data
raise ValueError(
f"Not enough candle data for {asset} (got {len(candles_raw)} candles)"
)
ValueError: Not enough candle data for AVAX (got 0 candles)