Thread: CCI Arrows
View Single Post
  #25 (permalink)  
Old 8th February 2010, 23:03
Default Avatar
fxwalb fxwalb is offline
Member
 
Join Date: Dec 2009
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by Enivid View Post
I don't think that you can copy arrays like it:

MQL5 Code:
CCIBuffer[i] = mtf_CCIBuffer[y];

You didn't specify the size of CCIBuffer anywhere before.
How should I do this?
Reply With Quote