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