PyAlgoTrader is python based Algo Trading System (ATS ) which is open source, it helps you write your Algo Trading logic once and run in on all brokers.
Algo Trading is the process of automating your Trading strategies by writing code.
- Install Python in your PC
- Install Git in your PC
- Run Command in terminal
git clone [email protected]:saprative/pyalgotrader.git
- Run Command in terminal
cd pyalgotrader && pip install -r requirements.txt
Documentation - https://github.com/saprative/pyalgotrader/wiki
Roadmap - https://github.com/saprative/pyalgotrader/issues
- Inspired from https://github.com/sreenivasdoosa/sdoosa-algo-trade-python and https://www.youtube.com/watch?v=3OuIO5wMkaU&list=PL-yBsBIJqqBn6oMMgLjvhCTNT-zLXYmoW&ab_channel=AlgoTrader
Telegram - https://t.me/pyalgotrader
Twitter - @PyAlgoTrader
Email - [email protected]
Product Developed by PyAlgoTrader Community