# OMEGARATIO

## Description

The Omega ratio can be considered a complement or an alternative to the widely used Sharpe ratio (or return-to-risk statistics). The Omega ratio uses all statistical moments within the data and does discard information from higher moments, it measures the probability weighted ratio of gains to losses as partitioned by a specified level of return target.

## Syntax

The following describes the function signature for use in Microsoft Excel's formula bar.

```excel-formula
=OMEGARATIO(returns, threshold)
```

### Input(s)

| Argument      | Description                                                                   |
| ------------- | ----------------------------------------------------------------------------- |
| **returns**   | Required. Time series or matrix of instrument returns.                        |
| **threshold** | Optional. Return threshold. If the argument is not defined, it will use zero. |

### Output(s)

Vector of Omega ratio(s).

## Example

![](/files/-MLEMdI8FuGd3wDtvDzD)

{% file src="/files/-MLEMhFMH7RCi9SNZIt\_" %}
Example Workbook: RATIOS
{% endfile %}


---

# 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://excelhelp.windhamlabs.com/functions/exposure-to-loss/omegaratio.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.
