> 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/macro-and-liquidity/macro-sentiment-index/faqs.md).

# FAQs

<details>

<summary>How is the Macro Sentiment Index calculated?</summary>

MSI computes z-scores for each component over a lookback period, adjusts directionality (e.g., VIX is inverted), applies user-defined weights, and calculates a weighted average. The result is smoothed optionally with a moving average.

</details>

<details>

<summary>What does a reading of +1.5 mean?</summary>

A score above +1 indicates strong risk-on sentiment. At +1.5, most risk assets are performing well relative to history, potentially signaling euphoria or complacency. Monitor for reversals or volatility spikes.

</details>

<details>

<summary>Can I use MSI for crypto trading?</summary>

Yes. Bitcoin and crypto markets are highly sensitive to global liquidity and risk appetite. MSI serves as an excellent macro filter—avoid aggressive longs when MSI is deeply negative.

</details>

<details>

<summary>Why is the VIX given a negative sign in scoring?</summary>

Because rising VIX reflects fear and risk aversion. In MSI logic, higher fear = lower sentiment, so its z-score is negated to align with the overall scale.

</details>

<details>

<summary>Is MSI leading or lagging?</summary>

It is **primarily coincident**, reflecting current market sentiment. However, due to z-score normalization and aggregation, it can act as a **leading indicator** when divergences appear (e.g., price up, MSI down).

</details>

<details>

<summary>Is CSI suitable for intraday trading?</summary>

No.

</details>


---

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