Wordcloud
Strategy: Ichimoku_v3
Downloaded: 20220115
Stoploss: -1
4hFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of Ichimoku_v5

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The Ichimoku_v3 strategy is a trading strategy that uses the Ichimoku Cloud indicator to generate buy and sell signals. Here's a brief description of what the strategy does: The strategy calculates various components of the Ichimoku Cloud indicator, such as the Tenkan-sen, Kijun-sen, Senkou Span A, Senkou Span B, cloud color, etc. These components are derived from the price data of the trading instrument.

In the populate_buy_trend function, the strategy identifies a buy signal when the following conditions are met: The Tenkan-sen line crosses above the Kijun-sen line.

The closing price is higher than the Senkou Span A and Senkou Span B lines.

In the populate_sell_trend function, the strategy identifies a sell signal when the following conditions are met: The Tenkan-sen line crosses below the Kijun-sen line. The cloud color is red. The strategy sets a fixed minimum return on investment (ROI) target of 10% (specified in the minimal_roi dictionary). The strategy uses a stop loss level of -1 (not specified in the code but mentioned as a comment). The strategy operates on 4-hour candlestick data (ticker_interval = '4h'). The strategy does not specify any informative pairs. Overall, the strategy aims to capture buy signals when the price shows upward momentum and is above the Ichimoku Cloud, and sell signals when the price shows downward momentum and the cloud color is red. It aims to achieve a minimum ROI of 10% while limiting losses with a stop loss.

stoploss: -1
timeframe: 4h
hash(sha256): 715b2cfa8c4838b8b58cbb589eca1b378f6fc83221508b5b242c4de25509d689
indicators:
kijun_sen tenkan senkou_span_a close cloud_green
senkou_a senkou_b kijun tenkan_sen cloud_red
senkou_span_b

No similar strategies found. (based on used indicators)

last change: 2023-06-24 12:51:31