Merge branch 'main' into fix/supertrend-strategy

This commit is contained in:
Andy Cheng 2022-07-08 16:45:26 +08:00 committed by GitHub
commit d73d7b4380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,8 @@ func (e *GeneralOrderExecutor) BindProfitStats(profitStats *types.ProfitStats) {
}
profitStats.AddProfit(*profit)
Notify(profit)
Notify(profitStats)
})
}