Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CandleData = []Candle{ Candle{ID: 1, Name: "1 Second"}, Candle{ID: 5, Name: "5 Second"}, Candle{ID: 10, Name: "10 Second"}, Candle{ID: 15, Name: "15 Second"}, Candle{ID: 30, Name: "30 Second"}, Candle{ID: 60, Name: "1 Minute"}, Candle{ID: 120, Name: "2 Minute"}, Candle{ID: 300, Name: "5 Minute"}, }
CandleData -
View Source
var SourceData = []Source{ Source{ID: 1, Name: "Close"}, Source{ID: 2, Name: "Open"}, Source{ID: 3, Name: "High"}, Source{ID: 4, Name: "Low"}, }
SourceData -
Functions ¶
This section is empty.
Types ¶
type Indicator ¶
type Indicator struct {
Hash string `json:"hash"`
ID string `json:"id"`
Name string `json:"name"`
Options map[string]interface{} `json:"options"`
Trigger map[int]string `json:"trigger"`
Active bool `json:"active"`
}
Indicator -
Click to show internal directories.
Click to hide internal directories.