|
|
@@ -238,10 +238,10 @@ impl Predictor {
|
|
|
if index == 233 {
|
|
|
self.trade_233_vec.push_back(trade.clone());
|
|
|
} else {
|
|
|
- if trade.value > Decimal::ONE_HUNDRED {
|
|
|
- self.update_fair_price(&trade.price, index).await;
|
|
|
- self.processor(trade.time, false).await;
|
|
|
- }
|
|
|
+ // if trade.value > Decimal::ONE_HUNDRED {
|
|
|
+ // self.update_fair_price(&trade.price, index).await;
|
|
|
+ // self.processor(trade.time, false).await;
|
|
|
+ // }
|
|
|
|
|
|
// if index == 0 {
|
|
|
// self.trade_0_vec.push_back(trade.clone());
|