18 lines
401 B
JSON
18 lines
401 B
JSON
{
|
|
"timeframe": ["15min", "30min"],
|
|
"supertrend_periods": [
|
|
[8, 12, 16],
|
|
[10, 15, 20],
|
|
[12, 18, 24],
|
|
[14, 21, 28]
|
|
],
|
|
"supertrend_multipliers": [
|
|
[1.5, 2.0, 2.5],
|
|
[2.0, 3.0, 4.0],
|
|
[1.0, 2.0, 3.0],
|
|
[1.0, 2.0, 3.0]
|
|
],
|
|
"min_trend_agreement": [0.6, 0.7, 0.8, 1.0, 1.0],
|
|
"stop_loss_pct": [0.02, 0.03, 0.04, 0.05],
|
|
"take_profit_pct": [0.00, 0.00, 0.00, 0.00]
|
|
} |