Complication Errors
-
Can anyone help me figure out why 'getting these errors. I originally left every condition set to "current time frame" but i got this error. So then i tried changing all conditions to 15 min just to see if it would help. Still not working. '
Any help would be appreciated.
-
To troubleshoot it, export the .mq4 and try to compile it in the windows MetaEditor.
It will give a more detailed error report, and you can find which block causes the problem

-
@roar thank you
-
I think this is a bug when this check is used:

And I see you checked almost all parameters... there is no real need to do that. These are if you want to make some quick optimization and you need few parameters to be input parameters of the EA. I know that some people are checking all of those, but I don't know why, it's not mandatory. Maybe they want to try different parameters in MetaTrader, but I there is a better idea. What I personally do is to change the parameters in the project itself and export a new EA every time. This plugin helps - https://chrome.google.com/webstore/detail/fxdreema-download-files/lnlppnklledgeaafojedgemkdhjdgdkp
-
Thank you. The issue was that i chose a time frame for the left side of the condition, but not the right side. I also took your advise and unchecked all parameters. Thanks for the plugin.
-
if you really want to have inputs, try Constants - https://fxdreema.com/tutorial/builder/constants-and-variables