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.

22 lines
767 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 v55c Sweep — Kill switch + candidate pool size optimization
#
# Base: v55 (both + 10min + 90bar + atr=0.05 + be=1R + trail5R + trail_atr=0.3)
#
# Hypothesis: high-score candidates (high RVOL) stop out early → kills remaining
# good trades. Raising max_stops / loss limit allows more trades to execute.
# Also testing larger candidate pools (30/40) to see if more diversity helps.
#
# 5 × 4 × 3 = 60 combinations
base_config: configs/intraday/strategies/orb_v55_both_10min_90bar.yaml
sweep:
# Max stop-outs before halting new trades for the day
max_stops_per_day: [2, 3, 5, 8, 20]
# Daily loss limit as fraction of equity (null = no limit)
daily_max_loss_pct: [0.0075, 0.0125, 0.02, 0.05]
# Candidate pool size
max_candidates: [15, 20, 30]