Update filtering
This commit is contained in:
parent
0c1e8d1949
commit
653c3835d4
|
|
@ -70,6 +70,8 @@ pub async fn linear_regression(
|
||||||
lr_data.close_time = window.last().unwrap().close_time;
|
lr_data.close_time = window.last().unwrap().close_time;
|
||||||
lr_data_vec.push(lr_data.clone());
|
lr_data_vec.push(lr_data.clone());
|
||||||
}
|
}
|
||||||
|
let mut lr_data_wrapper_lock = lr_data_wrapper_arc_c.lock().await;
|
||||||
|
lr_data_wrapper_lock.insert(symbol_c, lr_data_vec.clone());
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user