Interface VolumeProfileFamilyOptions

interface VolumeProfileFamilyOptions {
    deltaFromBarDirection: boolean;
    session: VolumeProfileSession;
    tickSize: number;
    valueAreaPercent: number;
}

Properties

deltaFromBarDirection: boolean

Split each bar's volume into buy/sell by bar direction (close >= open => buy).

Session grouping. composite builds one profile over all bars.

tickSize: number

Price bucket size.

valueAreaPercent: number

Value-area fraction of total volume (0..1).