Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 997 Bytes

README.MD

File metadata and controls

12 lines (12 loc) · 997 Bytes

Scalokz - A trading algorithm

Description

Aims to be a fully self-ruling trading algorithm. It uses the scalping strategy based on different indicators.

Third Party

The trading API used is Alpaca. The stocks to trade are retrivied from Wikipedia S&P500 and Yahoo Finance.

Join

For more information, you can go to the official website.

Structure

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.