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.
16 lines
365 B
JSON
16 lines
365 B
JSON
{
|
|
"experiment_name": "test_experiment",
|
|
"dataset_snapshot_id": "test_snapshot_001",
|
|
"description": "Minimal fixture manifest for unit tests.",
|
|
"base_config": "configs/backtest/defaults.json",
|
|
"overrides": {
|
|
"risk": {
|
|
"max_positions": 3,
|
|
"per_trade_risk_pct": 0.02
|
|
}
|
|
},
|
|
"splits": [],
|
|
"tags": ["test"],
|
|
"notes": "Test fixture"
|
|
}
|