1 取消注释
This commit is contained in:
@ -1078,8 +1078,6 @@ func makeFuturesTakeAndReduce(preOrder *models.LinePreOrder, ext models.LinePreO
|
||||
mainId = preOrder.MainId
|
||||
}
|
||||
|
||||
fmt.Println("take", ext.TakeProfitRatio.String())
|
||||
fmt.Println("boo", ext.TakeProfitRatio.Cmp(decimal.Zero))
|
||||
if ext.TakeProfitRatio.Cmp(decimal.Zero) > 0 {
|
||||
// 止盈单
|
||||
profitOrder := models.LinePreOrder{}
|
||||
|
||||
Reference in New Issue
Block a user