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
I am new to MQL4 and this is my first try of coding an indicator. I have just tuned some but not built one.
I have coded a custom indicator based on Heiken Ashi candles and two Envelopes applied to this candles. It should draw an arrow (dot) when buying or selling conditions are trigered.
I think the problem is in the iCustom functions or the iEnvelopesOnArray ones. Could someone help me understand what is going wrong?
Thanks you
This is the Heiken Ashi code:
And here is my custom indicator code:
Thank you a lot. I don't know what is the return of iCustom and iEnvelopesOnArray and that maybe a big problem.