Wordcloud
Strategy: Ichimoku_v29_1d
Downloaded: 20220116
Stoploss: -1


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The "Ichimoku_v29" strategy is a trading strategy that uses the Ichimoku Cloud indicator to generate buy and sell signals. Here's a breakdown of what the strategy does: It imports necessary modules and libraries for strategy development. The strategy class inherits from the Freqtrade IStrategy class.

It sets the minimal return on investment (ROI) for trades to 100%.

It sets the stop loss level to -1 (disabled).

It specifies the ticker interval to '4h' (4-hour intervals). The informative_pairs method is overridden to provide additional informative pairs, specifically adding the pair "BTC/USDT" with a timeframe of "1d" (1-day intervals). The populate_indicators method is overridden to calculate various indicators for the trading data, such as the Ichimoku Cloud and candlestick patterns. It merges the informative pair data with the original dataframe to make the additional data available for analysis. The populate_buy_trend method is overridden to determine the buy signals based on the strategy's conditions. It checks for crossovers and compares the price with the Ichimoku Cloud lines. The populate_sell_trend method is overridden to determine the sell signals based on the strategy's conditions. It checks for crossovers and compares the price with the Ichimoku Cloud lines. It also checks for the presence of a bearish candlestick pattern. The strategy implementation is complete. Overall, the strategy aims to identify potential buy signals when the price crosses above the Ichimoku Cloud and sell signals when the price crosses below the cloud or when specific candlestick patterns appear.

Biased Exit Signals:
20
stoploss: -1
timeframe: 4h
hash(sha256): 64d72b493522dc2dff005630e5df8f070c89dbf94edb0b73b7867a1795c55456
indicators:
senkou_a_1d kijun_sen tenkan CDLEVENINGDOJISTAR senkou_span_a
CDLEVENINGDOJISTAR_1d close cloud_green senkou_a senkou_b
senkou_b_1d kijun tenkan_sen cloud_red close_1d
senkou_span_b

No similar strategies found. (based on used indicators)

last change: 2023-07-04 01:21:10