ZigZag Indicator Cannot Be Loaded During Automatic Validation

 

Hello,

I am registered as a seller on MQL5.com.

When I try to update one of my Expert Advisors, the automatic validation fails because the iCustom function cannot load the indicator.

error:cannot load custom indicator 'Examples\ZigZag' (USDJPY) [4802]


Previously, there were no issues, but this problem started occurring after yesterday's update.

Is there any recommended solution or workaround for this issue?

 
Taihei Kono:

Hello,

I am registered as a seller on MQL5.com.

When I try to update one of my Expert Advisors, the automatic validation fails because the iCustom function cannot load the indicator.

error:cannot load custom indicator 'Examples\ZigZag' (USDJPY) [4802]


Previously, there were no issues, but this problem started occurring after yesterday's update.

Is there any recommended solution or workaround for this issue?

Yes. EA's listed in the Market cannot call such external files. Incorporate the indicator as a #resource in the EA.
MQL5 Book: Connecting custom indicators as resources / Advanced language tools
MQL5 Book: Connecting custom indicators as resources / Advanced language tools
  • www.mql5.com
For operation, MQL programs may require one or more custom indicators. All of these can be included as resources in the ex5 executable, making it...
 
Ryan L Johnson #:
Yes. EA's listed in the Market cannot call such external files. Incorporate the indicator as a #resource in the EA.
The issue was resolved by adding the indicator as a resource.
Thank you.
 
Taihei Kono #:
The issue was resolved by adding the indicator as a resource.
Thank you.

You're most welcome.

And wow, that was quick. Well done.