getPositionMaxDrawdownPrice

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

Returns the worst price reached in the loss direction during this position's life.

Throws if no pending signal exists.

Parameter Description
symbol Trading pair symbol