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 8771667e61 Add dynamic strategy selection to ORB Scanner
- List all orb_gainers_*.yaml configs via GET /orb-scanner/strategies (reads _meta.name)
- _get_params() now accepts strategy_id with per-strategy dict cache
- exit_check() replaces hardcoded stop constants (0.75/0.6/0.2/1.0/1.5) with params fields
- check() and gainers_scan() accept optional strategy param
- Frontend: strategy dropdown in page header (localStorage persisted)
- Position.strategy locked at add-time so exit checks always use entry-strategy params

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 months ago
..
__init__.py Add ownership/risk-off sleeves, v17-v19 experiments, and web app restructure 4 months ago
backtest.py Revert: remove daily_budget_reset from PEAD backtest 4 months ago
docs.py Add ownership/risk-off sleeves, v17-v19 experiments, and web app restructure 4 months ago
events.py Add centralized event logging + Logs/Health UI with PEAD/ORB tabs 3 months ago
experiments.py Optimize v7 strategy: v7.356 achieves CW 2159% + SQS 90.7 (Pareto improvement over v7.314) 4 months ago
intraday.py Investigate compound mode: V23 is absolute champion in all modes 4 months ago
leaderboard.py Add ownership/risk-off sleeves, v17-v19 experiments, and web app restructure 4 months ago
orb_scanner.py Add dynamic strategy selection to ORB Scanner 3 months ago
orb_trading.py Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
paper_trading.py Fix cross-session avg_entry_price contamination in positions view 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