declare function getPositionHighestProfitDistancePnlPercentage(symbol: string): Promise<number>;
Returns the distance in PnL percentage between the current price and the highest profit peak.
Computed as: max(0, peakPnlPercentage - currentPnlPercentage). Returns null if no pending signal exists.
| Parameter | Description |
|---|---|
symbol |
Trading pair symbol |