Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Host string
Key string
Secret string
Timeout int64
DB struct {
Host string
Login string
Password string
Name string
}
Neural struct {
Iterations int
Predict float64
}
Strategy struct {
Profit float64
StopLose float64
Quantity float32
}
}
func LoadConfig ¶
type MasterConfig ¶
func LoadMasterConfig ¶
func LoadMasterConfig(path string) MasterConfig
Click to show internal directories.
Click to hide internal directories.