Interface IPartialLossCommitRow

Queued partial loss commit.

interface IPartialLossCommitRow {
    action: "partial-loss";
    backtest: boolean;
    currentPrice: number;
    percentToClose: number;
    symbol: string;
}

Hierarchy

  • ICommitRowBase
    • IPartialLossCommitRow

Properties

action: "partial-loss"

Discriminator

backtest: boolean

Whether running in backtest mode

currentPrice: number

Price at which partial was executed

percentToClose: number

Percentage of position closed

symbol: string

Trading pair symbol