Topics
30 Jun 2016, 19:54
 2474
 4
Replies

jhonti
30 Jun 2016, 23:45

RE:

moneybiz said:

            foreach (var askEntry in MarketData.GetMarketDepth(Symbol).AskEntries)
            {
                Print("Ask Price: {0}; Ask Volume{1}.", askEntry.Price, askEntry.Volume);
            }

 

Thanks for your help, however this seems to give different results to using the market snapshot tool, why is this?


@jhonti