Questions from Beginners MQL5 MT5 MetaTrader 5 - page 1408
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
It's just that the EA that creates objects should delete them when deinitialising.
What EA? I use standard (standard) drawing tools. And why delete objects? They should be stored in a bundle with a symbol and each time you load this symbol into the window, they should also be displayed. Each symbol has its own levels, trend lines, etc.
The objects are stored in conjunction with the chart, not the symbol. And on the chart window can be any symbols. That's why each symbol has its own chart. And if you compare, you can change symbols in the chart.
objects are stored in conjunction with a chart, not a symbol. And a chart can have any symbols on it. So each symbol has its own chart. And if you compare, you can change the symbols in the chart.
And so, MT and usability do not seem to know each other at all, programmers did for programmers :).
Friends, hello everyone )
Help, who knows. The Expert Advisor checks what orders are placed. And, periodically, when orders are executed or cancelled, i.e. OrdersTotal()=0, it still displays the property of the order, for example, type, symbol (probably the last in the history of orders). Is there a command, so that before rechecking the orders the Expert Advisor"clears the memory" so to speak, like ChartRedraw only for properties, data types? When the EA is restarted manually, there is no such problem for some time. Thanks in advance!
I haven't encountered this problem, as I keep my own records of orders, but I can assume that these are properties of the last selected order (last paragraph https://www.mql5.com/ru/docs/trading/orderselect ).
Before any check, the order must be selected, even if it is one in the terminal. And in order not to doubt the correctness of the received properties, you should check the closing time. If the closing time is greater than zero, then the order is closed or removed.
And from this text it is not clear whether the question is about MQL5 or 4
When tested to be traded
Compiled Many times
Compiled Many times
Changed the location return
Comment out traded method
Delete .mq5
The result does not change
When tested to be traded
Why?
Compiled Many times
Changed the location return
Comment out traded method
Delete .mq5
The result does not change
This thread is out of sync with the original thread, so it is useless to post questions here.
https://www.mql5.com/ru/forum/6343/page1408
This is the original thread. Post here in Russian or in the English forum.
This thread is not synchronised with the original thread, so it is useless to post questions here.
https://www.mql5.com/ru/forum/6343/page1408
This is the original thread. Post here in Russian or in the English forum.
Hello.
I'm new to the MT4 platform. I've entered the correct username and password, and the available balance even appears, but the NEW ORDER button is inactive, even though I have a balance to trade; the same thing happens on smartphones.
Could someone help me by telling me how to solve this?
Thank you in advance.