Hi Guys,

This is fantastic, thanks for all of your help.

Regards
Steve

Quote Originally Posted by ;
no, it is not. But it will create arrays easy to use without have to worry about array initialization.

The main cause of the problem is this line:
RSI_Val[pub] = iCustom(NULL, 0, RSI,0 ,0,pub);
using 0 signifies RSI Phase = 0. It is far better to use parameter.
Or utilize the iRSI() work

[/php]