Wordcloud
Strategy: Ichimoku_v10
Downloaded: 20220115
Stoploss: -1


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The Ichimoku_v10 strategy is a trading strategy implemented in Python using the freqtrade library. It is designed to generate buy and sell signals based on the Ichimoku Cloud indicator. The strategy calculates various components of the Ichimoku Cloud, including the Tenkan-sen, Kijun-sen, Senkou Span A, Senkou Span B, and the color of the cloud (green or red).

These components are calculated using the ichimoku function from the technical.indicators module.

In the populate_buy_trend method, the strategy identifies buy signals when the price crosses above the Senkou Span A and is above both the Senkou Span A and Senkou Span B.

In the populate_sell_trend method, the strategy identifies sell signals when the price crosses below the Senkou Span B and is below both the Senkou Span A and Senkou Span B. The strategy uses the qtpylib library to perform the crossover checks and updates the 'buy' and 'sell' columns in the dataframe accordingly. The strategy defines a minimal return on investment (ROI) target of 100% and sets a stop loss value of -1, which indicates no stop loss is used. The ticker interval is set to '4h', indicating that the strategy is designed to be applied on 4-hour candlestick data. Overall, the strategy aims to generate buy signals when the price is bullish according to the Ichimoku Cloud indicator and sell signals when the price is bearish.

stoploss: -1
timeframe: 4h
hash(sha256): c896896fbca796387825b9deb6211d5bddda5a67c8fd0d9f3b0f44957a95feb1
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: 2023-06-28 04:00:28