Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoCandleDataFound returns when no candle data is found ErrNoCandleDataFound = errors.New("no candle data found") )
Functions ¶
func DeleteCandles ¶
DeleteCandles will delete all existing matching candles
Types ¶
type Candle ¶
type Candle struct { Timestamp time.Time Open float64 High float64 Low float64 Close float64 Volume float64 SourceJobID string ValidationJobID string ValidationIssues string }
Candle holds each interval
Click to show internal directories.
Click to hide internal directories.