if conditions not met, and order opens!!! - page 2

 
Anil Varma:

I am trying to create an EA, and encounter a problem where all if conditions are not satisfied and it still process the code to open the order.

my code and strategy tester report is attached where i have highlighted the problem area.

please help me to locate the real cause of problem.

your newOrder Function will always get triggered  once the buy conditions are satisfied, only the Alert will be controlled by the previous "if" Unless you group the Alert and newOrder together just as suggested by others