Go to file
2025-01-07 09:03:16 -08:00
strategies Expose 5-Period RSI strategy to clients of strategies module 2025-01-06 10:47:30 -08:00
test Add test for 5-Period RSI strategy 2025-01-06 10:47:55 -08:00
.gitignore Add virtual environment and build directories to .gitignore 2024-12-11 08:36:24 -08:00
pyproject.toml Add dependency on twine to pyproject.toml for strategies package 2025-01-07 09:03:16 -08:00
README.md Add dependencies to strategies module documentation 2024-12-11 08:43:45 -08:00

Strategies

This module provides implementations of various trading strategies.

Dependencies

The strategies module depends on the following Python packages:

numpy
pandas

It also depends on the following packages hosted here:

Local Workspace Setup

After checking out the repository, the dependencies can be installed as follows (ideally in a virtual environment):

pip install . --extra-index-url https://moshferatu.dev/api/packages/moshferatu/pypi/simple

If you want the build and test dependencies as well:

pip install .[build,test] --extra-index-url https://moshferatu.dev/api/packages/moshferatu/pypi/simple