> For the complete documentation index, see [llms.txt](https://help.quantower.com/quantower/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.quantower.com/quantower/analytics-panels/chart/technical-indicators/volume.md).

# Volume

- [COT High/Low](https://help.quantower.com/quantower/analytics-panels/chart/technical-indicators/volume/cot-high-low.md): Use the COT High/Low indicator in Quantower to track cumulative bid/ask delta after price hits a new high or low and read buying vs selling pressure
- [Depth of Bid / Ask](https://help.quantower.com/quantower/analytics-panels/chart/technical-indicators/volume/depth-of-bid-ask.md): Depth of Bid/Ask indicator shows changes in the liquidity for a specified number of Bid/Ask levels.
- [Delta Flow](https://help.quantower.com/quantower/analytics-panels/chart/technical-indicators/volume/delta-flow.md): Delta Flow indicator describes the impact of the aggressive orders on the market price through Delta value.
- [Delta Rotation](https://help.quantower.com/quantower/analytics-panels/chart/technical-indicators/volume/delta-rotation.md): Delta rotation describes the demand and supply per market rotation through Delta.
- [Level2 indicator](https://help.quantower.com/quantower/analytics-panels/chart/technical-indicators/volume/level2-indicator.md): Add the Level2 indicator in Quantower to plot order book depth directly on the chart and track liquidity around price
- [Abnormal Volume](https://help.quantower.com/quantower/analytics-panels/chart/technical-indicators/volume/abnormal-volume.md): The Abnormal Volume indicator allows you to quickly identify a financial instrument where the volume on the current candle significantly exceeds the average value for the specified period
- [Abnormal Trades](https://help.quantower.com/quantower/analytics-panels/chart/technical-indicators/volume/abnormal-trades.md): The Abnormal Trades indicator is designed to quickly find bars on the chart and in the watchlist with an abnormally high number of trades.
- [Volume Impulse](https://help.quantower.com/quantower/analytics-panels/chart/technical-indicators/volume/volume-impulse.md): Add the Volume Impulse indicator in Quantower to detect a three-bar volume pattern that signals a likely price move, with Buy/Sell alerts


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.quantower.com/quantower/analytics-panels/chart/technical-indicators/volume.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
