# Technical analysis

<table data-header-hidden data-full-width="true"><thead><tr><th width="227">Function</th><th>Description</th></tr></thead><tbody><tr><td><a href="technical-analysis/relative-strenght-index"><mark style="color:blue;"><code>rsi</code></mark></a></td><td><h2><a href="technical-analysis/relative-strenght-index">Relative Strenght Index</a></h2></td></tr><tr><td><a href="technical-analysis/rsi-to-price"><mark style="color:blue;"><code>rsi_to_price</code></mark></a></td><td><h2><a href="technical-analysis/rsi-to-price">RSI to price</a></h2></td></tr><tr><td><a href="technical-analysis/average-true-range"><mark style="color:blue;"><code>atr</code></mark></a></td><td><h2><a href="technical-analysis/average-true-range">Average True Range</a></h2></td></tr><tr><td><a href="technical-analysis/bollinger-bands"><mark style="color:blue;"><code>bbands</code></mark></a></td><td><h2><a href="technical-analysis/bollinger-bands">Bollinger Bands</a></h2></td></tr><tr><td><a href="technical-analysis/donchian-channel"><mark style="color:blue;"><code>do</code></mark></a></td><td><h2><a href="technical-analysis/donchian-channel">Donchian Channel</a></h2></td></tr><tr><td><a href="technical-analysis/exponential-moving-average"><mark style="color:blue;"><code>ema</code></mark></a></td><td><h2><a href="technical-analysis/exponential-moving-average">Exponential Moving Average</a></h2></td></tr><tr><td><a href="technical-analysis/kaufman-efficiency-indicator"><mark style="color:blue;"><code>er</code></mark></a></td><td><h2><a href="technical-analysis/kaufman-efficiency-indicator">Kaufman Efficiency Indicator</a></h2></td></tr><tr><td><a href="technical-analysis/kaufmans-adaptive-moving-average"><mark style="color:blue;"><code>kama</code></mark></a></td><td><h2><a href="technical-analysis/kaufmans-adaptive-moving-average">Kaufman's Adaptive Moving Average</a></h2></td></tr><tr><td><a href="technical-analysis/keltner-channels"><mark style="color:blue;"><code>kc</code></mark></a></td><td><h2><a href="technical-analysis/keltner-channels">Keltner Channels</a></h2></td></tr><tr><td><a href="technical-analysis/momentum-breakout-bands"><mark style="color:blue;"><code>mobo</code></mark></a></td><td><h2><a href="technical-analysis/momentum-breakout-bands">Momentum Breakout Bands</a></h2></td></tr><tr><td><a href="technical-analysis/pivot-points"><mark style="color:blue;"><code>pivot</code></mark></a></td><td><h2><a href="technical-analysis/pivot-points">Pivot Points</a></h2></td></tr><tr><td><a href="technical-analysis/percentage-price-oscillator"><mark style="color:blue;"><code>ppo</code></mark></a></td><td><h2><a href="technical-analysis/percentage-price-oscillator">Percentage Price Oscillator</a></h2></td></tr><tr><td><a href="technical-analysis/percent-b"><mark style="color:blue;"><code>percent_b</code></mark></a></td><td><h2><a href="technical-analysis/percent-b">Percent B</a></h2></td></tr><tr><td><a href="technical-analysis/stop-and-reverse"><mark style="color:blue;"><code>sar</code></mark></a></td><td><h2><a href="technical-analysis/stop-and-reverse">Stop-and-Reverse</a></h2></td></tr><tr><td><a href="technical-analysis/stochastic-oscillator-k"><mark style="color:blue;"><code>stoch</code></mark></a></td><td><h2><a href="technical-analysis/stochastic-oscillator-k">Stochastic Oscillator %K</a></h2></td></tr><tr><td><a href="technical-analysis/stochastic-rsi"><mark style="color:blue;"><code>stochrsi</code></mark></a></td><td><h2><a href="technical-analysis/stochastic-rsi">Stochastic RSI</a></h2></td></tr><tr><td><a href="technical-analysis/true-range"><mark style="color:blue;"><code>tr</code></mark></a></td><td><h2><a href="technical-analysis/true-range">True Range</a></h2></td></tr><tr><td><a href="technical-analysis/triple-exponential-moving-average-oscillator"><mark style="color:blue;"><code>trix</code></mark></a></td><td><h2><a href="technical-analysis/triple-exponential-moving-average-oscillator">Triple Exponential Moving Average Oscillator</a></h2></td></tr><tr><td><a href="#volume-adjusted-moving-average"><mark style="color:blue;"><code>vama</code></mark></a></td><td><h2><a href="technical-analysis/volume-adjusted-moving-average"><mark style="color:blue;">Volume Adjusted Moving Average</mark></a></h2></td></tr></tbody></table>


---

# 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.origami.tech/function/technical-analysis.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.
