First of all, i really would like to thank you for this great and state of art software. It is really a piece that traders need.
I downloaded ZeroCode and made my code. When i compiled it to experts folder for MT(III), there were more than 133 errors. I do not know what the problem is. I was trying to make a code that will:
(1) BUY
when
Current main ADX(14) > 0
and
is increasing Current ADX > Previous ADX
and
Curren +ADX(14) > 0
and
is increasing Current +ADX(14) > Previous +ADX(14)
(2) SELL
when
Current main ADX(14) > 0
and
is increasing Current ADX > Previous ADX
and
Curren -ADX(14) > 0
and
is increasing Current -ADX(14) > Previous -ADX(14)
(3) Close Position
when
Current CCI(12) < Previous CCI (12)
Current CCI(12) = 0
Please somebody help me to do this file.
Thanks