diff --git a/pkg/bbgo/order_executor_general.go b/pkg/bbgo/order_executor_general.go index afc63cdb7..071e8e10f 100644 --- a/pkg/bbgo/order_executor_general.go +++ b/pkg/bbgo/order_executor_general.go @@ -66,6 +66,8 @@ func (e *GeneralOrderExecutor) BindProfitStats(profitStats *types.ProfitStats) { } profitStats.AddProfit(*profit) + + Notify(profit) Notify(profitStats) }) }