Interface ITrailingTakeCommitRow

Queued trailing take commit.

interface ITrailingTakeCommitRow {
    action: "trailing-take";
    backtest: boolean;
    currentPrice: number;
    percentShift: number;
    symbol: string;
}

Hierarchy

  • ICommitRowBase
    • ITrailingTakeCommitRow

Properties

action: "trailing-take"

Discriminator

backtest: boolean

Whether running in backtest mode

currentPrice: number

Price at which trailing was set

percentShift: number

Percentage shift applied

symbol: string

Trading pair symbol