Chartbreaker
    Preparing search index...

    Variable OrderIntent_2Const

    OrderIntent_2: { Close: "close"; Open: "open" }

    OrderIntent open means that the order is supposed to open a new position. close means that the order is supposed to close an existing position. Note that this is independent of the order's direction (e.g. a short position is closed by a buy order).

    Type Declaration

    • ReadonlyClose: "close"
    • ReadonlyOpen: "open"