hikyuu 2.6.3__py3-none-win_amd64.whl → 2.6.6__py3-none-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- hikyuu/__init__.py +6 -0
- hikyuu/__init__.pyi +548 -546
- hikyuu/analysis/__init__.pyi +519 -514
- hikyuu/analysis/analysis.pyi +520 -515
- hikyuu/core.pyi +521 -516
- hikyuu/cpp/__init__.pyi +2 -2
- hikyuu/cpp/boost_date_time-mt.dll +0 -0
- hikyuu/cpp/boost_serialization-mt.dll +0 -0
- hikyuu/cpp/boost_wserialization-mt.dll +0 -0
- hikyuu/cpp/core310.pyd +0 -0
- hikyuu/cpp/core310.pyi +167 -36
- hikyuu/cpp/core311.pyd +0 -0
- hikyuu/cpp/core311.pyi +167 -36
- hikyuu/cpp/core312.pyd +0 -0
- hikyuu/cpp/core312.pyi +167 -36
- hikyuu/cpp/core313.pyd +0 -0
- hikyuu/cpp/core313.pyi +167 -36
- hikyuu/cpp/core39.pyd +0 -0
- hikyuu/cpp/core39.pyi +167 -36
- hikyuu/cpp/hikyuu.dll +0 -0
- hikyuu/cpp/hikyuu.lib +0 -0
- hikyuu/cpp/i18n/__init__.py +0 -0
- hikyuu/cpp/i18n/zh_CN.mo +0 -0
- hikyuu/cpp/sqlite3.dll +0 -0
- hikyuu/data/clickhouse_upgrade/__init__.py +1 -0
- hikyuu/data/clickhouse_upgrade/createdb.sql +1085 -0
- hikyuu/data/common.py +1 -1
- hikyuu/data/common_clickhouse.py +512 -0
- hikyuu/data/common_mysql.py +19 -0
- hikyuu/data/common_pytdx.py +2 -0
- hikyuu/data/common_sqlite3.py +1 -0
- hikyuu/data/em_block_to_clickhouse.py +120 -0
- hikyuu/data/hku_config_template.py +70 -1
- hikyuu/data/mysql_upgrade/0028.sql +95 -0
- hikyuu/data/pytdx_finance_to_clickhouse.py +107 -0
- hikyuu/data/pytdx_to_clickhouse.py +841 -0
- hikyuu/data/pytdx_to_h5.py +53 -13
- hikyuu/data/pytdx_to_mysql.py +42 -9
- hikyuu/data/pytdx_to_taos.py +736 -0
- hikyuu/data/pytdx_weight_to_clickhouse.py +191 -0
- hikyuu/data/sqlite_upgrade/0028.sql +97 -0
- hikyuu/data/tdx_to_clickhouse.py +448 -0
- hikyuu/data/zh_bond10_to_clickhouse.py +49 -0
- hikyuu/draw/__init__.pyi +1 -1
- hikyuu/draw/drawplot/__init__.pyi +8 -8
- hikyuu/draw/drawplot/bokeh_draw.pyi +538 -536
- hikyuu/draw/drawplot/common.pyi +1 -1
- hikyuu/draw/drawplot/echarts_draw.pyi +540 -538
- hikyuu/draw/drawplot/matplotlib_draw.py +7 -7
- hikyuu/draw/drawplot/matplotlib_draw.pyi +550 -548
- hikyuu/draw/elder.pyi +11 -11
- hikyuu/draw/kaufman.pyi +18 -18
- hikyuu/draw/volume.pyi +10 -10
- hikyuu/examples/notebook/001-overview.ipynb +65 -100
- hikyuu/examples/notebook/004-IndicatorOverview.ipynb +34 -32
- hikyuu/examples/notebook/007-SystemDetails.ipynb +64 -50
- hikyuu/examples/notebook/010-Portfolio.ipynb +120 -124
- hikyuu/extend.py +1 -1
- hikyuu/extend.pyi +527 -527
- hikyuu/fetcher/stock/zh_block_em.py +349 -5
- hikyuu/fetcher/stock/zh_stock_a_pytdx.py +11 -21
- hikyuu/fetcher/stock/zh_stock_a_qmt.py +4 -5
- hikyuu/fetcher/stock/zh_stock_a_sina_qq.py +16 -60
- hikyuu/flat/Spot.py +96 -200
- hikyuu/gui/HikyuuTDX.py +175 -23
- hikyuu/gui/data/ImportBlockInfoTask.py +12 -1
- hikyuu/gui/data/ImportHistoryFinanceTask.py +62 -44
- hikyuu/gui/data/ImportPytdxTimeToH5Task.py +14 -2
- hikyuu/gui/data/ImportPytdxToH5Task.py +17 -3
- hikyuu/gui/data/ImportPytdxTransToH5Task.py +14 -2
- hikyuu/gui/data/ImportTdxToH5Task.py +13 -1
- hikyuu/gui/data/ImportWeightToSqliteTask.py +16 -2
- hikyuu/gui/data/ImportZhBond10Task.py +12 -1
- hikyuu/gui/data/MainWindow.py +191 -110
- hikyuu/gui/data/UsePytdxImportToH5Thread.py +52 -29
- hikyuu/gui/data/UseQmtImportToH5Thread.py +1 -0
- hikyuu/gui/data/UseTdxImportToH5Thread.py +21 -2
- hikyuu/gui/dataserver.py +12 -4
- hikyuu/gui/spot_server.py +30 -40
- hikyuu/gui/start_qmt.py +20 -3
- hikyuu/hub.pyi +6 -6
- hikyuu/include/hikyuu/DataType.h +11 -0
- hikyuu/include/hikyuu/MarketInfo.h +6 -0
- hikyuu/include/hikyuu/StockManager.h +8 -0
- hikyuu/include/hikyuu/data_driver/BaseInfoDriver.h +35 -0
- hikyuu/include/hikyuu/data_driver/kdata/mysql/KRecordTable.h +1 -0
- hikyuu/include/hikyuu/global/GlobalSpotAgent.h +1 -1
- hikyuu/include/hikyuu/global/SpotRecord.h +15 -31
- hikyuu/include/hikyuu/global/agent/spot_generated.h +48 -232
- hikyuu/include/hikyuu/global/schedule/scheduler.h +1 -1
- hikyuu/include/hikyuu/indicator/build_in.h +1 -0
- hikyuu/include/hikyuu/indicator/crt/BARSLASTCOUNT.h +33 -0
- hikyuu/include/hikyuu/indicator/imp/IBarsLastCount.h +27 -0
- hikyuu/include/hikyuu/plugin/KDataToHdf5Importer.h +3 -0
- hikyuu/include/hikyuu/plugin/backtest.h +2 -2
- hikyuu/include/hikyuu/plugin/dataserver.h +26 -1
- hikyuu/include/hikyuu/plugin/device.h +8 -4
- hikyuu/include/hikyuu/plugin/interface/BackTestPluginInterface.h +1 -1
- hikyuu/include/hikyuu/plugin/interface/DataDriverPluginInterface.h +27 -0
- hikyuu/include/hikyuu/plugin/interface/DataServerPluginInterface.h +2 -1
- hikyuu/include/hikyuu/plugin/interface/DevicePluginInterface.h +2 -1
- hikyuu/include/hikyuu/plugin/interface/ImportKDataToHdf5PluginInterface.h +3 -0
- hikyuu/include/hikyuu/plugin/interface/TMReportPluginInterface.h +80 -0
- hikyuu/include/hikyuu/plugin/interface/plugins.h +4 -0
- hikyuu/include/hikyuu/strategy/Strategy.h +0 -9
- hikyuu/include/hikyuu/trade_manage/Performance.h +17 -9
- hikyuu/include/hikyuu/trade_manage/PositionExtInfo.h +92 -0
- hikyuu/include/hikyuu/trade_manage/PositionRecord.h +7 -1
- hikyuu/include/hikyuu/trade_manage/TradeManagerBase.h +60 -1
- hikyuu/include/hikyuu/trade_sys/selector/crt/SE_Optimal.h +8 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/optimal/OptimalEvaluateSelector.h +28 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/optimal/OptimalSelectorBase.h +1 -0
- hikyuu/include/hikyuu/utilities/DllLoader.h +226 -0
- hikyuu/include/hikyuu/utilities/config.h +1 -1
- hikyuu/include/hikyuu/utilities/datetime/Datetime.h +20 -0
- hikyuu/include/hikyuu/utilities/datetime/TimeDelta.h +6 -0
- hikyuu/include/hikyuu/utilities/mo/mo.h +30 -14
- hikyuu/include/hikyuu/utilities/os.h +6 -0
- hikyuu/include/hikyuu/utilities/plugin/PluginLoader.h +10 -10
- hikyuu/include/hikyuu/utilities/thread/MQThreadPool.h +13 -7
- hikyuu/include/hikyuu/utilities/thread/ThreadPool.h +13 -6
- hikyuu/include/hikyuu/version.h +4 -4
- hikyuu/plugin/backtest.dll +0 -0
- hikyuu/plugin/clickhousedriver.dll +0 -0
- hikyuu/plugin/dataserver.dll +0 -0
- hikyuu/plugin/device.dll +0 -0
- hikyuu/plugin/extind.dll +0 -0
- hikyuu/plugin/import2hdf5.dll +0 -0
- hikyuu/plugin/tmreport.dll +0 -0
- hikyuu/trade_manage/__init__.pyi +537 -535
- hikyuu/trade_manage/broker.pyi +3 -3
- hikyuu/trade_manage/broker_easytrader.pyi +1 -1
- hikyuu/trade_manage/trade.pyi +537 -535
- hikyuu/util/__init__.py +1 -0
- hikyuu/util/__init__.pyi +4 -3
- hikyuu/util/check.py +8 -0
- hikyuu/util/check.pyi +5 -1
- hikyuu/util/singleton.pyi +1 -1
- {hikyuu-2.6.3.dist-info → hikyuu-2.6.6.dist-info}/METADATA +4 -3
- {hikyuu-2.6.3.dist-info → hikyuu-2.6.6.dist-info}/RECORD +144 -123
- {hikyuu-2.6.3.dist-info → hikyuu-2.6.6.dist-info}/top_level.txt +2 -2
- hikyuu/include/hikyuu/global/agent/hikyuu/__init__.py +0 -1
- hikyuu/include/hikyuu/global/agent/hikyuu/flat/__init__.py +0 -1
- {hikyuu-2.6.3.dist-info → hikyuu-2.6.6.dist-info}/LICENSE +0 -0
- {hikyuu-2.6.3.dist-info → hikyuu-2.6.6.dist-info}/WHEEL +0 -0
- {hikyuu-2.6.3.dist-info → hikyuu-2.6.6.dist-info}/entry_points.txt +0 -0
|
@@ -5,10 +5,7 @@
|
|
|
5
5
|
from __future__ import annotations
|
|
6
6
|
from datetime import date
|
|
7
7
|
from datetime import datetime
|
|
8
|
-
from datetime import time
|
|
9
8
|
from datetime import timedelta
|
|
10
|
-
from datetime import timezone
|
|
11
|
-
from datetime import tzinfo
|
|
12
9
|
from hikyuu import analysis
|
|
13
10
|
from hikyuu.analysis.analysis import analysis_sys_list
|
|
14
11
|
from hikyuu.analysis.analysis import analysis_sys_list_multi
|
|
@@ -16,517 +13,522 @@ from hikyuu.analysis.analysis import combinate_ind_analysis
|
|
|
16
13
|
from hikyuu.analysis.analysis import combinate_ind_analysis_multi
|
|
17
14
|
from hikyuu import core
|
|
18
15
|
from hikyuu import cpp
|
|
19
|
-
import hikyuu.cpp.
|
|
20
|
-
from hikyuu.cpp.
|
|
21
|
-
from hikyuu.cpp.
|
|
22
|
-
from hikyuu.cpp.
|
|
23
|
-
from hikyuu.cpp.
|
|
24
|
-
from hikyuu.cpp.
|
|
25
|
-
from hikyuu.cpp.
|
|
26
|
-
from hikyuu.cpp.
|
|
27
|
-
from hikyuu.cpp.
|
|
28
|
-
from hikyuu.cpp.
|
|
29
|
-
from hikyuu.cpp.
|
|
30
|
-
from hikyuu.cpp.
|
|
31
|
-
from hikyuu.cpp.
|
|
32
|
-
from hikyuu.cpp.
|
|
33
|
-
from hikyuu.cpp.
|
|
34
|
-
from hikyuu.cpp.
|
|
35
|
-
from hikyuu.cpp.
|
|
36
|
-
from hikyuu.cpp.
|
|
37
|
-
from hikyuu.cpp.
|
|
38
|
-
from hikyuu.cpp.
|
|
39
|
-
from hikyuu.cpp.
|
|
40
|
-
from hikyuu.cpp.
|
|
41
|
-
from hikyuu.cpp.
|
|
42
|
-
from hikyuu.cpp.
|
|
43
|
-
from hikyuu.cpp.
|
|
44
|
-
from hikyuu.cpp.
|
|
45
|
-
from hikyuu.cpp.
|
|
46
|
-
from hikyuu.cpp.
|
|
47
|
-
from hikyuu.cpp.
|
|
48
|
-
from hikyuu.cpp.
|
|
49
|
-
from hikyuu.cpp.
|
|
50
|
-
from hikyuu.cpp.
|
|
51
|
-
from hikyuu.cpp.
|
|
52
|
-
from hikyuu.cpp.
|
|
53
|
-
from hikyuu.cpp.
|
|
54
|
-
from hikyuu.cpp.
|
|
55
|
-
from hikyuu.cpp.
|
|
56
|
-
from hikyuu.cpp.
|
|
57
|
-
from hikyuu.cpp.
|
|
58
|
-
from hikyuu.cpp.
|
|
59
|
-
from hikyuu.cpp.
|
|
60
|
-
from hikyuu.cpp.
|
|
61
|
-
from hikyuu.cpp.
|
|
62
|
-
from hikyuu.cpp.
|
|
63
|
-
from hikyuu.cpp.
|
|
64
|
-
from hikyuu.cpp.
|
|
65
|
-
from hikyuu.cpp.
|
|
66
|
-
from hikyuu.cpp.
|
|
67
|
-
from hikyuu.cpp.
|
|
68
|
-
from hikyuu.cpp.
|
|
69
|
-
from hikyuu.cpp.
|
|
70
|
-
from hikyuu.cpp.
|
|
71
|
-
from hikyuu.cpp.
|
|
72
|
-
from hikyuu.cpp.
|
|
73
|
-
from hikyuu.cpp.
|
|
74
|
-
from hikyuu.cpp.
|
|
75
|
-
from hikyuu.cpp.
|
|
76
|
-
from hikyuu.cpp.
|
|
77
|
-
from hikyuu.cpp.
|
|
78
|
-
from hikyuu.cpp.
|
|
79
|
-
from hikyuu.cpp.
|
|
80
|
-
from hikyuu.cpp.
|
|
81
|
-
from hikyuu.cpp.
|
|
82
|
-
from hikyuu.cpp.
|
|
83
|
-
from hikyuu.cpp.
|
|
84
|
-
from hikyuu.cpp.
|
|
85
|
-
from hikyuu.cpp.
|
|
86
|
-
from hikyuu.cpp.
|
|
87
|
-
from hikyuu.cpp.
|
|
88
|
-
from hikyuu.cpp.
|
|
89
|
-
from hikyuu.cpp.
|
|
90
|
-
from hikyuu.cpp.
|
|
91
|
-
from hikyuu.cpp.
|
|
92
|
-
from hikyuu.cpp.
|
|
93
|
-
from hikyuu.cpp.
|
|
94
|
-
from hikyuu.cpp.
|
|
95
|
-
from hikyuu.cpp.
|
|
96
|
-
from hikyuu.cpp.
|
|
97
|
-
from hikyuu.cpp.
|
|
98
|
-
from hikyuu.cpp.
|
|
99
|
-
from hikyuu.cpp.
|
|
100
|
-
from hikyuu.cpp.
|
|
101
|
-
from hikyuu.cpp.
|
|
102
|
-
from hikyuu.cpp.
|
|
103
|
-
from hikyuu.cpp.
|
|
104
|
-
from hikyuu.cpp.
|
|
105
|
-
from hikyuu.cpp.
|
|
106
|
-
from hikyuu.cpp.
|
|
107
|
-
from hikyuu.cpp.
|
|
108
|
-
from hikyuu.cpp.
|
|
109
|
-
from hikyuu.cpp.
|
|
110
|
-
from hikyuu.cpp.
|
|
111
|
-
from hikyuu.cpp.
|
|
112
|
-
from hikyuu.cpp.
|
|
113
|
-
from hikyuu.cpp.
|
|
114
|
-
from hikyuu.cpp.
|
|
115
|
-
from hikyuu.cpp.
|
|
116
|
-
from hikyuu.cpp.
|
|
117
|
-
from hikyuu.cpp.
|
|
118
|
-
from hikyuu.cpp.
|
|
119
|
-
from hikyuu.cpp.
|
|
120
|
-
from hikyuu.cpp.
|
|
121
|
-
from hikyuu.cpp.
|
|
122
|
-
from hikyuu.cpp.
|
|
123
|
-
from hikyuu.cpp.
|
|
124
|
-
from hikyuu.cpp.
|
|
125
|
-
from hikyuu.cpp.
|
|
126
|
-
from hikyuu.cpp.
|
|
127
|
-
from hikyuu.cpp.
|
|
128
|
-
from hikyuu.cpp.
|
|
129
|
-
from hikyuu.cpp.
|
|
130
|
-
from hikyuu.cpp.
|
|
131
|
-
from hikyuu.cpp.
|
|
132
|
-
from hikyuu.cpp.
|
|
133
|
-
from hikyuu.cpp.
|
|
134
|
-
from hikyuu.cpp.
|
|
135
|
-
from hikyuu.cpp.
|
|
136
|
-
from hikyuu.cpp.
|
|
137
|
-
from hikyuu.cpp.
|
|
138
|
-
from hikyuu.cpp.
|
|
139
|
-
from hikyuu.cpp.
|
|
140
|
-
from hikyuu.cpp.
|
|
141
|
-
from hikyuu.cpp.
|
|
142
|
-
from hikyuu.cpp.
|
|
143
|
-
from hikyuu.cpp.
|
|
144
|
-
from hikyuu.cpp.
|
|
145
|
-
from hikyuu.cpp.
|
|
146
|
-
from hikyuu.cpp.
|
|
147
|
-
from hikyuu.cpp.
|
|
148
|
-
from hikyuu.cpp.
|
|
149
|
-
from hikyuu.cpp.
|
|
150
|
-
from hikyuu.cpp.
|
|
151
|
-
from hikyuu.cpp.
|
|
152
|
-
from hikyuu.cpp.
|
|
153
|
-
from hikyuu.cpp.
|
|
154
|
-
from hikyuu.cpp.
|
|
155
|
-
from hikyuu.cpp.
|
|
156
|
-
from hikyuu.cpp.
|
|
157
|
-
from hikyuu.cpp.
|
|
158
|
-
from hikyuu.cpp.
|
|
159
|
-
from hikyuu.cpp.
|
|
160
|
-
from hikyuu.cpp.
|
|
161
|
-
from hikyuu.cpp.
|
|
162
|
-
from hikyuu.cpp.
|
|
163
|
-
from hikyuu.cpp.
|
|
164
|
-
from hikyuu.cpp.
|
|
165
|
-
from hikyuu.cpp.
|
|
166
|
-
from hikyuu.cpp.
|
|
167
|
-
from hikyuu.cpp.
|
|
168
|
-
from hikyuu.cpp.
|
|
169
|
-
from hikyuu.cpp.
|
|
170
|
-
from hikyuu.cpp.
|
|
171
|
-
from hikyuu.cpp.
|
|
172
|
-
from hikyuu.cpp.
|
|
173
|
-
from hikyuu.cpp.
|
|
174
|
-
from hikyuu.cpp.
|
|
175
|
-
from hikyuu.cpp.
|
|
176
|
-
from hikyuu.cpp.
|
|
177
|
-
from hikyuu.cpp.
|
|
178
|
-
from hikyuu.cpp.
|
|
179
|
-
from hikyuu.cpp.
|
|
180
|
-
from hikyuu.cpp.
|
|
181
|
-
from hikyuu.cpp.
|
|
182
|
-
from hikyuu.cpp.
|
|
183
|
-
from hikyuu.cpp.
|
|
184
|
-
from hikyuu.cpp.
|
|
185
|
-
from hikyuu.cpp.
|
|
186
|
-
from hikyuu.cpp.
|
|
187
|
-
from hikyuu.cpp.
|
|
188
|
-
from hikyuu.cpp.
|
|
189
|
-
from hikyuu.cpp.
|
|
190
|
-
from hikyuu.cpp.
|
|
191
|
-
from hikyuu.cpp.
|
|
192
|
-
from hikyuu.cpp.
|
|
193
|
-
from hikyuu.cpp.
|
|
194
|
-
from hikyuu.cpp.
|
|
195
|
-
from hikyuu.cpp.
|
|
196
|
-
from hikyuu.cpp.
|
|
197
|
-
from hikyuu.cpp.
|
|
198
|
-
from hikyuu.cpp.
|
|
199
|
-
from hikyuu.cpp.
|
|
200
|
-
from hikyuu.cpp.
|
|
201
|
-
from hikyuu.cpp.
|
|
202
|
-
from hikyuu.cpp.
|
|
203
|
-
from hikyuu.cpp.
|
|
204
|
-
from hikyuu.cpp.
|
|
205
|
-
from hikyuu.cpp.
|
|
206
|
-
from hikyuu.cpp.
|
|
207
|
-
from hikyuu.cpp.
|
|
208
|
-
from hikyuu.cpp.
|
|
209
|
-
from hikyuu.cpp.
|
|
210
|
-
from hikyuu.cpp.
|
|
211
|
-
from hikyuu.cpp.
|
|
212
|
-
from hikyuu.cpp.
|
|
213
|
-
from hikyuu.cpp.
|
|
214
|
-
from hikyuu.cpp.
|
|
215
|
-
from hikyuu.cpp.
|
|
216
|
-
from hikyuu.cpp.
|
|
217
|
-
from hikyuu.cpp.
|
|
218
|
-
from hikyuu.cpp.
|
|
219
|
-
from hikyuu.cpp.
|
|
220
|
-
from hikyuu.cpp.
|
|
221
|
-
from hikyuu.cpp.
|
|
222
|
-
from hikyuu.cpp.
|
|
223
|
-
from hikyuu.cpp.
|
|
224
|
-
from hikyuu.cpp.
|
|
225
|
-
from hikyuu.cpp.
|
|
226
|
-
from hikyuu.cpp.
|
|
227
|
-
from hikyuu.cpp.
|
|
228
|
-
from hikyuu.cpp.
|
|
229
|
-
from hikyuu.cpp.
|
|
230
|
-
from hikyuu.cpp.
|
|
231
|
-
from hikyuu.cpp.
|
|
232
|
-
from hikyuu.cpp.
|
|
233
|
-
from hikyuu.cpp.
|
|
234
|
-
from hikyuu.cpp.
|
|
235
|
-
from hikyuu.cpp.
|
|
236
|
-
from hikyuu.cpp.
|
|
237
|
-
from hikyuu.cpp.
|
|
238
|
-
from hikyuu.cpp.
|
|
239
|
-
from hikyuu.cpp.
|
|
240
|
-
from hikyuu.cpp.
|
|
241
|
-
from hikyuu.cpp.
|
|
242
|
-
from hikyuu.cpp.
|
|
243
|
-
from hikyuu.cpp.
|
|
244
|
-
from hikyuu.cpp.
|
|
245
|
-
from hikyuu.cpp.
|
|
246
|
-
from hikyuu.cpp.
|
|
247
|
-
from hikyuu.cpp.
|
|
248
|
-
from hikyuu.cpp.
|
|
249
|
-
from hikyuu.cpp.
|
|
250
|
-
from hikyuu.cpp.
|
|
251
|
-
from hikyuu.cpp.
|
|
252
|
-
from hikyuu.cpp.
|
|
253
|
-
from hikyuu.cpp.
|
|
254
|
-
from hikyuu.cpp.
|
|
255
|
-
from hikyuu.cpp.
|
|
256
|
-
from hikyuu.cpp.
|
|
257
|
-
from hikyuu.cpp.
|
|
258
|
-
from hikyuu.cpp.
|
|
259
|
-
from hikyuu.cpp.
|
|
260
|
-
from hikyuu.cpp.
|
|
261
|
-
from hikyuu.cpp.
|
|
262
|
-
from hikyuu.cpp.
|
|
263
|
-
from hikyuu.cpp.
|
|
264
|
-
from hikyuu.cpp.
|
|
265
|
-
from hikyuu.cpp.
|
|
266
|
-
from hikyuu.cpp.
|
|
267
|
-
from hikyuu.cpp.
|
|
268
|
-
from hikyuu.cpp.
|
|
269
|
-
from hikyuu.cpp.
|
|
270
|
-
from hikyuu.cpp.
|
|
271
|
-
from hikyuu.cpp.
|
|
272
|
-
from hikyuu.cpp.
|
|
273
|
-
from hikyuu.cpp.
|
|
274
|
-
from hikyuu.cpp.
|
|
275
|
-
from hikyuu.cpp.
|
|
276
|
-
from hikyuu.cpp.
|
|
277
|
-
from hikyuu.cpp.
|
|
278
|
-
from hikyuu.cpp.
|
|
279
|
-
from hikyuu.cpp.
|
|
280
|
-
from hikyuu.cpp.
|
|
281
|
-
from hikyuu.cpp.
|
|
282
|
-
from hikyuu.cpp.
|
|
283
|
-
from hikyuu.cpp.
|
|
284
|
-
from hikyuu.cpp.
|
|
285
|
-
from hikyuu.cpp.
|
|
286
|
-
from hikyuu.cpp.
|
|
287
|
-
from hikyuu.cpp.
|
|
288
|
-
from hikyuu.cpp.
|
|
289
|
-
from hikyuu.cpp.
|
|
290
|
-
from hikyuu.cpp.
|
|
291
|
-
from hikyuu.cpp.
|
|
292
|
-
from hikyuu.cpp.
|
|
293
|
-
from hikyuu.cpp.
|
|
294
|
-
from hikyuu.cpp.
|
|
295
|
-
from hikyuu.cpp.
|
|
296
|
-
from hikyuu.cpp.
|
|
297
|
-
from hikyuu.cpp.
|
|
298
|
-
from hikyuu.cpp.
|
|
299
|
-
from hikyuu.cpp.
|
|
300
|
-
from hikyuu.cpp.
|
|
301
|
-
from hikyuu.cpp.
|
|
302
|
-
from hikyuu.cpp.
|
|
303
|
-
from hikyuu.cpp.
|
|
304
|
-
from hikyuu.cpp.
|
|
305
|
-
from hikyuu.cpp.
|
|
306
|
-
from hikyuu.cpp.
|
|
307
|
-
from hikyuu.cpp.
|
|
308
|
-
from hikyuu.cpp.
|
|
309
|
-
from hikyuu.cpp.
|
|
310
|
-
from hikyuu.cpp.
|
|
311
|
-
from hikyuu.cpp.
|
|
312
|
-
from hikyuu.cpp.
|
|
313
|
-
from hikyuu.cpp.
|
|
314
|
-
from hikyuu.cpp.
|
|
315
|
-
from hikyuu.cpp.
|
|
316
|
-
from hikyuu.cpp.
|
|
317
|
-
from hikyuu.cpp.
|
|
318
|
-
from hikyuu.cpp.
|
|
319
|
-
from hikyuu.cpp.
|
|
320
|
-
from hikyuu.cpp.
|
|
321
|
-
from hikyuu.cpp.
|
|
322
|
-
from hikyuu.cpp.
|
|
323
|
-
from hikyuu.cpp.
|
|
324
|
-
from hikyuu.cpp.
|
|
325
|
-
from hikyuu.cpp.
|
|
326
|
-
from hikyuu.cpp.
|
|
327
|
-
from hikyuu.cpp.
|
|
328
|
-
from hikyuu.cpp.
|
|
329
|
-
from hikyuu.cpp.
|
|
330
|
-
from hikyuu.cpp.
|
|
331
|
-
from hikyuu.cpp.
|
|
332
|
-
from hikyuu.cpp.
|
|
333
|
-
from hikyuu.cpp.
|
|
334
|
-
from hikyuu.cpp.
|
|
335
|
-
from hikyuu.cpp.
|
|
336
|
-
from hikyuu.cpp.
|
|
337
|
-
from hikyuu.cpp.
|
|
338
|
-
from hikyuu.cpp.
|
|
339
|
-
from hikyuu.cpp.
|
|
340
|
-
from hikyuu.cpp.
|
|
341
|
-
from hikyuu.cpp.
|
|
342
|
-
from hikyuu.cpp.
|
|
343
|
-
from hikyuu.cpp.
|
|
344
|
-
from hikyuu.cpp.
|
|
345
|
-
from hikyuu.cpp.
|
|
346
|
-
from hikyuu.cpp.
|
|
347
|
-
from hikyuu.cpp.
|
|
348
|
-
from hikyuu.cpp.
|
|
349
|
-
from hikyuu.cpp.
|
|
350
|
-
from hikyuu.cpp.
|
|
351
|
-
from hikyuu.cpp.
|
|
352
|
-
from hikyuu.cpp.
|
|
353
|
-
from hikyuu.cpp.
|
|
354
|
-
from hikyuu.cpp.
|
|
355
|
-
from hikyuu.cpp.
|
|
356
|
-
from hikyuu.cpp.
|
|
357
|
-
from hikyuu.cpp.
|
|
358
|
-
from hikyuu.cpp.
|
|
359
|
-
from hikyuu.cpp.
|
|
360
|
-
from hikyuu.cpp.
|
|
361
|
-
from hikyuu.cpp.
|
|
362
|
-
from hikyuu.cpp.
|
|
363
|
-
from hikyuu.cpp.
|
|
364
|
-
from hikyuu.cpp.
|
|
365
|
-
from hikyuu.cpp.
|
|
366
|
-
from hikyuu.cpp.
|
|
367
|
-
from hikyuu.cpp.
|
|
368
|
-
from hikyuu.cpp.
|
|
369
|
-
from hikyuu.cpp.
|
|
370
|
-
from hikyuu.cpp.
|
|
371
|
-
from hikyuu.cpp.
|
|
372
|
-
from hikyuu.cpp.
|
|
373
|
-
from hikyuu.cpp.
|
|
374
|
-
from hikyuu.cpp.
|
|
375
|
-
from hikyuu.cpp.
|
|
376
|
-
from hikyuu.cpp.
|
|
377
|
-
from hikyuu.cpp.
|
|
378
|
-
from hikyuu.cpp.
|
|
379
|
-
from hikyuu.cpp.
|
|
380
|
-
from hikyuu.cpp.
|
|
381
|
-
from hikyuu.cpp.
|
|
382
|
-
from hikyuu.cpp.
|
|
383
|
-
from hikyuu.cpp.
|
|
384
|
-
from hikyuu.cpp.
|
|
385
|
-
from hikyuu.cpp.
|
|
386
|
-
from hikyuu.cpp.
|
|
387
|
-
from hikyuu.cpp.
|
|
388
|
-
from hikyuu.cpp.
|
|
389
|
-
from hikyuu.cpp.
|
|
390
|
-
from hikyuu.cpp.
|
|
391
|
-
from hikyuu.cpp.
|
|
392
|
-
from hikyuu.cpp.
|
|
393
|
-
from hikyuu.cpp.
|
|
394
|
-
from hikyuu.cpp.
|
|
395
|
-
from hikyuu.cpp.
|
|
396
|
-
from hikyuu.cpp.
|
|
397
|
-
from hikyuu.cpp.
|
|
398
|
-
from hikyuu.cpp.
|
|
399
|
-
from hikyuu.cpp.
|
|
400
|
-
from hikyuu.cpp.
|
|
401
|
-
from hikyuu.cpp.
|
|
402
|
-
from hikyuu.cpp.
|
|
403
|
-
from hikyuu.cpp.
|
|
404
|
-
from hikyuu.cpp.
|
|
405
|
-
from hikyuu.cpp.
|
|
406
|
-
from hikyuu.cpp.
|
|
407
|
-
from hikyuu.cpp.
|
|
408
|
-
from hikyuu.cpp.
|
|
409
|
-
from hikyuu.cpp.
|
|
410
|
-
from hikyuu.cpp.
|
|
411
|
-
from hikyuu.cpp.
|
|
412
|
-
from hikyuu.cpp.
|
|
413
|
-
from hikyuu.cpp.
|
|
414
|
-
from hikyuu.cpp.
|
|
415
|
-
from hikyuu.cpp.
|
|
416
|
-
from hikyuu.cpp.
|
|
417
|
-
from hikyuu.cpp.
|
|
418
|
-
from hikyuu.cpp.
|
|
419
|
-
from hikyuu.cpp.
|
|
420
|
-
from hikyuu.cpp.
|
|
421
|
-
from hikyuu.cpp.
|
|
422
|
-
from hikyuu.cpp.
|
|
423
|
-
from hikyuu.cpp.
|
|
424
|
-
from hikyuu.cpp.
|
|
425
|
-
from hikyuu.cpp.
|
|
426
|
-
from hikyuu.cpp.
|
|
427
|
-
from hikyuu.cpp.
|
|
428
|
-
from hikyuu.cpp.
|
|
429
|
-
from hikyuu.cpp.
|
|
430
|
-
from hikyuu.cpp.
|
|
431
|
-
from hikyuu.cpp.
|
|
432
|
-
from hikyuu.cpp.
|
|
433
|
-
from hikyuu.cpp.
|
|
434
|
-
from hikyuu.cpp.
|
|
435
|
-
from hikyuu.cpp.
|
|
436
|
-
from hikyuu.cpp.
|
|
437
|
-
from hikyuu.cpp.
|
|
438
|
-
from hikyuu.cpp.
|
|
439
|
-
from hikyuu.cpp.
|
|
440
|
-
from hikyuu.cpp.
|
|
441
|
-
from hikyuu.cpp.
|
|
442
|
-
from hikyuu.cpp.
|
|
443
|
-
from hikyuu.cpp.
|
|
444
|
-
from hikyuu.cpp.
|
|
445
|
-
from hikyuu.cpp.
|
|
446
|
-
from hikyuu.cpp.
|
|
447
|
-
from hikyuu.cpp.
|
|
448
|
-
from hikyuu.cpp.
|
|
449
|
-
from hikyuu.cpp.
|
|
450
|
-
from hikyuu.cpp.
|
|
451
|
-
from hikyuu.cpp.
|
|
452
|
-
from hikyuu.cpp.
|
|
453
|
-
from hikyuu.cpp.
|
|
454
|
-
from hikyuu.cpp.
|
|
455
|
-
from hikyuu.cpp.
|
|
456
|
-
from hikyuu.cpp.
|
|
457
|
-
from hikyuu.cpp.
|
|
458
|
-
from hikyuu.cpp.
|
|
459
|
-
from hikyuu.cpp.
|
|
460
|
-
from hikyuu.cpp.
|
|
461
|
-
from hikyuu.cpp.
|
|
462
|
-
from hikyuu.cpp.
|
|
463
|
-
from hikyuu.cpp.
|
|
464
|
-
from hikyuu.cpp.
|
|
465
|
-
from hikyuu.cpp.
|
|
466
|
-
from hikyuu.cpp.
|
|
467
|
-
from hikyuu.cpp.
|
|
468
|
-
from hikyuu.cpp.
|
|
469
|
-
from hikyuu.cpp.
|
|
470
|
-
from hikyuu.cpp.
|
|
471
|
-
from hikyuu.cpp.
|
|
472
|
-
from hikyuu.cpp.
|
|
473
|
-
from hikyuu.cpp.
|
|
474
|
-
from hikyuu.cpp.
|
|
475
|
-
from hikyuu.cpp.
|
|
476
|
-
from hikyuu.cpp.
|
|
477
|
-
from hikyuu.cpp.
|
|
478
|
-
from hikyuu.cpp.
|
|
479
|
-
from hikyuu.cpp.
|
|
480
|
-
from hikyuu.cpp.
|
|
481
|
-
from hikyuu.cpp.
|
|
482
|
-
from hikyuu.cpp.
|
|
483
|
-
from hikyuu.cpp.
|
|
484
|
-
from hikyuu.cpp.
|
|
485
|
-
from hikyuu.cpp.
|
|
486
|
-
from hikyuu.cpp.
|
|
487
|
-
from hikyuu.cpp.
|
|
488
|
-
from hikyuu.cpp.
|
|
489
|
-
from hikyuu.cpp.
|
|
490
|
-
from hikyuu.cpp.
|
|
491
|
-
from hikyuu.cpp.
|
|
492
|
-
from hikyuu.cpp.
|
|
493
|
-
from hikyuu.cpp.
|
|
494
|
-
from hikyuu.cpp.
|
|
495
|
-
from hikyuu.cpp.
|
|
496
|
-
from hikyuu.cpp.
|
|
497
|
-
from hikyuu.cpp.
|
|
498
|
-
from hikyuu.cpp.
|
|
499
|
-
from hikyuu.cpp.
|
|
500
|
-
from hikyuu.cpp.
|
|
501
|
-
from hikyuu.cpp.
|
|
502
|
-
from hikyuu.cpp.
|
|
503
|
-
from hikyuu.cpp.
|
|
504
|
-
from hikyuu.cpp.
|
|
505
|
-
from hikyuu.cpp.
|
|
506
|
-
from hikyuu.cpp.
|
|
507
|
-
from hikyuu.cpp.
|
|
508
|
-
from hikyuu.cpp.
|
|
509
|
-
from hikyuu.cpp.
|
|
510
|
-
from hikyuu.cpp.
|
|
511
|
-
from hikyuu.cpp.
|
|
512
|
-
from hikyuu.cpp.
|
|
513
|
-
from hikyuu.cpp.
|
|
514
|
-
from hikyuu.cpp.
|
|
515
|
-
from hikyuu.cpp.
|
|
516
|
-
from hikyuu.cpp.
|
|
517
|
-
from hikyuu.cpp.
|
|
518
|
-
from hikyuu.cpp.
|
|
519
|
-
from hikyuu.cpp.
|
|
520
|
-
from hikyuu.cpp.
|
|
521
|
-
from hikyuu.cpp.
|
|
522
|
-
from hikyuu.cpp.
|
|
523
|
-
from hikyuu.cpp.
|
|
524
|
-
from hikyuu.cpp.
|
|
525
|
-
from hikyuu.cpp.
|
|
526
|
-
from hikyuu.cpp.
|
|
527
|
-
from hikyuu.cpp.
|
|
528
|
-
from hikyuu.cpp.
|
|
529
|
-
from hikyuu.cpp.
|
|
16
|
+
import hikyuu.cpp.core312
|
|
17
|
+
from hikyuu.cpp.core312 import ABS
|
|
18
|
+
from hikyuu.cpp.core312 import ACOS
|
|
19
|
+
from hikyuu.cpp.core312 import AD
|
|
20
|
+
from hikyuu.cpp.core312 import ADVANCE
|
|
21
|
+
from hikyuu.cpp.core312 import AF_EqualWeight
|
|
22
|
+
from hikyuu.cpp.core312 import AF_FixedWeight
|
|
23
|
+
from hikyuu.cpp.core312 import AF_FixedWeightList
|
|
24
|
+
from hikyuu.cpp.core312 import AF_MultiFactor
|
|
25
|
+
from hikyuu.cpp.core312 import ALIGN
|
|
26
|
+
from hikyuu.cpp.core312 import AMA
|
|
27
|
+
from hikyuu.cpp.core312 import ASIN
|
|
28
|
+
from hikyuu.cpp.core312 import ATAN
|
|
29
|
+
from hikyuu.cpp.core312 import ATR
|
|
30
|
+
from hikyuu.cpp.core312 import AVEDEV
|
|
31
|
+
from hikyuu.cpp.core312 import AllocateFundsBase
|
|
32
|
+
from hikyuu.cpp.core312 import BACKSET
|
|
33
|
+
from hikyuu.cpp.core312 import BARSCOUNT
|
|
34
|
+
from hikyuu.cpp.core312 import BARSLAST
|
|
35
|
+
from hikyuu.cpp.core312 import BARSLASTCOUNT
|
|
36
|
+
from hikyuu.cpp.core312 import BARSSINCE
|
|
37
|
+
from hikyuu.cpp.core312 import BARSSINCEN
|
|
38
|
+
from hikyuu.cpp.core312 import BETWEEN
|
|
39
|
+
from hikyuu.cpp.core312 import BLOCKSETNUM
|
|
40
|
+
from hikyuu.cpp.core312 import BUSINESS
|
|
41
|
+
from hikyuu.cpp.core312 import Block
|
|
42
|
+
from hikyuu.cpp.core312 import BlockInfoDriver
|
|
43
|
+
from hikyuu.cpp.core312 import BorrowRecord
|
|
44
|
+
from hikyuu.cpp.core312 import BrokerPositionRecord
|
|
45
|
+
from hikyuu.cpp.core312 import CEILING
|
|
46
|
+
from hikyuu.cpp.core312 import CN_Bool
|
|
47
|
+
from hikyuu.cpp.core312 import CN_OPLine
|
|
48
|
+
from hikyuu.cpp.core312 import CONTEXT
|
|
49
|
+
from hikyuu.cpp.core312 import CONTEXT_K
|
|
50
|
+
from hikyuu.cpp.core312 import CORR
|
|
51
|
+
from hikyuu.cpp.core312 import COS
|
|
52
|
+
from hikyuu.cpp.core312 import COST
|
|
53
|
+
from hikyuu.cpp.core312 import COUNT
|
|
54
|
+
from hikyuu.cpp.core312 import CROSS
|
|
55
|
+
from hikyuu.cpp.core312 import CVAL
|
|
56
|
+
from hikyuu.cpp.core312 import CYCLE
|
|
57
|
+
from hikyuu.cpp.core312 import C_AMO
|
|
58
|
+
from hikyuu.cpp.core312 import C_CLOSE
|
|
59
|
+
from hikyuu.cpp.core312 import C_HIGH
|
|
60
|
+
from hikyuu.cpp.core312 import C_KDATA
|
|
61
|
+
from hikyuu.cpp.core312 import C_LOW
|
|
62
|
+
from hikyuu.cpp.core312 import C_OPEN
|
|
63
|
+
from hikyuu.cpp.core312 import C_VOL
|
|
64
|
+
from hikyuu.cpp.core312 import ConditionBase
|
|
65
|
+
from hikyuu.cpp.core312 import Constant
|
|
66
|
+
from hikyuu.cpp.core312 import CostRecord
|
|
67
|
+
from hikyuu.cpp.core312 import DATE
|
|
68
|
+
from hikyuu.cpp.core312 import DAY
|
|
69
|
+
from hikyuu.cpp.core312 import DECLINE
|
|
70
|
+
from hikyuu.cpp.core312 import DEVSQ
|
|
71
|
+
from hikyuu.cpp.core312 import DIFF
|
|
72
|
+
from hikyuu.cpp.core312 import DIRECT
|
|
73
|
+
from hikyuu.cpp.core312 import DISCARD
|
|
74
|
+
from hikyuu.cpp.core312 import DMA
|
|
75
|
+
from hikyuu.cpp.core312 import DOWNNDAY
|
|
76
|
+
from hikyuu.cpp.core312 import DROPNA
|
|
77
|
+
from hikyuu.cpp.core312 import DataDriverFactory
|
|
78
|
+
from hikyuu.cpp.core312 import Datetime
|
|
79
|
+
from hikyuu.cpp.core312 import DatetimeList
|
|
80
|
+
from hikyuu.cpp.core312 import Days
|
|
81
|
+
from hikyuu.cpp.core312 import EMA
|
|
82
|
+
from hikyuu.cpp.core312 import EVERY
|
|
83
|
+
from hikyuu.cpp.core312 import EV_Bool
|
|
84
|
+
from hikyuu.cpp.core312 import EV_TwoLine
|
|
85
|
+
from hikyuu.cpp.core312 import EXIST
|
|
86
|
+
from hikyuu.cpp.core312 import EXP
|
|
87
|
+
from hikyuu.cpp.core312 import EnvironmentBase
|
|
88
|
+
from hikyuu.cpp.core312 import FILTER
|
|
89
|
+
from hikyuu.cpp.core312 import FINANCE
|
|
90
|
+
from hikyuu.cpp.core312 import FLOOR
|
|
91
|
+
from hikyuu.cpp.core312 import FundsRecord
|
|
92
|
+
from hikyuu.cpp.core312 import HHV
|
|
93
|
+
from hikyuu.cpp.core312 import HHVBARS
|
|
94
|
+
from hikyuu.cpp.core312 import HKUException
|
|
95
|
+
from hikyuu.cpp.core312 import HOUR
|
|
96
|
+
from hikyuu.cpp.core312 import HSL
|
|
97
|
+
from hikyuu.cpp.core312 import Hours
|
|
98
|
+
from hikyuu.cpp.core312 import IC
|
|
99
|
+
from hikyuu.cpp.core312 import ICIR
|
|
100
|
+
from hikyuu.cpp.core312 import IF
|
|
101
|
+
from hikyuu.cpp.core312 import INBLOCK
|
|
102
|
+
from hikyuu.cpp.core312 import INDEXA
|
|
103
|
+
from hikyuu.cpp.core312 import INDEXADV
|
|
104
|
+
from hikyuu.cpp.core312 import INDEXC
|
|
105
|
+
from hikyuu.cpp.core312 import INDEXDEC
|
|
106
|
+
from hikyuu.cpp.core312 import INDEXH
|
|
107
|
+
from hikyuu.cpp.core312 import INDEXL
|
|
108
|
+
from hikyuu.cpp.core312 import INDEXO
|
|
109
|
+
from hikyuu.cpp.core312 import INDEXV
|
|
110
|
+
from hikyuu.cpp.core312 import INSUM
|
|
111
|
+
from hikyuu.cpp.core312 import INTPART
|
|
112
|
+
from hikyuu.cpp.core312 import IR
|
|
113
|
+
from hikyuu.cpp.core312 import ISINF
|
|
114
|
+
from hikyuu.cpp.core312 import ISINFA
|
|
115
|
+
from hikyuu.cpp.core312 import ISLASTBAR
|
|
116
|
+
from hikyuu.cpp.core312 import ISNA
|
|
117
|
+
from hikyuu.cpp.core312 import IndParam
|
|
118
|
+
from hikyuu.cpp.core312 import Indicator
|
|
119
|
+
from hikyuu.cpp.core312 import IndicatorImp
|
|
120
|
+
from hikyuu.cpp.core312 import JUMPDOWN
|
|
121
|
+
from hikyuu.cpp.core312 import JUMPUP
|
|
122
|
+
from hikyuu.cpp.core312 import KALMAN
|
|
123
|
+
from hikyuu.cpp.core312 import KDATA_PART
|
|
124
|
+
from hikyuu.cpp.core312 import KData
|
|
125
|
+
from hikyuu.cpp.core312 import KDataDriver
|
|
126
|
+
from hikyuu.cpp.core312 import KDataToHdf5Importer
|
|
127
|
+
from hikyuu.cpp.core312 import KRecord
|
|
128
|
+
from hikyuu.cpp.core312 import KRecordList
|
|
129
|
+
from hikyuu.cpp.core312 import LAST
|
|
130
|
+
from hikyuu.cpp.core312 import LASTVALUE as CONST
|
|
131
|
+
from hikyuu.cpp.core312 import LASTVALUE
|
|
132
|
+
from hikyuu.cpp.core312 import LIUTONGPAN
|
|
133
|
+
from hikyuu.cpp.core312 import LIUTONGPAN as CAPITAL
|
|
134
|
+
from hikyuu.cpp.core312 import LLV
|
|
135
|
+
from hikyuu.cpp.core312 import LLVBARS
|
|
136
|
+
from hikyuu.cpp.core312 import LN
|
|
137
|
+
from hikyuu.cpp.core312 import LOG
|
|
138
|
+
from hikyuu.cpp.core312 import LOG_LEVEL
|
|
139
|
+
from hikyuu.cpp.core312 import LONGCROSS
|
|
140
|
+
from hikyuu.cpp.core312 import LoanRecord
|
|
141
|
+
from hikyuu.cpp.core312 import MA
|
|
142
|
+
from hikyuu.cpp.core312 import MACD
|
|
143
|
+
from hikyuu.cpp.core312 import MAX
|
|
144
|
+
from hikyuu.cpp.core312 import MDD
|
|
145
|
+
from hikyuu.cpp.core312 import MF_EqualWeight
|
|
146
|
+
from hikyuu.cpp.core312 import MF_ICIRWeight
|
|
147
|
+
from hikyuu.cpp.core312 import MF_ICWeight
|
|
148
|
+
from hikyuu.cpp.core312 import MF_Weight
|
|
149
|
+
from hikyuu.cpp.core312 import MIN
|
|
150
|
+
from hikyuu.cpp.core312 import MINUTE
|
|
151
|
+
from hikyuu.cpp.core312 import MM_FixedCapital
|
|
152
|
+
from hikyuu.cpp.core312 import MM_FixedCapitalFunds
|
|
153
|
+
from hikyuu.cpp.core312 import MM_FixedCount
|
|
154
|
+
from hikyuu.cpp.core312 import MM_FixedCountTps
|
|
155
|
+
from hikyuu.cpp.core312 import MM_FixedPercent
|
|
156
|
+
from hikyuu.cpp.core312 import MM_FixedRisk
|
|
157
|
+
from hikyuu.cpp.core312 import MM_FixedUnits
|
|
158
|
+
from hikyuu.cpp.core312 import MM_Nothing
|
|
159
|
+
from hikyuu.cpp.core312 import MM_WilliamsFixedRisk
|
|
160
|
+
from hikyuu.cpp.core312 import MOD
|
|
161
|
+
from hikyuu.cpp.core312 import MONTH
|
|
162
|
+
from hikyuu.cpp.core312 import MRR
|
|
163
|
+
from hikyuu.cpp.core312 import MarketInfo
|
|
164
|
+
from hikyuu.cpp.core312 import Microseconds
|
|
165
|
+
from hikyuu.cpp.core312 import Milliseconds
|
|
166
|
+
from hikyuu.cpp.core312 import Minutes
|
|
167
|
+
from hikyuu.cpp.core312 import MoneyManagerBase
|
|
168
|
+
from hikyuu.cpp.core312 import MultiFactorBase
|
|
169
|
+
from hikyuu.cpp.core312 import NDAY
|
|
170
|
+
from hikyuu.cpp.core312 import NOT
|
|
171
|
+
from hikyuu.cpp.core312 import OrderBrokerBase
|
|
172
|
+
from hikyuu.cpp.core312 import PF_Simple
|
|
173
|
+
from hikyuu.cpp.core312 import PF_WithoutAF
|
|
174
|
+
from hikyuu.cpp.core312 import PG_FixedHoldDays
|
|
175
|
+
from hikyuu.cpp.core312 import PG_FixedPercent
|
|
176
|
+
from hikyuu.cpp.core312 import PG_NoGoal
|
|
177
|
+
from hikyuu.cpp.core312 import POS
|
|
178
|
+
from hikyuu.cpp.core312 import POW
|
|
179
|
+
from hikyuu.cpp.core312 import PRICELIST
|
|
180
|
+
from hikyuu.cpp.core312 import PRICELIST as VALUE
|
|
181
|
+
from hikyuu.cpp.core312 import Parameter
|
|
182
|
+
from hikyuu.cpp.core312 import Performance
|
|
183
|
+
from hikyuu.cpp.core312 import Portfolio
|
|
184
|
+
from hikyuu.cpp.core312 import PositionRecord
|
|
185
|
+
from hikyuu.cpp.core312 import PositionRecordList
|
|
186
|
+
from hikyuu.cpp.core312 import ProfitGoalBase
|
|
187
|
+
from hikyuu.cpp.core312 import Query
|
|
188
|
+
from hikyuu.cpp.core312 import RANK
|
|
189
|
+
from hikyuu.cpp.core312 import RECOVER_BACKWARD
|
|
190
|
+
from hikyuu.cpp.core312 import RECOVER_EQUAL_BACKWARD
|
|
191
|
+
from hikyuu.cpp.core312 import RECOVER_EQUAL_FORWARD
|
|
192
|
+
from hikyuu.cpp.core312 import RECOVER_FORWARD
|
|
193
|
+
from hikyuu.cpp.core312 import REF
|
|
194
|
+
from hikyuu.cpp.core312 import REPLACE
|
|
195
|
+
from hikyuu.cpp.core312 import RESULT
|
|
196
|
+
from hikyuu.cpp.core312 import REVERSE
|
|
197
|
+
from hikyuu.cpp.core312 import ROC
|
|
198
|
+
from hikyuu.cpp.core312 import ROCP
|
|
199
|
+
from hikyuu.cpp.core312 import ROCR
|
|
200
|
+
from hikyuu.cpp.core312 import ROCR100
|
|
201
|
+
from hikyuu.cpp.core312 import ROUND
|
|
202
|
+
from hikyuu.cpp.core312 import ROUNDDOWN
|
|
203
|
+
from hikyuu.cpp.core312 import ROUNDUP
|
|
204
|
+
from hikyuu.cpp.core312 import RSI
|
|
205
|
+
from hikyuu.cpp.core312 import SAFTYLOSS
|
|
206
|
+
from hikyuu.cpp.core312 import SE_EvaluateOptimal
|
|
207
|
+
from hikyuu.cpp.core312 import SE_Fixed
|
|
208
|
+
from hikyuu.cpp.core312 import SE_MaxFundsOptimal
|
|
209
|
+
from hikyuu.cpp.core312 import SE_MultiFactor
|
|
210
|
+
from hikyuu.cpp.core312 import SE_PerformanceOptimal
|
|
211
|
+
from hikyuu.cpp.core312 import SE_Signal
|
|
212
|
+
from hikyuu.cpp.core312 import SGN
|
|
213
|
+
from hikyuu.cpp.core312 import SG_Add
|
|
214
|
+
from hikyuu.cpp.core312 import SG_AllwaysBuy
|
|
215
|
+
from hikyuu.cpp.core312 import SG_And
|
|
216
|
+
from hikyuu.cpp.core312 import SG_Band
|
|
217
|
+
from hikyuu.cpp.core312 import SG_Bool
|
|
218
|
+
from hikyuu.cpp.core312 import SG_Buy
|
|
219
|
+
from hikyuu.cpp.core312 import SG_Cross
|
|
220
|
+
from hikyuu.cpp.core312 import SG_CrossGold
|
|
221
|
+
from hikyuu.cpp.core312 import SG_Cycle
|
|
222
|
+
from hikyuu.cpp.core312 import SG_Div
|
|
223
|
+
from hikyuu.cpp.core312 import SG_Flex
|
|
224
|
+
from hikyuu.cpp.core312 import SG_Mul
|
|
225
|
+
from hikyuu.cpp.core312 import SG_OneSide
|
|
226
|
+
from hikyuu.cpp.core312 import SG_Or
|
|
227
|
+
from hikyuu.cpp.core312 import SG_Sell
|
|
228
|
+
from hikyuu.cpp.core312 import SG_Single
|
|
229
|
+
from hikyuu.cpp.core312 import SG_Single2
|
|
230
|
+
from hikyuu.cpp.core312 import SG_Sub
|
|
231
|
+
from hikyuu.cpp.core312 import SIN
|
|
232
|
+
from hikyuu.cpp.core312 import SLICE
|
|
233
|
+
from hikyuu.cpp.core312 import SLOPE
|
|
234
|
+
from hikyuu.cpp.core312 import SMA
|
|
235
|
+
from hikyuu.cpp.core312 import SPEARMAN
|
|
236
|
+
from hikyuu.cpp.core312 import SP_FixedPercent
|
|
237
|
+
from hikyuu.cpp.core312 import SP_FixedValue
|
|
238
|
+
from hikyuu.cpp.core312 import SQRT
|
|
239
|
+
from hikyuu.cpp.core312 import STDEV as STD
|
|
240
|
+
from hikyuu.cpp.core312 import STDEV
|
|
241
|
+
from hikyuu.cpp.core312 import STDP
|
|
242
|
+
from hikyuu.cpp.core312 import ST_FixedPercent
|
|
243
|
+
from hikyuu.cpp.core312 import ST_Indicator
|
|
244
|
+
from hikyuu.cpp.core312 import ST_Saftyloss
|
|
245
|
+
from hikyuu.cpp.core312 import SUM
|
|
246
|
+
from hikyuu.cpp.core312 import SUMBARS
|
|
247
|
+
from hikyuu.cpp.core312 import SYS_Simple
|
|
248
|
+
from hikyuu.cpp.core312 import SYS_WalkForward
|
|
249
|
+
from hikyuu.cpp.core312 import ScoreRecord
|
|
250
|
+
from hikyuu.cpp.core312 import ScoreRecordList
|
|
251
|
+
from hikyuu.cpp.core312 import Seconds
|
|
252
|
+
from hikyuu.cpp.core312 import SelectorBase
|
|
253
|
+
from hikyuu.cpp.core312 import SignalBase
|
|
254
|
+
from hikyuu.cpp.core312 import SlippageBase
|
|
255
|
+
from hikyuu.cpp.core312 import SpotRecord
|
|
256
|
+
from hikyuu.cpp.core312 import Stock
|
|
257
|
+
from hikyuu.cpp.core312 import StockManager
|
|
258
|
+
from hikyuu.cpp.core312 import StockTypeInfo
|
|
259
|
+
from hikyuu.cpp.core312 import StockWeight
|
|
260
|
+
from hikyuu.cpp.core312 import StockWeightList
|
|
261
|
+
from hikyuu.cpp.core312 import StoplossBase
|
|
262
|
+
from hikyuu.cpp.core312 import Strategy
|
|
263
|
+
from hikyuu.cpp.core312 import StrategyContext
|
|
264
|
+
from hikyuu.cpp.core312 import System
|
|
265
|
+
from hikyuu.cpp.core312 import SystemPart
|
|
266
|
+
from hikyuu.cpp.core312 import SystemWeight
|
|
267
|
+
from hikyuu.cpp.core312 import SystemWeightList
|
|
268
|
+
from hikyuu.cpp.core312 import TAN
|
|
269
|
+
from hikyuu.cpp.core312 import TA_ACCBANDS
|
|
270
|
+
from hikyuu.cpp.core312 import TA_ACOS
|
|
271
|
+
from hikyuu.cpp.core312 import TA_AD
|
|
272
|
+
from hikyuu.cpp.core312 import TA_ADD
|
|
273
|
+
from hikyuu.cpp.core312 import TA_ADOSC
|
|
274
|
+
from hikyuu.cpp.core312 import TA_ADX
|
|
275
|
+
from hikyuu.cpp.core312 import TA_ADXR
|
|
276
|
+
from hikyuu.cpp.core312 import TA_APO
|
|
277
|
+
from hikyuu.cpp.core312 import TA_AROON
|
|
278
|
+
from hikyuu.cpp.core312 import TA_AROONOSC
|
|
279
|
+
from hikyuu.cpp.core312 import TA_ASIN
|
|
280
|
+
from hikyuu.cpp.core312 import TA_ATAN
|
|
281
|
+
from hikyuu.cpp.core312 import TA_ATR
|
|
282
|
+
from hikyuu.cpp.core312 import TA_AVGDEV
|
|
283
|
+
from hikyuu.cpp.core312 import TA_AVGPRICE
|
|
284
|
+
from hikyuu.cpp.core312 import TA_BBANDS
|
|
285
|
+
from hikyuu.cpp.core312 import TA_BETA
|
|
286
|
+
from hikyuu.cpp.core312 import TA_BOP
|
|
287
|
+
from hikyuu.cpp.core312 import TA_CCI
|
|
288
|
+
from hikyuu.cpp.core312 import TA_CDL2CROWS
|
|
289
|
+
from hikyuu.cpp.core312 import TA_CDL3BLACKCROWS
|
|
290
|
+
from hikyuu.cpp.core312 import TA_CDL3INSIDE
|
|
291
|
+
from hikyuu.cpp.core312 import TA_CDL3LINESTRIKE
|
|
292
|
+
from hikyuu.cpp.core312 import TA_CDL3OUTSIDE
|
|
293
|
+
from hikyuu.cpp.core312 import TA_CDL3STARSINSOUTH
|
|
294
|
+
from hikyuu.cpp.core312 import TA_CDL3WHITESOLDIERS
|
|
295
|
+
from hikyuu.cpp.core312 import TA_CDLABANDONEDBABY
|
|
296
|
+
from hikyuu.cpp.core312 import TA_CDLADVANCEBLOCK
|
|
297
|
+
from hikyuu.cpp.core312 import TA_CDLBELTHOLD
|
|
298
|
+
from hikyuu.cpp.core312 import TA_CDLBREAKAWAY
|
|
299
|
+
from hikyuu.cpp.core312 import TA_CDLCLOSINGMARUBOZU
|
|
300
|
+
from hikyuu.cpp.core312 import TA_CDLCONCEALBABYSWALL
|
|
301
|
+
from hikyuu.cpp.core312 import TA_CDLCOUNTERATTACK
|
|
302
|
+
from hikyuu.cpp.core312 import TA_CDLDARKCLOUDCOVER
|
|
303
|
+
from hikyuu.cpp.core312 import TA_CDLDOJI
|
|
304
|
+
from hikyuu.cpp.core312 import TA_CDLDOJISTAR
|
|
305
|
+
from hikyuu.cpp.core312 import TA_CDLDRAGONFLYDOJI
|
|
306
|
+
from hikyuu.cpp.core312 import TA_CDLENGULFING
|
|
307
|
+
from hikyuu.cpp.core312 import TA_CDLEVENINGDOJISTAR
|
|
308
|
+
from hikyuu.cpp.core312 import TA_CDLEVENINGSTAR
|
|
309
|
+
from hikyuu.cpp.core312 import TA_CDLGAPSIDESIDEWHITE
|
|
310
|
+
from hikyuu.cpp.core312 import TA_CDLGRAVESTONEDOJI
|
|
311
|
+
from hikyuu.cpp.core312 import TA_CDLHAMMER
|
|
312
|
+
from hikyuu.cpp.core312 import TA_CDLHANGINGMAN
|
|
313
|
+
from hikyuu.cpp.core312 import TA_CDLHARAMI
|
|
314
|
+
from hikyuu.cpp.core312 import TA_CDLHARAMICROSS
|
|
315
|
+
from hikyuu.cpp.core312 import TA_CDLHIGHWAVE
|
|
316
|
+
from hikyuu.cpp.core312 import TA_CDLHIKKAKE
|
|
317
|
+
from hikyuu.cpp.core312 import TA_CDLHIKKAKEMOD
|
|
318
|
+
from hikyuu.cpp.core312 import TA_CDLHOMINGPIGEON
|
|
319
|
+
from hikyuu.cpp.core312 import TA_CDLIDENTICAL3CROWS
|
|
320
|
+
from hikyuu.cpp.core312 import TA_CDLINNECK
|
|
321
|
+
from hikyuu.cpp.core312 import TA_CDLINVERTEDHAMMER
|
|
322
|
+
from hikyuu.cpp.core312 import TA_CDLKICKING
|
|
323
|
+
from hikyuu.cpp.core312 import TA_CDLKICKINGBYLENGTH
|
|
324
|
+
from hikyuu.cpp.core312 import TA_CDLLADDERBOTTOM
|
|
325
|
+
from hikyuu.cpp.core312 import TA_CDLLONGLEGGEDDOJI
|
|
326
|
+
from hikyuu.cpp.core312 import TA_CDLLONGLINE
|
|
327
|
+
from hikyuu.cpp.core312 import TA_CDLMARUBOZU
|
|
328
|
+
from hikyuu.cpp.core312 import TA_CDLMATCHINGLOW
|
|
329
|
+
from hikyuu.cpp.core312 import TA_CDLMATHOLD
|
|
330
|
+
from hikyuu.cpp.core312 import TA_CDLMORNINGDOJISTAR
|
|
331
|
+
from hikyuu.cpp.core312 import TA_CDLMORNINGSTAR
|
|
332
|
+
from hikyuu.cpp.core312 import TA_CDLONNECK
|
|
333
|
+
from hikyuu.cpp.core312 import TA_CDLPIERCING
|
|
334
|
+
from hikyuu.cpp.core312 import TA_CDLRICKSHAWMAN
|
|
335
|
+
from hikyuu.cpp.core312 import TA_CDLRISEFALL3METHODS
|
|
336
|
+
from hikyuu.cpp.core312 import TA_CDLSEPARATINGLINES
|
|
337
|
+
from hikyuu.cpp.core312 import TA_CDLSHOOTINGSTAR
|
|
338
|
+
from hikyuu.cpp.core312 import TA_CDLSHORTLINE
|
|
339
|
+
from hikyuu.cpp.core312 import TA_CDLSPINNINGTOP
|
|
340
|
+
from hikyuu.cpp.core312 import TA_CDLSTALLEDPATTERN
|
|
341
|
+
from hikyuu.cpp.core312 import TA_CDLSTICKSANDWICH
|
|
342
|
+
from hikyuu.cpp.core312 import TA_CDLTAKURI
|
|
343
|
+
from hikyuu.cpp.core312 import TA_CDLTASUKIGAP
|
|
344
|
+
from hikyuu.cpp.core312 import TA_CDLTHRUSTING
|
|
345
|
+
from hikyuu.cpp.core312 import TA_CDLTRISTAR
|
|
346
|
+
from hikyuu.cpp.core312 import TA_CDLUNIQUE3RIVER
|
|
347
|
+
from hikyuu.cpp.core312 import TA_CDLUPSIDEGAP2CROWS
|
|
348
|
+
from hikyuu.cpp.core312 import TA_CDLXSIDEGAP3METHODS
|
|
349
|
+
from hikyuu.cpp.core312 import TA_CEIL
|
|
350
|
+
from hikyuu.cpp.core312 import TA_CMO
|
|
351
|
+
from hikyuu.cpp.core312 import TA_CORREL
|
|
352
|
+
from hikyuu.cpp.core312 import TA_COS
|
|
353
|
+
from hikyuu.cpp.core312 import TA_COSH
|
|
354
|
+
from hikyuu.cpp.core312 import TA_DEMA
|
|
355
|
+
from hikyuu.cpp.core312 import TA_DIV
|
|
356
|
+
from hikyuu.cpp.core312 import TA_DX
|
|
357
|
+
from hikyuu.cpp.core312 import TA_EMA
|
|
358
|
+
from hikyuu.cpp.core312 import TA_EXP
|
|
359
|
+
from hikyuu.cpp.core312 import TA_FLOOR
|
|
360
|
+
from hikyuu.cpp.core312 import TA_HT_DCPERIOD
|
|
361
|
+
from hikyuu.cpp.core312 import TA_HT_DCPHASE
|
|
362
|
+
from hikyuu.cpp.core312 import TA_HT_PHASOR
|
|
363
|
+
from hikyuu.cpp.core312 import TA_HT_SINE
|
|
364
|
+
from hikyuu.cpp.core312 import TA_HT_TRENDLINE
|
|
365
|
+
from hikyuu.cpp.core312 import TA_HT_TRENDMODE
|
|
366
|
+
from hikyuu.cpp.core312 import TA_IMI
|
|
367
|
+
from hikyuu.cpp.core312 import TA_KAMA
|
|
368
|
+
from hikyuu.cpp.core312 import TA_LINEARREG
|
|
369
|
+
from hikyuu.cpp.core312 import TA_LINEARREG_ANGLE
|
|
370
|
+
from hikyuu.cpp.core312 import TA_LINEARREG_INTERCEPT
|
|
371
|
+
from hikyuu.cpp.core312 import TA_LINEARREG_SLOPE
|
|
372
|
+
from hikyuu.cpp.core312 import TA_LN
|
|
373
|
+
from hikyuu.cpp.core312 import TA_LOG10
|
|
374
|
+
from hikyuu.cpp.core312 import TA_MA
|
|
375
|
+
from hikyuu.cpp.core312 import TA_MACD
|
|
376
|
+
from hikyuu.cpp.core312 import TA_MACDEXT
|
|
377
|
+
from hikyuu.cpp.core312 import TA_MACDFIX
|
|
378
|
+
from hikyuu.cpp.core312 import TA_MAMA
|
|
379
|
+
from hikyuu.cpp.core312 import TA_MAVP
|
|
380
|
+
from hikyuu.cpp.core312 import TA_MAX
|
|
381
|
+
from hikyuu.cpp.core312 import TA_MAXINDEX
|
|
382
|
+
from hikyuu.cpp.core312 import TA_MEDPRICE
|
|
383
|
+
from hikyuu.cpp.core312 import TA_MFI
|
|
384
|
+
from hikyuu.cpp.core312 import TA_MIDPOINT
|
|
385
|
+
from hikyuu.cpp.core312 import TA_MIDPRICE
|
|
386
|
+
from hikyuu.cpp.core312 import TA_MIN
|
|
387
|
+
from hikyuu.cpp.core312 import TA_MININDEX
|
|
388
|
+
from hikyuu.cpp.core312 import TA_MINMAX
|
|
389
|
+
from hikyuu.cpp.core312 import TA_MINMAXINDEX
|
|
390
|
+
from hikyuu.cpp.core312 import TA_MINUS_DI
|
|
391
|
+
from hikyuu.cpp.core312 import TA_MINUS_DM
|
|
392
|
+
from hikyuu.cpp.core312 import TA_MOM
|
|
393
|
+
from hikyuu.cpp.core312 import TA_MULT
|
|
394
|
+
from hikyuu.cpp.core312 import TA_NATR
|
|
395
|
+
from hikyuu.cpp.core312 import TA_OBV
|
|
396
|
+
from hikyuu.cpp.core312 import TA_PLUS_DI
|
|
397
|
+
from hikyuu.cpp.core312 import TA_PLUS_DM
|
|
398
|
+
from hikyuu.cpp.core312 import TA_PPO
|
|
399
|
+
from hikyuu.cpp.core312 import TA_ROC
|
|
400
|
+
from hikyuu.cpp.core312 import TA_ROCP
|
|
401
|
+
from hikyuu.cpp.core312 import TA_ROCR
|
|
402
|
+
from hikyuu.cpp.core312 import TA_ROCR100
|
|
403
|
+
from hikyuu.cpp.core312 import TA_RSI
|
|
404
|
+
from hikyuu.cpp.core312 import TA_SAR
|
|
405
|
+
from hikyuu.cpp.core312 import TA_SAREXT
|
|
406
|
+
from hikyuu.cpp.core312 import TA_SIN
|
|
407
|
+
from hikyuu.cpp.core312 import TA_SINH
|
|
408
|
+
from hikyuu.cpp.core312 import TA_SMA
|
|
409
|
+
from hikyuu.cpp.core312 import TA_SQRT
|
|
410
|
+
from hikyuu.cpp.core312 import TA_STDDEV
|
|
411
|
+
from hikyuu.cpp.core312 import TA_STOCH
|
|
412
|
+
from hikyuu.cpp.core312 import TA_STOCHF
|
|
413
|
+
from hikyuu.cpp.core312 import TA_STOCHRSI
|
|
414
|
+
from hikyuu.cpp.core312 import TA_SUB
|
|
415
|
+
from hikyuu.cpp.core312 import TA_SUM
|
|
416
|
+
from hikyuu.cpp.core312 import TA_T3
|
|
417
|
+
from hikyuu.cpp.core312 import TA_TAN
|
|
418
|
+
from hikyuu.cpp.core312 import TA_TANH
|
|
419
|
+
from hikyuu.cpp.core312 import TA_TEMA
|
|
420
|
+
from hikyuu.cpp.core312 import TA_TRANGE
|
|
421
|
+
from hikyuu.cpp.core312 import TA_TRIMA
|
|
422
|
+
from hikyuu.cpp.core312 import TA_TRIX
|
|
423
|
+
from hikyuu.cpp.core312 import TA_TSF
|
|
424
|
+
from hikyuu.cpp.core312 import TA_TYPPRICE
|
|
425
|
+
from hikyuu.cpp.core312 import TA_ULTOSC
|
|
426
|
+
from hikyuu.cpp.core312 import TA_VAR
|
|
427
|
+
from hikyuu.cpp.core312 import TA_WCLPRICE
|
|
428
|
+
from hikyuu.cpp.core312 import TA_WILLR
|
|
429
|
+
from hikyuu.cpp.core312 import TA_WMA
|
|
430
|
+
from hikyuu.cpp.core312 import TC_FixedA
|
|
431
|
+
from hikyuu.cpp.core312 import TC_FixedA2015
|
|
432
|
+
from hikyuu.cpp.core312 import TC_FixedA2017
|
|
433
|
+
from hikyuu.cpp.core312 import TC_TestStub
|
|
434
|
+
from hikyuu.cpp.core312 import TC_Zero
|
|
435
|
+
from hikyuu.cpp.core312 import TIME
|
|
436
|
+
from hikyuu.cpp.core312 import TIMELINE
|
|
437
|
+
from hikyuu.cpp.core312 import TIMELINEVOL
|
|
438
|
+
from hikyuu.cpp.core312 import TR
|
|
439
|
+
from hikyuu.cpp.core312 import TURNOVER
|
|
440
|
+
from hikyuu.cpp.core312 import TimeDelta
|
|
441
|
+
from hikyuu.cpp.core312 import TimeLineList
|
|
442
|
+
from hikyuu.cpp.core312 import TimeLineRecord
|
|
443
|
+
from hikyuu.cpp.core312 import TradeCostBase
|
|
444
|
+
from hikyuu.cpp.core312 import TradeManager
|
|
445
|
+
from hikyuu.cpp.core312 import TradeRecord
|
|
446
|
+
from hikyuu.cpp.core312 import TradeRecordList
|
|
447
|
+
from hikyuu.cpp.core312 import TradeRequest
|
|
448
|
+
from hikyuu.cpp.core312 import TransList
|
|
449
|
+
from hikyuu.cpp.core312 import TransRecord
|
|
450
|
+
from hikyuu.cpp.core312 import UPNDAY
|
|
451
|
+
from hikyuu.cpp.core312 import UTCOffset
|
|
452
|
+
from hikyuu.cpp.core312 import VAR
|
|
453
|
+
from hikyuu.cpp.core312 import VARP
|
|
454
|
+
from hikyuu.cpp.core312 import VIGOR
|
|
455
|
+
from hikyuu.cpp.core312 import WEAVE
|
|
456
|
+
from hikyuu.cpp.core312 import WEEK
|
|
457
|
+
from hikyuu.cpp.core312 import WINNER
|
|
458
|
+
from hikyuu.cpp.core312 import WITHDAY
|
|
459
|
+
from hikyuu.cpp.core312 import WITHHALFYEAR
|
|
460
|
+
from hikyuu.cpp.core312 import WITHHOUR
|
|
461
|
+
from hikyuu.cpp.core312 import WITHHOUR2
|
|
462
|
+
from hikyuu.cpp.core312 import WITHHOUR4
|
|
463
|
+
from hikyuu.cpp.core312 import WITHKTYPE
|
|
464
|
+
from hikyuu.cpp.core312 import WITHMIN
|
|
465
|
+
from hikyuu.cpp.core312 import WITHMIN15
|
|
466
|
+
from hikyuu.cpp.core312 import WITHMIN30
|
|
467
|
+
from hikyuu.cpp.core312 import WITHMIN5
|
|
468
|
+
from hikyuu.cpp.core312 import WITHMIN60
|
|
469
|
+
from hikyuu.cpp.core312 import WITHMONTH
|
|
470
|
+
from hikyuu.cpp.core312 import WITHQUARTER
|
|
471
|
+
from hikyuu.cpp.core312 import WITHWEEK
|
|
472
|
+
from hikyuu.cpp.core312 import WITHYEAR
|
|
473
|
+
from hikyuu.cpp.core312 import WMA
|
|
474
|
+
from hikyuu.cpp.core312 import YEAR
|
|
475
|
+
from hikyuu.cpp.core312 import ZHBOND10
|
|
476
|
+
from hikyuu.cpp.core312 import ZONGGUBEN
|
|
477
|
+
from hikyuu.cpp.core312 import ZSCORE
|
|
478
|
+
from hikyuu.cpp.core312 import __init__ as old_Query_init
|
|
479
|
+
from hikyuu.cpp.core312 import active_device
|
|
480
|
+
from hikyuu.cpp.core312 import backtest
|
|
481
|
+
from hikyuu.cpp.core312 import batch_calculate_inds
|
|
482
|
+
from hikyuu.cpp.core312 import can_upgrade
|
|
483
|
+
from hikyuu.cpp.core312 import close_ostream_to_python
|
|
484
|
+
from hikyuu.cpp.core312 import close_spend_time
|
|
485
|
+
from hikyuu.cpp.core312 import combinate_ind
|
|
486
|
+
from hikyuu.cpp.core312 import combinate_index
|
|
487
|
+
from hikyuu.cpp.core312 import crtBrokerTM
|
|
488
|
+
from hikyuu.cpp.core312 import crtSEOptimal
|
|
489
|
+
from hikyuu.cpp.core312 import crtTM
|
|
490
|
+
from hikyuu.cpp.core312 import crt_pf_strategy
|
|
491
|
+
from hikyuu.cpp.core312 import crt_sys_strategy
|
|
492
|
+
from hikyuu.cpp.core312 import fetch_trial_license
|
|
493
|
+
from hikyuu.cpp.core312 import find_optimal_system
|
|
494
|
+
from hikyuu.cpp.core312 import find_optimal_system_multi
|
|
495
|
+
from hikyuu.cpp.core312 import get_block
|
|
496
|
+
from hikyuu.cpp.core312 import get_business_name
|
|
497
|
+
from hikyuu.cpp.core312 import get_data_from_buffer_server
|
|
498
|
+
from hikyuu.cpp.core312 import get_date_range
|
|
499
|
+
from hikyuu.cpp.core312 import get_kdata
|
|
500
|
+
from hikyuu.cpp.core312 import get_last_version
|
|
501
|
+
from hikyuu.cpp.core312 import get_log_level
|
|
502
|
+
from hikyuu.cpp.core312 import get_spot_from_buffer_server
|
|
503
|
+
from hikyuu.cpp.core312 import get_stock
|
|
504
|
+
from hikyuu.cpp.core312 import get_system_part_enum
|
|
505
|
+
from hikyuu.cpp.core312 import get_system_part_name
|
|
506
|
+
from hikyuu.cpp.core312 import get_version
|
|
507
|
+
from hikyuu.cpp.core312 import get_version_git
|
|
508
|
+
from hikyuu.cpp.core312 import get_version_with_build
|
|
509
|
+
from hikyuu.cpp.core312 import hikyuu_init
|
|
510
|
+
from hikyuu.cpp.core312 import inner_analysis_sys_list
|
|
511
|
+
from hikyuu.cpp.core312 import inner_combinate_ind_analysis
|
|
512
|
+
from hikyuu.cpp.core312 import inner_combinate_ind_analysis_with_block
|
|
513
|
+
from hikyuu.cpp.core312 import is_valid_license
|
|
514
|
+
from hikyuu.cpp.core312 import isinf
|
|
515
|
+
from hikyuu.cpp.core312 import isnan
|
|
516
|
+
from hikyuu.cpp.core312 import open_ostream_to_python
|
|
517
|
+
from hikyuu.cpp.core312 import open_spend_time
|
|
518
|
+
from hikyuu.cpp.core312 import remove_license
|
|
519
|
+
from hikyuu.cpp.core312 import roundDown
|
|
520
|
+
from hikyuu.cpp.core312 import roundEx
|
|
521
|
+
from hikyuu.cpp.core312 import roundUp
|
|
522
|
+
from hikyuu.cpp.core312 import run_in_strategy
|
|
523
|
+
from hikyuu.cpp.core312 import set_log_level
|
|
524
|
+
from hikyuu.cpp.core312 import set_python_in_interactive
|
|
525
|
+
from hikyuu.cpp.core312 import set_python_in_jupyter
|
|
526
|
+
from hikyuu.cpp.core312 import start_data_server
|
|
527
|
+
from hikyuu.cpp.core312 import start_spot_agent
|
|
528
|
+
from hikyuu.cpp.core312 import stop_data_server
|
|
529
|
+
from hikyuu.cpp.core312 import stop_spot_agent
|
|
530
|
+
from hikyuu.cpp.core312 import toPriceList
|
|
531
|
+
from hikyuu.cpp.core312 import view_license
|
|
530
532
|
from hikyuu.draw.drawplot.common import get_draw_title
|
|
531
533
|
from hikyuu import extend
|
|
532
534
|
from hikyuu.extend import DatetimeList_to_df
|
|
@@ -559,8 +561,8 @@ from hikyuu.hub import get_part_info
|
|
|
559
561
|
from hikyuu.hub import get_part_list
|
|
560
562
|
from hikyuu.hub import get_part_module
|
|
561
563
|
from hikyuu.hub import get_part_name_list
|
|
562
|
-
from hikyuu.hub import print_part_info as help_part
|
|
563
564
|
from hikyuu.hub import print_part_info
|
|
565
|
+
from hikyuu.hub import print_part_info as help_part
|
|
564
566
|
from hikyuu.hub import remove_hub
|
|
565
567
|
from hikyuu.hub import search_part
|
|
566
568
|
from hikyuu.hub import update_hub
|
|
@@ -608,14 +610,15 @@ from hikyuu.util.check import hku_catch
|
|
|
608
610
|
from hikyuu.util.check import hku_check
|
|
609
611
|
from hikyuu.util.check import hku_check_ignore
|
|
610
612
|
from hikyuu.util.check import hku_check_throw
|
|
613
|
+
from hikyuu.util.check import hku_run_ignore_exception
|
|
611
614
|
from hikyuu.util.check import hku_to_async
|
|
612
615
|
from hikyuu.util.mylog import LoggingContext
|
|
613
616
|
from hikyuu.util.mylog import add_class_logger_handler
|
|
614
617
|
from hikyuu.util.mylog import capture_multiprocess_all_logger
|
|
615
618
|
from hikyuu.util.mylog import class_logger
|
|
616
619
|
from hikyuu.util.mylog import hku_benchmark
|
|
617
|
-
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
618
620
|
from hikyuu.util.mylog import hku_debug
|
|
621
|
+
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
619
622
|
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
620
623
|
from hikyuu.util.mylog import hku_debug_if
|
|
621
624
|
from hikyuu.util.mylog import hku_error
|
|
@@ -633,6 +636,7 @@ from hikyuu.util.notebook import in_interactive_session
|
|
|
633
636
|
from hikyuu.util.notebook import in_ipython_frontend
|
|
634
637
|
from hikyuu.util.slice import list_getitem
|
|
635
638
|
from hikyuu.util.timeout import timeout
|
|
639
|
+
import io as io
|
|
636
640
|
import logging as logging
|
|
637
641
|
import math as math
|
|
638
642
|
import matplotlib as matplotlib
|
|
@@ -656,7 +660,7 @@ import pickle as pickle
|
|
|
656
660
|
import seaborn as sns
|
|
657
661
|
import sys as sys
|
|
658
662
|
import traceback as traceback
|
|
659
|
-
__all__ = ['ABS', 'ACOS', 'AD', 'ADVANCE', 'AF_EqualWeight', 'AF_FixedWeight', 'AF_FixedWeightList', 'AF_MultiFactor', 'ALIGN', 'AMA', 'AMO', 'ASIN', 'ATAN', 'ATR', 'AVEDEV', 'AllocateFundsBase', 'BACKSET', 'BARSCOUNT', 'BARSLAST', 'BARSSINCE', 'BARSSINCEN', 'BASE_DIR', 'BETWEEN', 'BLOCKSETNUM', 'BUSINESS', 'Block', 'BlockInfoDriver', 'BorrowRecord', 'BrokerPositionRecord', 'CAPITAL', 'CEILING', 'CLOSE', 'CN_Bool', 'CN_OPLine', 'CONST', 'CONTEXT', 'CONTEXT_K', 'CORR', 'COS', 'COST', 'COUNT', 'CROSS', 'CVAL', 'CYCLE', 'C_AMO', 'C_CLOSE', 'C_HIGH', 'C_KDATA', 'C_LOW', 'C_OPEN', 'C_VOL', 'ConditionBase', 'Constant', 'CostRecord', 'DATE', 'DAY', 'DEBUG', 'DECLINE', 'DEVSQ', 'DIFF', 'DIRECT', 'DISCARD', 'DMA', 'DOWNNDAY', 'DRAWBAND', 'DRAWBMP', 'DRAWICON', 'DRAWIMG', 'DRAWLINE', 'DRAWNULL', 'DRAWNUMBER', 'DRAWNUMBER_FIX', 'DRAWRECTREL', 'DRAWSL', 'DRAWTEXT', 'DRAWTEXT_FIX', 'DROPNA', 'DataDriverFactory', 'Datetime', 'DatetimeList', 'DatetimeList_to_df', 'DatetimeList_to_np', 'Datetime_date', 'Datetime_datetime', 'Days', 'EMA', 'ERROR', 'EVERY', 'EV_Bool', 'EV_TwoLine', 'EXIST', 'EXP', 'EasyTraderOrderBroker', 'EnvironmentBase', 'FATAL', 'FILTER', 'FINANCE', 'FLOOR', 'FixedLocator', 'FontManager', 'FuncFormatter', 'FundsRecord', 'HHV', 'HHVBARS', 'HIGH', 'HKUCheckError', 'HKUException', 'HOUR', 'HSL', 'Hours', 'IC', 'ICIR', 'ICON_PATH', 'IF', 'INBLOCK', 'INDEXA', 'INDEXADV', 'INDEXC', 'INDEXDEC', 'INDEXH', 'INDEXL', 'INDEXO', 'INDEXV', 'INFO', 'INSUM', 'INTPART', 'IR', 'ISINF', 'ISINFA', 'ISLASTBAR', 'ISNA', 'IndParam', 'Indicator', 'IndicatorImp', 'JUMPDOWN', 'JUMPUP', 'KALMAN', 'KDATA', 'KDATA_PART', 'KDJ', 'KData', 'KDataDriver', 'KDataToHdf5Importer', 'KData_getitem', 'KData_iter', 'KData_to_df', 'KData_to_np', 'KRecord', 'KRecordList', 'LAST', 'LASTVALUE', 'LIUTONGPAN', 'LLV', 'LLVBARS', 'LN', 'LOG', 'LOG_LEVEL', 'LONGCROSS', 'LOW', 'Line2D', 'LoanRecord', 'LoggingContext', 'MA', 'MACD', 'MAX', 'MAXYEAR', 'MDD', 'MF_EqualWeight', 'MF_ICIRWeight', 'MF_ICWeight', 'MF_Weight', 'MIN', 'MINUTE', 'MINYEAR', 'MM_FixedCapital', 'MM_FixedCapitalFunds', 'MM_FixedCount', 'MM_FixedCountTps', 'MM_FixedPercent', 'MM_FixedRisk', 'MM_FixedUnits', 'MM_Nothing', 'MM_WilliamsFixedRisk', 'MOD', 'MONTH', 'MRR', 'MailOrderBroker', 'MarketInfo', 'Microseconds', 'Milliseconds', 'Minutes', 'MoneyManagerBase', 'MultiFactorBase', 'NDAY', 'NOT', 'OFF', 'OPEN', 'OrderBrokerBase', 'OrderBrokerWrap', 'PF_Simple', 'PF_WithoutAF', 'PG_FixedHoldDays', 'PG_FixedPercent', 'PG_NoGoal', 'PLOYLINE', 'POS', 'POW', 'PRICELIST', 'Parameter', 'Parameter_items', 'Parameter_iter', 'Parameter_keys', 'Parameter_to_dict', 'Path', 'Performance', 'Performance_to_df', 'Portfolio', 'PositionList_to_df', 'PositionList_to_np', 'PositionRecord', 'PositionRecordList', 'ProfitGoalBase', 'Query', 'RANK', 'RECOVER_BACKWARD', 'RECOVER_EQUAL_BACKWARD', 'RECOVER_EQUAL_FORWARD', 'RECOVER_FORWARD', 'REF', 'REPLACE', 'RESULT', 'REVERSE', 'RGB', 'ROC', 'ROCP', 'ROCR', 'ROCR100', 'ROUND', 'ROUNDDOWN', 'ROUNDUP', 'RSI', 'Rectangle', 'SAFTYLOSS', 'SE_Fixed', 'SE_MaxFundsOptimal', 'SE_MultiFactor', 'SE_PerformanceOptimal', 'SE_Signal', 'SGN', 'SG_Add', 'SG_AllwaysBuy', 'SG_And', 'SG_Band', 'SG_Bool', 'SG_Buy', 'SG_Cross', 'SG_CrossGold', 'SG_Cycle', 'SG_Div', 'SG_Flex', 'SG_Mul', 'SG_OneSide', 'SG_Or', 'SG_Sell', 'SG_Single', 'SG_Single2', 'SG_Sub', 'SHOWICONS', 'SIN', 'SLICE', 'SLOPE', 'SMA', 'SPEARMAN', 'SP_FixedPercent', 'SP_FixedValue', 'SQRT', 'STD', 'STDEV', 'STDP', 'STICKLINE', 'ST_FixedPercent', 'ST_Indicator', 'ST_Saftyloss', 'SUM', 'SUMBARS', 'SYS_Simple', 'SYS_WalkForward', 'ScoreRecord', 'ScoreRecordList', 'Seconds', 'SelectorBase', 'SignalBase', 'SlippageBase', 'SpotRecord', 'Stock', 'StockFuncFormatter', 'StockManager', 'StockTypeInfo', 'StockWeight', 'StockWeightList', 'StoplossBase', 'Strategy', 'StrategyContext', 'System', 'SystemPart', 'SystemWeight', 'SystemWeightList', 'TAN', 'TA_ACCBANDS', 'TA_ACOS', 'TA_AD', 'TA_ADD', 'TA_ADOSC', 'TA_ADX', 'TA_ADXR', 'TA_APO', 'TA_AROON', 'TA_AROONOSC', 'TA_ASIN', 'TA_ATAN', 'TA_ATR', 'TA_AVGDEV', 'TA_AVGPRICE', 'TA_BBANDS', 'TA_BETA', 'TA_BOP', 'TA_CCI', 'TA_CDL2CROWS', 'TA_CDL3BLACKCROWS', 'TA_CDL3INSIDE', 'TA_CDL3LINESTRIKE', 'TA_CDL3OUTSIDE', 'TA_CDL3STARSINSOUTH', 'TA_CDL3WHITESOLDIERS', 'TA_CDLABANDONEDBABY', 'TA_CDLADVANCEBLOCK', 'TA_CDLBELTHOLD', 'TA_CDLBREAKAWAY', 'TA_CDLCLOSINGMARUBOZU', 'TA_CDLCONCEALBABYSWALL', 'TA_CDLCOUNTERATTACK', 'TA_CDLDARKCLOUDCOVER', 'TA_CDLDOJI', 'TA_CDLDOJISTAR', 'TA_CDLDRAGONFLYDOJI', 'TA_CDLENGULFING', 'TA_CDLEVENINGDOJISTAR', 'TA_CDLEVENINGSTAR', 'TA_CDLGAPSIDESIDEWHITE', 'TA_CDLGRAVESTONEDOJI', 'TA_CDLHAMMER', 'TA_CDLHANGINGMAN', 'TA_CDLHARAMI', 'TA_CDLHARAMICROSS', 'TA_CDLHIGHWAVE', 'TA_CDLHIKKAKE', 'TA_CDLHIKKAKEMOD', 'TA_CDLHOMINGPIGEON', 'TA_CDLIDENTICAL3CROWS', 'TA_CDLINNECK', 'TA_CDLINVERTEDHAMMER', 'TA_CDLKICKING', 'TA_CDLKICKINGBYLENGTH', 'TA_CDLLADDERBOTTOM', 'TA_CDLLONGLEGGEDDOJI', 'TA_CDLLONGLINE', 'TA_CDLMARUBOZU', 'TA_CDLMATCHINGLOW', 'TA_CDLMATHOLD', 'TA_CDLMORNINGDOJISTAR', 'TA_CDLMORNINGSTAR', 'TA_CDLONNECK', 'TA_CDLPIERCING', 'TA_CDLRICKSHAWMAN', 'TA_CDLRISEFALL3METHODS', 'TA_CDLSEPARATINGLINES', 'TA_CDLSHOOTINGSTAR', 'TA_CDLSHORTLINE', 'TA_CDLSPINNINGTOP', 'TA_CDLSTALLEDPATTERN', 'TA_CDLSTICKSANDWICH', 'TA_CDLTAKURI', 'TA_CDLTASUKIGAP', 'TA_CDLTHRUSTING', 'TA_CDLTRISTAR', 'TA_CDLUNIQUE3RIVER', 'TA_CDLUPSIDEGAP2CROWS', 'TA_CDLXSIDEGAP3METHODS', 'TA_CEIL', 'TA_CMO', 'TA_CORREL', 'TA_COS', 'TA_COSH', 'TA_DEMA', 'TA_DIV', 'TA_DX', 'TA_EMA', 'TA_EXP', 'TA_FLOOR', 'TA_HT_DCPERIOD', 'TA_HT_DCPHASE', 'TA_HT_PHASOR', 'TA_HT_SINE', 'TA_HT_TRENDLINE', 'TA_HT_TRENDMODE', 'TA_IMI', 'TA_KAMA', 'TA_LINEARREG', 'TA_LINEARREG_ANGLE', 'TA_LINEARREG_INTERCEPT', 'TA_LINEARREG_SLOPE', 'TA_LN', 'TA_LOG10', 'TA_MA', 'TA_MACD', 'TA_MACDEXT', 'TA_MACDFIX', 'TA_MAMA', 'TA_MAVP', 'TA_MAX', 'TA_MAXINDEX', 'TA_MEDPRICE', 'TA_MFI', 'TA_MIDPOINT', 'TA_MIDPRICE', 'TA_MIN', 'TA_MININDEX', 'TA_MINMAX', 'TA_MINMAXINDEX', 'TA_MINUS_DI', 'TA_MINUS_DM', 'TA_MOM', 'TA_MULT', 'TA_NATR', 'TA_OBV', 'TA_PLUS_DI', 'TA_PLUS_DM', 'TA_PPO', 'TA_ROC', 'TA_ROCP', 'TA_ROCR', 'TA_ROCR100', 'TA_RSI', 'TA_SAR', 'TA_SAREXT', 'TA_SIN', 'TA_SINH', 'TA_SMA', 'TA_SQRT', 'TA_STDDEV', 'TA_STOCH', 'TA_STOCHF', 'TA_STOCHRSI', 'TA_SUB', 'TA_SUM', 'TA_T3', 'TA_TAN', 'TA_TANH', 'TA_TEMA', 'TA_TRANGE', 'TA_TRIMA', 'TA_TRIX', 'TA_TSF', 'TA_TYPPRICE', 'TA_ULTOSC', 'TA_VAR', 'TA_WCLPRICE', 'TA_WILLR', 'TA_WMA', 'TC_FixedA', 'TC_FixedA2015', 'TC_FixedA2017', 'TC_TestStub', 'TC_Zero', 'TICKLEFT', 'TICKRIGHT', 'TIME', 'TIMELINE', 'TIMELINEVOL', 'TR', 'TRACE', 'TURNOVER', 'TestOrderBroker', 'TimeDelta', 'TimeDelta_timedelta', 'TimeLineList', 'TimeLineRecord', 'TimeLine_to_df', 'TimeLine_to_np', 'TradeCostBase', 'TradeList_to_df', 'TradeList_to_np', 'TradeManager', 'TradeRecord', 'TradeRecordList', 'TradeRequest', 'TransList', 'TransList_to_df', 'TransList_to_np', 'TransRecord', 'UPNDAY', 'VALUE', 'VAR', 'VARP', 'VIGOR', 'VOL', 'WARN', 'WEAVE', 'WEEK', 'WINNER', 'WITHDAY', 'WITHHALFYEAR', 'WITHHOUR', 'WITHHOUR2', 'WITHHOUR4', 'WITHKTYPE', 'WITHMIN', 'WITHMIN15', 'WITHMIN30', 'WITHMIN5', 'WITHMIN60', 'WITHMONTH', 'WITHQUARTER', 'WITHWEEK', 'WITHYEAR', 'WMA', 'YEAR', 'ZHBOND10', 'ZONGGUBEN', 'ZSCORE', 'active_device', 'add_class_logger_handler', 'add_local_hub', 'add_remote_hub', 'adjust_axes_show', 'analysis', 'analysis_sys_list', 'analysis_sys_list_multi', 'ax_draw_macd', 'ax_draw_macd2', 'ax_set_locator_formatter', 'axes', 'backtest', 'batch_calculate_inds', 'broker', 'broker_easytrader', 'broker_mail', 'build_hub', 'can_upgrade', 'capture_multiprocess_all_logger', 'class_logger', 'close_ostream_to_python', 'close_spend_time', 'cnplot', 'combinate_ind', 'combinate_ind_analysis', 'combinate_ind_analysis_multi', 'combinate_index', 'concat_to_df', 'constant', 'core', 'cpp', 'create_figure', 'create_four_axes_figure', 'create_one_axes_figure', 'create_three_axes_figure', 'create_two_axes_figure', 'crtAF', 'crtBrokerTM', 'crtCN', 'crtEV', 'crtMF', 'crtMM', 'crtOB', 'crtPG', 'crtSE', 'crtSEOptimal', 'crtSG', 'crtSP', 'crtST', 'crtTM', 'crt_pf_strategy', 'crt_sys_strategy', 'current_path', 'date', 'datetime', 'df_to_ind', 'dll_directory', 'draw', 'evplot', 'extend', 'fetch_trial_license', 'figure', 'find_optimal_system', 'find_optimal_system_multi', 'fm_logger', 'gca', 'gcf', 'getDayLocatorAndFormatter', 'getMinLocatorAndFormatter', 'get_block', 'get_business_name', 'get_current_hub', 'get_data_from_buffer_server', 'get_date_range', 'get_draw_title', 'get_hub_name_list', 'get_hub_path', 'get_kdata', 'get_last_version', 'get_log_level', 'get_part', 'get_part_info', 'get_part_list', 'get_part_module', 'get_part_name_list', 'get_stock', 'get_system_part_enum', 'get_system_part_name', 'get_version', 'get_version_git', 'get_version_with_build', 'help_part', 'hikyuu_init', 'hku_benchmark', 'hku_catch', 'hku_check', 'hku_check_ignore', 'hku_check_throw', 'hku_debug', 'hku_debug_if', 'hku_error', 'hku_error_if', 'hku_fatal', 'hku_fatal_if', 'hku_info', 'hku_info_if', 'hku_logger', 'hku_to_async', 'hku_trace', 'hku_trace_if', 'hku_warn', 'hku_warn_if', 'hub', 'ibar', 'iheatmap', 'imread', 'in_interactive_session', 'in_ipython_frontend', 'indicator', 'indicator_getitem', 'indicator_iter', 'indicator_to_df', 'inner_analysis_sys_list', 'inner_combinate_ind_analysis', 'inner_combinate_ind_analysis_with_block', 'iplot', 'isinf', 'isnan', 'kplot', 'list_getitem', 'logging', 'math', 'matplotlib', 'mkplot', 'new_Query_init', 'new_path', 'np', 'old_Query_init', 'open_ostream_to_python', 'open_spend_time', 'os', 'part_clone', 'part_init', 'part_iter', 'pd', 'pickle', 'print_part_info', 'pyind', 'rcParams', 'remove_hub', 'remove_license', 'roundDown', 'roundEx', 'roundUp', 'run_in_strategy', 'search_part', 'set_log_level', 'set_mpl_params', 'set_my_logger_file', 'set_python_in_interactive', 'set_python_in_jupyter', 'sgplot', 'sns', 'spend_time', 'start_data_server', 'start_spot_agent', 'stop_data_server', 'stop_spot_agent', 'sys', 'sys_heatmap', 'sys_performance', 'sysplot', 'talib_wrap', 'time', 'timedelta', 'timeout', 'timezone', 'tm_heatmap', 'tm_performance', 'toPriceList', 'traceback', 'trade', 'trade_manage', 'trade_sys', 'tzinfo', 'update_hub', 'util', 'view_license', 'with_trace', 'ylabel']
|
|
663
|
+
__all__ = ['ABS', 'ACOS', 'AD', 'ADVANCE', 'AF_EqualWeight', 'AF_FixedWeight', 'AF_FixedWeightList', 'AF_MultiFactor', 'ALIGN', 'AMA', 'AMO', 'ASIN', 'ATAN', 'ATR', 'AVEDEV', 'AllocateFundsBase', 'BACKSET', 'BARSCOUNT', 'BARSLAST', 'BARSLASTCOUNT', 'BARSSINCE', 'BARSSINCEN', 'BASE_DIR', 'BETWEEN', 'BLOCKSETNUM', 'BUSINESS', 'Block', 'BlockInfoDriver', 'BorrowRecord', 'BrokerPositionRecord', 'CAPITAL', 'CEILING', 'CLOSE', 'CN_Bool', 'CN_OPLine', 'CONST', 'CONTEXT', 'CONTEXT_K', 'CORR', 'COS', 'COST', 'COUNT', 'CROSS', 'CVAL', 'CYCLE', 'C_AMO', 'C_CLOSE', 'C_HIGH', 'C_KDATA', 'C_LOW', 'C_OPEN', 'C_VOL', 'ConditionBase', 'Constant', 'CostRecord', 'DATE', 'DAY', 'DEBUG', 'DECLINE', 'DEVSQ', 'DIFF', 'DIRECT', 'DISCARD', 'DMA', 'DOWNNDAY', 'DRAWBAND', 'DRAWBMP', 'DRAWICON', 'DRAWIMG', 'DRAWLINE', 'DRAWNULL', 'DRAWNUMBER', 'DRAWNUMBER_FIX', 'DRAWRECTREL', 'DRAWSL', 'DRAWTEXT', 'DRAWTEXT_FIX', 'DROPNA', 'DataDriverFactory', 'Datetime', 'DatetimeList', 'DatetimeList_to_df', 'DatetimeList_to_np', 'Datetime_date', 'Datetime_datetime', 'Days', 'EMA', 'ERROR', 'EVERY', 'EV_Bool', 'EV_TwoLine', 'EXIST', 'EXP', 'EasyTraderOrderBroker', 'EnvironmentBase', 'FATAL', 'FILTER', 'FINANCE', 'FLOOR', 'FixedLocator', 'FontManager', 'FuncFormatter', 'FundsRecord', 'HHV', 'HHVBARS', 'HIGH', 'HKUCheckError', 'HKUException', 'HOUR', 'HSL', 'Hours', 'IC', 'ICIR', 'ICON_PATH', 'IF', 'INBLOCK', 'INDEXA', 'INDEXADV', 'INDEXC', 'INDEXDEC', 'INDEXH', 'INDEXL', 'INDEXO', 'INDEXV', 'INFO', 'INSUM', 'INTPART', 'IR', 'ISINF', 'ISINFA', 'ISLASTBAR', 'ISNA', 'IndParam', 'Indicator', 'IndicatorImp', 'JUMPDOWN', 'JUMPUP', 'KALMAN', 'KDATA', 'KDATA_PART', 'KDJ', 'KData', 'KDataDriver', 'KDataToHdf5Importer', 'KData_getitem', 'KData_iter', 'KData_to_df', 'KData_to_np', 'KRecord', 'KRecordList', 'LAST', 'LASTVALUE', 'LIUTONGPAN', 'LLV', 'LLVBARS', 'LN', 'LOG', 'LOG_LEVEL', 'LONGCROSS', 'LOW', 'Line2D', 'LoanRecord', 'LoggingContext', 'MA', 'MACD', 'MAX', 'MDD', 'MF_EqualWeight', 'MF_ICIRWeight', 'MF_ICWeight', 'MF_Weight', 'MIN', 'MINUTE', 'MM_FixedCapital', 'MM_FixedCapitalFunds', 'MM_FixedCount', 'MM_FixedCountTps', 'MM_FixedPercent', 'MM_FixedRisk', 'MM_FixedUnits', 'MM_Nothing', 'MM_WilliamsFixedRisk', 'MOD', 'MONTH', 'MRR', 'MailOrderBroker', 'MarketInfo', 'Microseconds', 'Milliseconds', 'Minutes', 'MoneyManagerBase', 'MultiFactorBase', 'NDAY', 'NOT', 'OFF', 'OPEN', 'OrderBrokerBase', 'OrderBrokerWrap', 'PF_Simple', 'PF_WithoutAF', 'PG_FixedHoldDays', 'PG_FixedPercent', 'PG_NoGoal', 'PLOYLINE', 'POS', 'POW', 'PRICELIST', 'Parameter', 'Parameter_items', 'Parameter_iter', 'Parameter_keys', 'Parameter_to_dict', 'Path', 'Performance', 'Performance_to_df', 'Portfolio', 'PositionList_to_df', 'PositionList_to_np', 'PositionRecord', 'PositionRecordList', 'ProfitGoalBase', 'Query', 'RANK', 'RECOVER_BACKWARD', 'RECOVER_EQUAL_BACKWARD', 'RECOVER_EQUAL_FORWARD', 'RECOVER_FORWARD', 'REF', 'REPLACE', 'RESULT', 'REVERSE', 'RGB', 'ROC', 'ROCP', 'ROCR', 'ROCR100', 'ROUND', 'ROUNDDOWN', 'ROUNDUP', 'RSI', 'Rectangle', 'SAFTYLOSS', 'SE_EvaluateOptimal', 'SE_Fixed', 'SE_MaxFundsOptimal', 'SE_MultiFactor', 'SE_PerformanceOptimal', 'SE_Signal', 'SGN', 'SG_Add', 'SG_AllwaysBuy', 'SG_And', 'SG_Band', 'SG_Bool', 'SG_Buy', 'SG_Cross', 'SG_CrossGold', 'SG_Cycle', 'SG_Div', 'SG_Flex', 'SG_Mul', 'SG_OneSide', 'SG_Or', 'SG_Sell', 'SG_Single', 'SG_Single2', 'SG_Sub', 'SHOWICONS', 'SIN', 'SLICE', 'SLOPE', 'SMA', 'SPEARMAN', 'SP_FixedPercent', 'SP_FixedValue', 'SQRT', 'STD', 'STDEV', 'STDP', 'STICKLINE', 'ST_FixedPercent', 'ST_Indicator', 'ST_Saftyloss', 'SUM', 'SUMBARS', 'SYS_Simple', 'SYS_WalkForward', 'ScoreRecord', 'ScoreRecordList', 'Seconds', 'SelectorBase', 'SignalBase', 'SlippageBase', 'SpotRecord', 'Stock', 'StockFuncFormatter', 'StockManager', 'StockTypeInfo', 'StockWeight', 'StockWeightList', 'StoplossBase', 'Strategy', 'StrategyContext', 'System', 'SystemPart', 'SystemWeight', 'SystemWeightList', 'TAN', 'TA_ACCBANDS', 'TA_ACOS', 'TA_AD', 'TA_ADD', 'TA_ADOSC', 'TA_ADX', 'TA_ADXR', 'TA_APO', 'TA_AROON', 'TA_AROONOSC', 'TA_ASIN', 'TA_ATAN', 'TA_ATR', 'TA_AVGDEV', 'TA_AVGPRICE', 'TA_BBANDS', 'TA_BETA', 'TA_BOP', 'TA_CCI', 'TA_CDL2CROWS', 'TA_CDL3BLACKCROWS', 'TA_CDL3INSIDE', 'TA_CDL3LINESTRIKE', 'TA_CDL3OUTSIDE', 'TA_CDL3STARSINSOUTH', 'TA_CDL3WHITESOLDIERS', 'TA_CDLABANDONEDBABY', 'TA_CDLADVANCEBLOCK', 'TA_CDLBELTHOLD', 'TA_CDLBREAKAWAY', 'TA_CDLCLOSINGMARUBOZU', 'TA_CDLCONCEALBABYSWALL', 'TA_CDLCOUNTERATTACK', 'TA_CDLDARKCLOUDCOVER', 'TA_CDLDOJI', 'TA_CDLDOJISTAR', 'TA_CDLDRAGONFLYDOJI', 'TA_CDLENGULFING', 'TA_CDLEVENINGDOJISTAR', 'TA_CDLEVENINGSTAR', 'TA_CDLGAPSIDESIDEWHITE', 'TA_CDLGRAVESTONEDOJI', 'TA_CDLHAMMER', 'TA_CDLHANGINGMAN', 'TA_CDLHARAMI', 'TA_CDLHARAMICROSS', 'TA_CDLHIGHWAVE', 'TA_CDLHIKKAKE', 'TA_CDLHIKKAKEMOD', 'TA_CDLHOMINGPIGEON', 'TA_CDLIDENTICAL3CROWS', 'TA_CDLINNECK', 'TA_CDLINVERTEDHAMMER', 'TA_CDLKICKING', 'TA_CDLKICKINGBYLENGTH', 'TA_CDLLADDERBOTTOM', 'TA_CDLLONGLEGGEDDOJI', 'TA_CDLLONGLINE', 'TA_CDLMARUBOZU', 'TA_CDLMATCHINGLOW', 'TA_CDLMATHOLD', 'TA_CDLMORNINGDOJISTAR', 'TA_CDLMORNINGSTAR', 'TA_CDLONNECK', 'TA_CDLPIERCING', 'TA_CDLRICKSHAWMAN', 'TA_CDLRISEFALL3METHODS', 'TA_CDLSEPARATINGLINES', 'TA_CDLSHOOTINGSTAR', 'TA_CDLSHORTLINE', 'TA_CDLSPINNINGTOP', 'TA_CDLSTALLEDPATTERN', 'TA_CDLSTICKSANDWICH', 'TA_CDLTAKURI', 'TA_CDLTASUKIGAP', 'TA_CDLTHRUSTING', 'TA_CDLTRISTAR', 'TA_CDLUNIQUE3RIVER', 'TA_CDLUPSIDEGAP2CROWS', 'TA_CDLXSIDEGAP3METHODS', 'TA_CEIL', 'TA_CMO', 'TA_CORREL', 'TA_COS', 'TA_COSH', 'TA_DEMA', 'TA_DIV', 'TA_DX', 'TA_EMA', 'TA_EXP', 'TA_FLOOR', 'TA_HT_DCPERIOD', 'TA_HT_DCPHASE', 'TA_HT_PHASOR', 'TA_HT_SINE', 'TA_HT_TRENDLINE', 'TA_HT_TRENDMODE', 'TA_IMI', 'TA_KAMA', 'TA_LINEARREG', 'TA_LINEARREG_ANGLE', 'TA_LINEARREG_INTERCEPT', 'TA_LINEARREG_SLOPE', 'TA_LN', 'TA_LOG10', 'TA_MA', 'TA_MACD', 'TA_MACDEXT', 'TA_MACDFIX', 'TA_MAMA', 'TA_MAVP', 'TA_MAX', 'TA_MAXINDEX', 'TA_MEDPRICE', 'TA_MFI', 'TA_MIDPOINT', 'TA_MIDPRICE', 'TA_MIN', 'TA_MININDEX', 'TA_MINMAX', 'TA_MINMAXINDEX', 'TA_MINUS_DI', 'TA_MINUS_DM', 'TA_MOM', 'TA_MULT', 'TA_NATR', 'TA_OBV', 'TA_PLUS_DI', 'TA_PLUS_DM', 'TA_PPO', 'TA_ROC', 'TA_ROCP', 'TA_ROCR', 'TA_ROCR100', 'TA_RSI', 'TA_SAR', 'TA_SAREXT', 'TA_SIN', 'TA_SINH', 'TA_SMA', 'TA_SQRT', 'TA_STDDEV', 'TA_STOCH', 'TA_STOCHF', 'TA_STOCHRSI', 'TA_SUB', 'TA_SUM', 'TA_T3', 'TA_TAN', 'TA_TANH', 'TA_TEMA', 'TA_TRANGE', 'TA_TRIMA', 'TA_TRIX', 'TA_TSF', 'TA_TYPPRICE', 'TA_ULTOSC', 'TA_VAR', 'TA_WCLPRICE', 'TA_WILLR', 'TA_WMA', 'TC_FixedA', 'TC_FixedA2015', 'TC_FixedA2017', 'TC_TestStub', 'TC_Zero', 'TICKLEFT', 'TICKRIGHT', 'TIME', 'TIMELINE', 'TIMELINEVOL', 'TR', 'TRACE', 'TURNOVER', 'TestOrderBroker', 'TimeDelta', 'TimeDelta_timedelta', 'TimeLineList', 'TimeLineRecord', 'TimeLine_to_df', 'TimeLine_to_np', 'TradeCostBase', 'TradeList_to_df', 'TradeList_to_np', 'TradeManager', 'TradeRecord', 'TradeRecordList', 'TradeRequest', 'TransList', 'TransList_to_df', 'TransList_to_np', 'TransRecord', 'UPNDAY', 'UTCOffset', 'VALUE', 'VAR', 'VARP', 'VIGOR', 'VOL', 'WARN', 'WEAVE', 'WEEK', 'WINNER', 'WITHDAY', 'WITHHALFYEAR', 'WITHHOUR', 'WITHHOUR2', 'WITHHOUR4', 'WITHKTYPE', 'WITHMIN', 'WITHMIN15', 'WITHMIN30', 'WITHMIN5', 'WITHMIN60', 'WITHMONTH', 'WITHQUARTER', 'WITHWEEK', 'WITHYEAR', 'WMA', 'YEAR', 'ZHBOND10', 'ZONGGUBEN', 'ZSCORE', 'active_device', 'add_class_logger_handler', 'add_local_hub', 'add_remote_hub', 'adjust_axes_show', 'analysis', 'analysis_sys_list', 'analysis_sys_list_multi', 'ax_draw_macd', 'ax_draw_macd2', 'ax_set_locator_formatter', 'axes', 'backtest', 'batch_calculate_inds', 'broker', 'broker_easytrader', 'broker_mail', 'build_hub', 'can_upgrade', 'capture_multiprocess_all_logger', 'class_logger', 'close_ostream_to_python', 'close_spend_time', 'cnplot', 'combinate_ind', 'combinate_ind_analysis', 'combinate_ind_analysis_multi', 'combinate_index', 'concat_to_df', 'constant', 'core', 'cpp', 'create_figure', 'create_four_axes_figure', 'create_one_axes_figure', 'create_three_axes_figure', 'create_two_axes_figure', 'crtAF', 'crtBrokerTM', 'crtCN', 'crtEV', 'crtMF', 'crtMM', 'crtOB', 'crtPG', 'crtSE', 'crtSEOptimal', 'crtSG', 'crtSP', 'crtST', 'crtTM', 'crt_pf_strategy', 'crt_sys_strategy', 'current_path', 'date', 'datetime', 'df_to_ind', 'dll_directory', 'draw', 'evplot', 'extend', 'fetch_trial_license', 'figure', 'find_optimal_system', 'find_optimal_system_multi', 'fm_logger', 'gca', 'gcf', 'getDayLocatorAndFormatter', 'getMinLocatorAndFormatter', 'get_block', 'get_business_name', 'get_current_hub', 'get_data_from_buffer_server', 'get_date_range', 'get_draw_title', 'get_hub_name_list', 'get_hub_path', 'get_kdata', 'get_last_version', 'get_log_level', 'get_part', 'get_part_info', 'get_part_list', 'get_part_module', 'get_part_name_list', 'get_spot_from_buffer_server', 'get_stock', 'get_system_part_enum', 'get_system_part_name', 'get_version', 'get_version_git', 'get_version_with_build', 'help_part', 'hikyuu_init', 'hku_benchmark', 'hku_catch', 'hku_check', 'hku_check_ignore', 'hku_check_throw', 'hku_debug', 'hku_debug_if', 'hku_error', 'hku_error_if', 'hku_fatal', 'hku_fatal_if', 'hku_info', 'hku_info_if', 'hku_logger', 'hku_run_ignore_exception', 'hku_to_async', 'hku_trace', 'hku_trace_if', 'hku_warn', 'hku_warn_if', 'hub', 'ibar', 'iheatmap', 'imread', 'in_interactive_session', 'in_ipython_frontend', 'indicator', 'indicator_getitem', 'indicator_iter', 'indicator_to_df', 'inner_analysis_sys_list', 'inner_combinate_ind_analysis', 'inner_combinate_ind_analysis_with_block', 'io', 'iplot', 'is_valid_license', 'isinf', 'isnan', 'kplot', 'list_getitem', 'logging', 'math', 'matplotlib', 'mkplot', 'new_Query_init', 'new_path', 'np', 'old_Query_init', 'open_ostream_to_python', 'open_spend_time', 'os', 'part_clone', 'part_init', 'part_iter', 'pd', 'pickle', 'print_part_info', 'pyind', 'rcParams', 'remove_hub', 'remove_license', 'roundDown', 'roundEx', 'roundUp', 'run_in_strategy', 'search_part', 'set_log_level', 'set_mpl_params', 'set_my_logger_file', 'set_python_in_interactive', 'set_python_in_jupyter', 'sgplot', 'sns', 'spend_time', 'start_data_server', 'start_spot_agent', 'stop_data_server', 'stop_spot_agent', 'sys', 'sys_heatmap', 'sys_performance', 'sysplot', 'talib_wrap', 'timedelta', 'timeout', 'tm_heatmap', 'tm_performance', 'toPriceList', 'traceback', 'trade', 'trade_manage', 'trade_sys', 'update_hub', 'util', 'view_license', 'with_trace', 'ylabel']
|
|
660
664
|
class StockFuncFormatter:
|
|
661
665
|
"""
|
|
662
666
|
用于坐标轴显示日期
|
|
@@ -668,7 +672,7 @@ class StockFuncFormatter:
|
|
|
668
672
|
...
|
|
669
673
|
def __init__(self, ix2date):
|
|
670
674
|
...
|
|
671
|
-
def DRAWBAND(val1: hikyuu.cpp.
|
|
675
|
+
def DRAWBAND(val1: hikyuu.cpp.core312.Indicator, color1 = 'm', val2: hikyuu.cpp.core312.Indicator = None, color2 = 'b', kdata = None, alpha = 0.2, new = False, axes = None, linestyle = '-'):
|
|
672
676
|
"""
|
|
673
677
|
画出带状线
|
|
674
678
|
|
|
@@ -688,7 +692,7 @@ def DRAWBAND(val1: hikyuu.cpp.core39.Indicator, color1 = 'm', val2: hikyuu.cpp.c
|
|
|
688
692
|
linestyle (str, optional): 包络线类型. Defaults to '-'.
|
|
689
693
|
|
|
690
694
|
"""
|
|
691
|
-
def DRAWICON(cond: hikyuu.cpp.
|
|
695
|
+
def DRAWICON(cond: hikyuu.cpp.core312.Indicator, price: hikyuu.cpp.core312.Indicator, type: int, kdata: hikyuu.cpp.core312.KData = None, new = False, axes = None, *args, **kwargs):
|
|
692
696
|
"""
|
|
693
697
|
绘制内置 icon
|
|
694
698
|
|
|
@@ -706,7 +710,7 @@ def DRAWICON(cond: hikyuu.cpp.core39.Indicator, price: hikyuu.cpp.core39.Indicat
|
|
|
706
710
|
axes (_type_, optional): 在指定坐标轴中绘制. Defaults to None.
|
|
707
711
|
|
|
708
712
|
"""
|
|
709
|
-
def DRAWIMG(cond: hikyuu.cpp.
|
|
713
|
+
def DRAWIMG(cond: hikyuu.cpp.core312.Indicator, price: hikyuu.cpp.core312.Indicator, img: str, kdata: hikyuu.cpp.core312.KData = None, new = False, axes = None, *args, **kwargs):
|
|
710
714
|
"""
|
|
711
715
|
画图片
|
|
712
716
|
|
|
@@ -722,7 +726,7 @@ def DRAWIMG(cond: hikyuu.cpp.core39.Indicator, price: hikyuu.cpp.core39.Indicato
|
|
|
722
726
|
axes (_type_, optional): 在指定坐标轴中绘制. Defaults to None.
|
|
723
727
|
|
|
724
728
|
"""
|
|
725
|
-
def DRAWLINE(cond1: hikyuu.cpp.
|
|
729
|
+
def DRAWLINE(cond1: hikyuu.cpp.core312.Indicator, price1: hikyuu.cpp.core312.Indicator, cond2: hikyuu.cpp.core312.Indicator, price2: hikyuu.cpp.core312.Indicator, expand: int = 0, kdata: hikyuu.cpp.core312.KData = None, color: str = 'm', new = False, axes = None, *args, **kwargs):
|
|
726
730
|
"""
|
|
727
731
|
在图形上绘制直线段。
|
|
728
732
|
|
|
@@ -742,7 +746,7 @@ def DRAWLINE(cond1: hikyuu.cpp.core39.Indicator, price1: hikyuu.cpp.core39.Indic
|
|
|
742
746
|
axes (_type_, optional): 指定的坐标轴. Defaults to None.
|
|
743
747
|
|
|
744
748
|
"""
|
|
745
|
-
def DRAWNUMBER(cond: hikyuu.cpp.
|
|
749
|
+
def DRAWNUMBER(cond: hikyuu.cpp.core312.Indicator, price: hikyuu.cpp.core312.Indicator, number: hikyuu.cpp.core312.Indicator, kdata: hikyuu.cpp.core312.KData = None, color: str = 'm', new = False, axes = None, *args, **kwargs):
|
|
746
750
|
"""
|
|
747
751
|
画出数字.
|
|
748
752
|
|
|
@@ -759,7 +763,7 @@ def DRAWNUMBER(cond: hikyuu.cpp.core39.Indicator, price: hikyuu.cpp.core39.Indic
|
|
|
759
763
|
axes (_type_, optional): 指定的坐标轴. Defaults to None.
|
|
760
764
|
|
|
761
765
|
"""
|
|
762
|
-
def DRAWNUMBER_FIX(cond: hikyuu.cpp.
|
|
766
|
+
def DRAWNUMBER_FIX(cond: hikyuu.cpp.core312.Indicator, x: float, y: float, type: int, number: float, kdata: hikyuu.cpp.core312.KData = None, color: str = 'm', new = False, axes = None, *args, **kwargs):
|
|
763
767
|
"""
|
|
764
768
|
固定位置显示数字.
|
|
765
769
|
|
|
@@ -803,7 +807,7 @@ def DRAWRECTREL(left: int, top: int, right: int, bottom: int, color = 'm', frame
|
|
|
803
807
|
axes (_type_, optional): 指定的坐标轴. Defaults to None.
|
|
804
808
|
|
|
805
809
|
"""
|
|
806
|
-
def DRAWSL(cond: hikyuu.cpp.
|
|
810
|
+
def DRAWSL(cond: hikyuu.cpp.core312.Indicator, price: hikyuu.cpp.core312.Indicator, slope: typing.Union[hikyuu.cpp.core312.Indicator, float, int], length: typing.Union[hikyuu.cpp.core312.Indicator, float, int], direct: int, kdata: hikyuu.cpp.core312.KData = None, color: str = 'm', new = False, axes = None, *args, **kwargs):
|
|
807
811
|
"""
|
|
808
812
|
绘制斜线.
|
|
809
813
|
|
|
@@ -828,7 +832,7 @@ def DRAWSL(cond: hikyuu.cpp.core39.Indicator, price: hikyuu.cpp.core39.Indicator
|
|
|
828
832
|
axes (_type_, optional): 指定的坐标轴. Defaults to None.
|
|
829
833
|
|
|
830
834
|
"""
|
|
831
|
-
def DRAWTEXT(cond: hikyuu.cpp.
|
|
835
|
+
def DRAWTEXT(cond: hikyuu.cpp.core312.Indicator, price: hikyuu.cpp.core312.Indicator, text: str, kdata: hikyuu.cpp.core312.KData = None, color: str = 'm', new = False, axes = None, *args, **kwargs):
|
|
832
836
|
"""
|
|
833
837
|
在图形上显示文字。
|
|
834
838
|
|
|
@@ -845,7 +849,7 @@ def DRAWTEXT(cond: hikyuu.cpp.core39.Indicator, price: hikyuu.cpp.core39.Indicat
|
|
|
845
849
|
axes (_type_, optional): 指定的坐标轴. Defaults to None.
|
|
846
850
|
|
|
847
851
|
"""
|
|
848
|
-
def DRAWTEXT_FIX(cond: hikyuu.cpp.
|
|
852
|
+
def DRAWTEXT_FIX(cond: hikyuu.cpp.core312.Indicator, x: float, y: float, type: int, text: str, kdata: hikyuu.cpp.core312.KData = None, color: str = 'm', new = False, axes = None, *args, **kwargs):
|
|
849
853
|
"""
|
|
850
854
|
固定位置显示文字
|
|
851
855
|
|
|
@@ -867,7 +871,7 @@ def DRAWTEXT_FIX(cond: hikyuu.cpp.core39.Indicator, x: float, y: float, type: in
|
|
|
867
871
|
axes (_type_, optional): 指定坐标轴. Defaults to None.
|
|
868
872
|
|
|
869
873
|
"""
|
|
870
|
-
def PLOYLINE(cond: hikyuu.cpp.
|
|
874
|
+
def PLOYLINE(cond: hikyuu.cpp.core312.Indicator, price: hikyuu.cpp.core312.Indicator, kdata: hikyuu.cpp.core312.KData = None, color: str = 'm', linewidth = 1.0, new = False, axes = None, *args, **kwargs):
|
|
871
875
|
"""
|
|
872
876
|
在图形上绘制折线段。
|
|
873
877
|
|
|
@@ -890,7 +894,7 @@ def SHOWICONS():
|
|
|
890
894
|
"""
|
|
891
895
|
显示所有内置图标
|
|
892
896
|
"""
|
|
893
|
-
def STICKLINE(cond: hikyuu.cpp.
|
|
897
|
+
def STICKLINE(cond: hikyuu.cpp.core312.Indicator, price1: hikyuu.cpp.core312.Indicator, price2: hikyuu.cpp.core312.Indicator, width: float = 2.0, empty: bool = False, color = 'm', alpha = 1.0, kdata = None, new = False, axes = None):
|
|
894
898
|
"""
|
|
895
899
|
在满足cond的条件下,在 price1 和 price2 之间绘制一个宽度为 width 的柱状图。
|
|
896
900
|
|
|
@@ -1161,7 +1165,7 @@ def tm_heatmap(tm, start_date, end_date = None, axes = None):
|
|
|
1161
1165
|
:return: None
|
|
1162
1166
|
|
|
1163
1167
|
"""
|
|
1164
|
-
def tm_performance(tm: hikyuu.cpp.
|
|
1168
|
+
def tm_performance(tm: hikyuu.cpp.core312.TradeManager, query: hikyuu.cpp.core312.Query, ref_stk: hikyuu.cpp.core312.Stock = None):
|
|
1165
1169
|
"""
|
|
1166
1170
|
|
|
1167
1171
|
绘制系统绩效,即账户累积收益率曲线
|
|
@@ -1171,32 +1175,30 @@ def tm_performance(tm: hikyuu.cpp.core39.TradeManager, query: hikyuu.cpp.core39.
|
|
|
1171
1175
|
:return: None
|
|
1172
1176
|
|
|
1173
1177
|
"""
|
|
1174
|
-
AMO: hikyuu.cpp.
|
|
1178
|
+
AMO: hikyuu.cpp.core312.Indicator # value = Indicator{...
|
|
1175
1179
|
BASE_DIR: str = 'D:\\workspace\\hikyuu\\hikyuu'
|
|
1176
|
-
CLOSE: hikyuu.cpp.
|
|
1177
|
-
DEBUG: hikyuu.cpp.
|
|
1180
|
+
CLOSE: hikyuu.cpp.core312.Indicator # value = Indicator{...
|
|
1181
|
+
DEBUG: hikyuu.cpp.core312.LOG_LEVEL # value = <LOG_LEVEL.DEBUG: 1>
|
|
1178
1182
|
DRAWNULL: float # value = nan
|
|
1179
|
-
ERROR: hikyuu.cpp.
|
|
1180
|
-
FATAL: hikyuu.cpp.
|
|
1181
|
-
HIGH: hikyuu.cpp.
|
|
1183
|
+
ERROR: hikyuu.cpp.core312.LOG_LEVEL # value = <LOG_LEVEL.ERROR: 4>
|
|
1184
|
+
FATAL: hikyuu.cpp.core312.LOG_LEVEL # value = <LOG_LEVEL.FATAL: 5>
|
|
1185
|
+
HIGH: hikyuu.cpp.core312.Indicator # value = Indicator{...
|
|
1182
1186
|
ICON_PATH: str = 'D:\\workspace\\hikyuu\\hikyuu\\draw\\drawplot'
|
|
1183
|
-
INFO: hikyuu.cpp.
|
|
1184
|
-
KDATA: hikyuu.cpp.
|
|
1185
|
-
LOW: hikyuu.cpp.
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
OFF: hikyuu.cpp.core39.LOG_LEVEL # value = <LOG_LEVEL.OFF: 6>
|
|
1189
|
-
OPEN: hikyuu.cpp.core39.Indicator # value = Indicator{...
|
|
1187
|
+
INFO: hikyuu.cpp.core312.LOG_LEVEL # value = <LOG_LEVEL.INFO: 2>
|
|
1188
|
+
KDATA: hikyuu.cpp.core312.Indicator # value = Indicator{...
|
|
1189
|
+
LOW: hikyuu.cpp.core312.Indicator # value = Indicator{...
|
|
1190
|
+
OFF: hikyuu.cpp.core312.LOG_LEVEL # value = <LOG_LEVEL.OFF: 6>
|
|
1191
|
+
OPEN: hikyuu.cpp.core312.Indicator # value = Indicator{...
|
|
1190
1192
|
TICKLEFT: int = 0
|
|
1191
1193
|
TICKRIGHT: int = 1
|
|
1192
|
-
TRACE: hikyuu.cpp.
|
|
1193
|
-
VOL: hikyuu.cpp.
|
|
1194
|
-
WARN: hikyuu.cpp.
|
|
1195
|
-
constant: hikyuu.cpp.
|
|
1196
|
-
current_path: str = '
|
|
1194
|
+
TRACE: hikyuu.cpp.core312.LOG_LEVEL # value = <LOG_LEVEL.TRACE: 0>
|
|
1195
|
+
VOL: hikyuu.cpp.core312.Indicator # value = Indicator{...
|
|
1196
|
+
WARN: hikyuu.cpp.core312.LOG_LEVEL # value = <LOG_LEVEL.WARN: 3>
|
|
1197
|
+
constant: hikyuu.cpp.core312.Constant # value = <hikyuu.cpp.core312.Constant object>
|
|
1198
|
+
current_path: str = 'd:\\anaconda3;d:\\anaconda3\\Library\\mingw-w64\\bin;d:\\anaconda3\\Library\\usr\\bin;d:\\anaconda3\\Library\\bin;d:\\anaconda3\\Scripts;d:\\anaconda3\\bin;D:\\anaconda3\\condabin;C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v12.4\\bin;C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v12.4\\libnvvp;C:\\Program Files (x86)\\VMware\\VMware Workstation\\bin;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Windows\\System32\\OpenSSH;C:\\Program Files\\Calibre2;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\dotnet;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\WINDOWS\\System32\\OpenSSH;C:\\Program Files\\Go\\bin;C:\\Program Files\\nodejs;C:\\Program Files\\NVIDIA Corporation\\Nsight Compute 2024.1.0;C:\\Program Files\\CMake\\bin;C:\\Program Files\\NVIDIA Corporation\\NVIDIA app\\NvDLISR;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\xmake;d:\\anaconda3;d:\\anaconda3\\Library\\mingw-w64\\bin;d:\\anaconda3\\Library\\usr\\bin;d:\\anaconda3\\Library\\bin;d:\\anaconda3\\Scripts;C:\\Qt\\6.8.0\\msvc2022_64\\bin;C:\\Users\\admin\\.cargo\\bin;C:\\Users\\admin\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\admin\\xmake;D:\\mysql-8.0.27-winx64\\bin;C:\\Program Files\\Graphviz\\bin;D:\\mongodb-win32-x86_64-windows-5.0.6\\bin;C:\\tools\\apache-maven-3.8.6\\bin;C:\\Program Files\\7-Zip;C:\\Users\\admin\\AppData\\Local\\Android\\Sdk\\platform-tools;C:\\Users\\admin\\AppData\\Local\\Microsoft\\WindowsApps;c:\\tools;C:\\Users\\admin\\go\\bin;C:\\Users\\admin\\AppData\\Roaming\\npm;C:\\Program Files\\NVDIA\\CUDNN\\v9.0\\bin;.'
|
|
1197
1199
|
dll_directory: str = 'D:\\workspace\\hikyuu\\hikyuu\\cpp'
|
|
1198
1200
|
fm_logger: logging.Logger # value = <Logger matplotlib.font_manager (INFO)>
|
|
1199
1201
|
hku_logger: logging.Logger # value = <Logger hikyuu (INFO)>
|
|
1200
|
-
new_path: str = 'D:\\workspace\\hikyuu\\hikyuu\\cpp;
|
|
1202
|
+
new_path: str = 'D:\\workspace\\hikyuu\\hikyuu\\cpp;d:\\anaconda3;d:\\anaconda3\\Library\\mingw-w64\\bin;d:\\anaconda3\\Library\\usr\\bin;d:\\anaconda3\\Library\\bin;d:\\anaconda3\\Scripts;d:\\anaconda3\\bin;D:\\anaconda3\\condabin;C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v12.4\\bin;C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v12.4\\libnvvp;C:\\Program Files (x86)\\VMware\\VMware Workstation\\bin;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Windows\\System32\\OpenSSH;C:\\Program Files\\Calibre2;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\dotnet;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\WINDOWS\\System32\\OpenSSH;C:\\Program Files\\Go\\bin;C:\\Program Files\\nodejs;C:\\Program Files\\NVIDIA Corporation\\Nsight Compute 2024.1.0;C:\\Program Files\\CMake\\bin;C:\\Program Files\\NVIDIA Corporation\\NVIDIA app\\NvDLISR;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\xmake;d:\\anaconda3;d:\\anaconda3\\Library\\mingw-w64\\bin;d:\\anaconda3\\Library\\usr\\bin;d:\\anaconda3\\Library\\bin;d:\\anaconda3\\Scripts;C:\\Qt\\6.8.0\\msvc2022_64\\bin;C:\\Users\\admin\\.cargo\\bin;C:\\Users\\admin\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\admin\\xmake;D:\\mysql-8.0.27-winx64\\bin;C:\\Program Files\\Graphviz\\bin;D:\\mongodb-win32-x86_64-windows-5.0.6\\bin;C:\\tools\\apache-maven-3.8.6\\bin;C:\\Program Files\\7-Zip;C:\\Users\\admin\\AppData\\Local\\Android\\Sdk\\platform-tools;C:\\Users\\admin\\AppData\\Local\\Microsoft\\WindowsApps;c:\\tools;C:\\Users\\admin\\go\\bin;C:\\Users\\admin\\AppData\\Roaming\\npm;C:\\Program Files\\NVDIA\\CUDNN\\v9.0\\bin;.'
|
|
1201
1203
|
rcParams: matplotlib.RcParams # value = RcParams({'_internal.classic_mode': False,...
|
|
1202
1204
|
DRAWBMP = DRAWIMG
|