Add RVI indicator to EA

 

I have added the RVI indicaror to my EA but I just want to confirm I have used it correctly:

RVIp = External input


I have used MODE_MAIN and MODE_SIGNAL for the 2 lines = is this correct? If not, what should I use?

RVIm0   = iRVI(Symbol(),0,RVIp,MODE_MAIN,0);

RVIs0   = iRVI(Symbol(),0,RVIp,MODE_SIGNAL,0);


Thank you in advance!


Barry

Reason: