Wordcloud
Strategy: Discord_NowotnyIchimokuV1
Downloaded: 20220727
Stoploss: -0.04
The "NowotnyIchimokuV1" strategy is designed to backtest trading decisions using the Ichimoku Cloud indicator. Here's a short description of what the strategy does: The strategy uses the 1-hour timeframe for optimal results. It requires at least 180 startup candles to generate the necessary indicators.

The strategy processes both new and existing candles.

There is a commented-out section for plotting indicators on the main chart.

The strategy does not have any informative pairs. The "populate_indicators" function calculates various components of the Ichimoku Cloud indicator (conversion line, base line, lead spans, and cloud color) and adds them to the dataframe. The "populate_buy_trend" function determines when to buy based on specific conditions: The conversion line is above the lead spans. The conversion line is above the base line. The cloud color is green (shifted by 25 candles to the left). The closing price of the candle 25 periods ahead is higher than the current closing price. The "populate_sell_trend" function determines when to sell based on a simple crossover strategy: The closing price crosses below the closing price 25 periods ago. This strategy utilizes the Ichimoku Cloud indicator and a crossover signal for buying and selling decisions.

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 114, in __init__ validate_config_consistency(self.config) File "/freqtrade/freqtrade/configuration/config_validation.py", line 95, in validate_config_consistency validate_config_schema(conf, preliminary=preliminary) File "/freqtrade/freqtrade/configuration/config_validation.py", line 65, in validate_config_schema raise ValidationError( jsonschema.exceptions.ValidationError: 'stoploss' is a required property
stoploss: -0.04
timeframe: 1h
hash(sha256): 1a5c0a547b3bc22beaecc069d5010e31f217de7e5f0161c4c1297c528aec682a

Was not able to fetch indicators from Strategyfile.

last change: 2024-04-28 08:56:10