2018-08-19 16:51:10 +08:00
|
|
|
[hikyuu]
|
|
|
|
tmpdir = .\\test_data\\tmp
|
2019-04-04 02:07:54 +08:00
|
|
|
datadir = .\\test_data
|
2018-08-19 16:51:10 +08:00
|
|
|
|
|
|
|
[block]
|
|
|
|
type = qianlong
|
|
|
|
dir = .\\test_data\\block
|
2020-07-17 23:42:02 +08:00
|
|
|
指数板块 = zsbk.ini
|
|
|
|
行业板块 = hybk.ini
|
|
|
|
地域板块 = dybk.ini
|
|
|
|
概念板块 = gnbk.ini
|
2018-08-19 16:51:10 +08:00
|
|
|
self = self.ini
|
|
|
|
|
|
|
|
[preload]
|
2020-12-27 00:23:58 +08:00
|
|
|
day = True
|
|
|
|
week = False
|
|
|
|
month = False
|
|
|
|
quarter = False
|
|
|
|
halfyear = False
|
|
|
|
year = False
|
|
|
|
min = False
|
|
|
|
min5 = False
|
|
|
|
min15 = False
|
|
|
|
min30 = False
|
|
|
|
min60 = False
|
2022-11-27 17:17:28 +08:00
|
|
|
hour2 = False
|
2020-12-27 00:23:58 +08:00
|
|
|
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
|
2022-11-27 17:17:28 +08:00
|
|
|
hour2_max = 5120
|
2018-08-19 16:51:10 +08:00
|
|
|
|
|
|
|
[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
|
2019-02-10 21:26:02 +08:00
|
|
|
sh_time = .\\test_data\\sh_time.h5
|
|
|
|
sz_time = .\\test_data\\sz_time.h5
|
2019-02-11 21:13:06 +08:00
|
|
|
sh_trans = .\\test_data\\sh_trans.h5
|
|
|
|
sz_trans = .\\test_data\\sz_trans.h5
|