Wordcloud
Strategy: Ichimoku_v38_HeikinAshi
Downloaded: 20220116
Stoploss: -0.99


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The "Ichimoku_v38" strategy is a trading strategy that uses the Ichimoku Cloud indicator to generate buy and sell signals. The strategy is implemented as a class that inherits from the Freqtrade IStrategy interface. Here are the key components of the strategy: ROI table: The strategy aims for a fixed ROI of 100% for all trades.

Stoploss: The strategy uses a fixed stoploss level of -0.99, which means that if the price drops by 99% from the entry point, the trade will be closed with a loss.

Timeframe: The strategy operates on the 4-hour timeframe.

Informative timeframe: The strategy also uses the 1-day timeframe for additional information. Candle count: The strategy requires at least 150 candles before producing valid signals. Indicators: The strategy populates various indicators using the pandas and talib libraries. It calculates the Heiken Ashi candlestick data and the Ichimoku Cloud components (senkou span A, senkou span B, cloud colors). Buy signal: The strategy generates a buy signal when the current day's closing price crosses above the senkou span A or senkou span B of the previous day, and the previous day's closing price is below the corresponding senkou span. The buy signal is also subject to the condition that the cloud color is green or red. Sell signal: The strategy generates a sell signal when the current day's closing price is below either senkou span A or senkou span B of the previous day. The strategy focuses on capturing trends indicated by the Ichimoku Cloud indicator and aims to generate a fixed ROI for each trade while using a stoploss to limit potential losses.

stoploss: -0.99
timeframe: 4h
hash(sha256): 465bf89765ad487853d4c54dd4aeb2c97d38749c49f113f84e8aea982255523c
indicators:
ha_low close _inf senkou_a _infha_high
cloud_red senkou_a_1d _infsenkou_b _infha_low open
cloud_green_1d _infcloud_green _infha_open ha_open high
senkou_span_a ha_close senkou_b ha_close_1d senkou_span_b
cloud_red_1d ha_high cloud_green senkou_b_1d _infcloud_red
low _infha_close _infsenkou_a

Similar Strategies: (based on used indicators)

Strategy: Ichimoku_v37_HeikinAshi, Similarity Score: 93.1%
Strategy: Ichimoku_v37_HeikinAshi_2, Similarity Score: 93.1%

last change: 2023-11-03 10:38:56