You have to define the size of your arrays: MemTop1, MemTop2, ..
Look for 'ArrayResize' and 'note'!!
double MemTop1[]; int init(){ SetIndexBuffer(0,MemTop1);
MemTop1 is the only array that will be autosized because it is a buffer. All others have no size.
- if (High[i+4]>=High[i+5] && High[i+4]>=High[i+6] && High[i+4]>=High[i+7] && High[i+4]>=High[i+8] && High[i+3]<=High[i+4] && High[i+2]<=High[i+4] && High[i+1]<=High[i+4] && High[i]<=High[i+4])Are your books one column but two feet wide? No because that is unreadable. They are 6 inches, sometimes two columns, so you can read it easily. So should be your code. I'm not going to go scrolling back and forth trying to read it. Edit the post with formatted code and you might get additional help.

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 everybody !
Got an "array out of range" issue, and i don't understand what's wrong. If someone could help it would just be perfect !
A big big thaaaaaaaaaaaaanks !