# Usage

### **Interpreting the Index**

* **Above 0**: Net risk-on sentiment\
  \&#xNAN;*(Markets favor growth, liquidity, and speculative assets)*
* **Below 0**: Net risk-off sentiment\
  \&#xNAN;*(Flight to safety, rising volatility, defensive positioning)*
* **Above +1**: Extreme risk-on / complacency\
  \&#xNAN;*(Potential overheating or topping pattern)*
* **Below −1**: Extreme risk-off / fear\
  \&#xNAN;*(Stress, capitulation, or strong defensive rotation)*

### **Trading Applications**

<table><thead><tr><th width="223.96875">Strategy</th><th>Application</th></tr></thead><tbody><tr><td><strong>Trend Confirmation</strong></td><td>Use MSI to validate equity or crypto trends. A rising price with rising MSI confirms momentum.</td></tr><tr><td><strong>Divergence Detection</strong></td><td>Price makes new highs but MSI trends lower → bearish divergence.</td></tr><tr><td><strong>Mean Reversion</strong></td><td>Extended stays beyond ±1 may signal overbought/oversold conditions.</td></tr><tr><td><strong>Regime Filtering</strong></td><td>Avoid long-only equity positions when MSI is deeply negative.</td></tr><tr><td><strong>Sector Rotation</strong></td><td>Combine with XLU/XLY or XLP/XLY ratios for defensive/offensive shifts.</td></tr><tr><td><strong>Volatility</strong></td><td>Falling VIX/VVIX ratio + negative MSI suggests suppressed volatility before a spike.</td></tr></tbody></table>

### **Configuration Tips**

* **Shorter lookback (20–40)**: More responsive, suitable for tactical trading
* **Longer lookback (80–120)**: Smoother, better for macro regime identification
* **Enable MA smoothing (50-period EMA)**: Helps filter noise in choppy markets
* **Increase weights** on VIX, MOVE, TED, and HYG for crisis detection
* **Increase BTC, SOXX, QQQ weights** to emphasize tech and crypto liquidity

### **Chart Setup**

Add the indicator to any asset (e.g., SPX, BTCUSD, EURUSD) but interpret within context:

* On **SPX/SPY**: MSI reflects broad equity risk appetite
* On **BTCUSD**: MSI captures global liquidity and risk flow into crypto
* On **USD/JPY**: Helps assess carry trade dynamics

**Best Practice**: Run MSI on a daily chart for macro clarity, or 4H/1H for tactical entries.


---

# 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/investing/macro-and-liquidity/macro-sentiment-index/usage.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.
