diff --git a/config/live.json b/config/live.json index 460ab04..0360668 100644 --- a/config/live.json +++ b/config/live.json @@ -1,6 +1,6 @@ { - "_nota": "Config esecuzione LIVE di TP01. execution_enabled=false -> SOLO shadow (nessun ordine). Master switch.", - "execution_enabled": false, + "_nota": "Config esecuzione LIVE di TP01. execution_enabled=true + --execute -> ordini REALI. ARMATO 2026-06-20.", + "execution_enabled": true, "max_notional_per_asset_usd": 300, "min_order_usd": 5, "disaster_sl_pct": 0.30 diff --git a/scripts/cron_daily.sh b/scripts/cron_daily.sh index 251a253..f109549 100755 --- a/scripts/cron_daily.sh +++ b/scripts/cron_daily.sh @@ -9,5 +9,6 @@ mkdir -p logs uv run python scripts/analysis/fetch_hyperliquid.py # 52 alt Hyperliquid (certify) uv run python scripts/research/fetch_dvol.py # DVOL (per ricerca opzioni) uv run python scripts/live/paper_portfolio.py # avanza paper TP01+XS01 + uv run python scripts/live/live_execute.py --execute # TP01 LIVE su Deribit (gated da config/live.json) echo "===== done $(date -u '+%H:%M:%SZ') =====" } >> logs/cron_daily.log 2>&1