]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
chore(reforcexy): add ft interface version to strategy
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 14 May 2025 20:02:46 +0000 (22:02 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 14 May 2025 20:02:46 +0000 (22:02 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
ReforceXY/user_data/strategies/RLAgentStrategy.py

index 81feb875244b0f3136a065278b144371fc86a715..e3b90b5317d676488d3e76973af2d0692abe0223 100644 (file)
@@ -17,6 +17,8 @@ class RLAgentStrategy(IStrategy):
     RLAgentStrategy
     """
 
+    INTERFACE_VERSION = 3
+
     minimal_roi = {"0": 0.03}
 
     process_only_new_candles = True