chore: update DoesNothingstrategy to mostly skip roi/stoploss

This commit is contained in:
Matthias
2026-02-26 20:29:58 +01:00
committed by GitHub
parent 0d2cb46883
commit debc6d9c22
@@ -18,11 +18,11 @@ class DoesNothingStrategy(IStrategy):
# adjust based on market conditions. We would recommend to keep it low for quick turn arounds
# This attribute will be overridden if the config file contains "minimal_roi"
minimal_roi = {
"0": 0.01
"0": 100000
}
# Optimal stoploss designed for the strategy
stoploss = -0.25
stoploss = -1
# Optimal timeframe for the strategy
timeframe = '5m'