Returns the timestamp when the worst loss price was recorded during this position's life.
Returns null if no pending signal exists.
Trading pair symbol
Promise resolving to timestamp in milliseconds or null
import { getPositionMaxDrawdownTimestamp } from "backtest-kit";const ts = await getPositionMaxDrawdownTimestamp("BTCUSDT");// e.g. 1700000000000 Copy
import { getPositionMaxDrawdownTimestamp } from "backtest-kit";const ts = await getPositionMaxDrawdownTimestamp("BTCUSDT");// e.g. 1700000000000
Returns the timestamp when the worst loss price was recorded during this position's life.
Returns null if no pending signal exists.