> For the complete documentation index, see [llms.txt](https://docs.candelacharts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.candelacharts.com/investing/risk-and-portfolio-management/contango-slope-index/usage.md).

# Usage

The CSI is plotted as a standalone oscillator beneath the price chart (non-overlay mode). Key interpretation guidelines:

### **Slope Direction**

* **Slope < 0** → Backwardation\
  Indicates near-term volatility is higher than long-term expectations. Historically, this has preceded **equity market rallies**, as panic subsides and fear peaks.
* **Slope > 0** → Contango\
  Reflects normal market conditions where longer-dated volatility is priced higher. Persistent high contango may signal **complacency**.

### **Magnitude of Slope**

* **Slope > 0.0232** (%/yr) → Elevated complacency\
  The term structure is steeper than historical average—caution advised ahead of potential corrections.
* **Slope near 0** → Neutral or transitioning regime\
  Markets may be at inflection points.

### **Slope vs. MA Crossover**

* **Slope crosses above MA** → Improving confidence, potential upside acceleration
* **Slope crosses below MA** → Deteriorating structure, rising stress

### **Default Settings**

| Parameter         | Value                                 |
| ----------------- | ------------------------------------- |
| Lookback Window   | 5 days                                |
| MA Type           | SMA                                   |
| MA Length         | 200                                   |
| Plotted Elements  | Slope line, MA, fill, reference lines |
| Regime Thresholds | 0 (flat), 0.0232 (avg contango)       |

### **Recommended Use Cases**

1. **Equity Strategy Timing**\
   Use backwardation signals (slope < 0) as contrarian buy indicators in S\&P 500 or broad market ETFs.
2. **Risk Management**\
   Watch for elevated contango (>2.32%) as a warning sign before tightening exposure.
3. **Volatility Trading**\
   Trade VIX ETNs (e.g., XIV, ZIV, VXX) based on slope momentum and regime shifts.
4. **Macro Regime Detection**\
   Combine with trend-following models to filter trades during extreme fear/greed phases.


---

# 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://docs.candelacharts.com/investing/risk-and-portfolio-management/contango-slope-index/usage.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.
