admin
2025-04-02 638e8cb1fa9ca9f6c205cd808d7f52baa11a9a06
strategy/buying_strategy.py
@@ -461,7 +461,7 @@
                                        logger.info(
                                            f"【无概念 有强度】出现在板块强度大于2的列表中!瞬时量幅比:{round(last_volume_to_growth_ratio, 2)}%,最新价: {current_price},瞬时涨幅:{round(tick_growth, 2)}%,当日当时涨幅:{today_growth}%,当前时间:{current_created_at}。")
                                        logger.info(
                                            f"【强度数据】  ==  {data_cache.market_sift_plate_stock_dict}")
                                            f"【强度数据】 == {data_cache.market_sift_plate_stock_dict}")
                                        strength_plate_set = set(strength_plate)
                                        intersection_plate = bought_plate_set.intersection(strength_plate_set)
                                        if len(intersection_plate) > 0: