Gwill / python-ai-trading-system

Code for How To Create A Fully Automated AI Based Trading System With Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI Based Trading System

This code works as a boilerplate for an AI based trading system with yfinance as data source and RobinHood or Alpaca as brokers. DO NOT USE IT FOR TRADING AS IT IS. Follow the tutorial in Medium.

Since I plan to keep writing on this topic I'm moving the original boilerplate to the original_boilerplate folder - without removing anything. I'll keep the ai-trading-system folder polished and more production-ready.

Usage so far:

$ sudo dockerd
$ docker-compose up --build ai-trading-system

Stay tuned!

About

Code for How To Create A Fully Automated AI Based Trading System With Python


Languages

Language:Python 96.4%Language:Dockerfile 3.6%