Small library showing walkthrough of pyalgotrade tutorial
Set up environment with
virtualenv venv --python=python3
source venv/bin/activate
pip install pyalgotrade
Command:
python -m "pyalgotrade.tools.quandl" --source-code="WIKI" --table-code="ORCL" --from-year=2000 --to-year=2000 --storage=. --force-download --frequency=daily
Shown in first-strategy.py
Shown in first-sma-strategy.py
Shown in first-sma-rsi-strategy.py
Shown in sma-strategy.py