Returns the worst price reached in the loss direction during this position's life.
Returns null if no pending signal exists.
Trading pair symbol
Promise resolving to price or null
import { getPositionMaxDrawdownPrice } from "backtest-kit";const price = await getPositionMaxDrawdownPrice("BTCUSDT");// e.g. 41000 (lowest price seen for a LONG position) Copy
import { getPositionMaxDrawdownPrice } from "backtest-kit";const price = await getPositionMaxDrawdownPrice("BTCUSDT");// e.g. 41000 (lowest price seen for a LONG position)
Returns the worst price reached in the loss direction during this position's life.
Returns null if no pending signal exists.