Go to file
2024-12-03 08:42:45 -08:00
indicators
.gitignore
README.md Add note regarding test dependency on OHLC module 2024-12-03 08:42:45 -08:00
requirements.txt
setup.py

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.