Array out of Range error?

Oct 13, 2017 at 17:17
1,239 व्यू
2 Replies
तबसे मेंबर है Oct 23, 2012   349 पोस्टों
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[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!
तबसे मेंबर है Aug 20, 2009   266 पोस्टों
Oct 15, 2017 at 11:49
No bars in your chart
Wealth Creation Through Technology
तबसे मेंबर है Aug 20, 2009   266 पोस्टों
Oct 15, 2017 at 13:42
No bars in the chart.
Wealth Creation Through Technology
You must be connected to Myfxbook in order to leave a comment
*व्यवसायिक इस्तेमाल और स्पैम को ब्रदाश नहीं किया जाएगा, और इसका परिणाम खाता को बन्द करना भी हो सकता है.
टिप: किसी चित्र या यूट्यूब या URL को पोस्ट करने से वे अपने आप आपके पोस्ट में आजाएगा!
टिप: @ चिन्ह को टाइप करें उपभोगता के नाम को अपने आप करने के लिए जो इस चर्चा में भाग ले रहा है.