Features of the mql5 language, subtleties and tricks - page 14
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
You could write an article or a blog - you could edit and discuss them.
But so far there are few solutions to real problems in this thread. I'm even sure that the conversion from MQL to C++, assembly of the DLL by a compiler from Microsoft or GNU, and encryption of this DLL takes place when compiling the code. Too many "features" confirm this. From the recent past: missing the variable value assignment due to intensive code optimization (classic behavior of C++ compilers).
MQL5 is too crude language in OOP. My SD is full of all sorts of "features" that they do not want to fix.
I doubt that the Metakvoters would like it if we publish our bug reports.
Separators in parameters:
NOTHING // ===== ===== =====
};
sinput ENUM_NOTHING z_; // ===== Описание =====
The topic is already started, it is unlikely they will kill it. Post your observations plz.
Problem: Create a script that throws red, green, and blue mean lines on the chart.
Solution: ...this is impossible if the color is specified with
Problem: Create a script that throws red, green, and blue mean lines on the chart.
Solution: ...this is impossible if the color is specified with
Problem: Create a script that throws red, green, and blue mean lines on the graph.
Solution: ...this is not possible if the color is set with
ChartSaveTemplate, then using API we add the desired indicator to the template with any color and ChartApplyTemplate
PlotIndexSetDouble(); PlotIndexSetInteger(); PlotIndexSetString();
And what to do with ready indicators? For example, iMA()?
ChartSaveTemplate, then using the API we add the desired indicator to the template with any color and ChartApplyTemplate
What API are we talking about?
How to fully replace quadruple AccountFreeMarginCheck()?
Everything I've tried, it all returns a result with an error about insufficient funds to open a position.
...
Which API are we talking about?
Try to guess for yourself. Or write your own list of the different APIs you're confused about.
What is a full-fledged replacement for the quadruple AccountFreeMarginCheck()?
OrderCheck.
Try to guess for yourself. Or write your own list of different APIs that you are confused with.
I just described the officially confirmed bug. It was you who suggested to use some API to solve this problem.
Please do not confuse creating an indicator and calling it via iCustom.