# Level II Data

This is more of an advanced trading topic, but if you want to take your trading to the next level, it's an important tool to understand.&#x20;

Level 2 provides users with depth of price information, including all the available prices that market makers and electronic communication networks (ECN) post.

Level 1 offers enough information to satisfy the needs of most investors, providing the inside or best bid and ask prices. However, active traders often prefer Level 2 because it displays the Supply & demand of the price levels beyond or outside of the bid. This gives the user a visual display of the price range and associated liquidity at each price level.

Price movement on Level 2 is not necessarily an actual reflection of the recorded trades; Level 2 is just a display of the available price and liquidity. This is an important distinction because high-frequency trading programs frequently adjust Level 2 bid and ask prices violently to shake the trees and panic onlookers despite the lack of actual executed trades. This practice is common in momentum stocks.

Watch this video to get a better understanding of how to read Level II data:

{% embed url="<https://youtu.be/vhOCI2eXP8E>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tradinglab.ai/trading-tips/level-ii-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
