Jimparker
Jimparker
Friends

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

Jimparker
Added topic Whats wrong with this code for detecting new bar please
NewCandle = FALSE; datetime StartBar = iTime(" EURUSD ",PERIOD_M5,0); datetime NewBar = StartBar; while(! NewCandle) { NewBar = iTime("EURUSD",PERIOD_M5,0); if(NewBar != StartBar) { NewCandle = TRUE; StartBar = NewBar; }
Jimparker
Registered at MQL5.community