Backtest 1000s of minute-by-minute trading algorithms for training AI with automated pricing data from: IEX, Tradier and FinViz. Datasets and trading performance automatically published to S3 for building AI training datasets for teaching DNNs how to trade. Runs on Kubernetes and docker-compose. >150 million trading history rows generated from +5000 algorithms. Heads up: Yahoo's Finance API was disabled on 2019-01-03 https://developer.yahoo.com/yql/
adding new analysis_engine.algo_runner.py module for making it easier to run an algo backtest and make predictions on live pricing data during the day. examples on using the AlgoRunner api and updates for f-strings in the algo.py #289