double VolBuffer3[]; // moving average ⋮ SetIndexBuffer(2,VolBuffer3);The moving average is buffer index two. Why are you reading index zero?
Hi William, its up and working now, thanks!
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 currently in the process of making my EA. I got interested in using a custom volume indicator, but only planning to using the moving average of the volume. I tried using the iCustom code, but it instead gives me the volume of the current candle instead of the volume moving average. Any advice on getting ONLY the volume moving average?
My code:
custom indicator volume MA code.