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
Index Buffer arrays are series arrays by default. They will be intialized with the SetIndexBuffer() function.
Other arrays are not, and have to be set as "series", for use with any of the iXXXOnArray() functions.
.
If using iMAOnArray, the array must be a "series" array.
I would say DO NOT use the "total" paramter, I never have, and don't have problems. Leave it zero. This thread is about "buggy" results when "total" is not zero.
.
You don't have to use the default ExtMapBuffer1-8 names, by the way.
LOL.. I just copy/pasted ExtMapBuffer names.
I decided to write my own moving average code. At least I know it works.
phy, thanks a bunch for your help. I appreciate you taking your time to assist me.