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.
17 lines
567 B
JSON
17 lines
567 B
JSON
{
|
|
"experiment_name": "exec_opt_a_wider",
|
|
"dataset_snapshot_id": "cd664594-6a6c-4e16-afef-9104ce900f33",
|
|
"description": "Execution opt A: wider stops (3.5 ATR), higher targets (2.0 ATR), wider trailing (7%), longer hold (20d). Let winners run.",
|
|
"base_config": "configs/backtest/defaults.json",
|
|
"overrides": {
|
|
"signal": { "score_threshold": 0.5 },
|
|
"risk": { "stop_atr_multiplier": 3.5 },
|
|
"execution": {
|
|
"target_atr_multiplier": 2.0,
|
|
"trailing_model": "pct_7",
|
|
"max_holding_days": 20
|
|
}
|
|
},
|
|
"tags": ["exec-opt", "wider"]
|
|
}
|