Browse Source

移除不必要检测

skyfffire 10 months ago
parent
commit
0a29ea6a1d
1 changed files with 0 additions and 8 deletions
  1. 0 8
      strategy/src/predictor.rs

+ 0 - 8
strategy/src/predictor.rs

@@ -451,14 +451,6 @@ impl Predictor {
             return;
         }
 
-        if self.optimal_ask_price < self.ask_price {
-            return;
-        }
-
-        if self.optimal_bid_price > self.bid_price {
-            return;
-        }
-
         if self.trade_long_vec.len() < 100 {
             return;
         }