#!/usr/bin/env bash
set -euo pipefail
cd /home/agent/projects/CryptoTradingBot/Crypto_Agent
source .venv/bin/activate
python collect_market_context.py --coins BTC,ETH,SOL,LINK,HYPE --interval 15m >> /home/agent/.local/state/CryptoTradingBot/market_context_collector.log 2>&1
python -m src.tools.l2_size_impact_collect --coins BTC,ETH,SOL,LINK >> /home/agent/.local/state/CryptoTradingBot/market_context_collector.log 2>&1
