getPositionMaxDrawdownPrice
declare function getPositionMaxDrawdownPrice(symbol: string): Promise<number>;
Returns the worst price reached in the loss direction during this position's life.
Returns null if no pending signal exists.
Parameters
| Parameter |
Description |
symbol |
Trading pair symbol |