skyffire 8 сар өмнө
parent
commit
5b7a58459b

+ 0 - 4
strategy/src/predictor.rs

@@ -615,10 +615,6 @@ impl Predictor {
             return;
         }
 
-        if self.record_vec.len() < 200 {
-            return;
-        }
-
         if self.optimal_bid_price.is_zero() {
             return;
         }