mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
bbgo: change default notification rule -- silent order updates
This commit is contained in:
parent
d5f3946ada
commit
3a13025d58
|
@ -552,8 +552,9 @@ func (environ *Environment) ConfigureNotificationSystem(userConfig *Config) erro
|
|||
if userConfig.Notifications == nil {
|
||||
userConfig.Notifications = &NotificationConfig{
|
||||
Routing: &SlackNotificationRouting{
|
||||
Trade: "$session",
|
||||
Order: "$session",
|
||||
Trade: "$session",
|
||||
Order: "$silent",
|
||||
SubmitOrder: "$silent",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user