Go to file
2024-12-03 08:43:43 -08:00
indicators Initial commit of RSI indicator 2024-12-03 08:43:43 -08:00
.gitignore Add .gitignore for indicators module 2024-11-29 09:40:38 -08:00
README.md Add note regarding test dependency on OHLC module 2024-12-03 08:42:45 -08:00
requirements.txt Add requirements.txt for indicators module 2024-12-01 08:11:56 -08:00
setup.py Add numpy and pandas dependencies to indicators module setup.py 2024-12-03 08:25:17 -08:00

Indicators

This module provides various indicators for performing technical analysis on financial OHLC data.

Dependencies

The indicators module depends on the following Python packages:

numpy
pandas

There is also a dependency on the OHLC module for running tests.