You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
I Luk Kim 1d97595607 Fix ran_today: compare phase to 'idle' default instead of bool()
ORBDailyStateRow.phase defaults to 'idle' even when no DB row exists,
so bool(daily.phase) was True for brand-new sessions, hiding the
'지금 시작' button. Fix: ran_today = phase not in ('idle', '', None).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 months ago
..
__init__.py Add ownership/risk-off sleeves, v17-v19 experiments, and web app restructure 4 months ago
backtest.py Optimize v7 strategy: v7.356 achieves CW 2159% + SQS 90.7 (Pareto improvement over v7.314) 4 months ago
docs.py Add ownership/risk-off sleeves, v17-v19 experiments, and web app restructure 4 months ago
experiments.py Optimize v7 strategy: v7.356 achieves CW 2159% + SQS 90.7 (Pareto improvement over v7.314) 4 months ago
leaderboard.py Add ownership/risk-off sleeves, v17-v19 experiments, and web app restructure 4 months ago
orb_trading.py Fix ran_today: compare phase to 'idle' default instead of bool() 4 months ago
paper_trading.py Add v7.120 composed GLD experiment updates 4 months ago
runs.py Add ownership/risk-off sleeves, v17-v19 experiments, and web app restructure 4 months ago
sqs.py Add v7.120 composed GLD experiment updates 4 months ago