mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
clean up code
This commit is contained in:
parent
bf150248c0
commit
78f1aa59b7
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user