]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
perf(qav3): stricter trade entry confirmation
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 29 Jun 2025 11:18:14 +0000 (13:18 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 29 Jun 2025 11:18:14 +0000 (13:18 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
quickadapter/user_data/strategies/QuickAdapterV3.py

index b2a42e58a848e9d998d2a35c5caae97d0a788ac9..b54a826ae3510fab072402793c7da03fe34cc7e8 100644 (file)
@@ -395,7 +395,7 @@ class QuickAdapterV3(IStrategy):
             self._label_params[pair]["label_natr_ratio"] = label_natr_ratio
 
     def get_entry_natr_ratio(self, pair: str) -> float:
-        return self.get_label_natr_ratio(pair) * 0.0125
+        return self.get_label_natr_ratio(pair) * 0.01
 
     def get_stoploss_natr_ratio(self, pair: str) -> float:
         return self.get_label_natr_ratio(pair) * 0.9