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.
| Package | Description | 
|---|---|
@botmain/common | Contains the most commonly-used classes for building strategies | 
@botmain/indicators | Contains built-in indicators that you can use in your strategies | 
@botmain/execution | Contains the various simple and algorithmic orders available | 
@botmain/wallet | Contains classes for programmatically accessing your wallet from your strategies | 
To start building a trading strategy, learn about the