you code is wrong
use this:
CopyBuffer(MACD_handle,0,0,100,MACD_Main);
CopyBuffer(MACD_handle,1,0,100,MACD_Signal);
use this:
CopyBuffer(MACD_handle,0,0,100,MACD_Main);
CopyBuffer(MACD_handle,1,0,100,MACD_Signal);
Yes, you missed. See picture for the CopyBuffer() fucntion

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
Hi, i'm new to mql5 and i'm trying to use MACD indicator.
Here's a part of my code :
Maybe there's something missing in my code...
Thanks for helping me!