Errors, bugs, questions - page 1917
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
Forum on trading, automated trading systems and trading strategy testing
Bugs, bugs, questions
fxsaber, 2017.06.15 10:08
Why does it compile?A is the ancestor of B, so the conversion can be valid, validity is checked and if the object conversion is not possible an exception is thrown and the MQL program terminates.
In contrast to explicit conversion dynamic_cast does not raise an exception but returns NULL instead, in which case the program will continue execution.
Set the speed to minus three steps from the maximum - otherwise interface updates are not guaranteed.
the error code is also 0
for some reason it always returns 0.0
the error code is also 0
This thing, as far as I understand, only works on the Moscow Exchange
Help please!!!!!!!! In the terminal 1090 the button "Trade in 1 click" is not displayed. I have done everything possible. I have also checked it in properties. It is not displayed as a line open order!!! What to do?
You have now posted your question in the MQL5 section. For the old terminal, you should post your questions in theMQL4 and MetaTrader 4 sections.
It is advisable to check if you are logged in to the trading server, as the quick trading panel is displayed only when you are actually logged in to your trading account.
Hi, in mql5 I use the following way of specifying filling_mode
In the tester the EA opens positions, but about one position does not open and error unsupported filling mode, what am I doing wrong?
Hi, in mql5 I use the following way of specifying filling_mode
In the tester an EA opens positions, but some positions are not opened and error unsupported filling mode, what am I doing wrong?
It is not one value that is returned but a composite of one or two - that's why the check may be incorrect.
Try such a construction:
Added: if it helped, please let me know.
It is not a single value that is returned, but a composite of one, or two - so you may get an incorrect check.
Try this construction:
Added: if it helped, please let me know.
Thanks, but it didn't help, it still periodically gives this error!
How do I know the window/subwindow number of an object? I don't see a matching property.