Questions from Beginners MQL5 MT5 MetaTrader 5 - page 1025
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 can't figure out what the optimiser is swearing at?
The code it is blaming
This is the buffer of the custom indicator, the handle of which was received correctly and the data are also copied correctly
Hello! What is MQL5InfoString or MQL5InfoInteger? Where can I read about it? I could not find it in the Help!
How did you search that you couldn't find it?
It's strange, in the editor I press F1 against this function and it doesn't show anything... thank you!
After deleting the order magik=1. What to do?
After deleting the order magic=1. What to do?
You have deleted a LOCAL order. What is the connection with magic being "1"? More precisely, what exactly is it that you don't like or are confused about?
You have deleted a LOCAL order. What is the connection with magic being "1"? More precisely, what exactly is it that you don't like or are confused about?
Keeps deleting non-existent orders
According to your code, this is exactly what will happen: you force a command on each tick to delete a REPLACEMENT order with a tick "0".
In your code, this is exactly what will happen: you will forcibly issue a command on each tick to delete a LOCKED order with a tick "0".
no, that's not true, only if magik=1
no it's not, only if magik=1
The point doesn't change - you are trying to delete a pending order with a ticket "0" on every tick.
And who says that you have a pending order with a "0" tick on every tick? Have you checked how many pending orders there are? And how do you know that ....?