Type/to search

Moving Average Bollinger Bands RSI Combo Strategy

Cryptocurrency
Created: 2023-09-13 11:57:39
Last modified: 3 years ago
1
Follow
1781
Followers

This strategy combines moving averages, Bollinger Bands and RSI to assess price trends and overbought/oversold levels for trade signals. It harnesses strengths of multiple indicators to improve accuracy.

Strategy Logic:

  1. Calculate moving average and Bollinger Bands to determine price trend.

  2. Calculate RSI to identify overbought/oversold levels.

  3. Enter long when price breaks above BB lower band and RSI bullish crossover. Vice versa for short.

  4. Use stop loss to control loss per trade.

Advantages:

  1. Multi-indicator verification reduces bad trades.

  2. RSI complements limitations of MAs.

  3. BB identifies breakout levels.

Risks:

  1. Time-consuming to optimize multiple parameters.

  2. Some redundancy between RSI and BBs.

  3. Breakouts prone to failures and reversals.

In summary, this strategy combines MAs, BBs and RSI to identify both trend and reversal trade opportunities. Using multiple indicators can improve results but requires parameter optimization and risk control.

Source
Pine
/*backtest
start: 2023-08-13 00:00:00
end: 2023-09-12 00:00:00
period: 30m
basePeriod: 15m
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/
// © LucasVivien

//@version=4
Strategy parameters
Strategy parameters
Price source
RSI
RSI Length
RSI Overbough
RSI Oversold
RSI Neutral
MABB
MA Length
BB Length
BB multiplier
MA type
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)