]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
chore(quickadapter): bump model and strategy version to 3.12.4
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 20 Jul 2026 20:11:43 +0000 (22:11 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 20 Jul 2026 21:01:50 +0000 (23:01 +0200)
quickadapter/user_data/freqaimodels/QuickAdapterRegressorV3.py
quickadapter/user_data/strategies/QuickAdapterV3.py

index 75b6d22f4a2b1d194277ad2dea59117896ffc0c7..d448922276886b6aa4315df77453c3a0b2b1fd38 100644 (file)
@@ -209,7 +209,7 @@ class QuickAdapterRegressorV3(BaseRegressionModel):
     https://github.com/sponsors/robcaulk
     """
 
-    version = "3.12.3"
+    version = "3.12.4"
 
     _TEST_SIZE: Final[float] = 0.1
     # Substituted whenever the Weibull DI cutoff (``weibull_min.ppf``) is
index 9603cf76cde58f0c27b82d23d284c00bc104a4f0..b1e860b223f88e588a2a5d4d0156e958496e9e2e 100644 (file)
@@ -125,7 +125,7 @@ class QuickAdapterV3(IStrategy):
     _ANNOTATION_LINE_OFFSET_CANDLES: Final[int] = 10
 
     def version(self) -> str:
-        return "3.12.3"
+        return "3.12.4"
 
     timeframe = "5m"
     timeframe_minutes = timeframe_to_minutes(timeframe)