mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
update symbols doc
This commit is contained in:
parent
ae41a45393
commit
e7fc12aca7
|
@ -253,7 +253,8 @@ type SyncConfig struct {
|
|||
// Sessions to sync, if ignored, all defined sessions will sync
|
||||
Sessions []string `json:"sessions,omitempty" yaml:"sessions,omitempty"`
|
||||
|
||||
// Symbols is the list of symbol to sync, if ignored, symbols wlll be discovered by your existing crypto balances
|
||||
// Symbols is the list of session:symbol pair to sync, if ignored, symbols wlll be discovered by your existing crypto balances
|
||||
// Valid formats are: {session}:{symbol}, {symbol} or in YAML object form {symbol: "BTCUSDT", session:"max" }
|
||||
Symbols []SyncSymbol `json:"symbols,omitempty" yaml:"symbols,omitempty"`
|
||||
|
||||
// DepositHistory is for syncing deposit history
|
||||
|
|
Loading…
Reference in New Issue
Block a user