# Premium & Discount

### Dealing Range Analysis <a href="#user-content--dealing-range-analysis" id="user-content--dealing-range-analysis"></a>

To consistently make profitable trades, you need to buy low (cheap) and sell high (expensive). In institutional trading, this concept is formalized as **Premium** and **Discount** zones within a **Dealing Range**.

<figure><img src="/files/eajdoIw1gioLtd5LJMId" alt=""><figcaption></figcaption></figure>

This tool acts as your automated "valuation" scanner, ensuring you never buy at the top or sell at the bottom.

### The Zones <a href="#user-content--the-zones" id="user-content--the-zones"></a>

The indicator identifies the current **Trading Range** defined by the most recent major Swing High and Swing Low.

* **Premium Zone (Top 50%)**: 🔴
  * *Status*: Expensive.
  * *Action*: Prioritize **Short** setups. Institutions are looking to offload positions here.
* **Discount Zone (Bottom 50%)**: 🟢
  * *Status*: Cheap.
  * *Action*: Prioritize **Long** setups. Institutions are looking to accumulate positions here.
* **Equilibrium (50% Level)**:
  * *Status*: Fair Value.
  * *Action*: Price often consolidates around this level before choosing a direction.

### Optimal Trade Entry (OTE) <a href="#user-content--optimal-trade-entry-ote" id="user-content--optimal-trade-entry-ote"></a>

Within the Premium or Discount zones, we highlight a specific "sweet spot" (typically the 70-79% retracement). This is high-probability reversal area where risk-to-reward is maximized.

<figure><img src="/files/Gf680syzwdi9Z0eMWxDr" alt=""><figcaption></figcaption></figure>

### Visual Customization <a href="#user-content-visual-customization" id="user-content-visual-customization"></a>

Choose the aesthetic that fits your charting style:

* **Classic**: Distinctly colored zones (Red for Premium, Green for Discount). Best for beginners.

<figure><img src="/files/g5tSTuT0hnTLNgBJs5mj" alt=""><figcaption></figcaption></figure>

* **Modern**: Sleek, minimalist shading that blends into the background.

<figure><img src="/files/6O8okifNzUiUN8a7cydP" alt=""><figcaption></figcaption></figure>

* **Minimalist**: Only draws the critical levels (0, 0.5, 1) without background fills.

<figure><img src="/files/WkMg2ZeDuK1ICfqSN3d5" alt=""><figcaption></figcaption></figure>

* **Simple**: Just the range boundaries.

<figure><img src="/files/5rrnvUddwL1xhVcVioii" alt=""><figcaption></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://docs.candelacharts.com/toolkits/interbank-price-action-tm/premium-and-discount.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.
