Interface IPartialProfitCommitRow

Queued partial profit commit.

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

Hierarchy

  • ICommitRowBase
    • IPartialProfitCommitRow

Properties

action: "partial-profit"

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