Chartbreaker
    Preparing search index...

    Interface PotentialOrderProfitLoss

    interface PotentialOrderProfitLoss {
        limitProfitLossAbs?: Amount;
        stopProfitLossAbs?: Amount;
    }
    Index

    Properties

    limitProfitLossAbs?: Amount

    Absolute P/L of the order, when it is executed at the limit price.

    stopProfitLossAbs?: Amount

    Absolute P/L order when it is executed at the stop price.