Max Pain Events
pulse_max_pain_eventsIdentify closed perpetual positions that endured deep drawdowns yet closed in profit. View entry, MAE, exit prices, realized PnL, and max drawdown percentage to spot resilient trades.
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 |
|---|---|---|---|
| limit | No | Number of events to return. | |
| minPnl | No | Minimum realized PnL in USD to filter noise. Default 1000. | |
| offset | No | Pagination offset. | |
| 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. |