RSI of Moving Average - page 25

 

Need help with osrsi in Histogram

Can someone please help me by making the indicator osrsi ?

osrsi is the histogram of the difference between the rsi and its ma .

(4 Color, like this)

Here is the formula(VTrader):

=====================

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

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

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

{ Moving Average of Relative Strength Index}

MA1:=MOV(RS,MA1pr,E);

osRSI:=rs-ma1;

=====================

I don't know if this is difficult, but if not, could you please help me?

Thanks in Advance

Files:
osrsi.jpg  19 kb
 
yiwanyii:
Can someone please help me by making the indicator osrsi ?

osrsi is the histogram of the difference between the rsi and its ma .

(4 Color, like this)

Here is the formula(VTrader):

=====================

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

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

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

{ Moving Average of Relative Strength Index}

MA1:=MOV(RS,MA1pr,E);

osRSI:=rs-ma1;

=====================

I don't know if this is difficult, but if not, could you please help me?

Thanks in Advance

that's more like CJA's multi osc. it shows difference even between rsi and two MAs (plus cci, sto etc)

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

extern bool RSI

extern bool CCI

extern bool MFI

extern bool STO

extern bool DEM

extern bool WPR

extern bool RVI

 
fxbs:

that's more like CJA's multi osc. it shows difference even between rsi and two MAs (plus cci, sto etc)

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

extern bool RSI

extern bool CCI

extern bool MFI

extern bool STO

extern bool DEM

extern bool WPR

extern bool RVI

Thanks fxbs

its a great indicator

but it only shows difference between two MAs ,

not shows difference between rsi and MA.

 
yiwanyii:
Thanks fxbs

its a great indicator

but it only shows difference between two MAs ,

not shows difference between rsi and MA.

set first ma to 1 and you got raw rsi (diff between rsi and second ma)

 
fxbs:
set first ma to 1 and you got raw rsi (diff between rsi and second ma)

Thanks fxbs!

but,its 'ma -rsi',not 'rsi-ma'

and, its only 2 color not 4 color

 

well, ask him to make 4 colors...; and i think it's rsi - ma ; anyway: +rsi-ma= -(ma-rsi) and when they cross : zero

and this thead not ma of rsi but rsi of ma : )))))

you can check also here: https://www.mql5.com/en/forum/178733

also macd thread, Mladen had macd wish osma on most standard indis (rsi, cci, mom etc)

 
fxbs:
well, ask him to make 4 colors...; and i think it's rsi - ma ; anyway: +rsi-ma= -(ma-rsi) and when they cross : zero

and this thead not ma of rsi but rsi of ma : )))))

you can check also here: https://www.mql5.com/en/forum/178733

also macd thread, Mladen had macd wish osma on most standard indis (rsi, cci, mom etc)

Many thanks for your help.

 

Rmioma

Sirs,

I have been using RSIOMA and found it to be a very useful indicator.

Today, I discovered RMI (Relative Momentum Index-Roger Altman).

Does it make sense to have an indicator of RMIOMA -RMI of MA.

Regards.

 

Support

Hi All,

i need some help over here, if possible. yesterday i've downloaded the RSIOMA v4 (arrows), everything was fine, 2 hrs laters i closed the chart and reopen a new one, tried to attach it, i couldn't. it was not opening i checked the indicator folder there was no ex4 file, only mq4. anyway i deleted it form the folder and instanlled again, this time the ex4 file was there but it was working means no arrows on the chart... i am waiting since yesterday...nothing on the chart.tried many different brokers/platforms the same the result, even today morning i re-download it again from the forum i got the same result. Could somebody have a look at it and see where is the prob as i am not an expert in coding. Much appreciate it and many thanks

Rabih

 

- many different versions - which one you use (from what post)?

- v3 and v4 very close, try different versions see if there is similar problem