Are they the same indicators? SMI in mql4 and mql5

johnnybegoode

Trader
Jul 19, 2016
56
0
22
47
I have a question about these 2 indicators
Are they the exact replica of each other?

Are the
Input parameters same on both?:

SMI in mql4
https://www.mql5.com/en/code/7203
extern int Period_Q=2;
extern int Period_R=8;
extern int Period_S=5;
extern int Signal=5;

SMI mql5
https://www.mql5.com/en/code/371
q - period, used for the calculation of Stochastic Momentum
r - period of the 1st EMA, applied to stochastic
s - period of the 2nd EMA, applied to result of the 1st smoothing
u - period of the 3rd EMA, applied to result of the 2nd smoothing