Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kline ¶
type Kline struct { event.Base Open decimal.Decimal Close decimal.Decimal Low decimal.Decimal High decimal.Decimal Volume decimal.Decimal ValidationIssues string }
Kline holds kline data and an event to be processed as a common.DataEventHandler type
func (*Kline) GetClosePrice ¶
GetClosePrice returns the closing price of a kline
func (*Kline) GetHighPrice ¶
GetHighPrice returns the high price of a kline
func (*Kline) GetLowPrice ¶
GetLowPrice returns the low price of a kline
func (*Kline) GetOpenPrice ¶
GetOpenPrice returns the open price of a kline
Click to show internal directories.
Click to hide internal directories.