Interface IRiskActivePosition

Active position tracked by ClientRisk for cross-strategy analysis.

interface IRiskActivePosition {
    exchangeName: string;
    openTimestamp: number;
    signal: ISignalRow;
    strategyName: string;
}

Properties

exchangeName: string

Exchange name

openTimestamp: number

Timestamp when the position was opened

signal: ISignalRow

Signal details for the active position

strategyName: string

Strategy name owning the position