tune: lower min_vol_threshold - SOL 0.006->0.004, XRP 0.004->0.0025 (data-driven from 24h ATR distribution)
This commit is contained in:
parent
83494dc66c
commit
e25bc519ec
@ -32,13 +32,13 @@
|
||||
"spot_perp_divergence_veto": 0.005
|
||||
},
|
||||
"SOLUSDT": {
|
||||
"min_vol_threshold": 0.006,
|
||||
"min_vol_threshold": 0.004,
|
||||
"whale_threshold_usd": 20000,
|
||||
"obi_veto_threshold": 0.45,
|
||||
"spot_perp_divergence_veto": 0.008
|
||||
},
|
||||
"XRPUSDT": {
|
||||
"min_vol_threshold": 0.004,
|
||||
"min_vol_threshold": 0.0025,
|
||||
"whale_threshold_usd": 30000,
|
||||
"obi_veto_threshold": 0.40,
|
||||
"spot_perp_divergence_veto": 0.006
|
||||
|
||||
@ -45,13 +45,13 @@
|
||||
"spot_perp_divergence_veto": 0.005
|
||||
},
|
||||
"SOLUSDT": {
|
||||
"min_vol_threshold": 0.006,
|
||||
"min_vol_threshold": 0.004,
|
||||
"whale_threshold_usd": 20000,
|
||||
"obi_veto_threshold": 0.45,
|
||||
"spot_perp_divergence_veto": 0.008
|
||||
},
|
||||
"XRPUSDT": {
|
||||
"min_vol_threshold": 0.004,
|
||||
"min_vol_threshold": 0.0025,
|
||||
"whale_threshold_usd": 30000,
|
||||
"obi_veto_threshold": 0.40,
|
||||
"spot_perp_divergence_veto": 0.006
|
||||
|
||||
Loading…
Reference in New Issue
Block a user