Interface IBreakevenCommitRow

Queued breakeven commit.

interface IBreakevenCommitRow {
    action: "breakeven";
    backtest: boolean;
    currentPrice: number;
    symbol: string;
}

Hierarchy

  • ICommitRowBase
    • IBreakevenCommitRow

Properties

action: "breakeven"

Discriminator

backtest: boolean

Whether running in backtest mode

currentPrice: number

Price at which breakeven was set

symbol: string

Trading pair symbol