thralik: I am trying to call from my EA indicator via iCustom()
- Either it's an EA or it's an indicator - no such thing as an "EA indicator"
- Detailed explanation of iCustom - MQL4 forum How many externals does your indictor have? Your iCustom only passes one.
double BU0 = iCustom(NULL, 0, "TARZAN",16, 0, 0);
Thrank you for the link, everything working now, thank you very much ;-)

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
Hello and sorry for bother if there is already same problem.
I am trying to call from my EA indicator via iCustom()
Indicator code is that
in EA I am trying to use iCustom to get access to data from this indicator
double BU0 = iCustom(NULL, 0, "TARZAN",16, 0, 0);
double BU1 = iCustom(NULL, 0, "TARZAN", 16, 1, 0);
But values are of both are 0. I think I am doing something pitty but wiuld be anyone so king and tell me where is a problem? Or how to properly load indicators to EA.
Thank you very much,
Jiri Honomichl