goldfire
goldfire
Friends

Add friends via their profile or user search and you will be able to see if they are online

goldfire
Added topic 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
goldfire
Registered at MQL5.community
goldfire
Added topic OrderSelect() returns false but GetLastError() returns 0
GetLastError() returns 0 which means NO ERROR. So, why does OrderSelect() failed? Did anyone encounter this problem
goldfire
Added topic 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
goldfire
Added topic 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