strategy/buying_strategy.py
@@ -384,6 +384,8 @@ logger_info( f"【不利】当日成交量小于昨日成交量的{ratios}倍!不买!!公司名称:{k_line_data[0]['sec_name']},当日当时总成交量:{current_volume},最新价: {current_price}") return data_cache.willing_buy_list.add_buy_code(k_line_data[0]['sec_name']) logger_info(f"当前有意购买:{k_line_data[0]['sec_name']},有意购买列表:{data_cache.willing_buy_list}") if len(intersection_plate) > 0: logger_info( f"【不利】同概念只买一次,不买了,公司名称:{k_line_data[0]['sec_name']},重复相交概念==={intersection_plate}")