Forum

Metatrader 5 Market Depth

I'm new to metatrader 5 and MQL I was wondering if someone knew what was necesary to do in order to be able to use Market depth information? I also tried using MarketBookGet() on and EA using the example in the docs MqlBookInfo priceArray[]; bool getBook=MarketBookGet(NULL,priceArray); if(getBook)