Chartbreaker
    Preparing search index...

    Type Alias TopFlopTradeItem

    type TopFlopTradeItem = {
        kind: "top" | "flop";
        profitLossAbs: Amount;
        underlyingId: InstrumentId;
    }
    Index

    Properties

    kind: "top" | "flop"
    profitLossAbs: Amount
    underlyingId: InstrumentId