diff --git a/src/strategy_team/strategy_006.rs b/src/strategy_team/strategy_006.rs index f610afe..f649057 100644 --- a/src/strategy_team/strategy_006.rs +++ b/src/strategy_team/strategy_006.rs @@ -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 = HashSet::new();