get_bot_position_state
Retrieve a bot's internal position state including direction, quantity, and entry price to compare with Tradovate positions for drift detection.
Instructions
Read the persisted position state file for a bot. Returns direction (BUY/SELL/null), qty, entry_price, and flat status. This is the bot's internal tracking — compare to Tradovate get_positions() to detect drift.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bot_id | Yes |