> For the complete documentation index, see [llms.txt](https://gorilli.gitbook.io/gorillionaire/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gorilli.gitbook.io/gorillionaire/generation-process/indicator-calculation.md).

# Indicator calculation

After the DataFrame has been properly resampled, the next step is to compute the indicators.

Each indicator requires different inputs, but they can generally be summarized by the OHLCV values (Open, High, Low, Close, Volume), which correspond to the candlesticks typically displayed in traditional trading charts.

<figure><img src="/files/ufBn4vzrtnpPBYOLLkbP" alt="" width="563"><figcaption><p>Indicator calculation flow (indicator values are for demonstration purposes only)</p></figcaption></figure>
