Edit Your Comment
Array out of Range error?
Členem od Oct 23, 2012
355 příspěvků
Oct 13, 2017 at 17:17
Členem od Oct 23, 2012
355 příspěvků
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!
Členem od Aug 20, 2009
266 příspěvků
Oct 15, 2017 at 11:49
Členem od Aug 20, 2009
266 příspěvků
No bars in your chart
Wealth Creation Through Technology
Členem od Aug 20, 2009
266 příspěvků
Oct 15, 2017 at 13:42
Členem od Aug 20, 2009
266 příspěvků
No bars in the chart.
Wealth Creation Through Technology
*Komerční použití a spam nebudou tolerovány a mohou vést ke zrušení účtu.
Tip: Zveřejněním adresy URL obrázku /služby YouTube se automaticky vloží do vašeho příspěvku!
Tip: Zadejte znak @, abyste automaticky vyplnili jméno uživatele, který se účastní této diskuse.