Wordcloud
Strategy: Ichimoku_v21
Downloaded: 20220115
Stoploss: -1


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The Ichimoku_v21 strategy is a trading strategy that utilizes the Ichimoku 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 indicator, including the Tenkan Sen, Kijun Sen, Senkou Span A, Senkou Span B, and cloud colors (green and red). In the populate_buy_trend method, the strategy identifies potential buy signals based on the following conditions: The close price crosses above the Senkou Span A.

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

The close price is higher than the close price 90 periods ago.

Similarly, in the populate_sell_trend method, the strategy identifies potential sell signals based on the following conditions: The Senkou Span B crosses above the Senkou Span A. The close price is lower than the Senkou Span A and Senkou Span B. The cloud color is red. The strategy assigns a value of 1 to the 'buy' or 'sell' columns of the dataframe to indicate the occurrence of a buy or sell signal, respectively. The strategy defines a minimal return on investment (ROI) target of 10% and a stop loss of -1 (not specified). The ticker_interval is set to '4h', indicating that the strategy operates on 4-hour candlestick data. Please note that some parts of the code, such as the trailing stoploss and informative_pairs methods, are commented out and not used in the strategy.

stoploss: -1
timeframe: 4h
hash(sha256): 5038ef580e9e320f7582c1374173ea09c8a32965cd8a0b2d0e7b0b4975b80e63
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: 2024-02-02 17:18:57