Type/to search

Ichimoku Cloud and Bollinger Bands Combination Trading Strategy

Common strategy
Created: 2023-12-27 16:21:28
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

This strategy combines the Japanese Ichimoku Cloud indicator with the Bollinger Bands indicator to generate trading signals for long and short positions. The strategy can effectively determine market trends and make judgments when the Bollinger Bands indicator issues long and short signals to avoid erroneous trades.

Strategy Principle

  1. The Ichimoku Cloud consists of the conversion line, base line, lagging line, and leading lines. The conversion line is a 9-day moving average and the base line is a 26-day moving average. When the conversion line is above the base line, it is a bullish signal, and vice versa for a bearish signal.

  2. The lagging line is the lagging movement of prices. When the lagging line is above, it indicates a bullish trend. Below indicates a bearish trend.

  3. The cloud bands consist of two leading lines, which are the 52-day moving average and the mean of the 26-day moving average. Prices above the cloud bands are considered bullish, while below is bearish.

  4. The Bollinger Bands consist of n-day moving averages and standard deviations, representing volatility bands for prices. A break above the upper band indicates bulls in control while a break below the lower band suggests bears are in control.

  5. This strategy forms trading rules based on the signals generated from the Ichimoku Cloud and the breakouts of the Bollinger Bands. For example, when the conversion line has an upward crossover over the base line, the lagging line is above, price breaks through the cloud bands, and also breaks through the upper band of the Bollinger Bands, it triggers a long entry signal.

Advantages of the Strategy

  1. The Ichimoku Cloud clearly judges the trend direction, with the conversion and lagging lines indicating short-term trends and the cloud bands indicating medium to long term trend direction.

  2. The Bollinger Bands determine whether prices are overextended, which can effectively filter out some unnecessary trades.

  3. The combination of indicators makes trading signals clearer and more reliable, avoiding trading risks.

Risks and Optimization

  1. Improper parameter settings for Bollinger Bands may lead to inaccurate trading signals. Parameters should be carefully set according to different underlying assets.

  2. The position size should be appropriately adjusted to control risks. Excessively large positions can lead to greater losses.

  3. Consider incorporating a stop loss strategy to stop losses when prices move beyond a certain range in an unfavorable direction.

  4. Consider testing more indicators combined with the Ichimoku Cloud to form more reliable trading strategies.

Conclusion

This strategy effectively takes advantage of the Ichimoku Cloud to determine trend direction and the Bollinger Bands indicator to filter signals. The strategy signals are relatively clear and reliable. Through parameter adjustment and optimization of stop loss, trading risks can be reduced and good returns can be obtained.

Source
Pine
/*backtest
start: 2023-12-19 00:00:00
end: 2023-12-26 00:00:00
period: 10m
basePeriod: 1m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Coinrule

//@version=5
Strategy parameters
Strategy parameters
Show Date Range
Tenkan-Sen Bars
Kijun-Sen Bars
Senkou-Span B Bars
Chikou-Span Offset
Senkou-Span Offset
Long Entry
Short Entry
length
Source
StdDev
Offset
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)