mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
dfb65ba9e3
use pointer IsNewStrategy -> IsNewAccount [dca2] recover at cancelling stage new var recoverSinceLimit fix profit stats round bug
8 lines
188 B
Go
8 lines
188 B
Go
package dca2
|
|
|
|
// DevMode, if Enabled is true. it means it will check the running field
|
|
type DevMode struct {
|
|
Enabled bool `json:"enabled"`
|
|
IsNewAccount bool `json:"isNewAccount"`
|
|
}
|