# Bid/Ask Volume

Plots the bid volume and ask volume as separate paths and optionally shows where these paths cross (generating signals). This study can be accessed from the top menu bar: *Study -> Volume Based -> Bid/Ask Volume*. The following screen shot shows the general settings for this study:

* **Bar Count** - Optionally limits the number of bars that are displayed. This is useful if you want to avoid loading a large amount of historical tick data. Check “Show All” to show for all bars.
* **RTH Data only** – Check this box to only show data that occurred during regular trading hours.
* **Ask Volume** – Settings for the ask volume path.
* **Bid Volume** – Settings for the bid volume path.
* **Ask Vol Ind -** Settings for the latest ask volume indicator in the vertical axis.
* **Bid Vol Ind -** Settings for the latest bid volume indicator in the vertical axis.
* **Up Marker** – Displays an up marker where the ask volume crosses above the bid volume.
* **Down Marker** - Displays a down marker where the ask volume crosses below the bid volume.

![Bid/Ask Volume General Tab](/files/-M207j0McsDiW8q1olVR)

This study generates signals when the ask volume crosses above or below the bid volume. These signals can be configured to generate alerts:

![Bid/Ask Volume Signals Tab](/files/-M207j0NIln1Lt3s0D3o)

The following screen shot shows an example of the Bid/Ask Volume study. Markers are enabled to indicate where the ask volume path crosses the bid volume path.<br>

![Bid/Ask Volume Example](/files/-M207j0O_kgp7PsF-p4Z)


---

# 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.motivewave.com/user-guide/volume-order-flow-analysis-guide/bid-ask-volume.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.
