As amibroker keeps flashing the bid and ask prices in real time, it means it's reading the top of book limit orders. Where is this information stored and how can I have access to it to use it in my code? I want to compare last price to previous best available ask and bid prices. Also, at every trade (tick) the exchange sends at the same moment a new bid or ask price and volume, how can I check it? Thank you.