admin
2025-03-04 2cf6a2ebbff9fdb518e98a46a0b815ef169a8a9b
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: