Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1712

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
Try
It's highlighted in yellow. Is that how it's supposed to be?I didn't change anything. That's how the birds were turned. I don't understand. Do you want me to remove them, rotate them, or delete this line altogether?
so I didn't change anything. That's how the birds were turned. I don't understand. Do you want me to remove them, rotate them, or delete this line altogether?
I asked about "birds" because the condition is the same for both buy and sell.
you are still trying to find a bug, but I've been asking you for hours to do something else. Why so?
after a successful OrderSend, the OrderOfSymbol variable must be updated.
or exit and wait for the next tick.
I asked about "birds" because the condition is the same for both buy and sell.
Only buy or sell-sell, no sell-buy or buy-sell type of doubletake takes place.
after a successful OrderSend, the OrderOfSymbol variable needs to be updated.
or exit and wait for the next tick.
ok, and how do you do that?
Well, I can see from the history in the tester where the tailing happened, when, what parameters. What does that give you?
You do not need to look for where the tailing took place, but for what reason it took place. I was suggesting to print not the fact of opening, but the conditions of opening. This will help you determine the reason... Deleting such a duplicate order will only give you an additional loss.
You don't need to look for where the tailing is, but for what reason it is tailing. My suggestion was not to print the fact of opening, but the conditions of opening. This will help determine the reason... Removing such a duplicate order will only give you an extra loss.
Thanks, but I realised that last night.
Can you tell me how to get the value
before running OnInit()?
Maybe there is another way to find out the interface language before running OnInit() .
There is no way, only inside the Functions. InOnInit() or after it, but not before it.
What the hell.........
Check like this