Edit Your Comment
Array out of Range error?
Membro Desde Oct 23, 2012
351 postagens
Oct 13, 2017 at 17:17
Membro Desde Oct 23, 2012
351 postagens
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[3] &&
Open[2]>Close[2] &&
Open[1]<Close[1]
)res=true;
if(
Open[3]>Close[3] &&
Open[2]<Close[2] &&
Open[1]>Close[1]
)res=true;
return(res);
}
array out of range in 'EA.mq4' (194,14)
bool IsBarPattern()
{
bool res=false;
if(
Open[3]<Close[3] &&
Open[2]>Close[2] &&
Open[1]<Close[1]
)res=true;
if(
Open[3]>Close[3] &&
Open[2]<Close[2] &&
Open[1]>Close[1]
)res=true;
return(res);
}
if you follow the flock like sheep you always end up stepping in shit!
Membro Desde Aug 20, 2009
266 postagens
Oct 15, 2017 at 11:49
Membro Desde Aug 20, 2009
266 postagens
No bars in your chart
Wealth Creation Through Technology
Membro Desde Aug 20, 2009
266 postagens
Oct 15, 2017 at 13:42
Membro Desde Aug 20, 2009
266 postagens
No bars in the chart.
Wealth Creation Through Technology
*Não serão tolerados uso comercial ou spam. O não cumprimento desta regra poderá resultar na exclusão da conta.
Dica: Ao adicionar uma URL de imagem/youtube, você estará automaticamente incorporando-a à sua postagem!
Dica: Digite o símbolo @ para que o nome de um usuário que participe desta discussão seja completado automaticamente.