
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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