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.
fithia2/configs/experiments/parking_only_regime_tiered....

19 lines
751 B
JSON

{
"experiment_name": "parking_only_regime_tiered",
"dataset_snapshot_id": "midlarge-liquid-long-v1_bucketfix_full_audit_canonical",
"description": "Empty strategy for standalone regime-tiered parking backtest. 3-tier VIX-driven rotation: VIX<20 → JEPQ, VIX 20-25 → QQQM, VIX>25 → SGOV. Hysteresis buffer of 1.0 prevents whipsaw. NOTE: JEPQ dividend income not modeled. Compare vs parking_only_qqq and parking_only_jepq.",
"base_config": "configs/backtest/return_max_long_v1.json",
"overrides": {
"signal": {
"score_threshold": 99.0,
"max_candidates_per_day": 0
},
"risk": {
"max_positions": 0,
"cash_parking_preset": "regime_tiered_jepq"
}
},
"strategy_engines": [],
"status": "retired"
}