hikyuu 2.6.7__py3-none-win_amd64.whl → 2.6.8__py3-none-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (141) hide show
  1. hikyuu/__init__.py +6 -2
  2. hikyuu/__init__.pyi +656 -632
  3. hikyuu/analysis/__init__.pyi +563 -539
  4. hikyuu/analysis/analysis.pyi +583 -561
  5. hikyuu/core.pyi +565 -541
  6. hikyuu/cpp/__init__.pyi +2 -2
  7. hikyuu/cpp/concrt140.dll +0 -0
  8. hikyuu/cpp/core310.pyd +0 -0
  9. hikyuu/cpp/core310.pyi +408 -31
  10. hikyuu/cpp/core311.pyd +0 -0
  11. hikyuu/cpp/core311.pyi +408 -31
  12. hikyuu/cpp/core312.pyd +0 -0
  13. hikyuu/cpp/core312.pyi +408 -31
  14. hikyuu/cpp/core313.pyd +0 -0
  15. hikyuu/cpp/core313.pyi +408 -31
  16. hikyuu/cpp/core39.pyd +0 -0
  17. hikyuu/cpp/core39.pyi +408 -31
  18. hikyuu/cpp/hikyuu.dll +0 -0
  19. hikyuu/cpp/hikyuu.lib +0 -0
  20. hikyuu/cpp/hku_hdf5.dll +0 -0
  21. hikyuu/cpp/hku_hdf5_cpp.dll +0 -0
  22. hikyuu/cpp/hku_hdf5_hl.dll +0 -0
  23. hikyuu/cpp/hku_hdf5_hl_cpp.dll +0 -0
  24. hikyuu/cpp/i18n/zh_CN/hikyuu.mo +0 -0
  25. hikyuu/cpp/msvcp140.dll +0 -0
  26. hikyuu/cpp/msvcp140_1.dll +0 -0
  27. hikyuu/cpp/msvcp140_2.dll +0 -0
  28. hikyuu/cpp/msvcp140_atomic_wait.dll +0 -0
  29. hikyuu/cpp/msvcp140_codecvt_ids.dll +0 -0
  30. hikyuu/cpp/sqlite3.dll +0 -0
  31. hikyuu/cpp/vcruntime140.dll +0 -0
  32. hikyuu/cpp/vcruntime140_1.dll +0 -0
  33. hikyuu/draw/__init__.pyi +1 -1
  34. hikyuu/draw/drawplot/__init__.pyi +31 -36
  35. hikyuu/draw/drawplot/bokeh_draw.pyi +651 -637
  36. hikyuu/draw/drawplot/common.pyi +3 -4
  37. hikyuu/draw/drawplot/echarts_draw.pyi +598 -572
  38. hikyuu/draw/drawplot/matplotlib_draw.pyi +872 -879
  39. hikyuu/draw/elder.pyi +19 -20
  40. hikyuu/draw/kaufman.pyi +18 -18
  41. hikyuu/draw/volume.pyi +10 -10
  42. hikyuu/extend.py +19 -0
  43. hikyuu/extend.pyi +594 -574
  44. hikyuu/hub.pyi +69 -67
  45. hikyuu/include/hikyuu/DataType.h +2 -2
  46. hikyuu/include/hikyuu/KData.h +83 -25
  47. hikyuu/include/hikyuu/KDataImp.h +31 -46
  48. hikyuu/include/hikyuu/KDataPrivatedBufferImp.h +73 -0
  49. hikyuu/include/hikyuu/KDataSharedBufferImp.h +69 -0
  50. hikyuu/include/hikyuu/KQuery.h +16 -4
  51. hikyuu/include/hikyuu/KRecord.h +4 -1
  52. hikyuu/include/hikyuu/Stock.h +10 -4
  53. hikyuu/include/hikyuu/StockManager.h +11 -3
  54. hikyuu/include/hikyuu/TransRecord.h +2 -2
  55. hikyuu/include/hikyuu/data_driver/KDataDriver.h +5 -0
  56. hikyuu/include/hikyuu/doc.h +2 -2
  57. hikyuu/include/hikyuu/global/GlobalSpotAgent.h +8 -0
  58. hikyuu/include/hikyuu/global/agent/SpotAgent.h +12 -7
  59. hikyuu/include/hikyuu/indicator/Indicator.h +11 -0
  60. hikyuu/include/hikyuu/indicator/Indicator2InImp.h +9 -0
  61. hikyuu/include/hikyuu/indicator/IndicatorImp.h +83 -15
  62. hikyuu/include/hikyuu/indicator/build_in.h +1 -0
  63. hikyuu/include/hikyuu/indicator/crt/AMA.h +2 -1
  64. hikyuu/include/hikyuu/indicator/crt/ATR.h +1 -1
  65. hikyuu/include/hikyuu/indicator/crt/CONTEXT.h +2 -0
  66. hikyuu/include/hikyuu/indicator/crt/CYCLE.h +3 -0
  67. hikyuu/include/hikyuu/indicator/crt/DMA.h +1 -1
  68. hikyuu/include/hikyuu/indicator/crt/IC.h +14 -6
  69. hikyuu/include/hikyuu/indicator/crt/ICIR.h +8 -4
  70. hikyuu/include/hikyuu/indicator/crt/INSUM.h +2 -0
  71. hikyuu/include/hikyuu/indicator/crt/PRICELIST.h +2 -0
  72. hikyuu/include/hikyuu/indicator/crt/REFX.h +25 -0
  73. hikyuu/include/hikyuu/indicator/crt/SLICE.h +4 -4
  74. hikyuu/include/hikyuu/indicator/crt/SPEARMAN.h +3 -2
  75. hikyuu/include/hikyuu/indicator/imp/IContext.h +5 -0
  76. hikyuu/include/hikyuu/indicator/imp/ICval.h +6 -0
  77. hikyuu/include/hikyuu/indicator/imp/IDropna.h +9 -0
  78. hikyuu/include/hikyuu/indicator/imp/IIc.h +2 -1
  79. hikyuu/include/hikyuu/indicator/imp/IPriceList.h +1 -0
  80. hikyuu/include/hikyuu/indicator/imp/IRefX.h +23 -0
  81. hikyuu/include/hikyuu/plugin/backtest.h +2 -0
  82. hikyuu/include/hikyuu/plugin/extind.h +45 -0
  83. hikyuu/include/hikyuu/plugin/hkuextra.h +21 -0
  84. hikyuu/include/hikyuu/plugin/interface/HkuExtraPluginInterface.h +16 -0
  85. hikyuu/include/hikyuu/plugin/interface/TMReportPluginInterface.h +1 -0
  86. hikyuu/include/hikyuu/python/pybind_utils.h +19 -11
  87. hikyuu/include/hikyuu/trade_manage/Performance.h +0 -1
  88. hikyuu/include/hikyuu/trade_manage/TradeCostBase.h +5 -0
  89. hikyuu/include/hikyuu/trade_manage/TradeManager.h +4 -0
  90. hikyuu/include/hikyuu/trade_manage/TradeManagerBase.h +10 -1
  91. hikyuu/include/hikyuu/trade_sys/allocatefunds/AllocateFundsBase.h +5 -0
  92. hikyuu/include/hikyuu/trade_sys/condition/ConditionBase.h +5 -0
  93. hikyuu/include/hikyuu/trade_sys/environment/EnvironmentBase.h +5 -0
  94. hikyuu/include/hikyuu/trade_sys/moneymanager/MoneyManagerBase.h +5 -0
  95. hikyuu/include/hikyuu/trade_sys/multifactor/MultiFactorBase.h +6 -3
  96. hikyuu/include/hikyuu/trade_sys/portfolio/Portfolio.h +4 -0
  97. hikyuu/include/hikyuu/trade_sys/profitgoal/ProfitGoalBase.h +5 -0
  98. hikyuu/include/hikyuu/trade_sys/selector/SelectorBase.h +5 -2
  99. hikyuu/include/hikyuu/trade_sys/signal/SignalBase.h +5 -0
  100. hikyuu/include/hikyuu/trade_sys/slippage/SlippageBase.h +5 -0
  101. hikyuu/include/hikyuu/trade_sys/stoploss/StoplossBase.h +6 -1
  102. hikyuu/include/hikyuu/trade_sys/system/System.h +5 -0
  103. hikyuu/include/hikyuu/utilities/datetime/Datetime.h +2 -2
  104. hikyuu/include/hikyuu/utilities/os.h +4 -0
  105. hikyuu/include/hikyuu/utilities/thread/GlobalMQStealThreadPool.h +1 -1
  106. hikyuu/include/hikyuu/utilities/thread/GlobalMQThreadPool.h +1 -1
  107. hikyuu/include/hikyuu/utilities/thread/GlobalThreadPool.h +1 -1
  108. hikyuu/include/hikyuu/utilities/thread/MQThreadPool.h +1 -1
  109. hikyuu/include/hikyuu/version.h +4 -4
  110. hikyuu/include/hikyuu/views/arrow_common.h +38 -0
  111. hikyuu/include/hikyuu/views/arrow_views.h +117 -0
  112. hikyuu/indicator/indicator.py +4 -5
  113. hikyuu/plugin/backtest.dll +0 -0
  114. hikyuu/plugin/clickhousedriver.dll +0 -0
  115. hikyuu/plugin/dataserver.dll +0 -0
  116. hikyuu/plugin/device.dll +0 -0
  117. hikyuu/plugin/extind.dll +0 -0
  118. hikyuu/plugin/hkuextra.dll +0 -0
  119. hikyuu/plugin/import2hdf5.dll +0 -0
  120. hikyuu/plugin/tmreport.dll +0 -0
  121. hikyuu/strategy/strategy_demo1.py +1 -1
  122. hikyuu/test/test_init.py +19 -19
  123. hikyuu/trade_manage/__init__.pyi +581 -556
  124. hikyuu/trade_manage/broker.pyi +19 -18
  125. hikyuu/trade_manage/broker_easytrader.pyi +6 -4
  126. hikyuu/trade_manage/broker_mail.pyi +22 -24
  127. hikyuu/trade_manage/trade.py +6 -0
  128. hikyuu/trade_manage/trade.pyi +581 -556
  129. hikyuu/trade_sys/__init__.py +4 -0
  130. hikyuu/util/check.pyi +17 -15
  131. hikyuu/util/mylog.pyi +8 -7
  132. hikyuu/util/notebook.pyi +9 -11
  133. hikyuu/util/singleton.pyi +8 -6
  134. {hikyuu-2.6.7.dist-info → hikyuu-2.6.8.dist-info}/METADATA +3 -1
  135. {hikyuu-2.6.7.dist-info → hikyuu-2.6.8.dist-info}/RECORD +140 -135
  136. {hikyuu-2.6.7.dist-info → hikyuu-2.6.8.dist-info}/top_level.txt +1 -1
  137. hikyuu/include/hikyuu/view/MarketView.h +0 -59
  138. /hikyuu/include/hikyuu/{view → views}/__init__.py +0 -0
  139. {hikyuu-2.6.7.dist-info → hikyuu-2.6.8.dist-info}/LICENSE +0 -0
  140. {hikyuu-2.6.7.dist-info → hikyuu-2.6.8.dist-info}/WHEEL +0 -0
  141. {hikyuu-2.6.7.dist-info → hikyuu-2.6.8.dist-info}/entry_points.txt +0 -0
hikyuu/cpp/hikyuu.dll CHANGED
Binary file
hikyuu/cpp/hikyuu.lib CHANGED
Binary file
hikyuu/cpp/hku_hdf5.dll CHANGED
Binary file
Binary file
Binary file
Binary file
Binary file
hikyuu/cpp/msvcp140.dll CHANGED
Binary file
hikyuu/cpp/msvcp140_1.dll CHANGED
Binary file
hikyuu/cpp/msvcp140_2.dll CHANGED
Binary file
Binary file
Binary file
hikyuu/cpp/sqlite3.dll CHANGED
Binary file
Binary file
Binary file
hikyuu/draw/__init__.pyi CHANGED
@@ -9,8 +9,8 @@ from hikyuu.draw.drawplot import gcf
9
9
  from hikyuu.draw.drawplot import get_current_draw_engine
10
10
  from hikyuu.draw.drawplot.matplotlib_draw import DRAWBAND
11
11
  from hikyuu.draw.drawplot.matplotlib_draw import DRAWICON
12
- from hikyuu.draw.drawplot.matplotlib_draw import DRAWIMG as DRAWBMP
13
12
  from hikyuu.draw.drawplot.matplotlib_draw import DRAWIMG
13
+ from hikyuu.draw.drawplot.matplotlib_draw import DRAWIMG as DRAWBMP
14
14
  from hikyuu.draw.drawplot.matplotlib_draw import DRAWLINE
15
15
  from hikyuu.draw.drawplot.matplotlib_draw import DRAWNUMBER
16
16
  from hikyuu.draw.drawplot.matplotlib_draw import DRAWNUMBER_FIX
@@ -1,12 +1,12 @@
1
1
  from __future__ import annotations
2
- from hikyuu.cpp.core39 import ConditionBase
3
- from hikyuu.cpp.core39 import EnvironmentBase
4
- from hikyuu.cpp.core39 import Indicator
5
- from hikyuu.cpp.core39 import KData
6
- from hikyuu.cpp.core39 import Portfolio
7
- from hikyuu.cpp.core39 import SignalBase
8
- from hikyuu.cpp.core39 import System
9
- from hikyuu.cpp.core39 import TradeManager
2
+ from hikyuu.cpp.core313 import ConditionBase
3
+ from hikyuu.cpp.core313 import EnvironmentBase
4
+ from hikyuu.cpp.core313 import Indicator
5
+ from hikyuu.cpp.core313 import KData
6
+ from hikyuu.cpp.core313 import Portfolio
7
+ from hikyuu.cpp.core313 import SignalBase
8
+ from hikyuu.cpp.core313 import System
9
+ from hikyuu.cpp.core313 import TradeManager
10
10
  from hikyuu.draw.drawplot.bokeh_draw import ax_draw_macd as bk_ax_draw_macd
11
11
  from hikyuu.draw.drawplot.bokeh_draw import ax_draw_macd2 as bk_ax_draw_macd2
12
12
  from hikyuu.draw.drawplot.bokeh_draw import create_figure as bk_create_figure
@@ -68,54 +68,49 @@ __all__: list = ['use_draw_engine', 'get_current_draw_engine', 'create_figure',
68
68
  def adjust_axes_show(axeslist):
69
69
  """
70
70
  用于调整上下紧密相连的坐标轴显示时,其上一坐标轴最小值刻度和下一坐标轴最大值刻度
71
- 显示重叠的问题。
71
+ 显示重叠的问题。
72
72
 
73
- :param axeslist: 上下相连的坐标轴列表 (ax1,ax2,...)
74
-
73
+ :param axeslist: 上下相连的坐标轴列表 (ax1,ax2,...)
75
74
  """
76
75
  def ax_draw_macd(axes, kdata, n1 = 12, n2 = 26, n3 = 9):
77
76
  """
78
77
  绘制MACD
79
78
 
80
- :param axes: 指定的坐标轴
81
- :param KData kdata: KData
82
- :param int n1: 指标 MACD 的参数1
83
- :param int n2: 指标 MACD 的参数2
84
- :param int n3: 指标 MACD 的参数3
85
-
79
+ :param axes: 指定的坐标轴
80
+ :param KData kdata: KData
81
+ :param int n1: 指标 MACD 的参数1
82
+ :param int n2: 指标 MACD 的参数2
83
+ :param int n3: 指标 MACD 的参数3
86
84
  """
87
85
  def ax_draw_macd2(axes, ref, kdata, n1 = 12, n2 = 26, n3 = 9):
88
86
  """
89
87
  绘制MACD。
90
- 当BAR值变化与参考序列ref变化不一致时,显示为灰色,
91
- 当BAR和参考序列ref同时上涨,显示红色
92
- 当BAR和参考序列ref同时下跌,显示绿色
88
+ 当BAR值变化与参考序列ref变化不一致时,显示为灰色,
89
+ 当BAR和参考序列ref同时上涨,显示红色
90
+ 当BAR和参考序列ref同时下跌,显示绿色
93
91
 
94
- :param axes: 指定的坐标轴
95
- :param ref: 参考序列,EMA
96
- :param KData kdata: KData
97
- :param int n1: 指标 MACD 的参数1
98
- :param int n2: 指标 MACD 的参数2
99
- :param int n3: 指标 MACD 的参数3
100
-
92
+ :param axes: 指定的坐标轴
93
+ :param ref: 参考序列,EMA
94
+ :param KData kdata: KData
95
+ :param int n1: 指标 MACD 的参数1
96
+ :param int n2: 指标 MACD 的参数2
97
+ :param int n3: 指标 MACD 的参数3
101
98
  """
102
99
  def ax_set_locator_formatter(axes, dates, typ):
103
100
  """
104
- 设置指定坐标轴的日期显示,根据指定的K线类型优化X轴坐标显示
101
+ 设置指定坐标轴的日期显示,根据指定的K线类型优化X轴坐标显示
105
102
 
106
- :param axes: 指定的坐标轴
107
- :param dates: Datetime构成可迭代序列
108
- :param Query.KType typ: K线类型
109
-
103
+ :param axes: 指定的坐标轴
104
+ :param dates: Datetime构成可迭代序列
105
+ :param Query.KType typ: K线类型
110
106
  """
111
107
  def create_figure(n = 1, figsize = None):
112
108
  """
113
109
  生成含有指定坐标轴数量的窗口,最大只支持4个坐标轴。
114
110
 
115
- :param int n: 坐标轴数量
116
- :param figsize: (宽, 高)
117
- :return: (ax1, ax2, ...) 根据指定的坐标轴数量而定,超出[1,4]个坐标轴时,返回None
118
-
111
+ :param int n: 坐标轴数量
112
+ :param figsize: (宽, 高)
113
+ :return: (ax1, ax2, ...) 根据指定的坐标轴数量而定,超出[1,4]个坐标轴时,返回None
119
114
  """
120
115
  def gca():
121
116
  ...