# COTCommercialIndex

### COTCommercialIndex <a href="#cotcommercialindex" id="cotcommercialindex"></a>

**The installation of the Technical Analysis Package is required in order to access this indicator.**

#### Description <a href="#description_21" id="description_21"></a>

The CommercialIndex is a very telling COT indicator. It puts two of the most important COT-parameters in relation to each other – the net position of the commercials to the open interest. These values are normalized and subsequently outputted. A high value of the CommercialIndex shows strong buying behavior of the commercials, whereas a low value shows strong sell pressure from the commercials. The parameters are similarly structured as with the COTReport.

The following parameters are available for the COTCommercialIndex:

* **CotType**: see [*COTReportLegacy*](https://agenatrader.github.io/AgenaIndicator-documentation/indicators_oscillators/#COTReportLegacy) – CotType
* **ReportType:** see [*COTReportLegacy*](https://agenatrader.github.io/AgenaIndicator-documentation/indicators_oscillators/#COTReportLegacy) – ReportType
* **StochasticPeriod:** see [*COTReportLegacy*](https://agenatrader.github.io/AgenaIndicator-documentation/indicators_oscillators/#COTReportLegacy) – ComparativePeriod
* **OpenInterestType:** Here you can choose between \[Native/Stochastic], which determines whether absolute values or the stochastic values of the positions of the commercials should be used for the calculation. The default setting is “Native”; do not change this if you wish to keep the informative value of the indicator.

#### Parameters <a href="#parameters_20" id="parameters_20"></a>

to be announced

#### Return value <a href="#return-value_22" id="return-value_22"></a>

to be announced

#### Usage <a href="#usage_22" id="usage_22"></a>

to be announced

#### Visualization <a href="#visualization_23" id="visualization_23"></a>

![COTCommercialIndex](https://agenatrader.github.io/AgenaIndicator-documentation/media/COTCommercialIndex.png)

#### Example <a href="#example_22" id="example_22"></a>

to be announced


---

# 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://indicators.agenatrader.com/premium-indicators/cot-addon/cotcommercialindex.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.
