Interface IVolumeProfileResult

Represents the overall structure of the volume profile analysis for a trading session or asset.

interface IVolumeProfileResult {
    npoc?: INakedPointOfControl;
    volumeProfiles?: IVolumeProfile[];
}

Properties

The naked points of control indicating untested price levels with significant past activity.

volumeProfiles?: IVolumeProfile[]

An array of detailed volume profile findings for individual sessions or periods.

Generated using TypeDoc