strategies/README.md

980 B

Strategies

This module provides implementations of various trading strategies.

The Swing Trading Dashboard depends on this module in order to provide an overview of recent trade signals.

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