D_Oscillator - MetaTrader 5 Script | Forex Indicator Download - MT4/MT5 Resources

The D oscillator is an oscillator based on the ratio of RSI and CCI.
Line1[i] = 2/(Smooth + 1)*StCCI + (1 - 2/(Smooth + 1))*Line1[i-1]
Line2[i] = 2/(Smooth*0.8 + 1)*Line1[i-1] + (1 - 2/(Smooth*0.8 + 1))*Line2[i-1]
StCCI = [CCI_Coeff]*CCI[i] + (1 - [CCI_Coeff])*StRSI
StRSI = (RSI[i] - MinRSI)*200/(MaxRSI - MinRSI) - 100
MaxRSI, MinRSI - Maximum/minimum value of RSI between [i-D_Period] and [i].
The indicator has five input parameters:
Attachment download
📎d_oscillator.mq5 (10.83 KB)
Source: MQL5 #19953
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •