> 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/risk-adjusted-performance/omega-ratio.md).

# Omega Ratio

Quality of returns compounds; the **Omega Ratio** tells you whether gains above your hurdle outpace misses below it.

Instead of averaging returns or assuming a normal distribution, Omega evaluates the *entire return distribution* relative to a user-defined **target return per bar**. For each bar, it counts how much you beat the target (**excess gains**) and how much you fell short (**shortfalls**). Over a rolling window, **Omega = Σ(excess gains) / Σ(shortfalls)**.

* **Intuition:** An Omega of **1.0** means gains above your hurdle roughly match the losses below it (breakeven quality). **> 1.5** suggests favorable conditions; **> 2.0** signals strong quality. **< 1.0** means setbacks dominate.
* **Why Omega vs. Sharpe/Sortino?** Omega uses *all* moments of the distribution around a **user-chosen threshold** (not just mean and variance), making it robust when returns are skewed or heavy-tailed—and directly aligned to your objective (e.g., “beat 0.05% per bar”).
* **Target choice matters:** On Daily charts, typical per-bar targets range from **0.00% to 0.10%**; intraday usually needs smaller targets. Higher targets demand more edge and will reduce Omega; lower targets do the opposite.
* **Log vs. linear:** Choose **log returns** for large moves/cross-asset comparability; **linear** is fine for small, steady bars.\
  Use Omega as a **quality gate**: require Omega > 1 (or > 1.5) before deploying capital, then layer your usual entries/exits.


---

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