Array out of Range error?

Oct 13, 2017 at 17:17
1,403 개의 뷰
2 Replies
Oct 23, 2012 부터 멤버   게시물341
Oct 13, 2017 at 17:17
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);
}
if you follow the flock like sheep you always end up stepping in shit!
Aug 20, 2009 부터 멤버   게시물256
Oct 15, 2017 at 11:49
No bars in your chart
Wealth Creation Through Technology
Aug 20, 2009 부터 멤버   게시물256
Oct 15, 2017 at 13:42
No bars in the chart.
Wealth Creation Through Technology
로그인 / 가입하기 to comment
You must be connected to Myfxbook in order to leave a comment
*상업적 사용 및 스팸은 허용되지 않으며 계정이 해지될 수 있습니다.
팁: 이미지/유튜브 URL을 게시하면 게시물에 자동으로 삽입됩니다!
팁: @기호를 입력하여 이 토론에 참여하는 사용자 이름을 자동으로 완성합니다.