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.

43 lines
1.4 KiB
JSON

{
"experiment_name": "pead_7pct_drift_c",
"dataset_snapshot_id": "cd664594-6a6c-4e16-afef-9104ce900f33",
"description": "PEAD 7% aggressive: 2x risk (1%), 6 max positions, hold 25d, no partial exit, wide target. Maximizes capital deployment on high-conviction PEAD trades.",
"base_config": "configs/backtest/defaults.json",
"overrides": {
"event_type_profiles": {
"earnings_release": {
"enabled": true,
"direction_filter": "bullish_only",
"max_holding_days_override": 25
},
"guidance_update": { "enabled": false },
"management_change": { "enabled": false },
"material_contract": { "enabled": false },
"unknown": { "enabled": false },
"other_material_event": { "enabled": false }
},
"signal": {
"scoring_model": "pead",
"pead_reaction_threshold": 0.07,
"pead_volume_threshold": 1.5,
"score_threshold": 0.5,
"max_candidates_per_day": 5
},
"execution": {
"max_holding_days": 25,
"target_atr_multiplier": 3.0,
"target_1_fraction": null
},
"risk": {
"per_trade_risk_pct": 0.01,
"max_daily_new_risk_pct": 0.03,
"max_positions": 6,
"max_positions_per_sector": 3,
"veto_oneoff_penalty": 1.0,
"veto_unknown_direction": false,
"veto_bearish_direction": false
}
},
"tags": ["pead", "7pct", "drift", "hold25", "aggressive"]
}