Line 215. Delete "macd[i]<0 &&" and "macd[i]>0 &&".
valt[i] = (macd[i]<0 && macd[i]>sig[i]) ? 1 : (macd[i]>0 && macd[i]<sig[i]) ? -1 : 0;
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 have an issue with this MT4 MACD indicator.
It only gives an alert and arrow whenever crossover up happens below or down crossover above zero line.
I really need arrows and alerts every time crossover happens.
Can somebody update this MQ4 source code?
I would really appreciate.
Thank you in advance.