Aims to be a fully self-ruling trading algorithm. It uses the scalping strategy based on different indicators.
The trading API used is Alpaca. The stocks to trade are retrivied from Wikipedia S&P500 and Yahoo Finance.
For more information, you can go to the official website.
The app submodule is just the repository for the website. The main-worker submodule will run the core of the algorithm, making decisions and transactions in real time for every client. The other workers submodules are here to take some workload that takes time. For example backtrading on hundreds of symbols at the same time to choose only profitable ones. All of these submodules can communicate with each other via a MongoDB database.