2025-05-23 16:57:33 +08:00
|
|
|
{
|
|
|
|
|
"start_date": "2025-03-01",
|
|
|
|
|
"stop_date": "2025-03-15",
|
|
|
|
|
"initial_usd": 10000,
|
|
|
|
|
"timeframes": ["15min"],
|
|
|
|
|
"strategies": [
|
|
|
|
|
{
|
|
|
|
|
"name": "default",
|
|
|
|
|
"weight": 0.6,
|
2025-05-23 17:55:13 +08:00
|
|
|
"params": {
|
|
|
|
|
"timeframe": "15min",
|
|
|
|
|
"stop_loss_pct": 0.03
|
|
|
|
|
}
|
2025-05-23 16:57:33 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "bbrs",
|
|
|
|
|
"weight": 0.4,
|
|
|
|
|
"params": {
|
|
|
|
|
"bb_width": 0.05,
|
|
|
|
|
"bb_period": 20,
|
|
|
|
|
"rsi_period": 14,
|
2025-05-23 17:55:13 +08:00
|
|
|
"trending_rsi_threshold": [30, 70],
|
|
|
|
|
"trending_bb_multiplier": 2.5,
|
|
|
|
|
"sideways_rsi_threshold": [40, 60],
|
|
|
|
|
"sideways_bb_multiplier": 1.8,
|
|
|
|
|
"strategy_name": "MarketRegimeStrategy",
|
|
|
|
|
"SqueezeStrategy": true,
|
|
|
|
|
"stop_loss_pct": 0.05
|
2025-05-23 16:57:33 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"combination_rules": {
|
|
|
|
|
"entry": "weighted_consensus",
|
|
|
|
|
"exit": "any",
|
|
|
|
|
"min_confidence": 0.6
|
|
|
|
|
}
|
|
|
|
|
}
|