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 profiler performance test tool vprof to the pip. included a module to benchmark and profile algorithms using the AlgoRunner with an example: prof -c cm ./analysis_engine/perf/profile_algo_runner.py also added two perf fixes from testing with vprof #313