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.
15 lines
500 B
JSON
15 lines
500 B
JSON
{
|
|
"experiment_name": "exec_opt_d_wide_trail",
|
|
"dataset_snapshot_id": "cd664594-6a6c-4e16-afef-9104ce900f33",
|
|
"description": "Execution opt D: default stops/targets but much wider trailing (10%). Tests if trailing stop is choking winners prematurely.",
|
|
"base_config": "configs/backtest/defaults.json",
|
|
"overrides": {
|
|
"signal": { "score_threshold": 0.5 },
|
|
"execution": {
|
|
"trailing_model": "pct_10",
|
|
"max_holding_days": 15
|
|
}
|
|
},
|
|
"tags": ["exec-opt", "wide-trail"]
|
|
}
|