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
Sure.
It is not displayed at all in the Experts.
When I open it in the editor and recompile it, I get the following error:
'INIT_FAILED' - expression not boolean ZigZag EA.mq5 427 20
Sure.
It is not even displayed in the Experts.
When I open it in the editor and recompile it, I get the following error:
'INIT_FAILED' - expression not boolean ZigZag EA.mq5 427 20
OnInit is terminated with an error (INIT_PARAMETERS_INCORRECT, line 135) - therefore it does not appear on the chart.
So, what did you specify for:
Use version 1.006
Now it works .
Perfect.
Dear Vladimir,
nice to know this EA. Could you add 2 more ZigZag indicators? entry and exit rule: entry 2 zigzag meet in 1 price, exit 2 zigzag meet in 1 price. do the same with 3 zigzag. You can make it options, should use this entry/exit or not.
thanks for further confirmation.
The error is in this function:
For it to work you must change return (INIT_FAILED); by return false;
I guess it would work in a previous version, but now it is not a boolean expression.