# ORB v57 Sweep — Re-optimize timing + pool size with v56's relaxed kill switch # # v55 sweep tested orb_minutes/sim_bar_minutes with max_stops=3, max_cand=20. # Now that max_stops=20 + max_cand=30 is the base, the optimal timing params may differ. # Also testing larger candidate pools beyond 30. # # 3 × 3 × 4 = 36 combinations base_config: configs/intraday/strategies/orb_v56_maxstops20_cands30.yaml sweep: # ORB window: how many minutes to define the opening range orb_minutes: [5, 10, 15] # Simulation bar granularity for stop/target checks sim_bar_minutes: [60, 90, 120] # Candidate pool size max_candidates: [20, 30, 40, 50]