|
@@ -983,7 +983,7 @@ impl Strategy {
|
|
|
// debug!(?order);
|
|
// debug!(?order);
|
|
|
command.limits_open.insert(client_id, order);
|
|
command.limits_open.insert(client_id, order);
|
|
|
} else {
|
|
} else {
|
|
|
- info!("下单价值太小,要求:{},但是价格:{}, 数量:{}", self.min_amount_value, target_buy_price, amount);
|
|
|
|
|
|
|
+ info!("下买单价值太小,要求:{},但是价格:{}, 数量:{}", self.min_amount_value, target_buy_price, amount);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
// 挂空单
|
|
// 挂空单
|
|
@@ -1025,7 +1025,7 @@ impl Strategy {
|
|
|
// debug!(?order);
|
|
// debug!(?order);
|
|
|
command.limits_open.insert(client_id, order);
|
|
command.limits_open.insert(client_id, order);
|
|
|
} else {
|
|
} else {
|
|
|
- info!("下单价值太小,要求:{},但是价格:{}, 数量:{}", self.min_amount_value, target_sell_price, amount);
|
|
|
|
|
|
|
+ info!("下卖单价值太小,要求:{},但是价格:{}, 数量:{}, inv={}", self.min_amount_value, target_sell_price, amount, predictor.inventory.abs());
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|