33 lines
603 B
JSON
33 lines
603 B
JSON
{
|
|
"position_sizing": {
|
|
"balance_utilization": 0.60,
|
|
"max_leverage": 20,
|
|
"default_leverage": 10,
|
|
"min_profit_usdt": 10
|
|
},
|
|
"atr": {
|
|
"weight_1h": 0.5,
|
|
"weight_4h": 0.3,
|
|
"weight_1d": 0.2,
|
|
"multiplier": 1.5,
|
|
"fallback_sl_pct": 0.03
|
|
},
|
|
"rr_by_trend": {
|
|
"strong_up": 3.0,
|
|
"strong_down": 3.0,
|
|
"weak_trend": 2.0,
|
|
"ranging": 1.5
|
|
},
|
|
"cost_performance": {
|
|
"rr_high": 2.0,
|
|
"rr_medium": 1.5,
|
|
"fee_high_pct": 10,
|
|
"fee_medium_pct": 5,
|
|
"fee_rate": 0.0005
|
|
},
|
|
"safety": {
|
|
"liq_estimate_factor": 0.9,
|
|
"liq_buffer": 0.8
|
|
}
|
|
}
|