The Debugger uses the parameter settings on the Strategy Tester no matter what you set in the EA directly:
That's why I temporarily set parameters for debugging in OnInit().
Carl Schreiber #:
Thank you for replying Carl. So what you're saying is I can't change the input settings in the strategy tester? Or do I need to create copies of the input variables (as normal variables) and initialise them in OnInit and debug with them?
The Debugger uses the parameter settings on the Strategy Tester no matter what you set in the EA directly:
That's why I temporarily set parameters for debugging in OnInit().

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
Hi everyone
Please if someone can help me with this highly frustrating problem.
I have a custom ENUM declared like so:
My input parameters:
However when I try to debug, the values I get is this:
The 2 ENUM parameters does not have the default values. Even when changing them in the indicator doesn't work.
I need to debug functions that gets called when the enums change, but the breakpoint doesn't get triggered because of the above issue.
Can someone please help?