PureBytes Links
Trading Reference Links
|
I think the forecast rsi is debugged now,
I can plot it, Ami doesn't crash
if you want test it and see if it works
it is in the file Plugin dll
you must use it like this
Plot(C,"c",2,1);
RsiF(14,30);
Plot(fcast,"cast",5,1);
where fcast is the close for a given value of the rsi tomorrow
14 is the period of the rsi
and 30 is the given value for tomorrow
stephane
|