OHLCV

Description: OHLCV represents the Open, High, Low, Close, and Volume (OHLCV) data for financial market analysis. This type encapsulates the candlestick data in a structured format.

Attributes:

  • candles:

    • Description: The OHLCV candlestick data, stored in a tabular format.

    • Value type: table containing timestamp, open, high, low, close, and volume columns.

Last updated