Interface IndicatorAttachContext

What an indicator's attach lifecycle can reach.

interface IndicatorAttachContext {
    store: IndicatorStore;
    bars(): readonly Bar[];
    requestRecompute(): void;
    settings(): Readonly<IndicatorSettings>;
}

Properties

Scratch this instance owns; the same object calc receives.

Methods