@pond-ts/financial API Reference
    Preparing search index...

    Interface OhlcvColumns

    The conventional bar-column names. Override per call via a study's column.

    interface OhlcvColumns {
        close: string;
        high: string;
        low: string;
        open: string;
        volume: string;
    }
    Index

    Properties

    Properties

    close: string
    high: string
    low: string
    open: string
    volume: string