package
Version:
v0.0.0-...-0d73d77
Opens a new window with list of versions in this module.
Published: Dec 14, 2020
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
CandleType1Min = "1m"
CandleType5Min = "5m"
CandleType15Min = "15m"
CandleType30Min = "30m"
CandleType1H = "1h"
CandleType4H = "4h"
CandleType1D = "1d"
)
type Config struct {
Total float64
CandleType string `json:"candle"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.