EA includes multiple customized indicators. If I want to put the EA on the Market, Do I need to put custom indicator on the Market at the same time ?
EA includes multiple customized indicators. If I want to put the EA on the Market, Do I need to put custom indicator on the Market at the same time ?
#resource "\\Indicators\\Indicator.ex5"

- www.mql5.com
#resource "Indicator.ex5"
iCustom(NULL,0,"::Indicator.ex5"....)
and put your custom indicator in same Experts folder with your ea. Doing it with the indicator in indicator folder makes the indicator calculate a lot slower.
This will integrate the indicator into your compiled ea, and you can then add to marketplace. no need to clients to have separate file for indicator.
And before you ask :D This issue of slow resource sourced from indicators folder is an issue in both mt4/5.
This is in russian, so click the translator button
https://www.mql5.com/ru/forum/357579/page6#comment_21310421

- 2021.03.11
- www.mql5.com
#resource "Indicator.ex5"
iCustom(NULL,0,"::Indicator.ex5"....)
and put your custom indicator in same Experts folder with your ea. Doing it with the indicator in indicator folder makes the indicator calculate a lot slower.
This will integrate the indicator into your compiled ea, and you can then add to marketplace. no need to clients to have separate file for indicator.
Thanks

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use