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.
26 lines
705 B
JSON
26 lines
705 B
JSON
{
|
|
"experiment_name": "phase5_no_trail_v1",
|
|
"dataset_snapshot_id": "e684ab2c-cfd9-4d72-94de-f7cc497211b8",
|
|
"description": "Phase 5 without trailing stop to isolate ATR target + wider stop effect.",
|
|
"base_config": "configs/backtest/defaults.json",
|
|
"overrides": {
|
|
"signal": {
|
|
"score_threshold": 0.5,
|
|
"max_candidates_per_day": 10
|
|
},
|
|
"risk": {
|
|
"per_trade_risk_pct": 0.01,
|
|
"max_daily_new_risk_pct": 0.05,
|
|
"max_positions": 10,
|
|
"max_positions_per_sector": 5
|
|
},
|
|
"execution": {
|
|
"trailing_model": null,
|
|
"target_1_fraction": 1.0,
|
|
"max_holding_days": 15
|
|
}
|
|
},
|
|
"splits": [],
|
|
"tags": ["phase5", "no-trailing", "atr-targets"]
|
|
}
|