hikyuu 2.2.4__py3-none-win_amd64.whl → 2.3.0__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 (112) hide show
  1. hikyuu/cpp/core310.pyd +0 -0
  2. hikyuu/cpp/core311.pyd +0 -0
  3. hikyuu/cpp/core312.pyd +0 -0
  4. hikyuu/cpp/core313.pyd +0 -0
  5. hikyuu/cpp/core38.pyd +0 -0
  6. hikyuu/cpp/core39.pyd +0 -0
  7. hikyuu/cpp/hikyuu.dll +0 -0
  8. hikyuu/cpp/hikyuu.lib +0 -0
  9. hikyuu/draw/__init__.py +12 -6
  10. hikyuu/draw/drawplot/__init__.py +7 -1
  11. hikyuu/draw/drawplot/icon/1.png +0 -0
  12. hikyuu/draw/drawplot/icon/10.png +0 -0
  13. hikyuu/draw/drawplot/icon/11.png +0 -0
  14. hikyuu/draw/drawplot/icon/12.png +0 -0
  15. hikyuu/draw/drawplot/icon/13.png +0 -0
  16. hikyuu/draw/drawplot/icon/14.png +0 -0
  17. hikyuu/draw/drawplot/icon/15.png +0 -0
  18. hikyuu/draw/drawplot/icon/16.png +0 -0
  19. hikyuu/draw/drawplot/icon/17.png +0 -0
  20. hikyuu/draw/drawplot/icon/18.png +0 -0
  21. hikyuu/draw/drawplot/icon/19.png +0 -0
  22. hikyuu/draw/drawplot/icon/2.png +0 -0
  23. hikyuu/draw/drawplot/icon/20.png +0 -0
  24. hikyuu/draw/drawplot/icon/21.png +0 -0
  25. hikyuu/draw/drawplot/icon/22.png +0 -0
  26. hikyuu/draw/drawplot/icon/23.png +0 -0
  27. hikyuu/draw/drawplot/icon/24.png +0 -0
  28. hikyuu/draw/drawplot/icon/25.png +0 -0
  29. hikyuu/draw/drawplot/icon/26.png +0 -0
  30. hikyuu/draw/drawplot/icon/27.png +0 -0
  31. hikyuu/draw/drawplot/icon/28.png +0 -0
  32. hikyuu/draw/drawplot/icon/29.png +0 -0
  33. hikyuu/draw/drawplot/icon/3.png +0 -0
  34. hikyuu/draw/drawplot/icon/30.png +0 -0
  35. hikyuu/draw/drawplot/icon/31.png +0 -0
  36. hikyuu/draw/drawplot/icon/32.png +0 -0
  37. hikyuu/draw/drawplot/icon/33.png +0 -0
  38. hikyuu/draw/drawplot/icon/34.png +0 -0
  39. hikyuu/draw/drawplot/icon/35.png +0 -0
  40. hikyuu/draw/drawplot/icon/36.png +0 -0
  41. hikyuu/draw/drawplot/icon/37.png +0 -0
  42. hikyuu/draw/drawplot/icon/38.png +0 -0
  43. hikyuu/draw/drawplot/icon/39.png +0 -0
  44. hikyuu/draw/drawplot/icon/4.png +0 -0
  45. hikyuu/draw/drawplot/icon/40.png +0 -0
  46. hikyuu/draw/drawplot/icon/41.png +0 -0
  47. hikyuu/draw/drawplot/icon/42.png +0 -0
  48. hikyuu/draw/drawplot/icon/43.png +0 -0
  49. hikyuu/draw/drawplot/icon/44.png +0 -0
  50. hikyuu/draw/drawplot/icon/45.png +0 -0
  51. hikyuu/draw/drawplot/icon/46.png +0 -0
  52. hikyuu/draw/drawplot/icon/47.png +0 -0
  53. hikyuu/draw/drawplot/icon/48.png +0 -0
  54. hikyuu/draw/drawplot/icon/49.png +0 -0
  55. hikyuu/draw/drawplot/icon/5.png +0 -0
  56. hikyuu/draw/drawplot/icon/6.png +0 -0
  57. hikyuu/draw/drawplot/icon/7.png +0 -0
  58. hikyuu/draw/drawplot/icon/8.png +0 -0
  59. hikyuu/draw/drawplot/icon/9.png +0 -0
  60. hikyuu/draw/drawplot/icon/__init__.py +0 -0
  61. hikyuu/draw/drawplot/matplotlib_draw.py +547 -3
  62. hikyuu/gui/HikyuuTDX.py +3 -1
  63. hikyuu/gui/data/MainWindow.py +3 -3
  64. hikyuu/gui/hikyuu_small.png +0 -0
  65. hikyuu/hub.py +1 -1
  66. hikyuu/include/hikyuu/config.h +3 -0
  67. hikyuu/include/hikyuu/indicator/Indicator.h +4 -4
  68. hikyuu/include/hikyuu/indicator/IndicatorImp.h +11 -8
  69. hikyuu/include/hikyuu/indicator/build_in.h +3 -0
  70. hikyuu/include/hikyuu/indicator/crt/CONTEXT.h +30 -0
  71. hikyuu/include/hikyuu/indicator/crt/CORR.h +1 -1
  72. hikyuu/include/hikyuu/indicator/crt/ISLASTBAR.h +30 -0
  73. hikyuu/include/hikyuu/indicator/crt/SPEARMAN.h +2 -2
  74. hikyuu/include/hikyuu/indicator/crt/WMA.h +46 -0
  75. hikyuu/include/hikyuu/indicator/imp/IContext.h +44 -0
  76. hikyuu/include/hikyuu/indicator/imp/ICorr.h +0 -1
  77. hikyuu/include/hikyuu/indicator/imp/IIsLastBar.h +27 -0
  78. hikyuu/include/hikyuu/indicator/imp/ISpearman.h +0 -1
  79. hikyuu/include/hikyuu/indicator/imp/IWma.h +30 -0
  80. hikyuu/include/hikyuu/indicator_talib/__init__.py +1 -0
  81. hikyuu/include/hikyuu/indicator_talib/imp/TaAdosc.h +26 -0
  82. hikyuu/include/hikyuu/indicator_talib/imp/TaApo.h +24 -0
  83. hikyuu/include/hikyuu/indicator_talib/imp/TaBbands.h +24 -0
  84. hikyuu/include/hikyuu/indicator_talib/imp/TaMa.h +24 -0
  85. hikyuu/include/hikyuu/indicator_talib/imp/TaMacd.h +24 -0
  86. hikyuu/include/hikyuu/indicator_talib/imp/TaMacdext.h +24 -0
  87. hikyuu/include/hikyuu/indicator_talib/imp/TaMama.h +24 -0
  88. hikyuu/include/hikyuu/indicator_talib/imp/TaMavp.h +41 -0
  89. hikyuu/include/hikyuu/indicator_talib/imp/TaPpo.h +24 -0
  90. hikyuu/include/hikyuu/indicator_talib/imp/TaSar.h +26 -0
  91. hikyuu/include/hikyuu/indicator_talib/imp/TaSarext.h +31 -0
  92. hikyuu/include/hikyuu/indicator_talib/imp/TaStddev.h +24 -0
  93. hikyuu/include/hikyuu/indicator_talib/imp/TaStoch.h +27 -0
  94. hikyuu/include/hikyuu/indicator_talib/imp/TaStochf.h +26 -0
  95. hikyuu/include/hikyuu/indicator_talib/imp/TaStochrsi.h +24 -0
  96. hikyuu/include/hikyuu/indicator_talib/imp/TaT3.h +24 -0
  97. hikyuu/include/hikyuu/indicator_talib/imp/TaUltosc.h +26 -0
  98. hikyuu/include/hikyuu/indicator_talib/imp/TaVar.h +24 -0
  99. hikyuu/include/hikyuu/indicator_talib/imp/__init__.py +1 -0
  100. hikyuu/include/hikyuu/indicator_talib/imp/ta_defines.h +288 -0
  101. hikyuu/include/hikyuu/indicator_talib/imp/ta_imp.h +1364 -0
  102. hikyuu/include/hikyuu/indicator_talib/ta_crt.h +320 -0
  103. hikyuu/include/hikyuu/utilities/Null.h +33 -0
  104. hikyuu/include/hikyuu/utilities/Parameter.h +7 -7
  105. hikyuu/include/hikyuu/version.h +5 -5
  106. hikyuu/indicator/talib_wrap.py +424 -415
  107. {hikyuu-2.2.4.dist-info → hikyuu-2.3.0.dist-info}/METADATA +3 -3
  108. {hikyuu-2.2.4.dist-info → hikyuu-2.3.0.dist-info}/RECORD +112 -32
  109. {hikyuu-2.2.4.dist-info → hikyuu-2.3.0.dist-info}/top_level.txt +3 -0
  110. {hikyuu-2.2.4.dist-info → hikyuu-2.3.0.dist-info}/LICENSE +0 -0
  111. {hikyuu-2.2.4.dist-info → hikyuu-2.3.0.dist-info}/WHEEL +0 -0
  112. {hikyuu-2.2.4.dist-info → hikyuu-2.3.0.dist-info}/entry_points.txt +0 -0
hikyuu/cpp/core310.pyd CHANGED
Binary file
hikyuu/cpp/core311.pyd CHANGED
Binary file
hikyuu/cpp/core312.pyd CHANGED
Binary file
hikyuu/cpp/core313.pyd CHANGED
Binary file
hikyuu/cpp/core38.pyd CHANGED
Binary file
hikyuu/cpp/core39.pyd CHANGED
Binary file
hikyuu/cpp/hikyuu.dll CHANGED
Binary file
hikyuu/cpp/hikyuu.lib CHANGED
Binary file
hikyuu/draw/__init__.py CHANGED
@@ -24,21 +24,24 @@
24
24
  # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
25
  # SOFTWARE.
26
26
 
27
- #===============================================================================
27
+ # ===============================================================================
28
28
  # history:
29
29
  # 1. 20100220, Added by fasiondog
30
- #===============================================================================
30
+ # ===============================================================================
31
31
 
32
32
  from .drawplot import (use_draw_engine,
33
33
  get_current_draw_engine,
34
34
  show_gcf,
35
- create_figure,
35
+ create_figure,
36
36
  ax_set_locator_formatter,
37
37
  adjust_axes_show,
38
38
  ax_draw_macd,
39
39
  ax_draw_macd2,
40
40
  gca,
41
41
  gcf)
42
+ from .drawplot import (RGB, DRAWNULL, STICKLINE, DRAWBAND, PLOYLINE, DRAWLINE,
43
+ DRAWTEXT, DRAWNUMBER, DRAWTEXT_FIX, DRAWNUMBER_FIX, DRAWSL, DRAWIMG,
44
+ DRAWICON, DRAWBMP, SHOWICONS, DRAWRECTREL)
42
45
 
43
46
  from . import volume as vl
44
47
  from . import elder as el
@@ -49,11 +52,14 @@ __all__ = [
49
52
  'vl', 'el', 'kf',
50
53
  'use_draw_engine',
51
54
  'get_current_draw_engine',
52
- 'create_figure',
55
+ 'create_figure',
53
56
  'ax_set_locator_formatter',
54
57
  'adjust_axes_show',
55
58
  'ax_draw_macd',
56
59
  'ax_draw_macd2',
57
60
  'gcf', 'gca',
58
- 'show_gcf'
59
- ]
61
+ 'show_gcf',
62
+ 'DRAWNULL', 'STICKLINE',
63
+ 'DRAWBAND', 'RGB', 'PLOYLINE', 'DRAWLINE', 'DRAWTEXT', 'DRAWNUMBER', 'DRAWTEXT_FIX',
64
+ 'DRAWNUMBER_FIX', 'DRAWSL', 'DRAWIMG', 'DRAWICON', 'DRAWBMP', 'SHOWICONS', 'DRAWRECTREL'
65
+ ]
@@ -49,6 +49,9 @@ from .matplotlib_draw import ax_draw_macd2 as mpl_ax_draw_macd2
49
49
  from .matplotlib_draw import ax_set_locator_formatter as mpl_ax_set_locator_formatter
50
50
  from .matplotlib_draw import adjust_axes_show as mpl_adjust_axes_show
51
51
  from .matplotlib_draw import sys_performance as mpl_sys_performance
52
+ from .matplotlib_draw import (DRAWNULL, STICKLINE, DRAWBAND, RGB, PLOYLINE,
53
+ DRAWLINE, DRAWTEXT, DRAWNUMBER, DRAWTEXT_FIX, DRAWNUMBER_FIX, DRAWSL,
54
+ DRAWIMG, DRAWICON, DRAWBMP, SHOWICONS, DRAWRECTREL)
52
55
 
53
56
  from .bokeh_draw import gcf as bk_gcf
54
57
  from .bokeh_draw import gca as bk_gca
@@ -287,5 +290,8 @@ __all__ = [
287
290
  'ax_draw_macd',
288
291
  'ax_draw_macd2',
289
292
  'use_bokeh_in_notebook',
290
- 'use_draw_with_echarts'
293
+ 'use_draw_with_echarts',
294
+ 'DRAWNULL', 'STICKLINE', 'DRAWBAND', 'RGB', 'PLOYLINE', 'DRAWLINE', 'DRAWTEXT', 'DRAWNUMBER',
295
+ 'DRAWTEXT_FIX', 'DRAWNUMBER_FIX', 'DRAWSL', 'DRAWIMG', 'DRAWICON', 'DRAWBMP', 'SHOWICONS',
296
+ 'DRAWRECTREL'
291
297
  ]
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
File without changes