# FAQs

<details>

<summary>Sortino vs. Sharpe—when use which?</summary>

Sharpe penalizes total volatility; Sortino penalizes only downside. Use Sortino when negative swings matter more than upside noise.

</details>

<details>

<summary>What should I use for MAR?</summary>

Risk-Free is a robust default. Use a **Custom per-period** hurdle to reflect a strategy target (e.g., 0.05% per bar).

</details>

<details>

<summary>Simple or Log returns?</summary>

Log handles large moves and cross-asset comparisons better; Simple is fine for stable, small step changes.

</details>

<details>

<summary>Do percentile bands repaint?</summary>

No. Bands are computed from the rolling history up to the calibration window; values lock after bar close.

</details>

<details>

<summary>Why does Sortino jump when I change MAR or return type?</summary>

Because both the numerator (excess vs. MAR) and the denominator (downside deviation below MAR) depend on those choices—pick settings that match your objective and keep them consistent across comparisons.

</details>


---

# 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/risk-adjusted-performance/sortino-ratio/faqs.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.
