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

Strategy failed backtesting!
Reason: Duplicate of Ichimoku_v27_1d

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The Ichimoku_v9 strategy is a trading strategy that uses the Ichimoku Cloud indicator to generate buy and sell signals. Here's a breakdown of how the strategy works: The strategy calculates the Ichimoku Cloud indicator using the ichimoku function from the technical.indicators module. The indicator is calculated with specific parameters such as conversion line period, base line periods, lagging span, and displacement.

The calculated Ichimoku Cloud values are stored in different columns of the dataframe object: tenkan: The Tenkan-sen line kijun: The Kijun-sen line senkou_a: The Senkou Span A line senkou_b: The Senkou Span B line cloud_green: A boolean value indicating if the price is above the cloud (green region) cloud_red: A boolean value indicating if the price is below the cloud (red region) The populate_buy_trend function determines the buy signals based on specific conditions: When the price crosses above the Senkou Span A and is above both Senkou Span A and Senkou Span B, a buy signal is generated.

The populate_sell_trend function determines the sell signals based on specific conditions: When the Tenkan-sen line crosses below the Kijun-sen line, and the price is below both Senkou Span A and Senkou Span B, and the cloud color is red, a sell signal is generated.

The strategy sets the minimal_roi (minimum return on investment) parameter to 100, indicating that the strategy aims to achieve a minimum 100% return. The stoploss parameter is set to -1, which means there is no fixed stop loss defined for this strategy. The ticker_interval parameter is set to '4h', indicating that the strategy operates on 4-hour candlestick data. The informative_pairs function returns an empty list, indicating that there are no additional pairs needed for informative purposes. Overall, the Ichimoku_v9 strategy uses the Ichimoku Cloud indicator to identify buy and sell signals based on specific conditions related to the cloud and the crossover of the Tenkan-sen and Kijun-sen lines.

stoploss: -1
timeframe: 4h
hash(sha256): c6a971a3be2a7756b10e9b6dabe423162dd8f8c38af8891d6fc5c066ac8b09e3
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-26 15:59:17