# Cumulative Net Longs & Shorts (CLS & CLSD)

## Definition

#### **Cumulative Net Longs & Shorts**

The **Cumulative Net Longs & Shorts (CLS)** indicator tracks the **net difference between long and short positions** over time, providing insight into the overall directional bias of market participants. It aggregates the total net positioning from longs and shorts across a given timeframe (e.g., daily, 4-hour, or 1-hour), offering a dynamic view of market sentiment and positioning trends.

***

#### **Key Components:**

1. **Cumulative Net Longs:** The aggregated total of long positions after subtracting closed long positions over time.
2. **Cumulative Net Shorts:** The aggregated total of short positions after subtracting closed short positions over time.
3. **Cumulative Net Longs & Shorts Delta (CLSD):** The difference between **Cumulative Net Longs** and **Cumulative Net Shorts**, calculated as:

Delta = (Cumulative Net Longs) − (Cumulative Net Shorts)

* **Positive Delta:** Indicates that long positions dominate net positioning.
* **Negative Delta:** Indicates that short positions dominate net positioning.

***

#### **Visualization:**

* **Cumulative Net Longs & Shorts:** Typically displayed as two separate lines on a chart:
  * **Net Longs Line:** Represents the cumulative total of long positions.
  * **Net Shorts Line:** Represents the cumulative total of short positions.
* **Cumulative Net Longs & Shorts Delta:** Displayed as a **bar graph** to visualize the net difference between longs and shorts.

***

#### **Why It Matters:**

* **Directional Bias:** Highlights imbalances between long and short positioning trends.
* **Trend Confirmation:** Persistent dominance of longs or shorts can indicate strong directional conviction.
* **Reversal Signals:** Sudden shifts in delta values may signal potential trend reversals.

The **Cumulative Net Longs & Shorts** indicator, along with the **Cumulative Net Longs & Shorts Delta**, provides a comprehensive view of market positioning dynamics, helping traders identify sentiment trends, potential reversals, and key liquidity zones.


---

# 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://academy.hyblockcapital.com/indicators/longs-and-shorts-indicators/cumulative-net-longs-and-shorts-cls-and-clsd.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.
