mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-11-30 02:48:57 +08:00
56 lines
1014 B
INI
56 lines
1014 B
INI
[hikyuu]
|
|
tmpdir = ./test_data/tmp
|
|
datadir = ./test_data
|
|
|
|
[block]
|
|
type = qianlong
|
|
dir = ./test_data/block
|
|
指数板块 = zsbk.ini
|
|
行业板块 = hybk.ini
|
|
地域板块 = dybk.ini
|
|
概念板块 = gnbk.ini
|
|
self = self.ini
|
|
|
|
[preload]
|
|
day = True
|
|
week = False
|
|
month = False
|
|
quarter = False
|
|
halfyear = False
|
|
year = False
|
|
min = False
|
|
min5 = False
|
|
min15 = False
|
|
min30 = False
|
|
min60 = False
|
|
hour2 = False
|
|
day_max = 100000
|
|
week_max = 100000
|
|
month_max = 100000
|
|
quarter_max = 100000
|
|
halfyear_max = 100000
|
|
year_max = 100000
|
|
min_max = 5120
|
|
min5_max = 5120
|
|
min15_max = 5120
|
|
min30_max = 5120
|
|
min60_max = 5120
|
|
hour2_max = 5120
|
|
|
|
[baseinfo]
|
|
type = sqlite3
|
|
db = ./test_data/stock.db
|
|
|
|
[kdata]
|
|
type = hdf5
|
|
sh_day = ./test_data/sh_day.h5
|
|
sh_min = ./test_data/sh_1min.h5
|
|
sh_min5 = ./test_data/sh_5min.h5
|
|
sz_day = ./test_data/sz_day.h5
|
|
sz_min = ./test_data/sz_1min.h5
|
|
sz_min5 = ./test_data/sz_5min.h5
|
|
sh_time = ./test_data/sh_time.h5
|
|
sz_time = ./test_data/sz_time.h5
|
|
sh_trans = ./test_data/sh_trans.h5
|
|
sz_trans = ./test_data/sz_trans.h5
|