strategy/buying_strategy.py
@@ -125,7 +125,7 @@ # print(f"current_created_at type====={type(current_created_at)}") # 调用涨幅公式计算对应的股票tick瞬时涨幅 tick_growth = basic_methods.calculate_growth(symbol, current_price) tick_growth = basic_methods.tick_growth(symbol, current_price) # 在字典K线下的查询当前个股的K线并赋值以便使用 k_line_data = data_cache.all_stocks_all_K_line_property_dict.get(symbol, None) if k_line_data is not None: