Delete debug code
This commit is contained in:
parent
4a323815c8
commit
e7c2d63102
|
|
@ -23,10 +23,6 @@ pub async fn list_up_for_buy(
|
||||||
for symbol in &alldata.valid_symbol_vec {
|
for symbol in &alldata.valid_symbol_vec {
|
||||||
filtered_data.insert(symbol.clone(), FilteredDataValue::new());
|
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
|
// 2nd filtering: 1d MACD (3, 7, 30) cross
|
||||||
let mut keys_to_remove: HashSet<String> = HashSet::new();
|
let mut keys_to_remove: HashSet<String> = HashSet::new();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user