pulse_perfect_exits
Identify closed perpetual positions with well-timed exits that captured a high percentage of maximum favorable excursion. Returns entry, exit, MFE prices, realized PnL, and MFE capture rate for material positions.
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 |
|---|---|---|---|
| limit | No | Number of exits to return. | |
| minPnl | No | Minimum realized PnL in USD to filter noise. Default 1000. | |
| offset | No | Pagination offset. | |
| minCapturePct | No | Minimum MFE capture % to qualify. Default 90. | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |