Wordcloud
Strategy: Ichimoku_v17
Downloaded: 20220115
Stoploss: -1


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The Ichimoku_v17 strategy is a trading strategy that uses the Ichimoku indicator to generate buy and sell signals. Here is a breakdown of what the strategy does: Import necessary modules and libraries for the strategy. Define the minimal_roi (minimum return on investment) as 10%.

Set the stoploss value to -1 (which means no stoploss is used).

Set the ticker_interval to '1d' (1 day).

Define the informative_pairs function, which returns an empty list of informative pairs. Implement the populate_indicators function, which calculates various indicators based on the Ichimoku indicator and adds them to the dataframe. The indicators include tenkan, kijun, senkou_a, senkou_b, cloud_green, and cloud_red. Implement the populate_buy_trend function, which generates buy signals based on specific conditions. The conditions include: The close price crosses above the senkou_a line. The close price is above both the senkou_a and senkou_b lines. The close price crosses above the senkou_b line. Implement the populate_sell_trend function, which generates sell signals based on a specific condition. The condition is that the kijun line crosses above the tenkan line. In summary, the strategy uses the Ichimoku indicator to identify potential buying opportunities when certain conditions are met, and it generates sell signals when a specific condition is satisfied. The strategy does not use a stop-loss and aims to achieve a minimum return on investment of 10%.

stoploss: -1
timeframe: 1d
hash(sha256): d28c3c22a80979a64d89760fe0606f110163659893e5f606885078d8ff0bfea9
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-30 12:51:53