Type/to search

Triple BB Bands Breakout with RSI Strategy

Common strategy
Created: 2024-02-29 14:57:49
Last modified: 2 years ago
1
Follow
1802
Followers

img

Overview

This strategy combines Bollinger Bands and RSI indicators to generate trading signals. It monitors whether the closing prices of three candlesticks break through the upper or lower bands at the same time, and combines the Vortex indicator and RSI indicator to confirm trading signals.

Strategy Principle

The strategy is mainly based on the following principles:

  1. Use 20-period Bollinger Bands, consider issuing trading signals when prices break through the upper or lower bands on close
  2. Require three candlesticks to break through at the same time to avoid false breakouts
  3. Combine the Vortex indicator, when strongly overbought VIP>1.25, when strongly oversold VIM>1.25, filter out signals
  4. Combine the RSI indicator to determine overbought and oversold, consider going short when RSI breaks through 70, and consider going long when RSI breaks through 30
  5. When the above conditions are met, long and short signals are generated

Advantage Analysis

The main advantages of this strategy are:

  1. Triple BB bands filter out false breakouts and ensure the reliability of breakouts
  2. The Vortex indicator judges the strength of the market and avoids unfavorable trading in the market
  3. The RSI indicator judges the overbought and oversold area, combined with the Bollinger Bands indicator for entry
  4. The combination of multiple indicators comprehensively judges the market situation, and the signal reliability is relatively high

Risk Analysis

The strategy also has some risks:

  1. Bollinger Bands indicator is very sensitive to parameters, length and StdDev multiplier need to be optimized
  2. The Vortex indicator is also quite sensitive to the cycle parameter, which needs to be adjusted for different markets
  3. The RSI indicator is prone to divergence and may also miss trends
  4. If there is disagreement in the judgment of the three indicators, it will be impossible to enter, missing some opportunities

Risk control measures include:

  1. Optimize parameters and use parameters with the highest win rate in backtesting
  2. Combine other indicators, such as trading volume filtering
  3. Appropriately relax the indicator judgment logic to prevent missing good opportunities

Optimization Directions

The strategy can be optimized in the following aspects:

  1. Optimize the length and StdDev multiplier of Bollinger Bands to find the optimal parameters
  2. Optimize the cycle of the Vortex indicator to make it more suitable for different markets
  3. Increase other indicators’ judgment, such as trading volume, macd, etc., to enrich diversified signals
  4. Adjust indicator judgment logic to prevent inability to enter due to indicator divergence
  5. Increase stop loss strategy to control maximum loss per trade

Summary

This strategy combines multiple indicators for judgment. While ensuring signal reliability, it also has some problems. Through parameter optimization, enriched signal sources, adjusted judgment logic and stop loss, etc., the stability and profitability of the strategy can be further enhanced. It provides a good idea for quantitative trading.

Source
Pine
/*backtest
start: 2024-01-01 00:00:00
end: 2024-01-31 23:59:59
period: 1h
basePeriod: 15m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Noway0utstorm

//@version=5
Strategy parameters
Strategy parameters
Length
Multiplier
Period
RSI Length
Overbought Level
Oversold Level
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)