Indicators: I_Trend

 

I_Trend:

Indicator ITrend.

Author: John Smith

 

Hello Scriptor,

when calling this indicator from an EA via iCustom() like in this example here ...

        double iTrend = iCustom(NULL,0,"i_Trend",0,0,0,40,8,25,200,0,0);

How would one get the value for the second line in this indicator and each of the

previous values for both lines?

Thanks for any help you can provide,

Franto Hruz
 
how do alert ? trend up or trend down
 

Scriptor

Thanks very much - this is very cool :)

-BB-