
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
Can you tell me why this script does not delete all orders, there are 3 pending orders in total in the terminal, but the script only deletes 2.
i < OrdersTotal();
You have Alerts there - see what it shows.Because of the condition You have Alert there - see what it shows.
Look at the description of the for statement and try to answer two questions:
1) how often is the condition I specified checked in the loop;
2) what values is returned by the function OrdersTotal() at each check of the condition "i < OrdersTotal()" (taking into account that the body of for statement itself contains code for deleting an order).
Who can I contact about converting MT4 indicator for MT5?
There's a link at the top to the "Jobs" service - that's where you go.