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/
inspect datasets in redis tool added: analysis_engine/scripts/inspect_datasets.py to help find dates that do not make sense with the redis cached values. proposed fixes for backfilling missing intraday minute pricing data as well using: fetch -t TICKER -g iex_min -F DATE_TO_FIX #331