Bid Ask  [SOLVED]

Questions about MultiCharts .NET and user contributed studies.
holya
Posts: 40
Joined: 28 Aug 2012
Location: Vancouver, Canada
Has thanked: 8 times
Been thanked: 1 time

Bid Ask

Postby holya » 05 Sep 2012

I have setup a symbol to collect its bid and ask information. How can I pragmatically retrieve them, let's say through IDataLoader?

User avatar
JoshM
Posts: 2195
Joined: 20 May 2011
Location: The Netherlands
Has thanked: 1544 times
Been thanked: 1565 times
Contact:

Re: Bid Ask

Postby JoshM » 05 Sep 2012

I have setup a symbol to collect its bid and ask information. How can I pragmatically retrieve them, let's say through IDataLoader?
DataLoader doesn't work for Bid / Ask data series yet (source). However, you can use the Bid and Ask prices from the status line if you'd like (see here). There's also a Market Depth code example if you're also interested in the sizes of the bid and ask quotes and not just the price.

holya
Posts: 40
Joined: 28 Aug 2012
Location: Vancouver, Canada
Has thanked: 8 times
Been thanked: 1 time

Re: Bid Ask

Postby holya » 06 Sep 2012

Thanks for the reply. StatusLine property wouldn't work because I'm downloading a different symbol and not the one on the chart. Besides, I'd like to download multiple symbols as well. But appreciate your kind answer.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Bid Ask  [SOLVED]

Postby Henry MultiСharts » 07 Jun 2013

DataLoader allows requesting Bid / Ask data since MultiCharts .NET 8.1 Beta1.


Return to “MultiCharts .NET”