Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 609 Bytes

Ohlc.md

File metadata and controls

12 lines (9 loc) · 609 Bytes

Ohlc

Properties

Name Type Description Notes
open float The open price of the trading session [optional]
high float The high price of the trading session [optional]
low float The low price of the trading session [optional]
close float The close price of the symbol from the previous session of trading [optional]

[Back to Model list] [Back to API list] [Back to README]