]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
refactor(qav3): code formatting
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 6 Mar 2025 09:31:41 +0000 (10:31 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 6 Mar 2025 09:31:41 +0000 (10:31 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
quickadapter/user_data/strategies/QuickAdapterV3.py

index 5c338021caf0ba0df83f2b9e9dbfc6542da3c5bc..99b89e9965d9f6c663f1bd3980e00673a7006a1a 100644 (file)
@@ -337,7 +337,6 @@ class QuickAdapterV3(IStrategy):
             and last_candle[EXTREMA_COLUMN] < last_candle["minima_threshold"]
         ):
             return "minima_detected_short"
-
         if (
             enter_tag == "long"
             and last_candle["do_predict"] == 1