Indicators using. New comment Mehmet Bastem 2008.07.09 22:24 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(?....). What is best expert advisor in forward test NormalizeDouble problem MT4 Comment Displays limited to 4 digits with 5 digit charts? Ray 2008.07.09 23:24 #1 If you want to have your EA query an indicator for the value of an indicator index, then use iCustom(). New comment
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(?....).