소스 검색

修复数据准备问题

skyffire 8 달 전
부모
커밋
5b7a58459b
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      strategy/src/predictor.rs

+ 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;
         }