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.
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"experiment_name": "pead_7pct_expanded_maxcand4",
|
|
"dataset_snapshot_id": "5f3c99d9-693c-48d6-88bf-644666559ca9",
|
|
"description": "Expanded universe with max 4 candidates per day (down from 8). With 741 symbols, earnings season produces 10+ qualifying events per day — limiting to top 4 reduces concentration risk and improves signal quality.",
|
|
"base_config": "configs/backtest/defaults.json",
|
|
"overrides": {
|
|
"event_type_profiles": {
|
|
"earnings_release": { "enabled": true, "direction_filter": "any" },
|
|
"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": 4
|
|
},
|
|
"risk": {
|
|
"max_positions": 8,
|
|
"max_positions_per_sector": 4,
|
|
"max_daily_new_risk_pct": 0.04,
|
|
"cooldown_after_loss_streak": 0,
|
|
"cooldown_days": 0,
|
|
"veto_oneoff_penalty": 1.0,
|
|
"veto_unknown_direction": false,
|
|
"veto_bearish_direction": false
|
|
}
|
|
},
|
|
"tags": ["pead", "7pct", "longshort", "expanded", "universe-741", "maxcand4"]
|
|
}
|