bhattikashif / Publications
Forum
MarketBookGet() is returning different data than shown in Depth of Market
Hi All, I am new in MQL5/trading and was learning its coding. One thing which is very strange for me is that when I call MarketBookGet() function on some symbol, it is giving me totally different values than shown in Depth of Market. I might be missing something, due to which I came here to get
Getting Symbol info in Services
Hi, I am new to MQL5 and wanted to build a Service to monitor/send data of multiple charts to some other app/file. But as documentations states that we cannot use Symbol() function in Services, if tried following codes chartID = ChartID (); Sym = ChartSymbol (chartID); and Sym = ChartGetString