feat: add daily 24h PnL Telegram report and stop tracking .env

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dsyoon
2026-06-03 16:46:17 +01:00
parent b0d29353a3
commit ef8fc774f8
14 changed files with 13568 additions and 13433 deletions

View File

@@ -51,6 +51,7 @@ MATCHING_HYBRID_DD_CALIBRATION_JSON = DOCS_MATCHING / "hybrid_dd_calibration.jso
LIVE_TRADES_LOG = OPS_STATE_DIR / "live_trades.jsonl"
LIVE_SIGNAL_HISTORY_JSON = OPS_STATE_DIR / "live_signal_history.json"
PORTFOLIO_SNAPSHOTS_LOG = OPS_STATE_DIR / "portfolio_snapshots.jsonl"
CHART_TRUTH_HTML = DOCS_GROUND_TRUTH / "wld_ground_truth_chart.html"