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.

20 lines
652 B
YAML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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]