indicators/README.md

14 lines
262 B
Markdown
Raw Normal View History

# 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
```
---