pulse_perfect_exits
Identify perp positions that exited near their peak by filtering for high MFE capture (≥90%). Returns exit prices, realized PnL, and capture percentage for material trades.
Instructions
Find positions that exited near the top: closed perp positions whose exit captured a high fraction of the maximum favorable excursion (MFE). These are well-timed exits. Returns the position, entry/exit/MFE prices, realized PnL, and MFE capture % (capped at 100). Filtered to material positions (minPnl) with a real favorable move.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. | |
| minCapturePct | No | Minimum MFE capture % to qualify. Default 90. | |
| minPnl | No | Minimum realized PnL in USD to filter noise. Default 1000. | |
| limit | No | Number of exits to return. | |
| offset | No | Pagination offset. |