21 lines
451 B
JSON
21 lines
451 B
JSON
{
|
|
"start_date": "2024-01-01",
|
|
"stop_date": "2024-01-31",
|
|
"initial_usd": 10000,
|
|
"timeframes": ["5min"],
|
|
"strategies": [
|
|
{
|
|
"name": "default",
|
|
"weight": 1.0,
|
|
"params": {
|
|
"timeframe": "5min",
|
|
"stop_loss_pct": 0.03
|
|
}
|
|
}
|
|
],
|
|
"combination_rules": {
|
|
"entry": "any",
|
|
"exit": "any",
|
|
"min_confidence": 0.5
|
|
}
|
|
} |