Hi Everyone,
I have an EA that is based on simple indicators, and it is working perfectly, but i want to improve its performance by adding ZigZag custom indicator to it, but i don't know how to do that.
So i need the help of anyone that could do it. Kindly contact me on my e-mail - willyjan11@yahoo.co.uk
Look up iCustom function in the docs. That is what you need. Assign a variable name to it, then use it like you would use a standard indicator in your code.
i.e.
variable name = iCustom(....);
then call the variable name when you need it.
Look up iCustom function in the docs. That is what you need. Assign a variable name to it, then use it like you would use a standard indicator in your code.
i.e.
variable name = iCustom(....);
then call the variable name when you need it.
no luck yet, pls,contact me on my e-mail to see if you can help.
emailed u
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi Everyone,
I have an EA that is based on simple indicators, and it is working perfectly, but i want to improve its performance by adding ZigZag custom indicator to it, but i don't know how to do that.
So i need the help of anyone that could do it. Kindly contact me on my e-mail - willyjan11@yahoo.co.uk