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.
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 v55b Sweep — Re-optimize stop/breakeven/trailing for long+short (both) + 10min ORB
#
# v55 base: entry_direction=both, orb_minutes=10, sim_bar_minutes=90
# v54 optimal stop params (atr=0.05, be=1R, trail_at=10R, trail_atr=0.3) were
# found with long_only. With short breakdowns added, the optimal params may differ.
#
# 4 × 3 × 3 × 3 = 108 combinations
base_config : configs/intraday/strategies/orb_v55_both_10min_90bar.yaml
sweep :
# Stop distance
atr_stop_multiplier : [ 0.05 , 0.08 , 0.10 , 0.15 ]
# Breakeven trigger
breakeven_at_r : [ 1.0 , 2.0 , 3.0 ]
# Trailing activation
trailing_at_r : [ 5.0 , 10.0 , 15.0 ]
# ATR-based trailing distance
trailing_stop_atr_multiplier : [ 0.3 , 0.5 , 1.0 ]