How do I get market data with MQL4?
I am using metatrader4 and I can get any information 'but' the market data from btc-e http://docs.mql4.com/constants/environment_state/marketinfoconstants I.E. double pending = MarketInfo(Symbol(),MODE_PENDING); MessageBox( DoubleToStr(pending) ); just like the market data on the right hand side of this chart https://bitcoinwisdom.com/markets/btce/ltcusd , all the pending buy/sell orders, same market and everything. How do I dump the pending volume using MQL4? First, let's start with the < code >-snippet mis-concept As seen in the provided < code >-snippet, there is a principal error/mis