pulse_max_pain_events
Finds perp positions with deep drawdowns that closed in profit. Returns entry, MAE, exit prices, realized PnL, and drawdown %. Filters by min drawdown and PnL.
Instructions
Find the biggest survived drawdowns: closed perp positions that went deeply underwater (high MAE) yet still closed in profit. These are 'diamond hands' winners that nearly blew up first. Returns the position, entry/MAE/exit prices, realized PnL, and max drawdown %. Filtered to material positions (minPnl) with bounded drawdowns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. | |
| minDrawdownPct | No | Minimum drawdown % (MAE vs entry) to qualify. Default 10. | |
| minPnl | No | Minimum realized PnL in USD to filter noise. Default 1000. | |
| limit | No | Number of events to return. | |
| offset | No | Pagination offset. |