Wordcloud
Strategy: Ichimoku_v26_1d
Downloaded: 20220116
Stoploss: -1
4hFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of Ichimoku_v27_1d

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The Ichimoku_v26 strategy is a trading strategy that uses the Ichimoku Cloud indicator to generate buy and sell signals. Here is a breakdown of how the strategy works: The strategy uses the 4-hour candle interval for analyzing price data. It populates indicators by merging the 4-hour candle data with the 1-day candle data of the same trading pair using the Ichimoku indicator.

The Ichimoku indicator consists of several lines, including the conversion line (tenkan-sen), the base line (kijun-sen), and the cloud (senkou span A and senkou span B).

These lines help identify trend direction, support and resistance levels, and potential reversal points.

In the "populate_buy_trend" method, the strategy generates a buy signal when the price crosses above the senkou span A and senkou span B lines, and the close price is above both lines. In the "populate_sell_trend" method, the strategy generates a sell signal when the tenkan-sen line crosses below the kijun-sen line, the close price is below both senkou span A and senkou span B lines, and the cloud is red (indicating a bearish trend). The strategy sets a minimal return on investment (ROI) of 100% and a stop loss level of -1 (not specified). Additionally, the strategy defines an informative pair, "BTC/USDT," with a timeframe of 1 day, which provides additional data for analysis. Overall, the strategy aims to capture trends and reversals using the Ichimoku Cloud indicator on the 4-hour candle interval. It generates buy signals when the price is bullish and sell signals when the price is bearish, considering the signals from the Ichimoku Cloud and other conditions specified in the code.

stoploss: -1
timeframe: 4h
hash(sha256): ac8d13b718e8599d84878e5297576f05d49e4b6803de67ee8d214a7e5862aa00
indicators:
kijun_1d kijun_sen tenkan senkou_span_a close
cloud_green senkou_a senkou_b tenkan_1d kijun
tenkan_sen cloud_red senkou_span_b

No similar strategies found. (based on used indicators)

last change: 2023-06-28 17:59:32