Questions from Beginners MQL5 MT5 MetaTrader 5 - page 190
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
How to insert the code correctly in the forum.
I understand all this very well. But can we at least show unused private variables like in VisualStudio?
The point is that classes are designed during the development process. You simply cannot take into account everything before creation. That's why frame classes with the least possible functionality are created. While interacting with these framework classes, the overall architecture starts to be elaborated. Some methods are simply deleted, others are moved to the private section, and others are migrated from one class to another. In the process, forgotten variables, methods and even entire classes inevitably appear. This is normal because this is something else like the Okama principle in action - first we write bad, redundant code. Then we formalize the task more clearly and some of the entities simply disappear. Redundancy comes to naught. And it is in this process, the compiler's help would be very useful - to see unused variables and at least private methods would be very useful.
Note the error:
Use:
I can't seem to get it right - in mql5 I can't show the processed data as text on a chart
Hello to all! Please advise a newbie how to make a Dinapoli condition for robots. It is described in Dinapoli trading system and it is as follows: The closer to 90 degrees is the angle between the MACD indicator zero line and the signal line, the stronger is the trend. I am wondering how to express this angle between these lines in an EA?
Better take the OSMa oscillator, because it shows the difference between the main and signal MACD lines. The bigger the difference, the bigger will be the angle at the same scale.
Hi, can you tell me how to use MT5 to mark entry/exit points and stops on a chart using chart marks to test the result?
Set the marks with stops and test them. No other marks can be set in the future without a time machine.