pulse_max_pain_events
Identify closed perpetual positions that survived the deepest drawdowns yet still closed profitably. Filter by minimum realized PnL and drawdown percentage to uncover high-risk, high-resilience 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. |