Hi,
I trying to use the function /library/RSIStandard.efs instead of the regular rsi(), how do I convert the following equations to use :
var xStudyFast = rsi(14,inv(1));
var xStudySlow = rsi(14,inv(3));
var xStudyXSlow = rsi(14,inv(15));
to use something like :
vValue = efsExternal("/library/RSIStandard.efs", nInputLength);
Also how can one pass the stock symbol into the equation ?
Thanks in advance,
Binh
I trying to use the function /library/RSIStandard.efs instead of the regular rsi(), how do I convert the following equations to use :
var xStudyFast = rsi(14,inv(1));
var xStudySlow = rsi(14,inv(3));
var xStudyXSlow = rsi(14,inv(15));
to use something like :
vValue = efsExternal("/library/RSIStandard.efs", nInputLength);
Also how can one pass the stock symbol into the equation ?
Thanks in advance,
Binh
Comment