utils/init_data_util.py
@@ -2,6 +2,7 @@ import decimal from code_attribute import gpcode_manager from log_module.log import logger_debug from third_data.history_k_data_util import HistoryKDatasUtils from utils import tool @@ -21,6 +22,7 @@ gpcode_manager.CodePrePriceManager.set_price_pre(symbol, pre_close, force) # 获取近90天的最大量与最近的量 # 获取最近一次涨停/涨停下一个交易日的最大值 def get_volumns_by_code(code, count=60):