Forum

Missing history data between Dec 19, 2012 and Mar 14, 2013

I download history data but some data seems missing. Data with any timeperiod misses the records between Dec 19, 2012 and Mar 14, 2013. Take M1 for example, the previous bar is Dec 18, 2012 10:45 and the next bar is Mar 15, 2013 05:17. What's the problem

Why IndicatorCounted() come back to 0?

Testing code like this: int start() { //---- Print("IndicatorCounted=", IndicatorCounted()); //---- return(0); } Sometimes, the printed message is: 15:42:50 DayIndic EURUSD,Daily: loaded successfully 15:42:50 DayIndic EURUSD,Daily: initialized 15:42:50 DayIndic EURUSD,Daily: IndicatorCounted=0

OrderSelect() returns false but GetLastError() returns 0

GetLastError() returns 0 which means NO ERROR. So, why does OrderSelect() failed? Did anyone encounter this problem

Is there a function to find the index of lowest bar?

iLowest() can return the LOWEST VALUE, but i want the bar index of this value instead of the value itself. Is there a function to perfom this