QTradingView 1.0.0
A high-performance charting library built with C++ and Qt.
Loading...
Searching...
No Matches
QTradingView::CandleStick Struct Reference

Represents a single candlestick data point for candlestick series. More...

#include <Data.h>

Public Attributes

qint64 timeMsecs
 Timestamp in milliseconds since epoch.
 
double open
 Open.
 
double high
 High.
 
double low
 Low.
 
double close
 Close.
 

Detailed Description

Represents a single candlestick data point for candlestick series.


The documentation for this struct was generated from the following file: