From debc6d9c22fd7b4dfe939441bf2bd39ede4f86c4 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 26 Feb 2026 20:29:58 +0100 Subject: [PATCH] chore: update DoesNothingstrategy to mostly skip roi/stoploss --- user_data/strategies/berlinguyinca/DoesNothingStrategy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_data/strategies/berlinguyinca/DoesNothingStrategy.py b/user_data/strategies/berlinguyinca/DoesNothingStrategy.py index 95c000d..32bbf0f 100644 --- a/user_data/strategies/berlinguyinca/DoesNothingStrategy.py +++ b/user_data/strategies/berlinguyinca/DoesNothingStrategy.py @@ -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'