auto-sync: 2026-05-02 21:39:55

This commit is contained in:
cfdaily
2026-05-02 21:39:55 +08:00
parent d546dba113
commit 06f3c6e196
+1 -1
View File
@@ -32,7 +32,7 @@ logger = logging.getLogger(__name__)
# --- 配置 ---
MINUTE_DIR = Path("/Volumes/stock/minute_kline/15min")
DB_PATH = "/tmp/quant_trading_import.db"
INTERVAL = "15m"
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")