bid/ask

Questions about MultiCharts and user contributed studies.
cael
Posts: 89
Joined: Sep 06 2006
Has thanked: 2 times

Sep 18 2006

I accessed q_bid and q_ask in PL and noted that while the compiler allowed q_bid[1] and q_ask[1], the same numbers are returned. Is this correct? The compiler allows q_bid and qBid[1] but they are equal?

Further how do I determine the size of the bid and ask?

User avatar
Alex Kramer
Posts: 834
Joined: Feb 23 2006

Sep 18 2006

The bids and asks are received from the status line only, so there's no history available for them.

cael
Posts: 89
Joined: Sep 06 2006
Has thanked: 2 times

Sep 18 2006

Thanks. Is size supported?