auto-sync: 2026-05-02 21:42:37
This commit is contained in:
@@ -35,8 +35,8 @@ DB_PATH = "/tmp/quant_trading_import.db"
|
||||
INTERVAL = "1m" # vnpy 4.x Interval.MINUTE.value = '1m', 统一用1m存储分钟线
|
||||
BATCH_SIZE = 50000
|
||||
|
||||
HS300_FILE = Path("/Users/chufeng/.openclaw/sanguo_projects/sanguo_quant_live/zhaoyun-data/data/raw/stock_info/hs300_constituents_latest.csv")
|
||||
ALL_STOCKS_FILE = Path("/Users/chufeng/.openclaw/sanguo_projects/sanguo_quant_live/zhaoyun-data/data/raw/stock_info/stock_basic_info_raw_20260326_113530.csv")
|
||||
HS300_FILE = Path("/Volumes/stock/sanguo_vnpy/data/hs300.csv")
|
||||
ALL_STOCKS_FILE = Path("/Volumes/stock/sanguo_vnpy/data/all_stocks.csv")
|
||||
|
||||
|
||||
def parse_filename(filename: str):
|
||||
|
||||
Reference in New Issue
Block a user