Div-3 Rev System Video - page 3

 

Maybe someone already checked this out but in the MT4 platform under indicators their already is a Stochastic Oscillator, which is very similiar to what is in the video, and it's adjustable check it out.

 
numanuma:
thanks amin .. great effort ..

Try this one I found on another forum.

Files:
 

false info .. edited

 

Indicators aren't the same.

The Stochastic RSI indicators posted in this thread don't seem to give the same divergence signals as the VT Trader version.

Can someone please make this indicator for MQ? ...

{ Relative Strength Index}

rsi_r:= (CLOSE - ref(CLOSE,-1));

rsi_rs := Wilders(if(rsi_r>0,rsi_r,0),Periods) / Wilders(if(rsi_r<0,Abs(rsi_r),0),Periods);

RS:= 100-(100/(1+rsi_rs));

{Stochastic RSI Oscillator}

StRSI := Mov( ( ( ( RS - LLV( RS,PerK ) ) /

( HHV(RS,PerK) - LLV( RS,PerK) ) ) * 100 ) , Sl, E );

... That is the formula from VT Trader, don't know if it helps.

 

to amin sadak ... there is a way to download your video ?? it is copyright item ?? thanks

 

If you go to this link you will find that Igorad's RSIvar works great

for divergence signals.

https://www.mql5.com/en/forum/175870

Mart

 

direct link

Here's the direct link to the file that can be saved.

http://www.researchdig.com/div3rev/Div3Rev.swf

Reason: