Skip to main content
Version: latest

Bar

Interface

Bar data point

Properties

close

Closing price

Type

number


high

High price

Type

number


low

Low price

Type

number


open

Opening price

Type

number


time

Bar time. Amount of milliseconds since Unix epoch start in UTC timezone. time for daily, weekly, and monthly bars is expected to be a trading day (not session start day) at 00:00 UTC. The library adjusts time according to session from LibrarySymbolInfo.

Type

number


volume

Optional

Trading Volume

Type

number