hikyuu 2.6.8.4__py3-none-macosx_11_0_arm64.whl → 2.7.0.4__py3-none-macosx_11_0_arm64.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/.style.yapf +350 -0
- hikyuu/__init__.py +31 -17
- hikyuu/__init__.pyi +677 -655
- hikyuu/analysis/__init__.pyi +584 -563
- hikyuu/analysis/analysis.pyi +604 -585
- hikyuu/core.py +2 -0
- hikyuu/core.pyi +586 -565
- hikyuu/cpp/__init__.pyi +2 -2
- hikyuu/cpp/core310.pyi +493 -108
- hikyuu/cpp/core310.so +0 -0
- hikyuu/cpp/core311.pyi +493 -108
- hikyuu/cpp/core311.so +0 -0
- hikyuu/cpp/core312.pyi +493 -108
- hikyuu/cpp/core312.so +0 -0
- hikyuu/cpp/core313.pyi +493 -108
- hikyuu/cpp/core313.so +0 -0
- hikyuu/cpp/i18n/zh_CN/hikyuu.mo +0 -0
- hikyuu/cpp/libboost_charconv-mt.dylib +0 -0
- hikyuu/cpp/libboost_chrono-mt.dylib +0 -0
- hikyuu/cpp/libboost_date_time-mt.dylib +0 -0
- hikyuu/cpp/libboost_serialization-mt.dylib +0 -0
- hikyuu/cpp/libboost_system-mt.dylib +0 -0
- hikyuu/cpp/libboost_thread-mt.dylib +0 -0
- hikyuu/cpp/libboost_wserialization-mt.dylib +0 -0
- hikyuu/cpp/libhikyuu.dylib +0 -0
- hikyuu/cpp/libsqlite3.dylib +0 -0
- hikyuu/data/clickhouse_upgrade/createdb.sql +105 -105
- hikyuu/data/common.py +3 -3
- hikyuu/data/common_clickhouse.py +1 -1
- hikyuu/data/download_block.py +351 -0
- hikyuu/data/em_block_to_clickhouse.py +26 -74
- hikyuu/data/em_block_to_mysql.py +25 -75
- hikyuu/data/em_block_to_sqlite.py +26 -78
- hikyuu/data/hku_config_template.py +3 -3
- hikyuu/data/pytdx_to_clickhouse.py +15 -11
- hikyuu/data/pytdx_to_h5.py +6 -2
- hikyuu/data/pytdx_to_mysql.py +5 -1
- hikyuu/data/pytdx_weight_to_clickhouse.py +1 -1
- hikyuu/data/pytdx_weight_to_mysql.py +1 -1
- hikyuu/data/pytdx_weight_to_sqlite.py +1 -1
- hikyuu/data/zh_bond10_to_clickhouse.py +1 -1
- hikyuu/draw/__init__.pyi +1 -1
- hikyuu/draw/drawplot/__init__.pyi +32 -37
- hikyuu/draw/drawplot/bokeh_draw.pyi +668 -659
- hikyuu/draw/drawplot/common.pyi +3 -4
- hikyuu/draw/drawplot/echarts_draw.pyi +615 -594
- hikyuu/draw/drawplot/matplotlib_draw.py +4 -74
- hikyuu/draw/drawplot/matplotlib_draw.pyi +889 -901
- hikyuu/draw/elder.pyi +19 -20
- hikyuu/draw/kaufman.pyi +18 -18
- hikyuu/draw/volume.pyi +10 -10
- hikyuu/examples/notebook/Demo/Demo1.ipynb +48 -33
- hikyuu/examples/notebook/LICENSE +20 -0
- hikyuu/extend.py +0 -7
- hikyuu/extend.pyi +615 -598
- hikyuu/fetcher/stock/zh_block_em.py +12 -40
- hikyuu/gui/HikyuuTDX.py +99 -31
- hikyuu/gui/data/CollectSpotThread.py +1 -1
- hikyuu/gui/data/EscapetimeThread.py +8 -14
- hikyuu/gui/data/ImportBlockInfoTask.py +3 -10
- hikyuu/gui/data/MainWindow.py +1196 -717
- hikyuu/gui/data/MainWindow.ui +2059 -0
- hikyuu/gui/data/SchedImportThread.py +2 -2
- hikyuu/gui/data/UsePytdxImportToH5Thread.py +3 -3
- hikyuu/gui/data/UseQmtImportToH5Thread.py +2 -2
- hikyuu/gui/data/UseTdxImportToH5Thread.py +3 -3
- hikyuu/gui/data/tool.py +32 -25
- hikyuu/gui/dataserver.py +5 -3
- hikyuu/gui/images/liandongxiaopu.png +0 -0
- hikyuu/hub.pyi +69 -67
- hikyuu/include/hikyuu/DataType.h +4 -16
- hikyuu/include/hikyuu/KData.h +6 -3
- hikyuu/include/hikyuu/KDataPrivatedBufferImp.h +1 -1
- hikyuu/include/hikyuu/KDataSharedBufferImp.h +1 -1
- hikyuu/include/hikyuu/KQuery.h +2 -2
- hikyuu/include/hikyuu/Stock.h +4 -1
- hikyuu/include/hikyuu/StockManager.h +13 -3
- hikyuu/include/hikyuu/data_driver/BaseInfoDriver.h +8 -0
- hikyuu/include/hikyuu/data_driver/BlockInfoDriver.h +6 -0
- hikyuu/include/hikyuu/data_driver/KDataDriver.h +26 -1
- hikyuu/include/hikyuu/data_driver/base_info/mysql/MySQLBaseInfoDriver.h +1 -1
- hikyuu/include/hikyuu/data_driver/base_info/sqlite/SQLiteBaseInfoDriver.h +1 -1
- hikyuu/include/hikyuu/data_driver/block_info/mysql/MySQLBlockInfoDriver.h +2 -1
- hikyuu/include/hikyuu/data_driver/block_info/qianlong/QLBlockInfoDriver.h +2 -1
- hikyuu/include/hikyuu/data_driver/block_info/sqlite/SQLiteBlockInfoDriver.h +2 -1
- hikyuu/include/hikyuu/data_driver/kdata/DoNothingKDataDriver.h +1 -1
- hikyuu/include/hikyuu/data_driver/kdata/cvs/KDataTempCsvDriver.h +1 -1
- hikyuu/include/hikyuu/data_driver/kdata/hdf5/H5KDataDriver.h +1 -1
- hikyuu/include/hikyuu/data_driver/kdata/mysql/MySQLKDataDriver.h +1 -1
- hikyuu/include/hikyuu/data_driver/kdata/sqlite/SQLiteKDataDriver.h +1 -1
- hikyuu/include/hikyuu/data_driver/kdata/tdx/TdxKDataDriver.h +1 -1
- hikyuu/include/hikyuu/hikyuu.h +1 -1
- hikyuu/include/hikyuu/indicator/build_in.h +1 -0
- hikyuu/include/hikyuu/indicator/crt/CYCLE.h +4 -4
- hikyuu/include/hikyuu/indicator/crt/HSL.h +2 -2
- hikyuu/include/hikyuu/indicator/crt/QUANTILE_TRUNC.h +30 -0
- hikyuu/include/hikyuu/indicator/crt/TURNOVER.h +1 -0
- hikyuu/include/hikyuu/indicator/crt/ZSCORE.h +2 -2
- hikyuu/include/hikyuu/indicator/imp/IQuantileTrunc.h +25 -0
- hikyuu/include/hikyuu/misc.h +38 -0
- hikyuu/include/hikyuu/plugin/dataserver.h +2 -1
- hikyuu/include/hikyuu/plugin/device.h +10 -0
- hikyuu/include/hikyuu/plugin/extind.h +37 -0
- hikyuu/include/hikyuu/plugin/hkuextra.h +0 -18
- hikyuu/include/hikyuu/plugin/interface/DataServerPluginInterface.h +2 -2
- hikyuu/include/hikyuu/plugin/interface/DevicePluginInterface.h +2 -0
- hikyuu/include/hikyuu/plugin/interface/ExtendIndicatorsPluginInterface.h +12 -0
- hikyuu/include/hikyuu/plugin/interface/HkuExtraPluginInterface.h +0 -14
- hikyuu/include/hikyuu/plugin/interface/plugins.h +3 -1
- hikyuu/include/hikyuu/python/pybind_utils.h +1 -8
- hikyuu/include/hikyuu/strategy/RunSystemInStrategy.h +3 -0
- hikyuu/include/hikyuu/trade_manage/Performance.h +4 -4
- hikyuu/include/hikyuu/trade_manage/TradeManagerBase.h +10 -1
- hikyuu/include/hikyuu/trade_sys/moneymanager/imp/FixedCapitalFundsMM.h +0 -4
- hikyuu/include/hikyuu/trade_sys/multifactor/MultiFactorBase.h +36 -3
- hikyuu/include/hikyuu/trade_sys/multifactor/NormalizeBase.h +125 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/ScoresFilterBase.h +125 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/build_in.h +3 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/buildin_norm.h +36 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/buildin_scfilter.h +51 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/filter/GroupSCFilter.h +24 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/filter/IgnoreLessOrEqualValueSCFilter.h +24 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/filter/IgnoreNanSCFilter.h +24 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/filter/MinAmountPercentSCFilter.h +25 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/filter/PriceSCFilter.h +24 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/filter/TopNSCFilter.h +24 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/imp/EqualWeightMultiFactor.h +1 -1
- hikyuu/include/hikyuu/trade_sys/multifactor/imp/ICIRMultiFactor.h +1 -1
- hikyuu/include/hikyuu/trade_sys/multifactor/imp/ICMultiFactor.h +1 -1
- hikyuu/include/hikyuu/trade_sys/multifactor/imp/WeightMultiFactor.h +1 -1
- hikyuu/include/hikyuu/trade_sys/multifactor/normalize/NormMinMax.h +23 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/normalize/NormQuantile.h +28 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/normalize/NormQuantileUniform.h +28 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/normalize/NormZScore.h +25 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/normalize/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/normalize/quantile_trunc.h +16 -0
- hikyuu/include/hikyuu/trade_sys/portfolio/Portfolio.h +7 -0
- hikyuu/include/hikyuu/trade_sys/portfolio/imp/SimplePortfolio.h +7 -0
- hikyuu/include/hikyuu/trade_sys/portfolio/imp/WithoutAFPortfolio.h +7 -0
- hikyuu/include/hikyuu/trade_sys/selector/SelectorBase.h +49 -0
- hikyuu/include/hikyuu/trade_sys/selector/build_in.h +1 -0
- hikyuu/include/hikyuu/trade_sys/selector/crt/SE_MultiFactor2.h +40 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/MultiFactorSelector.h +0 -3
- hikyuu/include/hikyuu/trade_sys/selector/imp/MultiFactorSelector2.h +49 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/logic/OperatorSelector.h +1 -1
- hikyuu/include/hikyuu/trade_sys/selector/imp/logic/OperatorValueSelector.h +1 -1
- hikyuu/include/hikyuu/trade_sys/signal/imp/BandSignal2.h +0 -4
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/AddValueSignal.h +2 -2
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/DivValueSignal.h +2 -2
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/MulValueSignal.h +2 -2
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/OperatorSignal.h +1 -1
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/OperatorValueSignal.h +4 -4
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/SubValueSignal.h +2 -2
- hikyuu/include/hikyuu/trade_sys/slippage/build_in.h +5 -1
- hikyuu/include/hikyuu/trade_sys/slippage/crt/SP_LogNormal.h +22 -0
- hikyuu/include/hikyuu/trade_sys/slippage/crt/SP_Normal.h +22 -0
- hikyuu/include/hikyuu/trade_sys/slippage/crt/SP_TruncNormal.h +25 -0
- hikyuu/include/hikyuu/trade_sys/slippage/crt/SP_Uniform.h +23 -0
- hikyuu/include/hikyuu/trade_sys/slippage/imp/LogNormalSlippage.h +28 -0
- hikyuu/include/hikyuu/trade_sys/slippage/imp/NormalSlippage.h +28 -0
- hikyuu/include/hikyuu/trade_sys/slippage/imp/TruncNormalSlippage.h +28 -0
- hikyuu/include/hikyuu/trade_sys/slippage/imp/UniformSlippage.h +24 -0
- hikyuu/include/hikyuu/trade_sys/system/System.h +14 -1
- hikyuu/include/hikyuu/utilities/SpendTimer.h +17 -7
- hikyuu/include/hikyuu/utilities/arithmetic.h +55 -0
- hikyuu/include/hikyuu/utilities/db_connect/mysql/MySQLConnect.h +1 -1
- hikyuu/include/hikyuu/utilities/db_connect/mysql/MySQLStatement.h +1 -1
- hikyuu/include/hikyuu/utilities/db_connect/sqlite/SQLiteConnect.h +1 -1
- hikyuu/include/hikyuu/utilities/db_connect/sqlite/SQLiteStatement.h +1 -1
- hikyuu/include/hikyuu/utilities/plugin/PluginLoader.h +4 -1
- hikyuu/include/hikyuu/version.h +5 -5
- hikyuu/matplotlibrc +349 -0
- hikyuu/plugin/libbacktest.dylib +0 -0
- hikyuu/plugin/libclickhousedriver.dylib +0 -0
- hikyuu/plugin/libdataserver.dylib +0 -0
- hikyuu/plugin/libdataserver_parquet.dylib +0 -0
- hikyuu/plugin/libdevice.dylib +0 -0
- hikyuu/plugin/libextind.dylib +0 -0
- hikyuu/plugin/libhkuextra.dylib +0 -0
- hikyuu/plugin/libimport2hdf5.dylib +0 -0
- hikyuu/plugin/libtmreport.dylib +0 -0
- hikyuu/trade_manage/__init__.pyi +599 -579
- hikyuu/trade_manage/broker.pyi +19 -18
- hikyuu/trade_manage/broker_easytrader.pyi +6 -4
- hikyuu/trade_manage/broker_mail.pyi +22 -24
- hikyuu/trade_manage/trade.py +0 -2
- hikyuu/trade_manage/trade.pyi +599 -579
- hikyuu/util/check.pyi +17 -15
- hikyuu/util/mylog.pyi +8 -7
- hikyuu/util/notebook.pyi +9 -11
- hikyuu/util/singleton.pyi +8 -6
- {hikyuu-2.6.8.4.dist-info → hikyuu-2.7.0.4.dist-info}/METADATA +35 -34
- {hikyuu-2.6.8.4.dist-info → hikyuu-2.7.0.4.dist-info}/RECORD +197 -165
- {hikyuu-2.6.8.4.dist-info → hikyuu-2.7.0.4.dist-info}/top_level.txt +2 -2
- hikyuu/data_driver/__init__.py +0 -49
- hikyuu/data_driver/jqdata_data_driver.py +0 -277
- hikyuu/data_driver/pytdx_data_driver.py +0 -292
- hikyuu/fetcher/stock/zh_stock_a_huatai.py +0 -51
- hikyuu/fetcher/stock/zh_stock_a_pytdx.py +0 -129
- hikyuu/gui/data/CollectToMemThread.py +0 -123
- hikyuu/gui/data/CollectToMySQLThread.py +0 -178
- hikyuu/gui/start_huatai_insight.py +0 -510
- hikyuu/include/hikyuu/views/arrow_common.h +0 -38
- hikyuu/include/hikyuu/views/arrow_views.h +0 -117
- hikyuu/tools/update_block_info.py +0 -168
- /hikyuu/include/hikyuu/{views → trade_sys/multifactor/filter}/__init__.py +0 -0
- {hikyuu-2.6.8.4.dist-info → hikyuu-2.7.0.4.dist-info}/WHEEL +0 -0
- {hikyuu-2.6.8.4.dist-info → hikyuu-2.7.0.4.dist-info}/entry_points.txt +0 -0
hikyuu/__init__.pyi
CHANGED
|
@@ -7,567 +7,588 @@ from hikyuu.analysis.analysis import analysis_sys_list
|
|
|
7
7
|
from hikyuu.analysis.analysis import analysis_sys_list_multi
|
|
8
8
|
from hikyuu.analysis.analysis import combinate_ind_analysis
|
|
9
9
|
from hikyuu.analysis.analysis import combinate_ind_analysis_multi
|
|
10
|
-
from hikyuu.cpp.
|
|
11
|
-
from hikyuu.cpp.
|
|
12
|
-
from hikyuu.cpp.
|
|
13
|
-
from hikyuu.cpp.
|
|
14
|
-
from hikyuu.cpp.
|
|
15
|
-
from hikyuu.cpp.
|
|
16
|
-
from hikyuu.cpp.
|
|
17
|
-
from hikyuu.cpp.
|
|
18
|
-
from hikyuu.cpp.
|
|
19
|
-
from 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.
|
|
530
|
-
from hikyuu.cpp.
|
|
531
|
-
from hikyuu.cpp.
|
|
532
|
-
from hikyuu.cpp.
|
|
533
|
-
from hikyuu.cpp.
|
|
534
|
-
from hikyuu.cpp.
|
|
535
|
-
from hikyuu.cpp.
|
|
536
|
-
from hikyuu.cpp.
|
|
537
|
-
from hikyuu.cpp.
|
|
538
|
-
from hikyuu.cpp.
|
|
539
|
-
from hikyuu.cpp.
|
|
540
|
-
from hikyuu.cpp.
|
|
541
|
-
from hikyuu.cpp.
|
|
542
|
-
from hikyuu.cpp.
|
|
543
|
-
from hikyuu.cpp.
|
|
544
|
-
from hikyuu.cpp.
|
|
545
|
-
from hikyuu.cpp.
|
|
546
|
-
from hikyuu.cpp.
|
|
547
|
-
from hikyuu.cpp.
|
|
548
|
-
from hikyuu.cpp.
|
|
549
|
-
from hikyuu.cpp.
|
|
550
|
-
from hikyuu.cpp.
|
|
551
|
-
from hikyuu.cpp.
|
|
552
|
-
from hikyuu.cpp.
|
|
553
|
-
from hikyuu.cpp.
|
|
554
|
-
from hikyuu.cpp.
|
|
555
|
-
from hikyuu.cpp.
|
|
556
|
-
from hikyuu.cpp.
|
|
557
|
-
from hikyuu.cpp.
|
|
558
|
-
from hikyuu.cpp.
|
|
559
|
-
from hikyuu.cpp.
|
|
560
|
-
from hikyuu.cpp.
|
|
561
|
-
from hikyuu.cpp.
|
|
562
|
-
from hikyuu.cpp.
|
|
563
|
-
from hikyuu.cpp.
|
|
564
|
-
from hikyuu.cpp.
|
|
565
|
-
from hikyuu.cpp.
|
|
566
|
-
from hikyuu.cpp.
|
|
567
|
-
from hikyuu.cpp.
|
|
568
|
-
from hikyuu.cpp.
|
|
569
|
-
from hikyuu.cpp.
|
|
570
|
-
from hikyuu.cpp.
|
|
10
|
+
from hikyuu.cpp.core313 import AllocateFundsBase
|
|
11
|
+
from hikyuu.cpp.core313 import BUSINESS
|
|
12
|
+
from hikyuu.cpp.core313 import Block
|
|
13
|
+
from hikyuu.cpp.core313 import BlockInfoDriver
|
|
14
|
+
from hikyuu.cpp.core313 import BorrowRecord
|
|
15
|
+
from hikyuu.cpp.core313 import BrokerPositionRecord
|
|
16
|
+
from hikyuu.cpp.core313 import ConditionBase
|
|
17
|
+
from hikyuu.cpp.core313 import Constant
|
|
18
|
+
from hikyuu.cpp.core313 import CostRecord
|
|
19
|
+
from hikyuu.cpp.core313 import DataDriverFactory
|
|
20
|
+
from hikyuu.cpp.core313 import Datetime
|
|
21
|
+
from hikyuu.cpp.core313 import Datetime as D
|
|
22
|
+
from hikyuu.cpp.core313 import DatetimeList
|
|
23
|
+
from hikyuu.cpp.core313 import EnvironmentBase
|
|
24
|
+
from hikyuu.cpp.core313 import FundsRecord
|
|
25
|
+
from hikyuu.cpp.core313 import HKUException
|
|
26
|
+
from hikyuu.cpp.core313 import IndParam
|
|
27
|
+
from hikyuu.cpp.core313 import Indicator
|
|
28
|
+
from hikyuu.cpp.core313 import IndicatorImp
|
|
29
|
+
from hikyuu.cpp.core313 import KData
|
|
30
|
+
from hikyuu.cpp.core313 import KDataDriver
|
|
31
|
+
from hikyuu.cpp.core313 import KDataToHdf5Importer
|
|
32
|
+
from hikyuu.cpp.core313 import KRecord
|
|
33
|
+
from hikyuu.cpp.core313 import KRecordList
|
|
34
|
+
from hikyuu.cpp.core313 import LOG_LEVEL
|
|
35
|
+
from hikyuu.cpp.core313 import LoanRecord
|
|
36
|
+
from hikyuu.cpp.core313 import MarketInfo
|
|
37
|
+
from hikyuu.cpp.core313 import MoneyManagerBase
|
|
38
|
+
from hikyuu.cpp.core313 import MultiFactorBase
|
|
39
|
+
from hikyuu.cpp.core313 import NormalizeBase
|
|
40
|
+
from hikyuu.cpp.core313 import OrderBrokerBase
|
|
41
|
+
from hikyuu.cpp.core313 import Parameter
|
|
42
|
+
from hikyuu.cpp.core313 import Performance
|
|
43
|
+
from hikyuu.cpp.core313 import Portfolio
|
|
44
|
+
from hikyuu.cpp.core313 import PositionRecord
|
|
45
|
+
from hikyuu.cpp.core313 import PositionRecordList
|
|
46
|
+
from hikyuu.cpp.core313 import ProfitGoalBase
|
|
47
|
+
from hikyuu.cpp.core313 import Query
|
|
48
|
+
from hikyuu.cpp.core313 import Query as Q
|
|
49
|
+
from hikyuu.cpp.core313 import ScoreRecord
|
|
50
|
+
from hikyuu.cpp.core313 import ScoreRecordList
|
|
51
|
+
from hikyuu.cpp.core313 import ScoresFilterBase
|
|
52
|
+
from hikyuu.cpp.core313 import SelectorBase
|
|
53
|
+
from hikyuu.cpp.core313 import SignalBase
|
|
54
|
+
from hikyuu.cpp.core313 import SlippageBase
|
|
55
|
+
from hikyuu.cpp.core313 import SpotRecord
|
|
56
|
+
from hikyuu.cpp.core313 import Stock
|
|
57
|
+
from hikyuu.cpp.core313 import StockManager
|
|
58
|
+
from hikyuu.cpp.core313 import StockTypeInfo
|
|
59
|
+
from hikyuu.cpp.core313 import StockWeight
|
|
60
|
+
from hikyuu.cpp.core313 import StockWeightList
|
|
61
|
+
from hikyuu.cpp.core313 import StoplossBase
|
|
62
|
+
from hikyuu.cpp.core313 import Strategy
|
|
63
|
+
from hikyuu.cpp.core313 import StrategyContext
|
|
64
|
+
from hikyuu.cpp.core313 import System
|
|
65
|
+
from hikyuu.cpp.core313 import SystemPart
|
|
66
|
+
from hikyuu.cpp.core313 import SystemWeight
|
|
67
|
+
from hikyuu.cpp.core313 import SystemWeightList
|
|
68
|
+
from hikyuu.cpp.core313 import TimeDelta
|
|
69
|
+
from hikyuu.cpp.core313 import TimeLineList
|
|
70
|
+
from hikyuu.cpp.core313 import TimeLineRecord
|
|
71
|
+
from hikyuu.cpp.core313 import TradeCostBase
|
|
72
|
+
from hikyuu.cpp.core313 import TradeManager
|
|
73
|
+
from hikyuu.cpp.core313 import TradeRecord
|
|
74
|
+
from hikyuu.cpp.core313 import TradeRecordList
|
|
75
|
+
from hikyuu.cpp.core313 import TradeRequest
|
|
76
|
+
from hikyuu.cpp.core313 import TransList
|
|
77
|
+
from hikyuu.cpp.core313 import TransRecord
|
|
78
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ABS
|
|
79
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ACOS
|
|
80
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AD
|
|
81
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ADVANCE
|
|
82
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AF_EqualWeight
|
|
83
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AF_FixedWeight
|
|
84
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AF_FixedWeightList
|
|
85
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AF_MultiFactor
|
|
86
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_COUNT
|
|
87
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_FUNC
|
|
88
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_MAD
|
|
89
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_MAX
|
|
90
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_MEAN
|
|
91
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_MEDIAN
|
|
92
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_MIN
|
|
93
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_PROD
|
|
94
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_QUANTILE
|
|
95
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_STD
|
|
96
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_SUM
|
|
97
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_VAR
|
|
98
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ALIGN
|
|
99
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AMA
|
|
100
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ASIN
|
|
101
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ATAN
|
|
102
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ATR
|
|
103
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AVEDEV
|
|
104
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import BACKSET
|
|
105
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import BARSCOUNT
|
|
106
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import BARSLAST
|
|
107
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import BARSLASTCOUNT
|
|
108
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import BARSSINCE
|
|
109
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import BARSSINCEN
|
|
110
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import BETWEEN
|
|
111
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import BLOCKSETNUM
|
|
112
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import CEILING
|
|
113
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import CN_Bool
|
|
114
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import CN_OPLine
|
|
115
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import CONTEXT
|
|
116
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import CONTEXT_K
|
|
117
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import CORR
|
|
118
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import COS
|
|
119
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import COST
|
|
120
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import COUNT
|
|
121
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import CROSS
|
|
122
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import CVAL
|
|
123
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import CYCLE
|
|
124
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import C_AMO
|
|
125
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import C_CLOSE
|
|
126
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import C_HIGH
|
|
127
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import C_KDATA
|
|
128
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import C_LOW
|
|
129
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import C_OPEN
|
|
130
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import C_VOL
|
|
131
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import DATE
|
|
132
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import DAY
|
|
133
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import DECLINE
|
|
134
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import DEVSQ
|
|
135
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import DIFF
|
|
136
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import DISCARD
|
|
137
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import DMA
|
|
138
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import DOWNNDAY
|
|
139
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import DROPNA
|
|
140
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import Days
|
|
141
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import EMA
|
|
142
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import EVERY
|
|
143
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import EV_Bool
|
|
144
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import EV_TwoLine
|
|
145
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import EXIST
|
|
146
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import EXP
|
|
147
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import FILTER
|
|
148
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import FINANCE
|
|
149
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import FLOOR
|
|
150
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import GROUP_COUNT
|
|
151
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import GROUP_FUNC
|
|
152
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import GROUP_MAX
|
|
153
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import GROUP_MEAN
|
|
154
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import GROUP_MIN
|
|
155
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import GROUP_PROD
|
|
156
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import GROUP_SUM
|
|
157
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import HHV
|
|
158
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import HHVBARS
|
|
159
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import HOUR
|
|
160
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import HSL
|
|
161
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import Hours
|
|
162
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import IC
|
|
163
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ICIR
|
|
164
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import IF
|
|
165
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import INBLOCK
|
|
166
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import INDEXA
|
|
167
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import INDEXADV
|
|
168
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import INDEXC
|
|
169
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import INDEXDEC
|
|
170
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import INDEXH
|
|
171
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import INDEXL
|
|
172
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import INDEXO
|
|
173
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import INDEXV
|
|
174
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import INSUM
|
|
175
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import INTPART
|
|
176
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import IR
|
|
177
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ISINF
|
|
178
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ISINFA
|
|
179
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ISLASTBAR
|
|
180
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ISNA
|
|
181
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import JUMPDOWN
|
|
182
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import JUMPUP
|
|
183
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import KALMAN
|
|
184
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import KDATA_PART
|
|
185
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import LAST
|
|
186
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import LASTVALUE as CONST
|
|
187
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import LASTVALUE
|
|
188
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import LIUTONGPAN
|
|
189
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import LIUTONGPAN as CAPITAL
|
|
190
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import LLV
|
|
191
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import LLVBARS
|
|
192
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import LN
|
|
193
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import LOG
|
|
194
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import LONGCROSS
|
|
195
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MA
|
|
196
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MACD
|
|
197
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MAX
|
|
198
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MDD
|
|
199
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MF_EqualWeight
|
|
200
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MF_ICIRWeight
|
|
201
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MF_ICWeight
|
|
202
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MF_Weight
|
|
203
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MIN
|
|
204
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MINUTE
|
|
205
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MM_FixedCapital
|
|
206
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MM_FixedCapitalFunds
|
|
207
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MM_FixedCount
|
|
208
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MM_FixedCountTps
|
|
209
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MM_FixedPercent
|
|
210
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MM_FixedRisk
|
|
211
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MM_FixedUnits
|
|
212
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MM_Nothing
|
|
213
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MM_WilliamsFixedRisk
|
|
214
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MOD
|
|
215
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MONTH
|
|
216
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MRR
|
|
217
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import Microseconds
|
|
218
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import Milliseconds
|
|
219
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import Minutes
|
|
220
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import NDAY
|
|
221
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import NORM_MinMax
|
|
222
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import NORM_NOTHING
|
|
223
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import NORM_Quantile
|
|
224
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import NORM_Quantile_Uniform
|
|
225
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import NORM_Zscore
|
|
226
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import NOT
|
|
227
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import PF_Simple
|
|
228
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import PF_WithoutAF
|
|
229
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import PG_FixedHoldDays
|
|
230
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import PG_FixedPercent
|
|
231
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import PG_NoGoal
|
|
232
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import POS
|
|
233
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import POW
|
|
234
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import PRICELIST
|
|
235
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import PRICELIST as VALUE
|
|
236
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import QUANTILE_TRUNC
|
|
237
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import RANK
|
|
238
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import RECOVER_BACKWARD
|
|
239
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import RECOVER_EQUAL_BACKWARD
|
|
240
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import RECOVER_EQUAL_FORWARD
|
|
241
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import RECOVER_FORWARD
|
|
242
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import REF
|
|
243
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import REFX
|
|
244
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import REPLACE
|
|
245
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import RESULT
|
|
246
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import REVERSE
|
|
247
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ROC
|
|
248
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ROCP
|
|
249
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ROCR
|
|
250
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ROCR100
|
|
251
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ROUND
|
|
252
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ROUNDDOWN
|
|
253
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ROUNDUP
|
|
254
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import RSI
|
|
255
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SAFTYLOSS
|
|
256
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SCFilter_AmountLimit
|
|
257
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SCFilter_Group
|
|
258
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SCFilter_IgnoreNan
|
|
259
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SCFilter_LessOrEqualValue
|
|
260
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SCFilter_Price
|
|
261
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SCFilter_TopN
|
|
262
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SE_EvaluateOptimal
|
|
263
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SE_Fixed
|
|
264
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SE_MaxFundsOptimal
|
|
265
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SE_MultiFactor
|
|
266
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SE_MultiFactor2
|
|
267
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SE_PerformanceOptimal
|
|
268
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SE_Signal
|
|
269
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SGN
|
|
270
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Add
|
|
271
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_AllwaysBuy
|
|
272
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_And
|
|
273
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Band
|
|
274
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Bool
|
|
275
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Buy
|
|
276
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Cross
|
|
277
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_CrossGold
|
|
278
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Cycle
|
|
279
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Div
|
|
280
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Flex
|
|
281
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Mul
|
|
282
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_OneSide
|
|
283
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Or
|
|
284
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Sell
|
|
285
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Single
|
|
286
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Single2
|
|
287
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Sub
|
|
288
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SIN
|
|
289
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SLICE
|
|
290
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SLOPE
|
|
291
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SMA
|
|
292
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SPEARMAN
|
|
293
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_FixedPercent
|
|
294
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_FixedValue
|
|
295
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_LogNormal
|
|
296
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_Normal
|
|
297
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_TruncNormal
|
|
298
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_Uniform
|
|
299
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SQRT
|
|
300
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDEV
|
|
301
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDEV as STD
|
|
302
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDP
|
|
303
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ST_FixedPercent
|
|
304
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ST_Indicator
|
|
305
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ST_Saftyloss
|
|
306
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SUM
|
|
307
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SUMBARS
|
|
308
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SYS_Simple
|
|
309
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SYS_WalkForward
|
|
310
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import Seconds
|
|
311
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TAN
|
|
312
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ACCBANDS
|
|
313
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ACOS
|
|
314
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_AD
|
|
315
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ADD
|
|
316
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ADOSC
|
|
317
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ADX
|
|
318
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ADXR
|
|
319
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_APO
|
|
320
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_AROON
|
|
321
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_AROONOSC
|
|
322
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ASIN
|
|
323
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ATAN
|
|
324
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ATR
|
|
325
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_AVGDEV
|
|
326
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_AVGPRICE
|
|
327
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_BBANDS
|
|
328
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_BETA
|
|
329
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_BOP
|
|
330
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CCI
|
|
331
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDL2CROWS
|
|
332
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDL3BLACKCROWS
|
|
333
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDL3INSIDE
|
|
334
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDL3LINESTRIKE
|
|
335
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDL3OUTSIDE
|
|
336
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDL3STARSINSOUTH
|
|
337
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDL3WHITESOLDIERS
|
|
338
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLABANDONEDBABY
|
|
339
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLADVANCEBLOCK
|
|
340
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLBELTHOLD
|
|
341
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLBREAKAWAY
|
|
342
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLCLOSINGMARUBOZU
|
|
343
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLCONCEALBABYSWALL
|
|
344
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLCOUNTERATTACK
|
|
345
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLDARKCLOUDCOVER
|
|
346
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLDOJI
|
|
347
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLDOJISTAR
|
|
348
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLDRAGONFLYDOJI
|
|
349
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLENGULFING
|
|
350
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLEVENINGDOJISTAR
|
|
351
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLEVENINGSTAR
|
|
352
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLGAPSIDESIDEWHITE
|
|
353
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLGRAVESTONEDOJI
|
|
354
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLHAMMER
|
|
355
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLHANGINGMAN
|
|
356
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLHARAMI
|
|
357
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLHARAMICROSS
|
|
358
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLHIGHWAVE
|
|
359
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLHIKKAKE
|
|
360
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLHIKKAKEMOD
|
|
361
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLHOMINGPIGEON
|
|
362
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLIDENTICAL3CROWS
|
|
363
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLINNECK
|
|
364
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLINVERTEDHAMMER
|
|
365
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLKICKING
|
|
366
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLKICKINGBYLENGTH
|
|
367
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLLADDERBOTTOM
|
|
368
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLLONGLEGGEDDOJI
|
|
369
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLLONGLINE
|
|
370
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLMARUBOZU
|
|
371
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLMATCHINGLOW
|
|
372
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLMATHOLD
|
|
373
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLMORNINGDOJISTAR
|
|
374
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLMORNINGSTAR
|
|
375
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLONNECK
|
|
376
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLPIERCING
|
|
377
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLRICKSHAWMAN
|
|
378
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLRISEFALL3METHODS
|
|
379
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLSEPARATINGLINES
|
|
380
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLSHOOTINGSTAR
|
|
381
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLSHORTLINE
|
|
382
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLSPINNINGTOP
|
|
383
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLSTALLEDPATTERN
|
|
384
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLSTICKSANDWICH
|
|
385
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLTAKURI
|
|
386
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLTASUKIGAP
|
|
387
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLTHRUSTING
|
|
388
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLTRISTAR
|
|
389
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLUNIQUE3RIVER
|
|
390
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLUPSIDEGAP2CROWS
|
|
391
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLXSIDEGAP3METHODS
|
|
392
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CEIL
|
|
393
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CMO
|
|
394
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CORREL
|
|
395
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_COS
|
|
396
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_COSH
|
|
397
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_DEMA
|
|
398
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_DIV
|
|
399
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_DX
|
|
400
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_EMA
|
|
401
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_EXP
|
|
402
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_FLOOR
|
|
403
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_HT_DCPERIOD
|
|
404
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_HT_DCPHASE
|
|
405
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_HT_PHASOR
|
|
406
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_HT_SINE
|
|
407
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_HT_TRENDLINE
|
|
408
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_HT_TRENDMODE
|
|
409
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_IMI
|
|
410
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_KAMA
|
|
411
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_LINEARREG
|
|
412
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_LINEARREG_ANGLE
|
|
413
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_LINEARREG_INTERCEPT
|
|
414
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_LINEARREG_SLOPE
|
|
415
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_LN
|
|
416
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_LOG10
|
|
417
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MA
|
|
418
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MACD
|
|
419
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MACDEXT
|
|
420
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MACDFIX
|
|
421
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MAMA
|
|
422
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MAVP
|
|
423
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MAX
|
|
424
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MAXINDEX
|
|
425
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MEDPRICE
|
|
426
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MFI
|
|
427
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MIDPOINT
|
|
428
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MIDPRICE
|
|
429
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MIN
|
|
430
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MININDEX
|
|
431
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MINMAX
|
|
432
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MINMAXINDEX
|
|
433
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MINUS_DI
|
|
434
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MINUS_DM
|
|
435
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MOM
|
|
436
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MULT
|
|
437
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_NATR
|
|
438
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_OBV
|
|
439
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_PLUS_DI
|
|
440
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_PLUS_DM
|
|
441
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_PPO
|
|
442
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ROC
|
|
443
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ROCP
|
|
444
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ROCR
|
|
445
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ROCR100
|
|
446
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_RSI
|
|
447
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_SAR
|
|
448
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_SAREXT
|
|
449
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_SIN
|
|
450
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_SINH
|
|
451
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_SMA
|
|
452
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_SQRT
|
|
453
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_STDDEV
|
|
454
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_STOCH
|
|
455
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_STOCHF
|
|
456
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_STOCHRSI
|
|
457
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_SUB
|
|
458
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_SUM
|
|
459
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_T3
|
|
460
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_TAN
|
|
461
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_TANH
|
|
462
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_TEMA
|
|
463
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_TRANGE
|
|
464
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_TRIMA
|
|
465
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_TRIX
|
|
466
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_TSF
|
|
467
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_TYPPRICE
|
|
468
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ULTOSC
|
|
469
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_VAR
|
|
470
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_WCLPRICE
|
|
471
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_WILLR
|
|
472
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_WMA
|
|
473
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TC_FixedA
|
|
474
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TC_FixedA2015
|
|
475
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TC_FixedA2017
|
|
476
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TC_TestStub
|
|
477
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TC_Zero
|
|
478
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TIME
|
|
479
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TIMELINE
|
|
480
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TIMELINEVOL
|
|
481
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TR
|
|
482
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TURNOVER
|
|
483
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import UPNDAY
|
|
484
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import UTCOffset
|
|
485
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import VAR
|
|
486
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import VARP
|
|
487
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import VIGOR
|
|
488
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WEAVE
|
|
489
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WEEK
|
|
490
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WINNER
|
|
491
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHDAY
|
|
492
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHHALFYEAR
|
|
493
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHHOUR
|
|
494
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHHOUR2
|
|
495
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHHOUR4
|
|
496
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHKTYPE
|
|
497
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHMIN
|
|
498
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHMIN15
|
|
499
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHMIN30
|
|
500
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHMIN5
|
|
501
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHMIN60
|
|
502
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHMONTH
|
|
503
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHQUARTER
|
|
504
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHWEEK
|
|
505
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHYEAR
|
|
506
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WMA
|
|
507
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import YEAR
|
|
508
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ZHBOND10
|
|
509
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ZONGGUBEN
|
|
510
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ZSCORE
|
|
511
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import __init__ as old_Query_init
|
|
512
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import active_device
|
|
513
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import backtest
|
|
514
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import batch_calculate_inds
|
|
515
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import bind_email
|
|
516
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import can_upgrade
|
|
517
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import close_ostream_to_python
|
|
518
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import close_spend_time
|
|
519
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import combinate_ind
|
|
520
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import combinate_index
|
|
521
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import crtBrokerTM
|
|
522
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import crtSEOptimal
|
|
523
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import crtTM
|
|
524
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import crt_pf_strategy
|
|
525
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import crt_sys_strategy
|
|
526
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import dates_to_np
|
|
527
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import df_to_krecords
|
|
528
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import fetch_trial_license
|
|
529
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import find_optimal_system
|
|
530
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import find_optimal_system_multi
|
|
531
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_block
|
|
532
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_business_name
|
|
533
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_data_from_buffer_server
|
|
534
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_date_range
|
|
535
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_expire_date
|
|
536
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_funds_list
|
|
537
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_kdata
|
|
538
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_last_version
|
|
539
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_log_level
|
|
540
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_spot_from_buffer_server
|
|
541
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_stock
|
|
542
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_system_part_enum
|
|
543
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_system_part_name
|
|
544
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_version
|
|
545
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_version_git
|
|
546
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_version_with_build
|
|
547
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import hikyuu_init
|
|
548
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import inner_analysis_sys_list
|
|
549
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import inner_combinate_ind_analysis
|
|
550
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import inner_combinate_ind_analysis_with_block
|
|
551
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import is_valid_license
|
|
552
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import isinf
|
|
553
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import isnan
|
|
554
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import krecords_to_df
|
|
555
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import krecords_to_np
|
|
556
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import open_ostream_to_python
|
|
557
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import open_spend_time
|
|
558
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import parallel_run_pf
|
|
559
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import parallel_run_sys
|
|
560
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import positions_to_df
|
|
561
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import positions_to_np
|
|
562
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import register_extra_ktype
|
|
563
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import release_extra_ktype
|
|
564
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import remove_license
|
|
565
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import roundDown
|
|
566
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import roundEx
|
|
567
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import roundUp
|
|
568
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import run_in_strategy
|
|
569
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import scorerecords_to_df
|
|
570
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import scorerecords_to_np
|
|
571
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import set_log_level
|
|
572
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import set_python_in_interactive
|
|
573
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import set_python_in_jupyter
|
|
574
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import spot_agent_is_connected
|
|
575
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import spot_agent_is_running
|
|
576
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import start_data_server
|
|
577
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import start_spot_agent
|
|
578
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import stop_data_server
|
|
579
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import stop_spot_agent
|
|
580
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import systemweights_to_df
|
|
581
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import systemweights_to_np
|
|
582
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import timeline_to_df
|
|
583
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import timeline_to_np
|
|
584
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import toPriceList
|
|
585
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import trades_to_df
|
|
586
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import trades_to_np
|
|
587
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import translist_to_df
|
|
588
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import translist_to_np
|
|
589
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import view_license
|
|
590
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import weights_to_df
|
|
591
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import weights_to_np
|
|
571
592
|
from hikyuu.draw.drawplot import adjust_axes_show
|
|
572
593
|
from hikyuu.draw.drawplot import ax_draw_macd
|
|
573
594
|
from hikyuu.draw.drawplot import ax_draw_macd2
|
|
@@ -617,8 +638,8 @@ from hikyuu.hub import get_part_info
|
|
|
617
638
|
from hikyuu.hub import get_part_list
|
|
618
639
|
from hikyuu.hub import get_part_module
|
|
619
640
|
from hikyuu.hub import get_part_name_list
|
|
620
|
-
from hikyuu.hub import print_part_info as help_part
|
|
621
641
|
from hikyuu.hub import print_part_info
|
|
642
|
+
from hikyuu.hub import print_part_info as help_part
|
|
622
643
|
from hikyuu.hub import remove_hub
|
|
623
644
|
from hikyuu.hub import search_part
|
|
624
645
|
from hikyuu.hub import update_hub
|
|
@@ -663,8 +684,8 @@ from hikyuu.util.mylog import add_class_logger_handler
|
|
|
663
684
|
from hikyuu.util.mylog import capture_multiprocess_all_logger
|
|
664
685
|
from hikyuu.util.mylog import class_logger
|
|
665
686
|
from hikyuu.util.mylog import hku_benchmark
|
|
666
|
-
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
667
687
|
from hikyuu.util.mylog import hku_debug
|
|
688
|
+
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
668
689
|
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
669
690
|
from hikyuu.util.mylog import hku_debug_if
|
|
670
691
|
from hikyuu.util.mylog import hku_error
|
|
@@ -681,17 +702,18 @@ from hikyuu.util.mylog import with_trace
|
|
|
681
702
|
from hikyuu.util.notebook import in_interactive_session
|
|
682
703
|
from hikyuu.util.notebook import in_ipython_frontend
|
|
683
704
|
from hikyuu.util.timeout import timeout
|
|
705
|
+
import hikyuu_plugin as hikyuu_plugin
|
|
684
706
|
import io as io
|
|
685
707
|
import locale as locale
|
|
686
708
|
import logging
|
|
687
709
|
import numpy as np
|
|
688
710
|
import os as os
|
|
689
711
|
import pandas as pd
|
|
690
|
-
from pathlib import Path
|
|
712
|
+
from pathlib._local import Path
|
|
691
713
|
import pickle as pickle
|
|
692
|
-
import pyarrow as pa
|
|
693
714
|
import sys as sys
|
|
694
715
|
import traceback as traceback
|
|
716
|
+
import typing
|
|
695
717
|
from . import analysis
|
|
696
718
|
from . import core
|
|
697
719
|
from . import cpp
|
|
@@ -700,8 +722,10 @@ from . import extend
|
|
|
700
722
|
from . import hub
|
|
701
723
|
from . import trade_manage
|
|
702
724
|
from . import util
|
|
703
|
-
__all__ = ['A', 'ABS', 'ACOS', 'AD', 'ADVANCE', 'AF_EqualWeight', 'AF_FixedWeight', 'AF_FixedWeightList', 'AF_MultiFactor', 'AGG_COUNT', 'AGG_MAD', 'AGG_MAX', 'AGG_MEAN', 'AGG_MEDIAN', 'AGG_MIN', 'AGG_PROD', 'AGG_QUANTILE', 'AGG_STD', 'AGG_SUM', 'AGG_VAR', 'ALIGN', 'AMA', 'AMO', 'ASIN', 'ATAN', 'ATR', 'AVEDEV', 'AllocateFundsBase', 'BACKSET', 'BARSCOUNT', 'BARSLAST', 'BARSLASTCOUNT', 'BARSSINCE', 'BARSSINCEN', 'BASE_DIR', 'BETWEEN', 'BLOCKSETNUM', 'BUSINESS', 'Block', 'BlockInfoDriver', 'BorrowRecord', 'BrokerPositionRecord', 'C', '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', 'D', 'DATE', 'DAY', 'DEBUG', 'DECLINE', 'DEVSQ', 'DIFF', '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', 'FundsRecord', 'H', 'HHV', 'HHVBARS', 'HIGH', 'HKUCheckError', 'HKUException', 'HOUR', 'HSL', 'Hours', 'IC', 'ICIR', 'IF', 'INBLOCK', 'INDEXA', 'INDEXADV', 'INDEXC', 'INDEXDEC', 'INDEXH', 'INDEXL', 'INDEXO', 'INDEXV', 'INFO', 'INSUM', 'INTPART', 'IR', 'ISINF', 'ISINFA', 'ISLASTBAR', 'ISNA', 'IndParam', 'Indicator', 'IndicatorImp', 'JUMPDOWN', 'JUMPUP', 'K', 'KALMAN', 'KDATA', 'KDATA_PART', 'KDJ', 'KData', 'KDataDriver', 'KDataToHdf5Importer', 'KRecord', 'KRecordList', 'L', 'LAST', 'LASTVALUE', 'LIUTONGPAN', 'LLV', 'LLVBARS', 'LN', 'LOG', 'LOG_LEVEL', 'LONGCROSS', 'LOW', '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', 'O', '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', 'PositionRecord', 'PositionRecordList', 'ProfitGoalBase', 'Q', 'Query', 'RANK', 'RECOVER_BACKWARD', 'RECOVER_EQUAL_BACKWARD', 'RECOVER_EQUAL_FORWARD', 'RECOVER_FORWARD', 'REF', 'REFX', 'REPLACE', 'RESULT', 'REVERSE', 'RGB', 'ROC', 'ROCP', 'ROCR', 'ROCR100', 'ROUND', 'ROUNDDOWN', 'ROUNDUP', 'RSI', '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', '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', 'TIME', 'TIMELINE', 'TIMELINEVOL', 'TR', 'TRACE', 'TURNOVER', 'TestOrderBroker', 'TimeDelta', 'TimeDelta_timedelta', 'TimeLineList', 'TimeLineRecord', 'TradeCostBase', 'TradeManager', 'TradeRecord', 'TradeRecordList', 'TradeRequest', 'TransList', 'TransRecord', 'UPNDAY', 'UTCOffset', 'V', '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', 'atexit', 'ax_draw_macd', 'ax_draw_macd2', 'ax_set_locator_formatter', 'backtest', 'batch_calculate_inds', 'blocka', 'blockbj', 'blockg', 'blocksh', 'blockstart', 'blocksz', 'blockzxb', 'broker', 'broker_easytrader', 'broker_mail', 'build_hub', 'can_upgrade', 'capture_multiprocess_all_logger', 'class_logger', 'close_ostream_to_python', 'close_spend_time', 'combinate_ind', 'combinate_ind_analysis', 'combinate_ind_analysis_multi', 'combinate_index', 'concat_to_df', 'constant', 'core', 'cpp', 'create_figure', 'crtAF', 'crtBrokerTM', 'crtCN', 'crtEV', 'crtMF', 'crtMM', 'crtOB', 'crtPG', 'crtSE', 'crtSEOptimal', 'crtSG', 'crtSP', 'crtST', 'crtTM', 'crt_pf_strategy', 'crt_sys_strategy', 'current_path', 'date', 'dates_to_np', 'dates_to_pa', 'datetime', 'df_to_ind', 'df_to_krecords', 'dll_directory', 'draw', 'el', 'extend', 'fetch_trial_license', 'find_optimal_system', 'find_optimal_system_multi', 'gca', 'gcf', 'get_block', 'get_business_name', 'get_current_draw_engine', 'get_current_hub', 'get_data_from_buffer_server', 'get_date_range', 'get_global_context', 'get_hub_name_list', 'get_hub_path', 'get_inds_view', 'get_inds_view_pyarrow', 'get_kdata', 'get_last_version', 'get_log_level', 'get_market_view', 'get_market_view_pyarrow', '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_cleanup', 'hku_debug', 'hku_debug_if', 'hku_error', 'hku_error_if', 'hku_fatal', 'hku_fatal_if', 'hku_info', 'hku_info_if', 'hku_load', 'hku_logger', 'hku_run_ignore_exception', 'hku_save', 'hku_to_async', 'hku_trace', 'hku_trace_if', 'hku_warn', 'hku_warn_if', 'hub', 'in_interactive_session', 'in_ipython_frontend', 'indicator', 'inner_analysis_sys_list', 'inner_combinate_ind_analysis', 'inner_combinate_ind_analysis_with_block', 'io', 'iodog', 'is_valid_license', 'isinf', 'isnan', 'kf', 'krecords_to_df', 'krecords_to_np', 'krecords_to_pa', 'load_hikyuu', 'locale', 'new_Query_init', 'new_path', 'np', 'old_Query_init', 'open_ostream_to_python', 'open_spend_time', 'os', 'pa', 'part_clone', 'part_init', 'part_iter', 'pd', 'pickle', 'plugin_path', 'positions_to_df', 'positions_to_np', 'positions_to_pa', 'print_part_info', 'pyind', 'realtime_update_inner', 'realtime_update_wrap', 'register_extra_ktype', 'release_extra_ktype', 'remove_hub', 'remove_license', 'roundDown', 'roundEx', 'roundUp', 'run_in_strategy', 'scorerecords_to_df', 'scorerecords_to_np', 'search_part', 'select', 'select2', 'set_global_context', 'set_log_level', 'set_my_logger_file', 'set_python_in_interactive', 'set_python_in_jupyter', 'show_gcf', 'sm', 'spend_time', 'spot_agent_is_connected', 'spot_agent_is_running', 'start_data_server', 'start_spot_agent', 'stop_data_server', 'stop_spot_agent', 'sys', 'systemweights_to_df', 'systemweights_to_np', 'timedelta', 'timeline_to_df', 'timeline_to_np', 'timeline_to_pa', 'timeout', 'toPriceList', 'traceback', 'trade', 'trade_manage', 'trade_sys', 'trades_to_df', 'trades_to_np', 'trades_to_pa', 'translist_to_df', 'translist_to_np', 'translist_to_pa', 'update_hub', 'use_draw_engine', 'util', 'view_license', 'vl', 'weights_to_df', 'weights_to_np', 'weights_to_pa', 'with_trace', 'zsbk_a', 'zsbk_bj', 'zsbk_cyb', 'zsbk_hs300', 'zsbk_sh', 'zsbk_sh180', 'zsbk_sh50', 'zsbk_sz', 'zsbk_zxb', 'zsbk_zz100']
|
|
725
|
+
__all__ = ['A', 'ABS', 'ACOS', 'AD', 'ADVANCE', 'AF_EqualWeight', 'AF_FixedWeight', 'AF_FixedWeightList', 'AF_MultiFactor', 'AGG_COUNT', 'AGG_FUNC', 'AGG_MAD', 'AGG_MAX', 'AGG_MEAN', 'AGG_MEDIAN', 'AGG_MIN', 'AGG_PROD', 'AGG_QUANTILE', 'AGG_STD', 'AGG_SUM', 'AGG_VAR', 'ALIGN', 'AMA', 'AMO', 'ASIN', 'ATAN', 'ATR', 'AVEDEV', 'AllocateFundsBase', 'BACKSET', 'BARSCOUNT', 'BARSLAST', 'BARSLASTCOUNT', 'BARSSINCE', 'BARSSINCEN', 'BASE_DIR', 'BETWEEN', 'BLOCKSETNUM', 'BUSINESS', 'Block', 'BlockInfoDriver', 'BorrowRecord', 'BrokerPositionRecord', 'C', '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', 'D', 'DATE', 'DAY', 'DEBUG', 'DECLINE', 'DEVSQ', 'DIFF', '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', 'FundsRecord', 'GROUP_COUNT', 'GROUP_FUNC', 'GROUP_MAX', 'GROUP_MEAN', 'GROUP_MIN', 'GROUP_PROD', 'GROUP_SUM', 'H', 'HHV', 'HHVBARS', 'HIGH', 'HKUCheckError', 'HKUException', 'HOUR', 'HSL', 'Hours', 'IC', 'ICIR', 'IF', 'INBLOCK', 'INDEXA', 'INDEXADV', 'INDEXC', 'INDEXDEC', 'INDEXH', 'INDEXL', 'INDEXO', 'INDEXV', 'INFO', 'INSUM', 'INTPART', 'IR', 'ISINF', 'ISINFA', 'ISLASTBAR', 'ISNA', 'IndParam', 'Indicator', 'IndicatorImp', 'JUMPDOWN', 'JUMPUP', 'K', 'KALMAN', 'KDATA', 'KDATA_PART', 'KDJ', 'KData', 'KDataDriver', 'KDataToHdf5Importer', 'KRecord', 'KRecordList', 'L', 'LAST', 'LASTVALUE', 'LIUTONGPAN', 'LLV', 'LLVBARS', 'LN', 'LOG', 'LOG_LEVEL', 'LONGCROSS', 'LOW', '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', 'NORM_MinMax', 'NORM_NOTHING', 'NORM_Quantile', 'NORM_Quantile_Uniform', 'NORM_Zscore', 'NOT', 'NormalizeBase', 'O', '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', 'PositionRecord', 'PositionRecordList', 'ProfitGoalBase', 'Q', 'QUANTILE_TRUNC', 'Query', 'RANK', 'RECOVER_BACKWARD', 'RECOVER_EQUAL_BACKWARD', 'RECOVER_EQUAL_FORWARD', 'RECOVER_FORWARD', 'REF', 'REFX', 'REPLACE', 'RESULT', 'REVERSE', 'RGB', 'ROC', 'ROCP', 'ROCR', 'ROCR100', 'ROUND', 'ROUNDDOWN', 'ROUNDUP', 'RSI', 'SAFTYLOSS', 'SCFilter_AmountLimit', 'SCFilter_Group', 'SCFilter_IgnoreNan', 'SCFilter_LessOrEqualValue', 'SCFilter_Price', 'SCFilter_TopN', 'SE_EvaluateOptimal', 'SE_Fixed', 'SE_MaxFundsOptimal', 'SE_MultiFactor', 'SE_MultiFactor2', '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', 'SP_LogNormal', 'SP_Normal', 'SP_TruncNormal', 'SP_Uniform', 'SQRT', 'STD', 'STDEV', 'STDP', 'STICKLINE', 'ST_FixedPercent', 'ST_Indicator', 'ST_Saftyloss', 'SUM', 'SUMBARS', 'SYS_Simple', 'SYS_WalkForward', 'ScoreRecord', 'ScoreRecordList', 'ScoresFilterBase', 'Seconds', 'SelectorBase', 'SignalBase', 'SlippageBase', 'SpotRecord', 'Stock', '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', 'TIME', 'TIMELINE', 'TIMELINEVOL', 'TR', 'TRACE', 'TURNOVER', 'TestOrderBroker', 'TimeDelta', 'TimeDelta_timedelta', 'TimeLineList', 'TimeLineRecord', 'TradeCostBase', 'TradeManager', 'TradeRecord', 'TradeRecordList', 'TradeRequest', 'TransList', 'TransRecord', 'UPNDAY', 'UTCOffset', 'V', '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', 'atexit', 'ax_draw_macd', 'ax_draw_macd2', 'ax_set_locator_formatter', 'backtest', 'batch_calculate_inds', 'bind_email', 'blocka', 'blockbj', 'blockg', 'blocksh', 'blockstart', 'blocksz', 'blockzxb', 'broker', 'broker_easytrader', 'broker_mail', 'build_hub', 'can_upgrade', 'capture_multiprocess_all_logger', 'class_logger', 'close_ostream_to_python', 'close_spend_time', 'combinate_ind', 'combinate_ind_analysis', 'combinate_ind_analysis_multi', 'combinate_index', 'concat_to_df', 'constant', 'core', 'cpp', 'create_figure', 'crtAF', 'crtBrokerTM', 'crtCN', 'crtEV', 'crtMF', 'crtMM', 'crtOB', 'crtPG', 'crtSE', 'crtSEOptimal', 'crtSG', 'crtSP', 'crtST', 'crtTM', 'crt_pf_strategy', 'crt_sys_strategy', 'current_path', 'date', 'dates_to_np', 'datetime', 'df_to_ind', 'df_to_krecords', 'dll_directory', 'draw', 'el', 'extend', 'fetch_trial_license', 'find_optimal_system', 'find_optimal_system_multi', 'gca', 'gcf', 'get_block', 'get_business_name', 'get_current_draw_engine', 'get_current_hub', 'get_data_from_buffer_server', 'get_date_range', 'get_expire_date', 'get_funds_list', 'get_global_context', 'get_hub_name_list', 'get_hub_path', 'get_kdata', 'get_last_version', 'get_log_level', 'get_major_version', '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', 'hikyuu_major_version', 'hikyuu_plugin', 'hku_benchmark', 'hku_catch', 'hku_check', 'hku_check_ignore', 'hku_check_throw', 'hku_cleanup', 'hku_debug', 'hku_debug_if', 'hku_error', 'hku_error_if', 'hku_fatal', 'hku_fatal_if', 'hku_info', 'hku_info_if', 'hku_load', 'hku_logger', 'hku_run_ignore_exception', 'hku_save', 'hku_to_async', 'hku_trace', 'hku_trace_if', 'hku_warn', 'hku_warn_if', 'hub', 'in_interactive_session', 'in_ipython_frontend', 'indicator', 'inner_analysis_sys_list', 'inner_combinate_ind_analysis', 'inner_combinate_ind_analysis_with_block', 'io', 'iodog', 'is_valid_license', 'isinf', 'isnan', 'kf', 'krecords_to_df', 'krecords_to_np', 'load_hikyuu', 'locale', 'new_Query_init', 'new_path', 'np', 'old_Query_init', 'open_ostream_to_python', 'open_spend_time', 'os', 'parallel_run_pf', 'parallel_run_sys', 'part_clone', 'part_init', 'part_iter', 'pd', 'pickle', 'plugin_major_version', 'plugin_path', 'plugin_version', 'positions_to_df', 'positions_to_np', 'print_part_info', 'pyind', 'realtime_update_inner', 'realtime_update_wrap', 'register_extra_ktype', 'release_extra_ktype', 'remove_hub', 'remove_license', 'roundDown', 'roundEx', 'roundUp', 'run_in_strategy', 'scorerecords_to_df', 'scorerecords_to_np', 'search_part', 'select', 'select2', 'set_global_context', 'set_log_level', 'set_my_logger_file', 'set_python_in_interactive', 'set_python_in_jupyter', 'show_gcf', 'sm', 'spend_time', 'spot_agent_is_connected', 'spot_agent_is_running', 'start_data_server', 'start_spot_agent', 'stop_data_server', 'stop_spot_agent', 'sys', 'systemweights_to_df', 'systemweights_to_np', 'timedelta', 'timeline_to_df', 'timeline_to_np', 'timeout', 'toPriceList', 'traceback', 'trade', 'trade_manage', 'trade_sys', 'trades_to_df', 'trades_to_np', 'translist_to_df', 'translist_to_np', 'update_hub', 'use_draw_engine', 'util', 'view_license', 'vl', 'weights_to_df', 'weights_to_np', 'with_trace', 'zsbk_a', 'zsbk_bj', 'zsbk_cyb', 'zsbk_hs300', 'zsbk_sh', 'zsbk_sh180', 'zsbk_sh50', 'zsbk_sz', 'zsbk_zxb', 'zsbk_zz100']
|
|
704
726
|
class iodog:
|
|
727
|
+
__firstlineno__: typing.ClassVar[int] = 119
|
|
728
|
+
__static_attributes__: typing.ClassVar[tuple] = tuple()
|
|
705
729
|
@staticmethod
|
|
706
730
|
def close():
|
|
707
731
|
...
|
|
@@ -711,65 +735,63 @@ class iodog:
|
|
|
711
735
|
def get_global_context():
|
|
712
736
|
"""
|
|
713
737
|
|
|
714
|
-
|
|
738
|
+
获取当前的全局 K 线上下文
|
|
715
739
|
|
|
716
|
-
|
|
717
|
-
|
|
740
|
+
:rtype: KData
|
|
718
741
|
"""
|
|
742
|
+
def get_major_version(version_str):
|
|
743
|
+
...
|
|
719
744
|
def hku_cleanup():
|
|
720
745
|
...
|
|
721
746
|
def hku_load(filename):
|
|
722
747
|
"""
|
|
723
748
|
|
|
724
|
-
|
|
749
|
+
将通过 hku_save 保存的变量,读取到var中。
|
|
725
750
|
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
751
|
+
:param str filename: 待载入的序列化文件。
|
|
752
|
+
:return: 之前被序列化保存的文件
|
|
729
753
|
"""
|
|
730
754
|
def hku_save(var, filename):
|
|
731
755
|
"""
|
|
732
756
|
|
|
733
|
-
|
|
757
|
+
序列化,将hikyuu内建类型的变量(如Stock、TradeManager等)保存在指定的文件中,格式为XML。
|
|
734
758
|
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
759
|
+
:param var: hikyuu内建类型的变量
|
|
760
|
+
:param str filename: 指定的文件名
|
|
738
761
|
"""
|
|
739
762
|
def load_hikyuu(**kwargs):
|
|
740
763
|
"""
|
|
741
764
|
|
|
742
|
-
|
|
765
|
+
初始化加载 hikyuu 数据库,并初始化全局变量。
|
|
743
766
|
|
|
744
|
-
|
|
767
|
+
示例:
|
|
745
768
|
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
769
|
+
# 仅预加载 sh000001 日线数据,关闭行情接收
|
|
770
|
+
options = {
|
|
771
|
+
"stock_list": ["sh000001"],
|
|
772
|
+
"ktype_list": ["day"],
|
|
773
|
+
"preload_num: {"day_max": 100000}
|
|
774
|
+
"load_history_finance": False,
|
|
775
|
+
"load_weight": False,
|
|
776
|
+
"start_spot": False,
|
|
777
|
+
"spot_worker_num": 1,
|
|
778
|
+
}
|
|
779
|
+
load_hikyuu(**options)
|
|
757
780
|
|
|
758
|
-
|
|
759
|
-
|
|
781
|
+
参数:
|
|
782
|
+
config_file (str): 配置文件路径,默认为 ~/.hikyuu/hikyuu.ini
|
|
760
783
|
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
784
|
+
stock_list (list): 指定加载的股票列表,默认为全部A股('all'), 如:['sh000001', 'sz399001']
|
|
785
|
+
ktype_list (list): 指定加载的K线类型列表,默认按配置文件设置加载. 如: ['day', 'week', 'month']
|
|
786
|
+
支持的K线类型有:
|
|
787
|
+
'day', 'week', 'month', 'quarter', 'halfyear', 'year', 'min', 'min5',
|
|
788
|
+
'min15', 'min30', 'min60', 'hour2'
|
|
789
|
+
preload_num (dict): {'day_max': 100000, 'week_max': 100000, 'month_max': 100000, ...}
|
|
790
|
+
load_history_finance (boolean): 预加载历史财务数至内存,默认为 True
|
|
791
|
+
load_weight (boolean): 加载权息数据,默认为 True
|
|
769
792
|
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
793
|
+
start_spot (boolean): 启动行情接收,默认为 True
|
|
794
|
+
spot_worker_num (int): 行情接收数据处理线程数,默认为 1
|
|
773
795
|
"""
|
|
774
796
|
def realtime_update_inner(source = 'qq', stk_list = None):
|
|
775
797
|
...
|
|
@@ -778,74 +800,71 @@ def realtime_update_wrap():
|
|
|
778
800
|
def select(cond, start = ..., end = ..., print_out = True):
|
|
779
801
|
"""
|
|
780
802
|
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
803
|
+
示例:
|
|
804
|
+
#选出涨停股
|
|
805
|
+
C = CLOSE()
|
|
806
|
+
x = select(C / REF(C, 1) - 1 >= 0.0995)
|
|
785
807
|
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
808
|
+
:param Indicator cond: 条件指标
|
|
809
|
+
:param Datetime start: 起始日期
|
|
810
|
+
:param Datetime end: 结束日期
|
|
811
|
+
:param bool print_out: 打印选中的股票
|
|
812
|
+
:rtype: 选中的股票列表
|
|
792
813
|
"""
|
|
793
814
|
def select2(inds, start = ..., end = ..., stks = None):
|
|
794
815
|
"""
|
|
795
816
|
导出最后时刻指定证券的所有指定指标值
|
|
796
817
|
|
|
797
|
-
|
|
798
|
-
|
|
818
|
+
如:
|
|
819
|
+
select2([CLOSE(), VOLUME()], stks=blocka)
|
|
799
820
|
|
|
800
|
-
|
|
821
|
+
返回一个DataFrame, 列名是指标名称, 行是证券代码和证券名称:
|
|
801
822
|
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
823
|
+
证券代码 证券名称 CLOSE VOLUME
|
|
824
|
+
SH600000 浦发银行 14.09 1000
|
|
825
|
+
SH600001 中国平安 13.09 2000
|
|
826
|
+
SZ000001 平安银行 13.09 3000
|
|
827
|
+
...
|
|
807
828
|
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
829
|
+
:param Indicator inds: 指标列表
|
|
830
|
+
:param Datetime start: 起始日期
|
|
831
|
+
:param Datetime end: 结束日期(不包括该日期)
|
|
832
|
+
:param list stks: 指定的证券列表
|
|
833
|
+
:rtype: pandas.DataFrame
|
|
814
834
|
"""
|
|
815
835
|
def set_global_context(stk, query):
|
|
816
836
|
"""
|
|
817
837
|
|
|
818
|
-
|
|
838
|
+
设置全局的 K 线上下文
|
|
819
839
|
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
840
|
+
:param Stock stk: 指定的全局Stock
|
|
841
|
+
:param Query query: 指定的查询条件
|
|
823
842
|
"""
|
|
824
|
-
A: cpp.
|
|
825
|
-
AMO: cpp.
|
|
843
|
+
A: cpp.core313.Indicator # value = Indicator{...
|
|
844
|
+
AMO: cpp.core313.Indicator # value = Indicator{...
|
|
826
845
|
BASE_DIR: str = '/Users/fasiondog/workspace/hikyuu/hikyuu'
|
|
827
|
-
C: cpp.
|
|
828
|
-
CLOSE: cpp.
|
|
829
|
-
DEBUG: cpp.
|
|
846
|
+
C: cpp.core313.Indicator # value = Indicator{...
|
|
847
|
+
CLOSE: cpp.core313.Indicator # value = Indicator{...
|
|
848
|
+
DEBUG: cpp.core313.LOG_LEVEL # value = <LOG_LEVEL.DEBUG: 1>
|
|
830
849
|
DRAWNULL: float # value = nan
|
|
831
|
-
ERROR: cpp.
|
|
832
|
-
FATAL: cpp.
|
|
833
|
-
H: cpp.
|
|
834
|
-
HIGH: cpp.
|
|
835
|
-
INFO: cpp.
|
|
850
|
+
ERROR: cpp.core313.LOG_LEVEL # value = <LOG_LEVEL.ERROR: 4>
|
|
851
|
+
FATAL: cpp.core313.LOG_LEVEL # value = <LOG_LEVEL.FATAL: 5>
|
|
852
|
+
H: cpp.core313.Indicator # value = Indicator{...
|
|
853
|
+
HIGH: cpp.core313.Indicator # value = Indicator{...
|
|
854
|
+
INFO: cpp.core313.LOG_LEVEL # value = <LOG_LEVEL.INFO: 2>
|
|
836
855
|
K = None
|
|
837
|
-
KDATA: cpp.
|
|
838
|
-
L: cpp.
|
|
839
|
-
LOW: cpp.
|
|
840
|
-
O: cpp.
|
|
841
|
-
OFF: cpp.
|
|
842
|
-
OPEN: cpp.
|
|
843
|
-
TRACE: cpp.
|
|
844
|
-
V: cpp.
|
|
845
|
-
VOL: cpp.
|
|
846
|
-
WARN: cpp.
|
|
856
|
+
KDATA: cpp.core313.Indicator # value = Indicator{...
|
|
857
|
+
L: cpp.core313.Indicator # value = Indicator{...
|
|
858
|
+
LOW: cpp.core313.Indicator # value = Indicator{...
|
|
859
|
+
O: cpp.core313.Indicator # value = Indicator{...
|
|
860
|
+
OFF: cpp.core313.LOG_LEVEL # value = <LOG_LEVEL.OFF: 6>
|
|
861
|
+
OPEN: cpp.core313.Indicator # value = Indicator{...
|
|
862
|
+
TRACE: cpp.core313.LOG_LEVEL # value = <LOG_LEVEL.TRACE: 0>
|
|
863
|
+
V: cpp.core313.Indicator # value = Indicator{...
|
|
864
|
+
VOL: cpp.core313.Indicator # value = Indicator{...
|
|
865
|
+
WARN: cpp.core313.LOG_LEVEL # value = <LOG_LEVEL.WARN: 3>
|
|
847
866
|
__copyright__: str = '\nApache License Version 2.0\n\nCopyright (c) 2010-2017 fasiondog\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n'
|
|
848
|
-
__version__: str = '2.
|
|
867
|
+
__version__: str = '2.7.0'
|
|
849
868
|
blocka = None
|
|
850
869
|
blockbj = None
|
|
851
870
|
blockg = None
|
|
@@ -853,13 +872,16 @@ blocksh = None
|
|
|
853
872
|
blockstart = None
|
|
854
873
|
blocksz = None
|
|
855
874
|
blockzxb = None
|
|
856
|
-
constant: cpp.
|
|
875
|
+
constant: cpp.core313.Constant # value = <hikyuu.cpp.core313.Constant object>
|
|
857
876
|
current_path: str = ''
|
|
858
877
|
dll_directory: str = '/Users/fasiondog/workspace/hikyuu/hikyuu/cpp'
|
|
878
|
+
hikyuu_major_version: str = '2.7.0'
|
|
859
879
|
hku_logger: logging.Logger # value = <Logger hikyuu (INFO)>
|
|
860
880
|
new_path: str = '/Users/fasiondog/workspace/hikyuu/hikyuu/cpp'
|
|
861
|
-
|
|
862
|
-
|
|
881
|
+
plugin_major_version: str = '2.7.0'
|
|
882
|
+
plugin_path: str = '/Users/fasiondog/workspace/hku_plugin/hikyuu_plugin'
|
|
883
|
+
plugin_version: str = '2.7.0'
|
|
884
|
+
sm: cpp.core313.StockManager # value = <hikyuu.cpp.core313.StockManager object>
|
|
863
885
|
zsbk_a = None
|
|
864
886
|
zsbk_bj = None
|
|
865
887
|
zsbk_cyb = None
|