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
Since the "resource" technology is only available in mt5, how do I post a MT4 product consisting of an EA and a Custom Indicator (the EA calls the CustomIndicator) ?
I am trying to update my free EA but I am having a problem with the automatic validation. It works on my computer on different timeframed and symbols but it doesn't on the validation.
Here is the error message:
there are no trading operations
However I'm using the #resource as described on the documention and it has been working for other EA's:
#resource "\\Indicators\\hilo_channel.ex4";
double buffer = iCustom(symbol,TradingTimeframe,"::Indicators\\hilo_channel.ex4",IndicatorPeriod,0,1);
The Custom indicator takes one input.
What could it be?
What could it be?
I did and the answer was:
"
Unfortunately, here we don't give any programming advice.
Maybe you can find answer here: https://www.mql5.com/en/articles/261
As a variant, try to ask your colleagues at Forum. "
Hello,
I did and the answer was:
"
Unfortunately, here we don't give any programming advice.
Maybe you can find answer here: https://www.mql5.com/en/articles/261
As a variant, try to ask your colleagues at Forum. "
Ok, they are really funny.
Your resource and iCustom call seem correct.
Is there any other resource used in "hilo_channel.ex4" indicator ? Please also do some research on the forum about resource and market.
Hello,
I did and the answer was:
"
Unfortunately, here we don't give any programming advice.
Maybe you can find answer here: https://www.mql5.com/en/articles/261
As a variant, try to ask your colleagues at Forum. "
Having the same problem: https://www.mql5.com/en/forum/189988
Hello,
in the article it is mentioned "...an Expert Advisor can use the resources that are located in an indicator or EX5 library".
Is it possible to use functions from a library file when having embedded it as a resource?
Hello,
in the article it is mentioned "...an Expert Advisor can use the resources that are located in an indicator or EX5 library".
Is it possible to use functions from a library file when having embedded it as a resource?
Not possible. Unfortunately.