@@ -226,7 +226,7 @@ impl Predictor {
pub async fn on_trade(&mut self, trade: &Trade, index: usize) {
// self.last_update_time = trade.time;
- if index == 0 {
+ if index == 1 {
return;
}