Edit Your Comment
Array out of Range error?
Oct 13, 2017 at 17:17
Oct 23, 2012からメンバー
341 投稿
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!
Aug 20, 2009からメンバー
256 投稿
Aug 20, 2009からメンバー
256 投稿

*商用利用やスパムは容認されていないので、アカウントが停止される可能性があります。
ヒント:画像/YouTubeのURLを投稿すると自動的に埋め込まれます!
ヒント:この討論に参加しているユーザー名をオートコンプリートするには、@記号を入力します。