getPositionHighestMaxDrawdownPnlCost

declare function getPositionHighestMaxDrawdownPnlCost(symbol: string): Promise<number>;

Returns the distance in PnL cost between the current price and the worst drawdown trough.

Computed as: max(0, currentPnlCost - fallPnlCost). Returns null if no pending signal exists.

Parameter Description
symbol Trading pair symbol