getPositions
Retrieve current trading positions with profit and loss data from your TradeStation account to monitor portfolio performance and track investment status.
Instructions
Get current positions with P&L
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | No | Account ID (optional, uses TRADESTATION_ACCOUNT_ID from env if not provided) |
Input Schema (JSON Schema)
{
"properties": {
"accountId": {
"description": "Account ID (optional, uses TRADESTATION_ACCOUNT_ID from env if not provided)",
"type": "string"
}
},
"type": "object"
}