From e25bc519eca307f07434ec1475fb5b2e049a99b8 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 4 Mar 2026 04:00:45 +0000 Subject: [PATCH] tune: lower min_vol_threshold - SOL 0.006->0.004, XRP 0.004->0.0025 (data-driven from 24h ATR distribution) --- backend/strategies/v53.json | 4 ++-- backend/strategies/v53_fast.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/strategies/v53.json b/backend/strategies/v53.json index f58b7e1..82e49a6 100644 --- a/backend/strategies/v53.json +++ b/backend/strategies/v53.json @@ -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 diff --git a/backend/strategies/v53_fast.json b/backend/strategies/v53_fast.json index 05d1d3e..4aa4a18 100644 --- a/backend/strategies/v53_fast.json +++ b/backend/strategies/v53_fast.json @@ -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