# Indicators This module provides various indicators for performing technical analysis on financial [OHLC](https://moshferatu.dev/moshferatu/ohlc) data. ## Dependencies The indicators module depends on the following Python packages: ``` numpy pandas ``` ---