Forum

How fast is OnTick function. Can there be loss in tick data?

I am doing auto trading in binary options which expire after exact 60 seconds. I call OrderSend function when EA is initialized using init() function. I record the time in millisecond both before(say TimeA) and after(say TimeB) OrderSend function is called. When a new order is placed, an entry is

include iostream or include standard template libraries

Hi, I am new to MQL. I am trying to inlude iostream or STL like vectors. When I do #include <iostream>, i am getting message can't open "C:\Users\\MetaQuotes\Terminal\129CCEC886F792C\MQL4\include\iostream" include file I understand that my code tries to find iostream in that path. But that wont be