> 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/tail-ratio/faqs.md).

# FAQs

<details>

<summary>What is a "good" Tail Ratio to look for?</summary>

A Tail Ratio above 1.0 (and especially above the Upper Guide, like 1.20) generally indicates a favorable risk profile where upside potential outweighs downside risk. However, it should be used in conjunction with other indicators rather than as a standalone buy/sell signal.

</details>

<details>

<summary>Should I use Log Returns or Simple Returns?</summary>

Log returns are generally preferred for financial time series analysis because they are time-additive and symmetric. However, for shorter timeframes, simple returns are often sufficient. We recommend experimenting with both to see which fits your specific asset and timeframe best.

</details>

<details>

<summary>Why is the Tail Ratio sometimes blank or very erratic?</summary>

If the asset has extremely low volatility (e.g., stablecoins or low-volume periods), the lower percentile can approach zero. The indicator has built-in protections against division by zero, which may cause it to temporarily flatline or clamp values to prevent massive, unreadable spikes.

</details>

<details>

<summary>Can I use this for short-term day trading?</summary>

Yes. While it is highly effective on higher timeframes (Daily, Weekly) for structural analysis, you can lower the Lookback Length (e.g., from 60 to 20) to make the oscillator more responsive for lower timeframe day trading.

</details>

<details>

<summary>How do I interpret the colored oscillator line?</summary>

The line changes color based on the neutral 1.0 level. It is colored Teal when the Tail Ratio is above 1.0 (Positive Skew), indicating favorable upside conditions, and Orange when it is below 1.0 (Negative Skew), highlighting increased downside risk.

</details>


---

# 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/tail-ratio/faqs.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.
