Error 4808 on Custom Indi Module
It works perfectly in testing mode. But when I attach it to a demo account error 4808 occurs. (MT5 log at the bottom):
Any ideas?
Link to Indicator:
How would you rate the customer service you received?
Satisfaction mark by Jan Corsair 1 year ago
Add a comment about quality of support you received (optional):
Okay.
I have studied this issue.The problem is the large number of input parameters of the indicator. If I comment out most of them, the EA can successfully load it.
So the solution to the problem is to reduce the number of input parameters.
To do this, open the indicator file (HarmonicPatternFinderV3.mq5), then go to the file " HPFGlobals.mqh" and open it, and then delete the keyword 'input' before the unnecessary input parameters. Here you can also set default values for all input parameters.
Finally, go to the main indicator file and compile it.
I hope this helps.