# FAQs

<details>

<summary>What does Omega > 1 actually guarantee?</summary>

Nothing deterministic—markets are noisy—but it *does* mean that over your window, cumulative wins above the hurdle exceed cumulative misses, i.e., better-than-target quality.

</details>

<details>

<summary>How should I choose the Target Return?</summary>

Anchor it to timeframe and asset. Daily: **0.00–0.10%** per bar is common; intraday is smaller. Backtest values that reflect your strategy’s realistic edge.

</details>

<details>

<summary>Should I prefer log returns?</summary>

Use **log** when comparing across assets or dealing with large swings; it treats up/down moves symmetrically. Use **linear** for small, stable bars where differences are negligible.

</details>

<details>

<summary>Does Omega repaint?</summary>

No. It’s a rolling sum over completed bars. Values update intrabar while the bar forms and lock at close—standard indicator behavior.

</details>

<details>

<summary>Why is my Omega chronically low/high?</summary>

Your **target** may be too ambitious/lenient, or your **Period** too short/long. Raise target or shorten the window to lower readings; lower target or lengthen the window to raise/stabilize them.

</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/omega-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.
