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/
helm is now supported for deploying to kubernetes. helm guide added at: ./helm/README.rst and (hopefully) on read the docs: https://stock-analysis-engine.readthedocs.io/en/latest/deploy_on_kubernetes_using_helm.html to get started run: cd helm && ./build.sh && ./start.sh && ./show-pods.sh also includes support for using a private docker registry hosted outside of kubernetes to deploy using the values.yaml file. #338