calculate_position_size
Calculate the number of shares to trade using account size, entry price, stop loss, target price, and risk percentage.
Instructions
Paid Fintools MCP required: risk-based position sizing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | ||
| risk_pct | No | ||
| stop_price | Yes | ||
| entry_price | Yes | ||
| account_size | No | ||
| target_price | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |