Strategy Field

Fixed quantity

This option allows you to specify a fixed quantity for your entries. For example, if you set the fixed quantity to 100, the strategy will always enter a quantity of 100 of the asset when a trade is triggered.

Here is an example of a trade message that uses the fixed_quantity option:

{
    "ticker": "AAPL",
    "action": "buy",
    "quantityType": "fixed_quantity",
    "quantity": 100
}

Ready to automate your trading? Sign up for free today.