# COT High/Low

COT stands for <mark style="background-color:green;">**Commitment Of Traders**</mark> and comes in two variations: **COT High** and **COT Low**.

{% hint style="info" %}
It's important not to confuse this indicator with the reports published by the CFTC (Commodity Futures Trading Commission), which also provides weekly reports on the positions of large market participants, including major speculators and hedgers. The CFTC's report is also known as COT, and you can find more information about it on their official website at <https://www.cftc.gov/MarketReports/CommitmentsofTraders/index.htm>
{% endhint %}

COT High (COT Low) measures the cumulative bid/ask Delta from the point where the price hits a new high (low) or revisits a previous one. It's a valuable tool for assessing the balance between buying and selling activity after a new price level is reached.

Think of a new high (low) as a market test, with COT High (COT Low) serving as the market's response. If the market rejects the new higher (lower) price, you'll observe a negative COT High (COT Low) as the price falls (rising). However, if the price remains high (low), and COT High (COT Low) is negative but increasing in magnitude, it indicates strong support from buy limit orders (sell limit orders).

<figure><img src="/files/MELafstjXSaRmBn203ms" alt=""><figcaption><p>COT High (CH) and COT Low (CL) on the ES chart in Quantower</p></figcaption></figure>


---

# 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://help.quantower.com/quantower/analytics-panels/chart/technical-indicators/volume/cot-high-low.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.
