2024-11-27 20:30:46 +00:00
|
|
|
# Indicators
|
|
|
|
|
2024-12-03 16:40:55 +00:00
|
|
|
This module provides various indicators for performing technical analysis on financial [OHLC](https://moshferatu.dev/moshferatu/ohlc) data.
|
|
|
|
|
2024-12-03 16:37:07 +00:00
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
The indicators module depends on the following Python packages:
|
|
|
|
|
|
|
|
```
|
|
|
|
numpy
|
|
|
|
pandas
|
|
|
|
```
|
|
|
|
|
2024-11-27 20:30:46 +00:00
|
|
|
---
|