LasloLesla / Publications
Forum
MqlTick Flags
Hello, I'm kinda new to Trading but I've been programming in C#, C++, Obj-C for a while now, I ain't having any big issues at the moment with Mql5 but this with MqlTick flags... On this code: void OnInit () { Print("Ask: ", TICK_FLAG_ASK, " Bid: ", TICK_FLAG_BID, " Buy: ", TICK_FLAG_BUY, "