Wordcloud
Strategy: Ichimoku_v13
Downloaded: 20220115
Stoploss: -1


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The Ichimoku_v13 strategy is a trading strategy implemented in Python using the freqtrade library. Here is a short description of what the strategy does: The strategy uses the Ichimoku Cloud indicator to make buy and sell decisions. It operates on the 4-hour timeframe.

The minimal_roi parameter specifies a minimum return on investment of 10%.

The stoploss parameter is set to -1, which means there is no stop loss defined.

The informative_pairs function adds an informative pair ('BTC/USDT' on the 1-day timeframe) for additional analysis. The populate_indicators function calculates the Ichimoku Cloud values (tenkan_sen, kijun_sen, senkou_span_a, senkou_span_b, cloud_green, and cloud_red) for both the main dataframe and the informative pair. The populate_buy_trend function sets the 'buy' signal to 1 when the close price is above both senkou_span_a and senkou_span_b. The populate_sell_trend function does not seem to be implemented properly and does not modify the dataframe. Please note that the provided code snippet is incomplete and may require additional modifications or implementation to work properly.

Biased Exit Signals:
20
stoploss: -1
timeframe: 4h
hash(sha256): 82ae30369a52e6a843ac4c423c01f496d8d1bac172d125ff21c25842a2b55751
indicators:
kijun_1d tenkan close senkou_a tenkan_sen
cloud_red tenkan_1d slowd kijun kijun_sen
slowk slow_d senkou_span_a chikou_span senkou_b
slow_k senkou_span_b rsi cloud_green

No similar strategies found. (based on used indicators)

last change: 2023-07-05 04:49:33