Errors, bugs, questions - page 1759

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 have noticed an interesting feature of the MT5 terminal. If several windows of the same tool are open, when you press the "refresh" button of one window, ALL windows of this tool are refreshed. Is it supposed to be like this?
Added:
Now, in a closed market with tick indicators on other charts of this instrument (Si-12.16) leads to creepy blank chart hangs!
Here's a question... is it normal that when you right-click on a file in the method editor navigator - MQL Storage - delete, it physically deletes the file from the system?
How should I say this.... unexpectedly! So there is no way to get rid of the storage at all?
ME build 1455 x64.
Forum on trading, automated trading systems and trading strategy testing
Bugs, bugs, questions
Renat Fatkhullin, 2016.11.04 16:11
It's time to close this thread - and make separate threads for each question.
Please do not write here any more - it is categorically ineffective.
Why did they make mql5 majik only positive?
i love negative majiks, man (((
Why did they make mql5 majik only positive?
i love negative majiks, man (((
and left int() OrdersTotal()
well, you're right, majicks cannot be negative, but the number of orders can be negative
and OrdersTotal() left int
Well, right, mages cannot be negative, but the number of orders can be negative
How do I know if my account is a hedging account or a netting account?
I can't get AccountInfoInteger right
How do I know if my account is a hedging account or a netting account?
I can't use AccountInfoInteger correctly
//---
if(margin_mode==ACCOUNT_MARGIN_MODE_RETAIL_HEDGING)
{
}
else
{
}
//---
if(margin_mode==ACCOUNT_MARGIN_MODE_RETAIL_HEDGING)
{
}
else
{
}
here it is ACCOUNT_MARGIN_MODE
I almost lost my mind )
here it is ACCOUNT_MARGIN_MODE
I almost lost my mind )
Taken from theCPositionInfo class: