Scheduler Log #93

2025-12-31 12:46:52 | Cron: {"hour": "0,6,12,18", "minute": "0"}

Details

Started At 2025-12-01 00:00:00
Completed At 2025-12-01 00:00:07
Duration 7.02 seconds
Status FAILED
Trading Run ID No trading run

Output

============================================================
Alpha Bot Daily Run - 2025-12-01 00:00:00 UTC
============================================================

Assets: BTC, ETH, SOL, AVAX
LLM: deepseek-chat

📊 Fetching market data (50x 1h candles)...

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)