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.
33 lines
1023 B
JSON
33 lines
1023 B
JSON
{
|
|
"experiment_name": "pead_7pct_phase6",
|
|
"dataset_snapshot_id": "46950fc5-4155-4eb0-ab1c-018774e444cc",
|
|
"description": "PEAD 7% base strategy on Phase 6 dataset for cross-validation.",
|
|
"base_config": "configs/backtest/defaults.json",
|
|
"overrides": {
|
|
"event_type_profiles": {
|
|
"earnings_release": {
|
|
"enabled": true,
|
|
"direction_filter": "bullish_only"
|
|
},
|
|
"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
|
|
},
|
|
"risk": {
|
|
"veto_oneoff_penalty": 1.0,
|
|
"veto_unknown_direction": false,
|
|
"veto_bearish_direction": false
|
|
}
|
|
},
|
|
"tags": ["pead", "7pct", "phase6", "cross_validation"]
|
|
}
|