Interface IVolumeProfileObservation

Extends a trading signal with additional volume profile specific information.

interface IVolumeProfileObservation {
    peakValue?: number;
    period?: string;
    troughValue?: number;
}

Properties

peakValue?: number

The peak value associated with the observation.

period?: string

The specific period or session of the observation.

troughValue?: number

The trough or lowest value associated with the observation.

Generated using TypeDoc