MAIDR JavaScript API
    Preparing search index...

    Variable CANDLESTICK_SECTIONSConst

    CANDLESTICK_SECTIONS: readonly ["volatility", "open", "high", "low", "close"] = SECTIONS

    Every navigation section a candlestick trace can have, in row order (vertical layout).

    The superset, not what a given chart carries: open is optional, and a chart drawn without one has four rows rather than five. Ask candlestickSectionsOf for a particular chart's rows -- an index taken from this list against a chart that has no open is off by one from high onward, and off the end at close.