Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

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

author EAcpu | 3 reads | 0 comments |

D_Oscillator - indicator for MetaTrader 5

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:

D_Oscillator - indicator for MetaTrader 5


Attachment download

📎d_oscillator.mq5 (10.83 KB)

Source: MQL5 #19953

Verification code Refresh