|
|
@@ -1012,7 +1012,6 @@ impl Strategy {
|
|
|
continue
|
|
|
}
|
|
|
// debug!(?key, ?order.price, ?long_upper, ?long_lower);
|
|
|
- info!("kd-{}-{}", self.side, key);
|
|
|
command.cancel.insert(key.clone(), value.clone());
|
|
|
}
|
|
|
|
|
|
@@ -1022,7 +1021,6 @@ impl Strategy {
|
|
|
if order.price >= short_lower && order.price <= short_upper && self.side == "short".to_string() {
|
|
|
continue
|
|
|
}
|
|
|
- info!("kk-{}-{}", self.side, key);
|
|
|
// debug!(?key, ?order.price, ?short_lower, ?short_upper);
|
|
|
command.cancel.insert(key.clone(), value.clone());
|
|
|
}
|