trader
trader
Friends

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

trader
Added topic Missing ticks
I wrote small script to print out ticks with their respective tick number on a selected period. The code is the following: int start() {    Print ( StringConcatenate ( "[" ,Volume[ 0 ], "] " , DoubleToStr (Bid, 5 )));    return (
trader
Added topic MQL4 ticks processing
MQL4 manual states that: "An Advisor starts to run with every incoming tick for a given symbol. The Advisor will not be launched for a new, tick if it is processing the previous one at this moment (i.e., the Advisor has not completed its operation
trader
Registered at MQL5.community