29 lines
678 B
JSON
29 lines
678 B
JSON
|
|
{
|
||
|
|
"start_date": "2025-03-01",
|
||
|
|
"stop_date": "2025-03-15",
|
||
|
|
"initial_usd": 10000,
|
||
|
|
"timeframes": ["15min"],
|
||
|
|
"stop_loss_pcts": [0.04],
|
||
|
|
"strategies": [
|
||
|
|
{
|
||
|
|
"name": "default",
|
||
|
|
"weight": 0.6,
|
||
|
|
"params": {}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "bbrs",
|
||
|
|
"weight": 0.4,
|
||
|
|
"params": {
|
||
|
|
"bb_width": 0.05,
|
||
|
|
"bb_period": 20,
|
||
|
|
"rsi_period": 14,
|
||
|
|
"strategy_name": "MarketRegimeStrategy"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"combination_rules": {
|
||
|
|
"entry": "weighted_consensus",
|
||
|
|
"exit": "any",
|
||
|
|
"min_confidence": 0.6
|
||
|
|
}
|
||
|
|
}
|