clean up code

This commit is contained in:
c9s 2020-07-18 10:15:10 +08:00
parent bf150248c0
commit 78f1aa59b7

View File

@ -58,7 +58,7 @@ func (trader *KLineRegressionTrader) RunStrategy(ctx context.Context, strategy S
select {
case order := <-trader.orderC:
fmt.Print("!")
fmt.Print("o")
var price float64
if order.Type == types.OrderTypeLimit {