]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
perf(qav3): fine tune trade entry/exit reversal confirmation
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 4 Aug 2025 17:02:43 +0000 (19:02 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 4 Aug 2025 17:02:43 +0000 (19:02 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
quickadapter/user_data/strategies/QuickAdapterV3.py

index 975afd5830343f15c4d856d5fc5b0118a4d32aa6..08adfd2c3de311219df25a451213ba69f14c0250 100644 (file)
@@ -64,7 +64,7 @@ class QuickAdapterV3(IStrategy):
     INTERFACE_VERSION = 3
 
     def version(self) -> str:
-        return "3.3.132"
+        return "3.3.133"
 
     timeframe = "5m"
 
@@ -976,7 +976,7 @@ class QuickAdapterV3(IStrategy):
             pair,
             df,
             min_natr_ratio_percent=0.0075,
-            max_natr_ratio_percent=0.125,
+            max_natr_ratio_percent=0.075,
             interpolation_direction="direct",
         )
         if isna(current_deviation):
@@ -1063,7 +1063,7 @@ class QuickAdapterV3(IStrategy):
             pair,
             df,
             min_natr_ratio_percent=0.0075,
-            max_natr_ratio_percent=0.125,
+            max_natr_ratio_percent=0.075,
             interpolation_direction="direct",
         )
         if isna(current_deviation):