Errors, bugs, questions - page 2640

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
There is an error in the documentation on the website:
Calculations based on the time series of the current timeframe
Shaped brackets instead of square brackets.
Guys, can you tell me how to automatically see the values of all variables in a function in Debug?
When I entered a function, I need to see the values of all input parameters automatically (without manually adding each of them). And when I left it, I want them to automatically disappear from tracking list (without manual deletion).
Can modern debuggers do this?
And how do I know what the function returned?
And how do I know what the function returned?
Is it allowed to ask such questions?
Guys, can you tell me how to automatically see the values of all variables in a function in Debug?
When I entered a function, I need to see the values of all input parameters automatically (without manually adding each of them). And when I left it, I want them to automatically disappear from tracking list (without manual deletion).
Modern debuggers can do this?
Modern ones display value of any variable on mouse hover. The return value can be viewed there too. But not in MetaIditor.
subscribed to the signal and VPS server. All uploaded and synchronised. Transactions are not all copied - what's the problem?
subscribed to the signal and VPS server. All uploaded and synchronised. The trades are not all copied - what's the problem?
Answers are contained in the log tab of the terminal.
Tell me how to deal with the "hidden method calling" warning. I've read on forum what MQ advises - it doesn't help.
The source file for compilation is Plot.mqh. PairArray.mqh file is a non-standard dependency (the rest are standard).
Tell me how to deal with the "hidden method calling" warning. I've read on forum what MQ advises - it doesn't help.
The source file for compilation is Plot.mqh. PairArray.mqh file is a non-standard dependency (the rest are standard).
curve = m_graphic.CGraphic:: CurveAdd(x, type, name);
Yes, thanks, I've already realised that my method in the intermediate class is "missing".
PS. It's not the first time it happens that compiler messages are not detailed enough (not only for this "error"). If the signatures of two methods were added, everything would be clear at once.