# Usage

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

Make decisions from a short checklist—trend, stretch, trigger.

* **Set baselines:** Start with SMA=200, Undervalue=0.5, Threshold=2.0, EMA=14; adjust thresholds by asset volatility.
* **Read the distribution:**
  * Inside **±1σ**: trend-following bias.
  * **+2..+3σ**: late-stage risk—trim/hedge unless momentum is accelerating.
  * **−3..−2σ**: value zone—wait for stabilization or EMA turn before scaling.
* **Trigger ideas:** Z-Score re-entering inside ±2σ after an extreme; EMA crossing 0; Z-Score crossing 0 for mean reversion.
* **Keep it comparable:** Avoid moving the 6σ span—tune the top/bottom multiples instead to preserve the scale across assets.


---

# 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/market-valuation-and-on-chain/mayer-multiple-z-score/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.
