Indicators using.

 

my indicators name is TzPivot

aSembol=Symbol();

aSignal = "SELL Stop";

aprice=(sl1,Digits);

atp=DoubleToStr(sl2,Digits);

asl=DoubleToStr(sl1+30*Point,Digits);

MY Questin:

i want to using my Expert Advisor;

iCustom(?....).

 
If you want to have your EA query an indicator for the value of an indicator index, then use iCustom().
Reason: