calculate_lot_size
Calculates position size in lots so the stop loss risks a set percentage of account balance. Use it to size trades safely before placing an order.
Instructions
Position size in lots so hitting the stop loses risk_percent of the balance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| risk_percent | Yes | ||
| stop_loss_price | Yes |