Building Trading Strategies Overview

Overview

A strategy is a special type of trading program designed to analyze market data and make trading decisions based on its analysis. Botmain trading strategies are built using our Typescript SDK.

PackageDescription
@botmain/commonContains the most commonly-used classes for building strategies
@botmain/indicatorsContains built-in indicators that you can use in your strategies
@botmain/executionContains the various simple and algorithmic orders available
@botmain/walletContains classes for programmatically accessing your wallet from your strategies

To start building a trading strategy, learn about the Runtime Model in the next section.