Errors, bugs, questions - page 1539
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
OnDeinit is always executed after OnCalculate
You cannot use the built-in MQL tools, you have to do it yourself, for example, for the debug version add the "caller function name" parameter
Such a parameter has been added. And what do you mean by different debug and release versions in the same code?
ifdef _DEBUG I suspect
How do I go into debug mode when the indicator is manually removed from the chart? Need to understand what's going on with the guts. The problem is not clear from the unprinter, unless Slawa is mistaken.
Really need help!
The breakpoint is in OnDeinit().
I need the MOMENT of deletion of the chart, not OnDeinit. For example, during OnCalculate I delete an indicator. Ideally, _StopFlag should be monitored everywhere, but it doesn't work.
There is no such built-in event, which could cause a debug stop.