# Overview

<figure><img src="/files/1iMOlE3uyurYLEUrM2qt" alt=""><figcaption></figcaption></figure>

This implementation computes per-period returns from your chosen source and timeframe, subtracts a per-period risk-free hurdle derived from your annual input, and summarizes reward vs. variability over a configurable lookback.

{% content-ref url="/pages/rZoCGH52APDMJ1bMLJ9l" %}
[Features](/investing/risk-adjusted-performance/sharpe-ratio/features.md)
{% endcontent-ref %}

{% content-ref url="/pages/g0F2L43KdaA7ptyym6PH" %}
[Usage](/investing/risk-adjusted-performance/sharpe-ratio/usage.md)
{% endcontent-ref %}

{% content-ref url="/pages/xL3EcexvXnyjZqB3MVyD" %}
[Confluences](/investing/risk-adjusted-performance/sharpe-ratio/confluences.md)
{% endcontent-ref %}

{% content-ref url="/pages/a6l777Jkr8l3Kapp9ZWm" %}
[FAQs](/investing/risk-adjusted-performance/sharpe-ratio/faqs.md)
{% endcontent-ref %}

You can smooth the line with a light EMA and read it against well-known guideposts (0, 0.5, 1, 2, 3) with a right-edge label for quick checks.


---

# 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/sharpe-ratio/overview.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.
