Delete debug code

This commit is contained in:
Sik Yoon 2024-03-24 06:11:05 +09:00
parent 4a323815c8
commit e7c2d63102

View File

@ -23,10 +23,6 @@ pub async fn list_up_for_buy(
for symbol in &alldata.valid_symbol_vec {
filtered_data.insert(symbol.clone(), FilteredDataValue::new());
}
// for debugging tema
let tema_filtering = tema(30, &alldata.rt_price_1d_vec, &filtered_data).await?;
println!("{:?}", tema_filtering.get("API3USDT"));
// 2nd filtering: 1d MACD (3, 7, 30) cross
let mut keys_to_remove: HashSet<String> = HashSet::new();