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 v60 Sweep — Final parameter exploration
#
# 3 × 3 × 2 = 18 combinations
base_config: configs/intraday/strategies/orb_v60_rvol05.yaml
sweep:
# Trailing stop ATR multiplier (how tight the trailing stop tracks)
trailing_stop_atr_multiplier: [0.1, 0.2, 0.3]
# Minimum ATR filter (stock volatility requirement)
min_atr_14: [0.30, 0.50, 0.75]
# Breakeven trigger (quicker vs current 1R)
breakeven_at_r: [0.5, 1.0]