MACD + Bollinger Bands + RSI Strategy (C#)
MACD + Bollinger Bands + RSI Strategy This composite setup looks for pullbacks against the prevailing MACD momentum that stretch beyond the Bollinger Bands. When MACD is positive yet price closes belo...
683
Downloads
☆☆☆☆☆
Rating
0
Reviews
MACD + Bollinger Bands + RSI Strategy
This composite setup looks for pullbacks against the prevailing MACD momentum that stretch beyond the Bollinger Bands. When MACD is positive yet price closes below the lower band with an oversold RSI, the strategy buys in anticipation of a trend continuation. The opposite applies for shorts.
Details
- Entry Criteria:
- Long:
MACD > 0andClose < LowerBandandRSI < 30 - Short:
MACD < 0andClose > UpperBandandRSI > 70
- Long:
- Long/Short: Both sides
- Exit Criteria: Opposite signal
- Stops: None
- Default Values:
MacdFastLength= 12MacdSlowLength= 26MacdSignalLength= 9BBLength= 20BBMultiplier= 2.0RSILength= 14
- Filters:
- Category: Trend following
- Direction: Both
- Indicators: MACD, Bollinger Bands, RSI
- Stops: No
- Complexity: Medium
- Timeframe: Short-term
- Seasonality: No
- Neural networks: No
- Divergence: Yes
- Risk level: Medium