bbgo: change default notification rule -- silent order updates

This commit is contained in:
c9s 2022-01-15 00:25:16 +08:00
parent d5f3946ada
commit 3a13025d58

View File

@ -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",
},
}
}