MAIDR Documentation - v4.4.0
    Preparing search index...

    A candle's four prices, the only input any shape test needs.

    interface Ohlc {
        open: number;
        high: number;
        low: number;
        close: number;
    }
    Index

    Properties

    Properties

    open: number
    high: number
    low: number
    close: number