Traceback (most recent call last): File "/freqtrade/freqtrade/main.py", line 42, in main return_code = args['func'](args) ^^^^^^^^^^^^^^^^^^ File "/freqtrade/freqtrade/commands/optimize_commands.py", line 57, in start_backtesting backtesting = Backtesting(config) ^^^^^^^^^^^^^^^^^^^ File "/freqtrade/freqtrade/optimize/backtesting.py", line 113, in __init__ self.strategylist.append(StrategyResolver.load_strategy(self.config)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/freqtrade/freqtrade/resolvers/strategy_resolver.py", line 92, in load_strategy StrategyResolver._strategy_sanity_validations(strategy) File "/freqtrade/freqtrade/resolvers/strategy_resolver.py", line 154, in _strategy_sanity_validations raise ImportError( ImportError: Short strategies cannot run in spot markets. Please make sure that this is the correct strategy and that your trading mode configuration is correct. You can run this strategy in spot markets by setting `can_short=False` in your strategy.
Please note that short signals will be ignored in that case.
stoploss: -0.2 timeframe: 15m hash(sha256): 9e7dc839941c35d926dfd8b9aa10229ed04e64c84214e1f4af4f8b4cb9072077
Was not able to fetch indicators from Strategyfile.
last change: 2025-06-16 09:43:23