Interface VolumeProfileFamilyOptions

interface VolumeProfileFamilyOptions {
    deltaFromBarDirection: boolean;
    session: VolumeProfileSession;
    tickSize: number;
    timezone?: string;
    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.

timezone?: string

IANA zone the day / week / month buckets resolve on. Defaults to Asia/Kolkata, so a caller who passes nothing gets what it always did.

valueAreaPercent: number

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