skyffire 10 mesi fa
parent
commit
c6f7e4cf3e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      strategy/src/predictor.rs

+ 1 - 0
strategy/src/predictor.rs

@@ -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);