Wordcloud
Strategy: Ichimoku_v6
Downloaded: 20220115
Stoploss: -1

Strategy failed backtesting!
Reason: Duplicate of Ichimoku_v5

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The Ichimoku_v6 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 generate buy and sell signals. It calculates various components of the Ichimoku Cloud, including the conversion line, base line, leading span A, leading span B, and the colors of the cloud (green and red).

In the populate_indicators method, the strategy populates the dataframe with these Ichimoku Cloud components.

The populate_buy_trend method generates buy signals when the following conditions are met: The tenkan (conversion line) crosses above the kijun (base line).

The closing price is above the leading span A and leading span B. The populate_sell_trend method generates sell signals when the following conditions are met: The tenkan (conversion line) crosses below the kijun (base line). The closing price is below the leading span A and leading span B. The cloud color is red. The strategy uses the 4-hour ticker interval for trading and has a minimal return on investment (ROI) target of 100. It also has a stop loss set at -1, which means no stop loss is used in this strategy. The informative_pairs method returns an empty list, indicating that no additional pairs are used for information purposes.

stoploss: -1
timeframe: 4h
hash(sha256): 8ec0793399ed7ce250d1db8b29ae9c71e062f441b49e87b4cc581086a7929ce7
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-12-03 02:49:29