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

@@ -81,3 +81,11 @@ LIVE_DAILY_LOSS_LIMIT_KRW=40000
LIVE_SLIPPAGE_PCT=0.05
# 시뮬 sim_causal_hybrid 와 동일: fire_outcomes monitor 발화 부트스트랩
LIVE_HYBRID_BOOTSTRAP_FIRES=1
# 07 일일 24h 수익률 텔레그램 (scripts/07_daily_pnl_telegram.py)
DAILY_PNL_REPORT_ENABLED=1
DAILY_PNL_REPORT_HOUR=19
DAILY_PNL_REPORT_MINUTE=0
DAILY_PNL_REPORT_TZ=Asia/Seoul
DAILY_PNL_SNAPSHOT_ON_LIVE=1
DAILY_PNL_SNAPSHOT_RETENTION_DAYS=90