MAIDR Documentation - v3.73.0
    Preparing search index...

    State for the candlestick delta reference picker (Ctrl+Shift+L): a listbox of the moving-average / reference lines available in the current subplot.

    interface CandlestickDeltaState {
        visible: boolean;
        references: CandlestickDeltaReference[];
        selectedIndex: number;
    }
    Index

    Properties

    visible: boolean
    selectedIndex: number