Edit Your Comment
Array out of Range error?
Oct 13, 2017 at 17:17
Member Since Oct 23, 2012
341 posts
Why am i getting this error on this code?
array out of range in 'EA.mq4' (194,14)
bool IsBarPattern()
{
bool res=false;
if(
Open[3]Close[2] &&
Open[1]Close[3] &&
Open[2]Close[1]
)res=true;
return(res);
}
array out of range in 'EA.mq4' (194,14)
bool IsBarPattern()
{
bool res=false;
if(
Open[3]Close[2] &&
Open[1]Close[3] &&
Open[2]Close[1]
)res=true;
return(res);
}
if you follow the flock like sheep you always end up stepping in shit!
Member Since Aug 20, 2009
256 posts
Member Since Aug 20, 2009
256 posts

*Commercial use and spam will not be tolerated, and may result in account termination.
Tip: Posting an image/youtube url will automatically embed it in your post!
Tip: Type the @ sign to auto complete a username participating in this discussion.