]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
chore(quickadapter): bump strategy and regressor version 3.11.9 -> 3.11.10
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 25 May 2026 12:42:28 +0000 (14:42 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 25 May 2026 12:42:28 +0000 (14:42 +0200)
quickadapter/user_data/freqaimodels/QuickAdapterRegressorV3.py
quickadapter/user_data/strategies/QuickAdapterV3.py

index 97c43986e8e9e330bcfdba016b93a8315f3f7adf..8fc62d38307fdf3efe538e60cefd20508444ca9f 100644 (file)
@@ -102,7 +102,7 @@ class QuickAdapterRegressorV3(BaseRegressionModel):
     https://github.com/sponsors/robcaulk
     """
 
-    version = "3.11.9"
+    version = "3.11.10"
 
     _TEST_SIZE: Final[float] = 0.1
 
index b47844bcea602d76fdbccc0d8a729a7cd6d11d42..1c6d576bd106a6cda4c16e60e3a49e3425a7da49 100644 (file)
@@ -114,7 +114,7 @@ class QuickAdapterV3(IStrategy):
     _ANNOTATION_LINE_OFFSET_CANDLES: Final[int] = 10
 
     def version(self) -> str:
-        return "3.11.9"
+        return "3.11.10"
 
     timeframe = "5m"
     timeframe_minutes = timeframe_to_minutes(timeframe)