Notice: This project is currently inactive.
InferTrade is an Apache 2.0-licensed Python package for researching trading signals, strategy allocations, and portfolio performance analytics.
- Trading signal and allocation algorithms
- Utilities for portfolio performance and export workflows
- API helpers for InferTrade API integrations
- Example notebooks and test coverage for core behavior
python3 -m pip install -r requirements.txt
python3 -m pip install -r requirements-dev.txt
make testSee the documentation/ folder for Sphinx docs and build instructions.
Please read CONTRIBUTING.md before opening a pull request.