
Trading bot service using NestJs with mean reversion & long short algorithms. Using https://alpaca.markets/ as the broker.
The Trade Bot powered by Alpaca is an exciting tool designed for users interested in exploring algorithmic trading strategies in a simulated environment. With a focus on providing users with an easy setup process, it allows traders to test different strategies like Mean Reversion and Long-Short before venturing into live trading. This bot not only aids in building a deeper understanding of trading mechanics but also empowers users to experiment without risking real capital.
With clear guidelines for installation and configuration, the Trade Bot opens the world of algorithmic trading to both novices and experienced traders. Getting started requires simple steps, including account creation and API key configuration. This makes it a compelling choice for anyone looking to enhance their trading skills while minimizing risk.

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.