Update interface version on remaining strategies

This commit is contained in:
Matthias
2022-07-10 15:14:30 +02:00
parent 98ab175ee3
commit bcca7d7aef
10 changed files with 13 additions and 4 deletions
@@ -21,6 +21,7 @@ class InformativeSample(IStrategy):
> python3 freqtrade -s InformativeSample
"""
INTERFACE_VERSION: int = 3
# Minimal ROI designed for the strategy.
# This attribute will be overridden if the config file contains "minimal_roi"
minimal_roi = {