RSI of Moving Average - page 17

 

RSIOMA_v3.mq4 by Mladen - AllNew, Bigger, Better, Six inches longer

Kalenzo's blessed (&Iput my hand on too)

signals explained - post126 https://www.mql5.com/en/forum/177347/page9

Files:
rsioma_v31.gif  25 kb
rsioma_v3.mq4  8 kb
 

Oh..., forgive me, RSIOMA...

light mods:

RSIOMA_v3L.mq4 only Line

RSIOMA_v3LMA.mq4 only Line and MA

Files:
 

Hi Fxbs,

RSIOMA_v3L is great..its suits to put all fb. MA lines and look for conjuction easily

Thanks.

 

right click on chart/ Properties(chart properties)/Show OHLC

it'll show all basement indis(short names)

that's what i got (same ind.- Rsioma_v2Only.mq4):

 

thanks Mladen 4 huge work he did

Potential of Kalenzo's RSIOMA:

RSI, CCI, Mom, etc. of MA (LSMA, xpMA, JMA, iCustom MA etc.)

MARSIOMA - MA(LSMA, xpMA...etc.) of RSIOMA

MaMaRsioma...

below some samples, code templates...what u can do...

____________

// MABuffer1 = iMA(Symbol(),0,RSIOMA,0,RSIOMA_MODE,RSIOMA_PRICE,i);

MABuffer1 = iCustom(NULL, 0, "JMA",Len,phase, BarCount,0,i);

____________

RSIBuffer1 = iRSIOnArray(MABuffer1,0,RSIOMA,i);

// RSIBuffer1 = iCCIOnArray(MABuffer1,0,RSIOMA,i);

//double iRSIOnArray( double array[], int total, int period, int shift)

//double iCCIOnArray( double array[], int total, int period, int shift)

//double iMomentumOnArray( double array[], int total, int period, int shift)

iCustom example: "RSIOMA_v3LMA_custJMA_CCI_LSMA.mq4" calls 4 "JMA" (has be installed; below-4those, who hasn't) ;

more on RSIOMA CCI https://www.mql5.com/en/forum/177403/page4

____________

 

Light RSIOMAs - MTF, works only with initial indicators - post136 (should be installed [exact name!]; below- just in case)

post 136 - https://www.mql5.com/en/forum/177347/page9

 

mtf Rsioma v3 standalone coming soon

Files:
 

hi FXBS, could you please post the RSIOMA with LSMA & CCI?

 

all Rsioma CCIs in "Improvement of the FX_sniper ergodic indicator" thread

https://www.mql5.com/en/forum/177403/page4 post 54

 
fxbs:
all Rsioma CCIs in "Improvement of the FX_sniper ergodic indicator" thread https://www.mql5.com/en/forum/177403/page4 post 54

thanks!