You should define it as a resource and embed it in the final executable file.
Here are a few similar threads on the forum:
- Anyone know how to Upload EA with custom indicator on the market?
- How to embed indicator into the final EX4 file ?
- Publish EA and indicator as one product on the market
- How to sell expert adviser that uses a custom indicator in the market? - Can somebody teach me how to sell an EA that uses custom indicator?
- www.mql5.com
The indicator isn't part of your product. Therefor, the product can't use it except when running on your machine. Why does this surprise you when you try to use the cloud or Market Validation?
Just embed the other indicator(s) inside your indicator/EA. Add the CI(s) to your code as a resource.
Use the publicly released code - MQL5 programming forum (2017)
Resources - MQL4 Reference
Be aware that using resources is 40x times slower than using CIs directly.
A custom indicator as a resource - MQL4 programming forum (2019)
Also make use there are no spaces in the path.
Getting error 4802 when loading custom indicator that loads another custom indicator with iCustom - Technical Indicators - MQL5 programming forum. (2020)
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use