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.
25 lines
733 B
JSON
25 lines
733 B
JSON
{
|
|
"experiment_name": "realdata_scored_v1",
|
|
"dataset_snapshot_id": "b1868603-5193-4308-9627-a185e054f99d",
|
|
"description": "Real data test with rule-based entry score model and score_threshold=0.5.",
|
|
"base_config": "configs/backtest/defaults.json",
|
|
"overrides": {
|
|
"signal": {
|
|
"score_threshold": 0.5,
|
|
"max_candidates_per_day": 10
|
|
},
|
|
"risk": {
|
|
"per_trade_risk_pct": 0.01,
|
|
"max_daily_new_risk_pct": 0.05,
|
|
"max_positions": 10,
|
|
"max_positions_per_sector": 5
|
|
},
|
|
"execution": {
|
|
"max_holding_days": 5
|
|
}
|
|
},
|
|
"splits": [],
|
|
"tags": ["realdata", "scored"],
|
|
"notes": "Uses compute_entry_score() from libs/backtest/scoring.py. Filters out bearish/extreme setups."
|
|
}
|