#!/usr/bin/env bash
set -euo pipefail
cd /home/agent/projects/CryptoTradingBot/Crypto_Agent
source .venv/bin/activate
python -m src.tools.derivatives_history_collector --coins BTC,ETH,SOL,LINK,WLD,SUI,ENA,BCH --history runtime/market/derivatives_history.jsonl --latest runtime/market/derivatives_latest.json >/dev/null
