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.

52 lines
1.6 KiB
YAML

_meta:
name: Leader Intraday Momentum Ultra Safe
description: Corrected post-lookahead ultra-safe leader basket. Requires at least two qualified names before trading, lowers the morning-gain floor to 1.2%, caps opening gaps at 5.5%, and scales sparse 2-position days down to 50% size. Designed to sacrifice some upside in exchange for materially better win rate, lower drawdown, and stronger trap-day avoidance.
id: 24
strategy_mode: momentum
strategy:
compound_returns: false
entry_minutes_after_open: 10
confirmation_minutes_after_entry: 5
min_confirmation_return_pct: 0.0
exit_minutes_before_close: 10
stop_loss_pct: null
trailing_stop_pct: -0.075
min_morning_gain_pct: 0.012
max_morning_gain_pct: 0.075
max_gap_pct: 0.055
min_entry_volume: 125000
min_entry_dollar_volume: 2000000
min_volume_ratio_14d: 0.02
ticker_cooldown_days: 4
top_n: 18
min_positions_to_trade: 2
full_size_positions_threshold: 3
sparse_day_size_floor: 0.5
max_positions_per_sector: 2
use_five_sleeves: true
max_entropy_20d: 0.86
max_vix: 30.0
recent_live_scan_days: 0
recent_live_scan_min_price: 2.0
recent_live_scan_avg_volume_min: 200000
recent_live_scan_market_cap_min: 100000000.0
recent_live_scan_max_candidates_per_day: 150
initial_capital: 10000.0
slippage_bps: 5.0
market_regime_spy_threshold: null
universe:
source: yaml
symbols_file: configs/symbols_broad_snapshot_3408.yaml
min_price: 10.0
backtest:
start_date: null
end_date: null
lookback_trading_days: 200
pre_screen_threshold: 0.02
cache:
enabled: true
dir: data/cache/intraday
output:
dir: runs/intraday
verbose: false