Wordcloud
Strategy: Ichimoku_v30_DojiStar
Downloaded: 20220115
Stoploss: -1


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The "Ichimoku_v30" strategy is a trading strategy implemented in the Freqtrade framework. It utilizes the Ichimoku indicator and a bearish candlestick pattern for generating buy and sell signals. Here's a breakdown of its main components: The strategy uses the Ichimoku indicator to calculate various lines and spans, such as the conversion line, base line, lagging span, and the senkou spans.

It also includes the "tenkan," "kijun," "senkou_a," and "senkou_b" indicators derived from the Ichimoku calculation.

The strategy populates additional indicators, such as the "cloud_green" and "cloud_red" indicators based on the Ichimoku calculation.

It also calculates the "CDLEVENINGDOJISTAR" bearish candlestick pattern using the Ta-Lib library. In the "populate_buy_trend" function, the strategy generates a buy signal when the following conditions are met: The close price two periods ago crossed above the "senkou_a" line. The close price two periods ago is greater than the "senkou_a" line. The close price two periods ago is greater than the "senkou_b" line. In the "populate_sell_trend" function, the strategy generates a sell signal when the "CDLEVENINGDOJISTAR" bearish candlestick pattern is detected. The strategy defines a minimal return on investment (ROI) of 100% and a stop loss value of -1 (indicating no stop loss). The ticker interval is set to '4h' (4-hour candles). The strategy does not provide any informative pairs. This strategy aims to identify buy opportunities based on the Ichimoku indicator and the specified conditions, while also considering bearish candlestick patterns for selling. Please note that this is a brief description, and there may be additional details or considerations not covered here.

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

No similar strategies found. (based on used indicators)

last change: 2024-03-02 06:46:33