quanttrader icon indicating copy to clipboard operation
quanttrader copied to clipboard

Backtest and live trading in Python

Results 2 quanttrader issues
Sort by recently updated
recently updated
newest added

This commit resolves issue #11. The issue manifests when running `pip install -e .` to install a locally editable package.

When trying to setup for local development: ``` cd quanttrader pip install -e . error in quanttrader setup command: 'python_requires' must be a string containing valid version specifiers; Invalid specifier:...