hi,
Could you please show me a way to get market depth into WL(from IQ Feed)?
Dont know if its possible but would be great if we could see the best bids and asks printed and updated on chart? ;) am i asking too much?
Size:
Color:
Size:
Color:
It's not out of the question, though, for backtesting. You can pull in bid/ask series with an ASCII DataSource, for example. Bid/ask wouldn't really mean much without tick data, so you're talking about heavy processing. Once you have that ASCII DataSet, though, you can access those bid/ask DataSeries using the Bars.FindNamedSeries function. Then it's a cinch to plot it like any other series.
Size:
Color: