The Risk percent method sizes the position so that your maximum loss (if the stop loss is hit) is a percentage of your account equity.
How it's calculated
Example
quantity = 0.25 (0.25% risk), portfolio = $10,000Configure this in your strategy under Quantity calculation method → Risk percent. A stop loss is required. Or override it in a webhook by sending quantityType=risk_percent with quantity as the risk percent (e.g. 0.25 for 0.25%) and include stopLoss.stopPrice in the signal.
{
"ticker": "AAPL",
"action": "buy",
"quantityType": "risk_percent",
"quantity": 0.25,
"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.