The Risk dollar amount method sizes the position so that your maximum loss (if the stop loss is hit) equals a fixed dollar amount.
How it's calculated
Example
quantity = 100 ($100 max loss), entry = $100, stop = $90Configure this in your strategy under Quantity calculation method → Risk dollar amount. A stop loss is required. The stop price can come from the signal (stopLoss.stopPrice) or from the subscription's stop loss configuration. When Allow signal override next to the quantity settings (or the global Allow signal overrides) is enabled, you can override sizing in a webhook by sending quantityType=risk_dollar_amount with quantity as the max dollar risk.
{
"ticker": "AAPL",
"action": "buy",
"quantityType": "risk_dollar_amount",
"quantity": 100,
"stopLoss": {
"stopPrice": 90
}
}
Free 7-day trial
Set-up in 3 minutes
Paper account for testing
Your browser didn't send the information this action needs.
That usually means a privacy tool, ad blocker, or other browser extension changed the page before you clicked. Nothing is wrong with your account.
What to try: allow this site in your ad blocker or privacy extension, use a private window with extensions turned off, or reload the page and try again.
Still stuck? Contact support and we can help.