|
|
@@ -498,6 +498,7 @@ impl Predictor {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ // TODO 动量动量,动了多少,量又有多少??
|
|
|
// ============================ 止损逻辑处理 =======================
|
|
|
if self.fair_rate_focus_close.is_zero() && !self.inventory.is_zero() && self.profit_point < dec!(-0.05) {
|
|
|
self.fair_rate_focus_close = dec!(-0.0314159);
|