Errors, bugs, questions - page 1181
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
Let's have a chat in servicedesk. You need algorithm for playback, build number, bit rate
Haven't reproduced it yet.
Can I have a csv file of a signal provider's deal history to visualise deals in mt4/mt5? It's interesting to see how these deals look on the history.
Since metaeditor became universal (for mql4 and mql5), it became very difficult to write include mqh files for mt4, because the editor and compiler consider this code as mql5.of course, you can rename the file to mq4 and everything will be ok, but I often need to write a single file for both languages (dividing part of the code using #ifdef), that's why a common mqh file is needed.
If I call the editor from mq4, then it's obvious that I need exactly mql4. So why on earth would it require mql5 when editing mqh files?
p.s. By the way, what's wrong with forum posts? Why do all my capital letters automatically turn into lower case letters?
Since metaeditor became universal (for mql4 and mql5), it became very difficult to write include mqh files for mt4, because the editor and compiler consider this code as mql5.of course, you can rename the file to mq4 and everything will be ok, but I often need to write a single file for both languages (dividing part of the code using #ifdef), that's why a common mqh file is needed.
If I call the editor from MT4, it is obvious that I need exactly mql4. So why on earth would it require mql5 when editing mqh files?
p.s. by the way, what's all this nonsense with forum posts? why do all my capital letters automatically turn into lower case letters?
here was a similar question -https://www.mql5.com/ru/forum/19951.
and the problem with the letters is a bug.
Can you tell me if and how to determine if a string value contains a certain combination of characters? For example, we need to determine if string value="five little monkeys"; string find="monk"; (in this example, the answer is yes).
Can you tell me if and how to determine if a string value contains a certain combination of characters? For example, we need to determine if string value="five little monkeys"; string find="monk"; (in this example, the answer is yes).
StringFind
Optimisation is not working.
2014.08.05 19:34:42 Tester no optimized parameter selected, please check input(s) to be optimized and set carefully start, step and stop values
Translation didn't give anything.