this RSIFilter_v1... I don't know about that...
the code you show here has to do it...
Here is what I did... see attachments.
Quote:
Originally Posted by panteraschoice
So this is ok?
double Sg=iCustom(NULL,0,"RSIFilter_v1",5,5,0,1);
if ( Sg>0) Order = SIGNAL_BUY;
if (Sg<0 ) Order = SIGNAL_SELL;
|