RSI of Moving Average - page 18

 

Thanks FXBS

Great MTF indicator.. Now I'm using it as main trend. One more thing can you add clock like mtf stochastis v2. Indicator attached

Files:
 

RSI on Chart [cw] +Channel (RSI Levels)

dirty trick, but working-

who can put it strait, please?! (professionaly correct

___________________

rsi & Lvls on bb instead of diviation:

______

int limit=Bars-counted_bars;

if(counted_bars>0) limit++;

for(i=0; i<limit; i++)

MovingBuffer=iMA(NULL,0,BandsPeriod,0,MODE_SMA,PRICE_CLOSE,i);

//----

i=Bars-BandsPeriod+1;

if(counted_bars>BandsPeriod-1) i=Bars-counted_bars-1;

while(i>=0)

{

oldval=MovingBuffer;

//---

double rsi = iRSI(NULL, 0, RSIPeriod,PRICE_CLOSE, i);

RSIBuffer=oldval+oldval*(rsi-50)/10000;

double rsi1[];

rsi1 = iRSI(NULL, 0, RSIPeriod,PRICE_CLOSE, i);

double rsi2=rsi1;

UpperBuffer=oldval+oldval*(rsi2+30)/10000;

LowerBuffer=oldval+oldval*(rsi2+20)/10000;

UpperBuffer1=oldval+oldval*(rsi2-20)/10000;

LowerBuffer1=oldval+oldval*(rsi2-30)/10000;

i--;

}

Files:
rsi_chanl2.gif  28 kb
rsi_chanl4.gif  32 kb
 

maybe later, there is main MTF CandleCloseCountdown Clock (whole thread - saw it resanly - i'll put link when'll found it)

 
fxbs:
RSI on Chart [cw] +Channel (RSI Levels)

dirty trick, but working-

who can put it strait, please?! (professionaly correct

___________________

rsi & Lvls on bb instead of diviation:

______

int limit=Bars-counted_bars;

if(counted_bars>0) limit++;

for(i=0; i<limit; i++)

MovingBuffer=iMA(NULL,0,BandsPeriod,0,MODE_SMA,PRICE_CLOSE,i);

//----

i=Bars-BandsPeriod+1;

if(counted_bars>BandsPeriod-1) i=Bars-counted_bars-1;

while(i>=0)

{

oldval=MovingBuffer;

//---

double rsi = iRSI(NULL, 0, RSIPeriod,PRICE_CLOSE, i);

RSIBuffer=oldval+oldval*(rsi-50)/10000;

double rsi1[];

rsi1 = iRSI(NULL, 0, RSIPeriod,PRICE_CLOSE, i);

double rsi2=rsi1;

UpperBuffer=oldval+oldval*(rsi2+30)/10000;

LowerBuffer=oldval+oldval*(rsi2+20)/10000;

UpperBuffer1=oldval+oldval*(rsi2-20)/10000;

LowerBuffer1=oldval+oldval*(rsi2-30)/10000;

i--;

}

FXBS,

Can you post this indicator? Would love to have it.

 

it's not a right indicator yet ... just a mess but as soon as it's ready to go

 
mladen:
OnChart RSI - Fxbs' ideas

mladen,

Thank you for sharing your great indicators! Nice work.

 
fxbs:
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

This is an advanced indicator with good signals. Is there an EA written for this indicator to trade based on its signals ?

 

Rsioma As Filter

Hi,

Can anyone please post the codes for using RSIOMA as filter in the EA.

Regards.

siddesh

 

could you please post an alert of the rsioma 2, the one with the 21 ma, thanks.

 

Is ther any version of RSIOMA showing two RSIOMAs crossing signals ?

I mean simple crossing signal by avoiding the line RSIOMA indicators

Reason: