saprative / pyalgotrader

A Open Source Production Ready Algo Trading Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyAlgoTrader

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.

What is Algo Trading ?

Algo Trading is the process of automating your Trading strategies by writing code.

Installation

  1. Install Python in your PC
  2. Install Git in your PC
  3. Run Command in terminal git clone git@github.com:saprative/pyalgotrader.git
  4. Run Command in terminal cd pyalgotrader && pip install -r requirements.txt

Getting Started

Documentation - https://github.com/saprative/pyalgotrader/wiki

Roadmap - https://github.com/saprative/pyalgotrader/issues

References

  1. 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

Contact

Telegram - https://t.me/pyalgotrader

Twitter - @PyAlgoTrader

Email - saprative@gmail.com

Product Developed by PyAlgoTrader Community

About

A Open Source Production Ready Algo Trading Tool

License:Mozilla Public License 2.0


Languages

Language:Python 96.7%Language:HTML 3.3%