Interface ITrailingStopCommitRow

Queued trailing stop commit.

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

Hierarchy

  • ICommitRowBase
    • ITrailingStopCommitRow

Properties

action: "trailing-stop"

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