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/analysis/analysis.pyi
CHANGED
|
@@ -1,562 +1,583 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
|
-
import hikyuu.cpp.
|
|
3
|
-
from hikyuu.cpp.
|
|
4
|
-
from hikyuu.cpp.
|
|
5
|
-
from hikyuu.cpp.
|
|
6
|
-
from hikyuu.cpp.
|
|
7
|
-
from hikyuu.cpp.
|
|
8
|
-
from hikyuu.cpp.
|
|
9
|
-
from hikyuu.cpp.
|
|
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.
|
|
2
|
+
import hikyuu.cpp.core313
|
|
3
|
+
from hikyuu.cpp.core313 import AllocateFundsBase
|
|
4
|
+
from hikyuu.cpp.core313 import BUSINESS
|
|
5
|
+
from hikyuu.cpp.core313 import Block
|
|
6
|
+
from hikyuu.cpp.core313 import BlockInfoDriver
|
|
7
|
+
from hikyuu.cpp.core313 import BorrowRecord
|
|
8
|
+
from hikyuu.cpp.core313 import BrokerPositionRecord
|
|
9
|
+
from hikyuu.cpp.core313 import ConditionBase
|
|
10
|
+
from hikyuu.cpp.core313 import Constant
|
|
11
|
+
from hikyuu.cpp.core313 import CostRecord
|
|
12
|
+
from hikyuu.cpp.core313 import DataDriverFactory
|
|
13
|
+
from hikyuu.cpp.core313 import Datetime
|
|
14
|
+
from hikyuu.cpp.core313 import DatetimeList
|
|
15
|
+
from hikyuu.cpp.core313 import EnvironmentBase
|
|
16
|
+
from hikyuu.cpp.core313 import FundsRecord
|
|
17
|
+
from hikyuu.cpp.core313 import HKUException
|
|
18
|
+
from hikyuu.cpp.core313 import IndParam
|
|
19
|
+
from hikyuu.cpp.core313 import Indicator
|
|
20
|
+
from hikyuu.cpp.core313 import IndicatorImp
|
|
21
|
+
from hikyuu.cpp.core313 import KData
|
|
22
|
+
from hikyuu.cpp.core313 import KDataDriver
|
|
23
|
+
from hikyuu.cpp.core313 import KDataToHdf5Importer
|
|
24
|
+
from hikyuu.cpp.core313 import KRecord
|
|
25
|
+
from hikyuu.cpp.core313 import KRecordList
|
|
26
|
+
from hikyuu.cpp.core313 import LOG_LEVEL
|
|
27
|
+
from hikyuu.cpp.core313 import LoanRecord
|
|
28
|
+
from hikyuu.cpp.core313 import MarketInfo
|
|
29
|
+
from hikyuu.cpp.core313 import MoneyManagerBase
|
|
30
|
+
from hikyuu.cpp.core313 import MultiFactorBase
|
|
31
|
+
from hikyuu.cpp.core313 import NormalizeBase
|
|
32
|
+
from hikyuu.cpp.core313 import OrderBrokerBase
|
|
33
|
+
from hikyuu.cpp.core313 import Parameter
|
|
34
|
+
from hikyuu.cpp.core313 import Performance
|
|
35
|
+
from hikyuu.cpp.core313 import Portfolio
|
|
36
|
+
from hikyuu.cpp.core313 import PositionRecord
|
|
37
|
+
from hikyuu.cpp.core313 import PositionRecordList
|
|
38
|
+
from hikyuu.cpp.core313 import ProfitGoalBase
|
|
39
|
+
from hikyuu.cpp.core313 import Query
|
|
40
|
+
from hikyuu.cpp.core313 import ScoreRecord
|
|
41
|
+
from hikyuu.cpp.core313 import ScoreRecordList
|
|
42
|
+
from hikyuu.cpp.core313 import ScoresFilterBase
|
|
43
|
+
from hikyuu.cpp.core313 import SelectorBase
|
|
44
|
+
from hikyuu.cpp.core313 import SignalBase
|
|
45
|
+
from hikyuu.cpp.core313 import SlippageBase
|
|
46
|
+
from hikyuu.cpp.core313 import SpotRecord
|
|
47
|
+
from hikyuu.cpp.core313 import Stock
|
|
48
|
+
from hikyuu.cpp.core313 import StockManager
|
|
49
|
+
from hikyuu.cpp.core313 import StockTypeInfo
|
|
50
|
+
from hikyuu.cpp.core313 import StockWeight
|
|
51
|
+
from hikyuu.cpp.core313 import StockWeightList
|
|
52
|
+
from hikyuu.cpp.core313 import StoplossBase
|
|
53
|
+
from hikyuu.cpp.core313 import Strategy
|
|
54
|
+
from hikyuu.cpp.core313 import StrategyContext
|
|
55
|
+
from hikyuu.cpp.core313 import System
|
|
56
|
+
from hikyuu.cpp.core313 import SystemPart
|
|
57
|
+
from hikyuu.cpp.core313 import SystemWeight
|
|
58
|
+
from hikyuu.cpp.core313 import SystemWeightList
|
|
59
|
+
from hikyuu.cpp.core313 import TimeDelta
|
|
60
|
+
from hikyuu.cpp.core313 import TimeLineList
|
|
61
|
+
from hikyuu.cpp.core313 import TimeLineRecord
|
|
62
|
+
from hikyuu.cpp.core313 import TradeCostBase
|
|
63
|
+
from hikyuu.cpp.core313 import TradeManager
|
|
64
|
+
from hikyuu.cpp.core313 import TradeRecord
|
|
65
|
+
from hikyuu.cpp.core313 import TradeRecordList
|
|
66
|
+
from hikyuu.cpp.core313 import TradeRequest
|
|
67
|
+
from hikyuu.cpp.core313 import TransList
|
|
68
|
+
from hikyuu.cpp.core313 import TransRecord
|
|
69
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ABS
|
|
70
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ACOS
|
|
71
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AD
|
|
72
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ADVANCE
|
|
73
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AF_EqualWeight
|
|
74
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AF_FixedWeight
|
|
75
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AF_FixedWeightList
|
|
76
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AF_MultiFactor
|
|
77
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_COUNT
|
|
78
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_FUNC
|
|
79
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_MAD
|
|
80
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_MAX
|
|
81
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_MEAN
|
|
82
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_MEDIAN
|
|
83
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_MIN
|
|
84
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_PROD
|
|
85
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_QUANTILE
|
|
86
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_STD
|
|
87
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_SUM
|
|
88
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AGG_VAR
|
|
89
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ALIGN
|
|
90
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AMA
|
|
91
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ASIN
|
|
92
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ATAN
|
|
93
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ATR
|
|
94
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import AVEDEV
|
|
95
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import BACKSET
|
|
96
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import BARSCOUNT
|
|
97
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import BARSLAST
|
|
98
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import BARSLASTCOUNT
|
|
99
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import BARSSINCE
|
|
100
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import BARSSINCEN
|
|
101
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import BETWEEN
|
|
102
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import BLOCKSETNUM
|
|
103
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import CEILING
|
|
104
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import CN_Bool
|
|
105
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import CN_OPLine
|
|
106
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import CONTEXT
|
|
107
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import CONTEXT_K
|
|
108
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import CORR
|
|
109
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import COS
|
|
110
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import COST
|
|
111
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import COUNT
|
|
112
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import CROSS
|
|
113
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import CVAL
|
|
114
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import CYCLE
|
|
115
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import C_AMO
|
|
116
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import C_CLOSE
|
|
117
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import C_HIGH
|
|
118
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import C_KDATA
|
|
119
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import C_LOW
|
|
120
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import C_OPEN
|
|
121
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import C_VOL
|
|
122
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import DATE
|
|
123
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import DAY
|
|
124
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import DECLINE
|
|
125
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import DEVSQ
|
|
126
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import DIFF
|
|
127
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import DISCARD
|
|
128
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import DMA
|
|
129
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import DOWNNDAY
|
|
130
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import DROPNA
|
|
131
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import Days
|
|
132
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import EMA
|
|
133
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import EVERY
|
|
134
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import EV_Bool
|
|
135
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import EV_TwoLine
|
|
136
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import EXIST
|
|
137
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import EXP
|
|
138
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import FILTER
|
|
139
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import FINANCE
|
|
140
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import FLOOR
|
|
141
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import GROUP_COUNT
|
|
142
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import GROUP_FUNC
|
|
143
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import GROUP_MAX
|
|
144
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import GROUP_MEAN
|
|
145
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import GROUP_MIN
|
|
146
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import GROUP_PROD
|
|
147
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import GROUP_SUM
|
|
148
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import HHV
|
|
149
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import HHVBARS
|
|
150
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import HOUR
|
|
151
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import HSL
|
|
152
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import Hours
|
|
153
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import IC
|
|
154
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ICIR
|
|
155
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import IF
|
|
156
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import INBLOCK
|
|
157
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import INDEXA
|
|
158
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import INDEXADV
|
|
159
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import INDEXC
|
|
160
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import INDEXDEC
|
|
161
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import INDEXH
|
|
162
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import INDEXL
|
|
163
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import INDEXO
|
|
164
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import INDEXV
|
|
165
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import INSUM
|
|
166
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import INTPART
|
|
167
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import IR
|
|
168
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ISINF
|
|
169
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ISINFA
|
|
170
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ISLASTBAR
|
|
171
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ISNA
|
|
172
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import JUMPDOWN
|
|
173
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import JUMPUP
|
|
174
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import KALMAN
|
|
175
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import KDATA_PART
|
|
176
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import LAST
|
|
177
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import LASTVALUE
|
|
178
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import LIUTONGPAN
|
|
179
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import LLV
|
|
180
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import LLVBARS
|
|
181
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import LN
|
|
182
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import LOG
|
|
183
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import LONGCROSS
|
|
184
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MA
|
|
185
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MACD
|
|
186
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MAX
|
|
187
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MDD
|
|
188
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MF_EqualWeight
|
|
189
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MF_ICIRWeight
|
|
190
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MF_ICWeight
|
|
191
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MF_Weight
|
|
192
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MIN
|
|
193
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MINUTE
|
|
194
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MM_FixedCapital
|
|
195
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MM_FixedCapitalFunds
|
|
196
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MM_FixedCount
|
|
197
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MM_FixedCountTps
|
|
198
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MM_FixedPercent
|
|
199
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MM_FixedRisk
|
|
200
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MM_FixedUnits
|
|
201
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MM_Nothing
|
|
202
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MM_WilliamsFixedRisk
|
|
203
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MOD
|
|
204
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MONTH
|
|
205
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import MRR
|
|
206
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import Microseconds
|
|
207
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import Milliseconds
|
|
208
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import Minutes
|
|
209
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import NDAY
|
|
210
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import NORM_MinMax
|
|
211
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import NORM_NOTHING
|
|
212
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import NORM_Quantile
|
|
213
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import NORM_Quantile_Uniform
|
|
214
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import NORM_Zscore
|
|
215
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import NOT
|
|
216
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import PF_Simple
|
|
217
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import PF_WithoutAF
|
|
218
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import PG_FixedHoldDays
|
|
219
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import PG_FixedPercent
|
|
220
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import PG_NoGoal
|
|
221
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import POS
|
|
222
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import POW
|
|
223
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import PRICELIST
|
|
224
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import QUANTILE_TRUNC
|
|
225
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import RANK
|
|
226
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import RECOVER_BACKWARD
|
|
227
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import RECOVER_EQUAL_BACKWARD
|
|
228
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import RECOVER_EQUAL_FORWARD
|
|
229
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import RECOVER_FORWARD
|
|
230
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import REF
|
|
231
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import REFX
|
|
232
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import REPLACE
|
|
233
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import RESULT
|
|
234
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import REVERSE
|
|
235
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ROC
|
|
236
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ROCP
|
|
237
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ROCR
|
|
238
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ROCR100
|
|
239
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ROUND
|
|
240
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ROUNDDOWN
|
|
241
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ROUNDUP
|
|
242
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import RSI
|
|
243
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SAFTYLOSS
|
|
244
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SCFilter_AmountLimit
|
|
245
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SCFilter_Group
|
|
246
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SCFilter_IgnoreNan
|
|
247
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SCFilter_LessOrEqualValue
|
|
248
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SCFilter_Price
|
|
249
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SCFilter_TopN
|
|
250
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SE_EvaluateOptimal
|
|
251
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SE_Fixed
|
|
252
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SE_MaxFundsOptimal
|
|
253
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SE_MultiFactor
|
|
254
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SE_MultiFactor2
|
|
255
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SE_PerformanceOptimal
|
|
256
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SE_Signal
|
|
257
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SGN
|
|
258
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Add
|
|
259
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_AllwaysBuy
|
|
260
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_And
|
|
261
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Band
|
|
262
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Bool
|
|
263
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Buy
|
|
264
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Cross
|
|
265
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_CrossGold
|
|
266
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Cycle
|
|
267
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Div
|
|
268
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Flex
|
|
269
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Mul
|
|
270
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_OneSide
|
|
271
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Or
|
|
272
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Sell
|
|
273
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Single
|
|
274
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Single2
|
|
275
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SG_Sub
|
|
276
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SIN
|
|
277
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SLICE
|
|
278
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SLOPE
|
|
279
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SMA
|
|
280
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SPEARMAN
|
|
281
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_FixedPercent
|
|
282
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_FixedValue
|
|
283
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_LogNormal
|
|
284
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_Normal
|
|
285
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_TruncNormal
|
|
286
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SP_Uniform
|
|
287
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SQRT
|
|
288
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDEV
|
|
289
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import STDP
|
|
290
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ST_FixedPercent
|
|
291
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ST_Indicator
|
|
292
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ST_Saftyloss
|
|
293
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SUM
|
|
294
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SUMBARS
|
|
295
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SYS_Simple
|
|
296
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import SYS_WalkForward
|
|
297
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import Seconds
|
|
298
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TAN
|
|
299
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ACCBANDS
|
|
300
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ACOS
|
|
301
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_AD
|
|
302
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ADD
|
|
303
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ADOSC
|
|
304
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ADX
|
|
305
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ADXR
|
|
306
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_APO
|
|
307
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_AROON
|
|
308
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_AROONOSC
|
|
309
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ASIN
|
|
310
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ATAN
|
|
311
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ATR
|
|
312
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_AVGDEV
|
|
313
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_AVGPRICE
|
|
314
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_BBANDS
|
|
315
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_BETA
|
|
316
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_BOP
|
|
317
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CCI
|
|
318
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDL2CROWS
|
|
319
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDL3BLACKCROWS
|
|
320
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDL3INSIDE
|
|
321
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDL3LINESTRIKE
|
|
322
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDL3OUTSIDE
|
|
323
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDL3STARSINSOUTH
|
|
324
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDL3WHITESOLDIERS
|
|
325
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLABANDONEDBABY
|
|
326
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLADVANCEBLOCK
|
|
327
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLBELTHOLD
|
|
328
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLBREAKAWAY
|
|
329
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLCLOSINGMARUBOZU
|
|
330
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLCONCEALBABYSWALL
|
|
331
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLCOUNTERATTACK
|
|
332
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLDARKCLOUDCOVER
|
|
333
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLDOJI
|
|
334
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLDOJISTAR
|
|
335
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLDRAGONFLYDOJI
|
|
336
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLENGULFING
|
|
337
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLEVENINGDOJISTAR
|
|
338
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLEVENINGSTAR
|
|
339
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLGAPSIDESIDEWHITE
|
|
340
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLGRAVESTONEDOJI
|
|
341
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLHAMMER
|
|
342
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLHANGINGMAN
|
|
343
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLHARAMI
|
|
344
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLHARAMICROSS
|
|
345
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLHIGHWAVE
|
|
346
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLHIKKAKE
|
|
347
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLHIKKAKEMOD
|
|
348
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLHOMINGPIGEON
|
|
349
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLIDENTICAL3CROWS
|
|
350
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLINNECK
|
|
351
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLINVERTEDHAMMER
|
|
352
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLKICKING
|
|
353
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLKICKINGBYLENGTH
|
|
354
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLLADDERBOTTOM
|
|
355
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLLONGLEGGEDDOJI
|
|
356
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLLONGLINE
|
|
357
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLMARUBOZU
|
|
358
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLMATCHINGLOW
|
|
359
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLMATHOLD
|
|
360
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLMORNINGDOJISTAR
|
|
361
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLMORNINGSTAR
|
|
362
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLONNECK
|
|
363
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLPIERCING
|
|
364
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLRICKSHAWMAN
|
|
365
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLRISEFALL3METHODS
|
|
366
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLSEPARATINGLINES
|
|
367
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLSHOOTINGSTAR
|
|
368
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLSHORTLINE
|
|
369
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLSPINNINGTOP
|
|
370
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLSTALLEDPATTERN
|
|
371
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLSTICKSANDWICH
|
|
372
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLTAKURI
|
|
373
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLTASUKIGAP
|
|
374
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLTHRUSTING
|
|
375
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLTRISTAR
|
|
376
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLUNIQUE3RIVER
|
|
377
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLUPSIDEGAP2CROWS
|
|
378
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CDLXSIDEGAP3METHODS
|
|
379
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CEIL
|
|
380
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CMO
|
|
381
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_CORREL
|
|
382
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_COS
|
|
383
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_COSH
|
|
384
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_DEMA
|
|
385
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_DIV
|
|
386
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_DX
|
|
387
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_EMA
|
|
388
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_EXP
|
|
389
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_FLOOR
|
|
390
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_HT_DCPERIOD
|
|
391
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_HT_DCPHASE
|
|
392
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_HT_PHASOR
|
|
393
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_HT_SINE
|
|
394
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_HT_TRENDLINE
|
|
395
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_HT_TRENDMODE
|
|
396
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_IMI
|
|
397
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_KAMA
|
|
398
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_LINEARREG
|
|
399
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_LINEARREG_ANGLE
|
|
400
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_LINEARREG_INTERCEPT
|
|
401
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_LINEARREG_SLOPE
|
|
402
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_LN
|
|
403
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_LOG10
|
|
404
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MA
|
|
405
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MACD
|
|
406
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MACDEXT
|
|
407
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MACDFIX
|
|
408
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MAMA
|
|
409
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MAVP
|
|
410
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MAX
|
|
411
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MAXINDEX
|
|
412
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MEDPRICE
|
|
413
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MFI
|
|
414
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MIDPOINT
|
|
415
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MIDPRICE
|
|
416
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MIN
|
|
417
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MININDEX
|
|
418
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MINMAX
|
|
419
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MINMAXINDEX
|
|
420
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MINUS_DI
|
|
421
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MINUS_DM
|
|
422
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MOM
|
|
423
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_MULT
|
|
424
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_NATR
|
|
425
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_OBV
|
|
426
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_PLUS_DI
|
|
427
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_PLUS_DM
|
|
428
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_PPO
|
|
429
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ROC
|
|
430
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ROCP
|
|
431
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ROCR
|
|
432
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ROCR100
|
|
433
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_RSI
|
|
434
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_SAR
|
|
435
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_SAREXT
|
|
436
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_SIN
|
|
437
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_SINH
|
|
438
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_SMA
|
|
439
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_SQRT
|
|
440
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_STDDEV
|
|
441
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_STOCH
|
|
442
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_STOCHF
|
|
443
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_STOCHRSI
|
|
444
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_SUB
|
|
445
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_SUM
|
|
446
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_T3
|
|
447
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_TAN
|
|
448
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_TANH
|
|
449
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_TEMA
|
|
450
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_TRANGE
|
|
451
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_TRIMA
|
|
452
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_TRIX
|
|
453
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_TSF
|
|
454
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_TYPPRICE
|
|
455
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_ULTOSC
|
|
456
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_VAR
|
|
457
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_WCLPRICE
|
|
458
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_WILLR
|
|
459
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TA_WMA
|
|
460
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TC_FixedA
|
|
461
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TC_FixedA2015
|
|
462
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TC_FixedA2017
|
|
463
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TC_TestStub
|
|
464
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TC_Zero
|
|
465
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TIME
|
|
466
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TIMELINE
|
|
467
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TIMELINEVOL
|
|
468
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TR
|
|
469
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import TURNOVER
|
|
470
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import UPNDAY
|
|
471
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import UTCOffset
|
|
472
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import VAR
|
|
473
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import VARP
|
|
474
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import VIGOR
|
|
475
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WEAVE
|
|
476
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WEEK
|
|
477
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WINNER
|
|
478
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHDAY
|
|
479
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHHALFYEAR
|
|
480
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHHOUR
|
|
481
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHHOUR2
|
|
482
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHHOUR4
|
|
483
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHKTYPE
|
|
484
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHMIN
|
|
485
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHMIN15
|
|
486
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHMIN30
|
|
487
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHMIN5
|
|
488
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHMIN60
|
|
489
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHMONTH
|
|
490
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHQUARTER
|
|
491
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHWEEK
|
|
492
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WITHYEAR
|
|
493
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import WMA
|
|
494
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import YEAR
|
|
495
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ZHBOND10
|
|
496
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ZONGGUBEN
|
|
497
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import ZSCORE
|
|
498
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import active_device
|
|
499
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import backtest
|
|
500
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import batch_calculate_inds
|
|
501
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import bind_email
|
|
502
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import can_upgrade
|
|
503
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import close_ostream_to_python
|
|
504
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import close_spend_time
|
|
505
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import combinate_ind
|
|
506
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import combinate_index
|
|
507
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import crtBrokerTM
|
|
508
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import crtSEOptimal
|
|
509
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import crtTM
|
|
510
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import crt_pf_strategy
|
|
511
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import crt_sys_strategy
|
|
512
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import dates_to_np
|
|
513
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import df_to_krecords
|
|
514
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import fetch_trial_license
|
|
515
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import find_optimal_system
|
|
516
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import find_optimal_system_multi
|
|
517
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_block
|
|
518
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_business_name
|
|
519
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_data_from_buffer_server
|
|
520
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_date_range
|
|
521
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_expire_date
|
|
522
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_funds_list
|
|
523
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_kdata
|
|
524
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_last_version
|
|
525
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_log_level
|
|
526
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_spot_from_buffer_server
|
|
527
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_stock
|
|
528
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_system_part_enum
|
|
529
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_system_part_name
|
|
530
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_version
|
|
531
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_version_git
|
|
532
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import get_version_with_build
|
|
533
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import hikyuu_init
|
|
534
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import inner_analysis_sys_list
|
|
535
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import inner_combinate_ind_analysis
|
|
536
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import inner_combinate_ind_analysis_with_block
|
|
537
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import is_valid_license
|
|
538
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import isinf
|
|
539
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import isnan
|
|
540
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import krecords_to_df
|
|
541
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import krecords_to_np
|
|
542
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import open_ostream_to_python
|
|
543
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import open_spend_time
|
|
544
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import parallel_run_pf
|
|
545
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import parallel_run_sys
|
|
546
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import positions_to_df
|
|
547
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import positions_to_np
|
|
548
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import register_extra_ktype
|
|
549
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import release_extra_ktype
|
|
550
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import remove_license
|
|
551
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import roundDown
|
|
552
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import roundEx
|
|
553
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import roundUp
|
|
554
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import run_in_strategy
|
|
555
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import scorerecords_to_df
|
|
556
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import scorerecords_to_np
|
|
557
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import set_log_level
|
|
558
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import set_python_in_interactive
|
|
559
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import set_python_in_jupyter
|
|
560
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import spot_agent_is_connected
|
|
561
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import spot_agent_is_running
|
|
562
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import start_data_server
|
|
563
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import start_spot_agent
|
|
564
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import stop_data_server
|
|
565
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import stop_spot_agent
|
|
566
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import systemweights_to_df
|
|
567
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import systemweights_to_np
|
|
568
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import timeline_to_df
|
|
569
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import timeline_to_np
|
|
570
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import toPriceList
|
|
571
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import trades_to_df
|
|
572
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import trades_to_np
|
|
573
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import translist_to_df
|
|
574
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import translist_to_np
|
|
575
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import view_license
|
|
576
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import weights_to_df
|
|
577
|
+
from hikyuu.cpp.core313.pybind11_detail_function_record_v1_system_libcpp_abi1 import weights_to_np
|
|
557
578
|
import pandas as pd
|
|
558
579
|
import sys as sys
|
|
559
|
-
__all__ = ['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', 'ASIN', 'ATAN', 'ATR', 'AVEDEV', 'AllocateFundsBase', 'BACKSET', 'BARSCOUNT', 'BARSLAST', 'BARSLASTCOUNT', 'BARSSINCE', 'BARSSINCEN', 'BETWEEN', 'BLOCKSETNUM', 'BUSINESS', 'Block', 'BlockInfoDriver', 'BorrowRecord', 'BrokerPositionRecord', 'CEILING', 'CN_Bool', 'CN_OPLine', 'CONTEXT', 'CONTEXT_K', 'CORR', 'COS', 'COST', 'COUNT', 'CROSS', 'CVAL', 'CYCLE', 'C_AMO', 'C_CLOSE', 'C_HIGH', 'C_KDATA', 'C_LOW', 'C_OPEN', 'C_VOL', 'ConditionBase', 'Constant', 'CostRecord', 'DATE', 'DAY', 'DEBUG', 'DECLINE', 'DEVSQ', 'DIFF', 'DISCARD', 'DMA', 'DOWNNDAY', 'DROPNA', 'DataDriverFactory', 'Datetime', 'DatetimeList', 'Days', 'EMA', 'ERROR', 'EVERY', 'EV_Bool', 'EV_TwoLine', 'EXIST', 'EXP', 'EnvironmentBase', 'FATAL', 'FILTER', 'FINANCE', 'FLOOR', 'FundsRecord', 'HHV', 'HHVBARS', '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', 'KALMAN', 'KDATA_PART', 'KData', 'KDataDriver', 'KDataToHdf5Importer', 'KRecord', 'KRecordList', 'LAST', 'LASTVALUE', 'LIUTONGPAN', 'LLV', 'LLVBARS', 'LN', 'LOG', 'LOG_LEVEL', 'LONGCROSS', 'LoanRecord', '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', 'MarketInfo', 'Microseconds', 'Milliseconds', 'Minutes', 'MoneyManagerBase', 'MultiFactorBase', 'NDAY', 'NOT', 'OFF', 'OrderBrokerBase', 'PF_Simple', 'PF_WithoutAF', 'PG_FixedHoldDays', 'PG_FixedPercent', 'PG_NoGoal', 'POS', 'POW', 'PRICELIST', 'Parameter', 'Performance', 'Portfolio', 'PositionRecord', 'PositionRecordList', 'ProfitGoalBase', 'Query', 'RANK', 'RECOVER_BACKWARD', 'RECOVER_EQUAL_BACKWARD', 'RECOVER_EQUAL_FORWARD', 'RECOVER_FORWARD', 'REF', 'REFX', 'REPLACE', 'RESULT', 'REVERSE', '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', 'SIN', 'SLICE', 'SLOPE', 'SMA', 'SPEARMAN', 'SP_FixedPercent', 'SP_FixedValue', 'SQRT', 'STDEV', 'STDP', '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', 'TimeDelta', 'TimeLineList', 'TimeLineRecord', 'TradeCostBase', 'TradeManager', 'TradeRecord', 'TradeRecordList', 'TradeRequest', 'TransList', 'TransRecord', 'UPNDAY', 'UTCOffset', 'VAR', 'VARP', 'VIGOR', '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', 'analysis_sys_list', 'analysis_sys_list_multi', 'backtest', 'batch_calculate_inds', 'can_upgrade', 'close_ostream_to_python', 'close_spend_time', 'combinate_ind', 'combinate_ind_analysis', 'combinate_ind_analysis_multi', 'combinate_index', 'constant', 'crtBrokerTM', 'crtSEOptimal', 'crtTM', 'crt_pf_strategy', 'crt_sys_strategy', 'dates_to_np', '
|
|
580
|
+
__all__ = ['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', 'ASIN', 'ATAN', 'ATR', 'AVEDEV', 'AllocateFundsBase', 'BACKSET', 'BARSCOUNT', 'BARSLAST', 'BARSLASTCOUNT', 'BARSSINCE', 'BARSSINCEN', 'BETWEEN', 'BLOCKSETNUM', 'BUSINESS', 'Block', 'BlockInfoDriver', 'BorrowRecord', 'BrokerPositionRecord', 'CEILING', 'CN_Bool', 'CN_OPLine', 'CONTEXT', 'CONTEXT_K', 'CORR', 'COS', 'COST', 'COUNT', 'CROSS', 'CVAL', 'CYCLE', 'C_AMO', 'C_CLOSE', 'C_HIGH', 'C_KDATA', 'C_LOW', 'C_OPEN', 'C_VOL', 'ConditionBase', 'Constant', 'CostRecord', 'DATE', 'DAY', 'DEBUG', 'DECLINE', 'DEVSQ', 'DIFF', 'DISCARD', 'DMA', 'DOWNNDAY', 'DROPNA', 'DataDriverFactory', 'Datetime', 'DatetimeList', 'Days', 'EMA', 'ERROR', 'EVERY', 'EV_Bool', 'EV_TwoLine', 'EXIST', 'EXP', 'EnvironmentBase', 'FATAL', 'FILTER', 'FINANCE', 'FLOOR', 'FundsRecord', 'GROUP_COUNT', 'GROUP_FUNC', 'GROUP_MAX', 'GROUP_MEAN', 'GROUP_MIN', 'GROUP_PROD', 'GROUP_SUM', 'HHV', 'HHVBARS', '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', 'KALMAN', 'KDATA_PART', 'KData', 'KDataDriver', 'KDataToHdf5Importer', 'KRecord', 'KRecordList', 'LAST', 'LASTVALUE', 'LIUTONGPAN', 'LLV', 'LLVBARS', 'LN', 'LOG', 'LOG_LEVEL', 'LONGCROSS', 'LoanRecord', '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', 'MarketInfo', 'Microseconds', 'Milliseconds', 'Minutes', 'MoneyManagerBase', 'MultiFactorBase', 'NDAY', 'NORM_MinMax', 'NORM_NOTHING', 'NORM_Quantile', 'NORM_Quantile_Uniform', 'NORM_Zscore', 'NOT', 'NormalizeBase', 'OFF', 'OrderBrokerBase', 'PF_Simple', 'PF_WithoutAF', 'PG_FixedHoldDays', 'PG_FixedPercent', 'PG_NoGoal', 'POS', 'POW', 'PRICELIST', 'Parameter', 'Performance', 'Portfolio', 'PositionRecord', 'PositionRecordList', 'ProfitGoalBase', 'QUANTILE_TRUNC', 'Query', 'RANK', 'RECOVER_BACKWARD', 'RECOVER_EQUAL_BACKWARD', 'RECOVER_EQUAL_FORWARD', 'RECOVER_FORWARD', 'REF', 'REFX', 'REPLACE', 'RESULT', 'REVERSE', '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', 'SIN', 'SLICE', 'SLOPE', 'SMA', 'SPEARMAN', 'SP_FixedPercent', 'SP_FixedValue', 'SP_LogNormal', 'SP_Normal', 'SP_TruncNormal', 'SP_Uniform', 'SQRT', 'STDEV', 'STDP', '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', 'TimeDelta', 'TimeLineList', 'TimeLineRecord', 'TradeCostBase', 'TradeManager', 'TradeRecord', 'TradeRecordList', 'TradeRequest', 'TransList', 'TransRecord', 'UPNDAY', 'UTCOffset', 'VAR', 'VARP', 'VIGOR', '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', 'analysis_sys_list', 'analysis_sys_list_multi', 'backtest', 'batch_calculate_inds', 'bind_email', 'can_upgrade', 'close_ostream_to_python', 'close_spend_time', 'combinate_ind', 'combinate_ind_analysis', 'combinate_ind_analysis_multi', 'combinate_index', 'constant', 'crtBrokerTM', 'crtSEOptimal', 'crtTM', 'crt_pf_strategy', 'crt_sys_strategy', 'dates_to_np', 'df_to_krecords', 'fetch_trial_license', 'find_optimal_system', 'find_optimal_system_multi', 'get_block', 'get_business_name', 'get_data_from_buffer_server', 'get_date_range', 'get_expire_date', 'get_funds_list', 'get_kdata', 'get_last_version', 'get_log_level', 'get_spot_from_buffer_server', 'get_stock', 'get_system_part_enum', 'get_system_part_name', 'get_version', 'get_version_git', 'get_version_with_build', 'hikyuu_init', 'inner_analysis_sys_list', 'inner_combinate_ind_analysis', 'inner_combinate_ind_analysis_with_block', 'is_valid_license', 'isinf', 'isnan', 'krecords_to_df', 'krecords_to_np', 'open_ostream_to_python', 'open_spend_time', 'parallel_run_pf', 'parallel_run_sys', 'pd', 'positions_to_df', 'positions_to_np', 'register_extra_ktype', 'release_extra_ktype', 'remove_license', 'roundDown', 'roundEx', 'roundUp', 'run_in_strategy', 'scorerecords_to_df', 'scorerecords_to_np', 'set_log_level', 'set_python_in_interactive', 'set_python_in_jupyter', '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', 'timeline_to_df', 'timeline_to_np', 'toPriceList', 'trades_to_df', 'trades_to_np', 'translist_to_df', 'translist_to_np', 'view_license', 'weights_to_df', 'weights_to_np']
|
|
560
581
|
def analysis_sys_list(stks, query, sys_proto, keys = ['累计投入本金', '当前总资产', '现金余额', '未平仓头寸净值', '赢利交易比例%', '赢利交易数', '亏损交易数']):
|
|
561
582
|
...
|
|
562
583
|
def analysis_sys_list_multi(stks, query, sys_proto, keys = ['累计投入本金', '当前总资产', '现金余额', '未平仓头寸净值', '赢利交易比例%', '赢利交易数', '亏损交易数']):
|
|
@@ -564,39 +585,37 @@ def analysis_sys_list_multi(stks, query, sys_proto, keys = ['累计投入本金'
|
|
|
564
585
|
def combinate_ind_analysis(stk, query, tm, sys, buy_inds, sell_inds, n = 7, keys = ['累计投入本金', '当前总资产', '现金余额', '未平仓头寸净值', '赢利交易比例%', '赢利交易数', '亏损交易数']):
|
|
565
586
|
"""
|
|
566
587
|
|
|
567
|
-
|
|
588
|
+
对单只股票进行指标组合测试
|
|
568
589
|
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
590
|
+
:param Stock stk: 指定股票
|
|
591
|
+
:param Query query: 指定的查询条件
|
|
592
|
+
:param TradeManager tm: 交易管理实例
|
|
593
|
+
:param System sys: 系统交易策略实例
|
|
594
|
+
:param list buy_inds: 买入信号指标列表
|
|
595
|
+
:param list sell_ins: 卖出信号指标列表
|
|
596
|
+
:param int n: 买入信号组合时同时存在的周期范围
|
|
597
|
+
:param list keys: 输出 Performance 统计项
|
|
598
|
+
:rtype: pd.DataFrame
|
|
579
599
|
"""
|
|
580
600
|
def combinate_ind_analysis_multi(stks, query, tm, sys, buy_inds, sell_inds, n = 7, keys = ['累计投入本金', '当前总资产', '现金余额', '未平仓头寸净值', '赢利交易比例%', '赢利交易数', '亏损交易数']):
|
|
581
601
|
"""
|
|
582
602
|
|
|
583
|
-
|
|
603
|
+
对指定的股票集进行指标组合测试
|
|
584
604
|
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
605
|
+
:param list|Block|sm stks: 指定的股票集
|
|
606
|
+
:param Query q: 查询条件
|
|
607
|
+
:param TradeManager tm: 交易管理实例
|
|
608
|
+
:param System sys: 系统实例
|
|
609
|
+
:param list buy_inds: 买入信号指标列表
|
|
610
|
+
:param list sell_inds: 卖出信号指标列表
|
|
611
|
+
:param int n: 买入信号组合时的周期
|
|
612
|
+
:param list keys: 输出 Performance 统计项
|
|
594
613
|
"""
|
|
595
|
-
DEBUG: hikyuu.cpp.
|
|
596
|
-
ERROR: hikyuu.cpp.
|
|
597
|
-
FATAL: hikyuu.cpp.
|
|
598
|
-
INFO: hikyuu.cpp.
|
|
599
|
-
OFF: hikyuu.cpp.
|
|
600
|
-
TRACE: hikyuu.cpp.
|
|
601
|
-
WARN: hikyuu.cpp.
|
|
602
|
-
constant: hikyuu.cpp.
|
|
614
|
+
DEBUG: hikyuu.cpp.core313.LOG_LEVEL # value = <LOG_LEVEL.DEBUG: 1>
|
|
615
|
+
ERROR: hikyuu.cpp.core313.LOG_LEVEL # value = <LOG_LEVEL.ERROR: 4>
|
|
616
|
+
FATAL: hikyuu.cpp.core313.LOG_LEVEL # value = <LOG_LEVEL.FATAL: 5>
|
|
617
|
+
INFO: hikyuu.cpp.core313.LOG_LEVEL # value = <LOG_LEVEL.INFO: 2>
|
|
618
|
+
OFF: hikyuu.cpp.core313.LOG_LEVEL # value = <LOG_LEVEL.OFF: 6>
|
|
619
|
+
TRACE: hikyuu.cpp.core313.LOG_LEVEL # value = <LOG_LEVEL.TRACE: 0>
|
|
620
|
+
WARN: hikyuu.cpp.core313.LOG_LEVEL # value = <LOG_LEVEL.WARN: 3>
|
|
621
|
+
constant: hikyuu.cpp.core313.Constant # value = <hikyuu.cpp.core313.Constant object>
|