Forum

Expert Advsi

Trying to make an expert advisor with zigzag indicator but it is not working properly! The code is as follows. Please let me know if you have alternative solutions in mq4. extern int StartHour = 9 ; extern double Lots= 1 ; extern int TakeProfit= 40 ; extern int StopLoss= 40 ; input int depth= 12 ;