I trying to code an EA using QQE Adv custom indicator. I have used the iCustom() function to return values in the EA upon which a trading condition is established.
But the EA doesn't place a single trade when am back testing it. What am missing?
The QQE uses multiples pairs, and MT4 can not do it.
The QQE uses multiples pairs, and MT4 can not do it.
can you be more specific, cause am a newbie.
can you be more specific, cause am a newbie.
this is the .mq4 file of the custom indicator. Please I need help to get the robot working.
this is the .mq4 file of the custom indicator. Please I need help to get the robot working.
This doesn't look as though it's a multi currency indicator so there shouldn't be a tester problem. Use Print() to check that the values in iCustom are what you expect them to be, check the logs for any error messages and use GetLastError() to track down any errors.... beyond that, would need to see your EA code.
V
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I trying to code an EA using QQE Adv custom indicator. I have used the iCustom() function to return values in the EA upon which a trading condition is established.
But the EA doesn't place a single trade when am back testing it. What am missing?