Skip to content
Prev 68090 / 398521 Next

fSeries Technical Analysis rsiTA problem

Should you be using rsiTA(tsx[,2],14). If you look at the function you will see it is expecting just the values you want in the calculation. 

If you give it a matrix it treats the whole matrix as being price data.

Tom