hikyuu 2.2.3__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 (134) hide show
  1. hikyuu/cpp/boost_date_time-mt.dll +0 -0
  2. hikyuu/cpp/boost_serialization-mt.dll +0 -0
  3. hikyuu/cpp/boost_wserialization-mt.dll +0 -0
  4. hikyuu/cpp/core310.pyd +0 -0
  5. hikyuu/cpp/core311.pyd +0 -0
  6. hikyuu/cpp/core312.pyd +0 -0
  7. hikyuu/cpp/core313.pyd +0 -0
  8. hikyuu/cpp/core38.pyd +0 -0
  9. hikyuu/cpp/core39.pyd +0 -0
  10. hikyuu/cpp/hikyuu.dll +0 -0
  11. hikyuu/cpp/hikyuu.lib +0 -0
  12. hikyuu/data/mysql_upgrade/0024.sql +2 -0
  13. hikyuu/draw/__init__.py +12 -6
  14. hikyuu/draw/drawplot/__init__.py +7 -1
  15. hikyuu/draw/drawplot/icon/1.png +0 -0
  16. hikyuu/draw/drawplot/icon/10.png +0 -0
  17. hikyuu/draw/drawplot/icon/11.png +0 -0
  18. hikyuu/draw/drawplot/icon/12.png +0 -0
  19. hikyuu/draw/drawplot/icon/13.png +0 -0
  20. hikyuu/draw/drawplot/icon/14.png +0 -0
  21. hikyuu/draw/drawplot/icon/15.png +0 -0
  22. hikyuu/draw/drawplot/icon/16.png +0 -0
  23. hikyuu/draw/drawplot/icon/17.png +0 -0
  24. hikyuu/draw/drawplot/icon/18.png +0 -0
  25. hikyuu/draw/drawplot/icon/19.png +0 -0
  26. hikyuu/draw/drawplot/icon/2.png +0 -0
  27. hikyuu/draw/drawplot/icon/20.png +0 -0
  28. hikyuu/draw/drawplot/icon/21.png +0 -0
  29. hikyuu/draw/drawplot/icon/22.png +0 -0
  30. hikyuu/draw/drawplot/icon/23.png +0 -0
  31. hikyuu/draw/drawplot/icon/24.png +0 -0
  32. hikyuu/draw/drawplot/icon/25.png +0 -0
  33. hikyuu/draw/drawplot/icon/26.png +0 -0
  34. hikyuu/draw/drawplot/icon/27.png +0 -0
  35. hikyuu/draw/drawplot/icon/28.png +0 -0
  36. hikyuu/draw/drawplot/icon/29.png +0 -0
  37. hikyuu/draw/drawplot/icon/3.png +0 -0
  38. hikyuu/draw/drawplot/icon/30.png +0 -0
  39. hikyuu/draw/drawplot/icon/31.png +0 -0
  40. hikyuu/draw/drawplot/icon/32.png +0 -0
  41. hikyuu/draw/drawplot/icon/33.png +0 -0
  42. hikyuu/draw/drawplot/icon/34.png +0 -0
  43. hikyuu/draw/drawplot/icon/35.png +0 -0
  44. hikyuu/draw/drawplot/icon/36.png +0 -0
  45. hikyuu/draw/drawplot/icon/37.png +0 -0
  46. hikyuu/draw/drawplot/icon/38.png +0 -0
  47. hikyuu/draw/drawplot/icon/39.png +0 -0
  48. hikyuu/draw/drawplot/icon/4.png +0 -0
  49. hikyuu/draw/drawplot/icon/40.png +0 -0
  50. hikyuu/draw/drawplot/icon/41.png +0 -0
  51. hikyuu/draw/drawplot/icon/42.png +0 -0
  52. hikyuu/draw/drawplot/icon/43.png +0 -0
  53. hikyuu/draw/drawplot/icon/44.png +0 -0
  54. hikyuu/draw/drawplot/icon/45.png +0 -0
  55. hikyuu/draw/drawplot/icon/46.png +0 -0
  56. hikyuu/draw/drawplot/icon/47.png +0 -0
  57. hikyuu/draw/drawplot/icon/48.png +0 -0
  58. hikyuu/draw/drawplot/icon/49.png +0 -0
  59. hikyuu/draw/drawplot/icon/5.png +0 -0
  60. hikyuu/draw/drawplot/icon/6.png +0 -0
  61. hikyuu/draw/drawplot/icon/7.png +0 -0
  62. hikyuu/draw/drawplot/icon/8.png +0 -0
  63. hikyuu/draw/drawplot/icon/9.png +0 -0
  64. hikyuu/draw/drawplot/icon/__init__.py +0 -0
  65. hikyuu/draw/drawplot/matplotlib_draw.py +553 -4
  66. hikyuu/examples/notebook/Demo/Demo1.ipynb +85 -84
  67. hikyuu/gui/HikyuuTDX.py +19 -16
  68. hikyuu/gui/data/MainWindow.py +14 -11
  69. hikyuu/gui/hikyuu_small.png +0 -0
  70. hikyuu/hub.py +4 -4
  71. hikyuu/include/hikyuu/DataType.h +3 -1
  72. hikyuu/include/hikyuu/StockManager.h +10 -0
  73. hikyuu/include/hikyuu/config.h +3 -0
  74. hikyuu/include/hikyuu/data_driver/BlockInfoDriver.h +15 -1
  75. hikyuu/include/hikyuu/data_driver/block_info/mysql/MySQLBlockInfoDriver.h +8 -1
  76. hikyuu/include/hikyuu/data_driver/block_info/qianlong/QLBlockInfoDriver.h +3 -1
  77. hikyuu/include/hikyuu/data_driver/block_info/sqlite/SQLiteBlockInfoDriver.h +8 -1
  78. hikyuu/include/hikyuu/indicator/Indicator.h +4 -4
  79. hikyuu/include/hikyuu/indicator/IndicatorImp.h +11 -8
  80. hikyuu/include/hikyuu/indicator/build_in.h +3 -0
  81. hikyuu/include/hikyuu/indicator/crt/CONTEXT.h +30 -0
  82. hikyuu/include/hikyuu/indicator/crt/CORR.h +1 -1
  83. hikyuu/include/hikyuu/indicator/crt/ISLASTBAR.h +30 -0
  84. hikyuu/include/hikyuu/indicator/crt/SPEARMAN.h +2 -2
  85. hikyuu/include/hikyuu/indicator/crt/WMA.h +46 -0
  86. hikyuu/include/hikyuu/indicator/imp/IContext.h +44 -0
  87. hikyuu/include/hikyuu/indicator/imp/ICorr.h +0 -1
  88. hikyuu/include/hikyuu/indicator/imp/IIsLastBar.h +27 -0
  89. hikyuu/include/hikyuu/indicator/imp/ISpearman.h +0 -1
  90. hikyuu/include/hikyuu/indicator/imp/IWma.h +30 -0
  91. hikyuu/include/hikyuu/indicator_talib/__init__.py +1 -0
  92. hikyuu/include/hikyuu/indicator_talib/imp/TaAdosc.h +26 -0
  93. hikyuu/include/hikyuu/indicator_talib/imp/TaApo.h +24 -0
  94. hikyuu/include/hikyuu/indicator_talib/imp/TaBbands.h +24 -0
  95. hikyuu/include/hikyuu/indicator_talib/imp/TaMa.h +24 -0
  96. hikyuu/include/hikyuu/indicator_talib/imp/TaMacd.h +24 -0
  97. hikyuu/include/hikyuu/indicator_talib/imp/TaMacdext.h +24 -0
  98. hikyuu/include/hikyuu/indicator_talib/imp/TaMama.h +24 -0
  99. hikyuu/include/hikyuu/indicator_talib/imp/TaMavp.h +41 -0
  100. hikyuu/include/hikyuu/indicator_talib/imp/TaPpo.h +24 -0
  101. hikyuu/include/hikyuu/indicator_talib/imp/TaSar.h +26 -0
  102. hikyuu/include/hikyuu/indicator_talib/imp/TaSarext.h +31 -0
  103. hikyuu/include/hikyuu/indicator_talib/imp/TaStddev.h +24 -0
  104. hikyuu/include/hikyuu/indicator_talib/imp/TaStoch.h +27 -0
  105. hikyuu/include/hikyuu/indicator_talib/imp/TaStochf.h +26 -0
  106. hikyuu/include/hikyuu/indicator_talib/imp/TaStochrsi.h +24 -0
  107. hikyuu/include/hikyuu/indicator_talib/imp/TaT3.h +24 -0
  108. hikyuu/include/hikyuu/indicator_talib/imp/TaUltosc.h +26 -0
  109. hikyuu/include/hikyuu/indicator_talib/imp/TaVar.h +24 -0
  110. hikyuu/include/hikyuu/indicator_talib/imp/__init__.py +1 -0
  111. hikyuu/include/hikyuu/indicator_talib/imp/ta_defines.h +288 -0
  112. hikyuu/include/hikyuu/indicator_talib/imp/ta_imp.h +1364 -0
  113. hikyuu/include/hikyuu/indicator_talib/ta_crt.h +320 -0
  114. hikyuu/include/hikyuu/trade_manage/OrderBrokerBase.h +25 -0
  115. hikyuu/include/hikyuu/trade_manage/TradeManagerBase.h +0 -4
  116. hikyuu/include/hikyuu/trade_sys/selector/imp/optimal/PerformanceOptimalSelector.h +1 -1
  117. hikyuu/include/hikyuu/utilities/Null.h +33 -0
  118. hikyuu/include/hikyuu/utilities/Parameter.h +9 -9
  119. hikyuu/include/hikyuu/utilities/db_connect/mysql/MySQLStatement.h +1 -0
  120. hikyuu/include/hikyuu/version.h +5 -5
  121. hikyuu/indicator/talib_wrap.py +424 -415
  122. hikyuu/test/Datetime.py +12 -12
  123. hikyuu/test/Indicator.py +36 -36
  124. hikyuu/test/KData.py +11 -11
  125. hikyuu/test/Stock.py +10 -10
  126. {hikyuu-2.2.3.dist-info → hikyuu-2.3.0.dist-info}/METADATA +26 -3
  127. {hikyuu-2.2.3.dist-info → hikyuu-2.3.0.dist-info}/RECORD +131 -52
  128. {hikyuu-2.2.3.dist-info → hikyuu-2.3.0.dist-info}/top_level.txt +3 -0
  129. hikyuu/sqlite3.dll +0 -0
  130. hikyuu/vcruntime140.dll +0 -0
  131. hikyuu/vcruntime140_1.dll +0 -0
  132. {hikyuu-2.2.3.dist-info → hikyuu-2.3.0.dist-info}/LICENSE +0 -0
  133. {hikyuu-2.2.3.dist-info → hikyuu-2.3.0.dist-info}/WHEEL +0 -0
  134. {hikyuu-2.2.3.dist-info → hikyuu-2.3.0.dist-info}/entry_points.txt +0 -0
@@ -14,7 +14,6 @@ namespace hku {
14
14
  class ISpearman : public IndicatorImp {
15
15
  public:
16
16
  ISpearman();
17
- explicit ISpearman(int n);
18
17
  ISpearman(const Indicator& ref_ind, int n);
19
18
  virtual ~ISpearman();
20
19
 
@@ -0,0 +1,30 @@
1
+ /*
2
+ * Copyright (c) 2024 hikyuu.org
3
+ *
4
+ * Created on: 2024-12-15
5
+ * Author: fasiondog
6
+ */
7
+
8
+ #pragma once
9
+ #ifndef INDICATOR_IMP_IWMA_H_
10
+ #define INDICATOR_IMP_IWMA_H_
11
+
12
+ #include "../Indicator.h"
13
+
14
+ namespace hku {
15
+
16
+ /*
17
+ * WMA(X,N):X的N日加权移动平均.算法:Yn=(1*X1+2*X2+...+n*Xn)/(1+2+...+n)。
18
+ */
19
+ class IWma : public IndicatorImp {
20
+ INDICATOR_IMP_SUPPORT_DYNAMIC_STEP(IWma)
21
+ INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION
22
+
23
+ public:
24
+ IWma();
25
+ virtual ~IWma();
26
+ virtual void _checkParam(const string& name) const override;
27
+ };
28
+
29
+ } /* namespace hku */
30
+ #endif /* INDICATOR_IMP_IWMA_H_ */
@@ -0,0 +1,26 @@
1
+ /*
2
+ * Copyright (c) 2024 hikyuu.org
3
+ *
4
+ * Created on: 2024-12-20
5
+ * Author: fasiondog
6
+ */
7
+
8
+ #pragma once
9
+
10
+ #include "hikyuu/indicator/Indicator.h"
11
+
12
+ namespace hku {
13
+
14
+ class TaAdosc : public IndicatorImp {
15
+ INDICATOR_IMP(TaAdosc)
16
+ INDICATOR_NEED_CONTEXT
17
+ INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION
18
+
19
+ public:
20
+ TaAdosc();
21
+ explicit TaAdosc(const KData&, int fast_n, int slow_n);
22
+ virtual ~TaAdosc() = default;
23
+ virtual void _checkParam(const string& name) const override;
24
+ };
25
+
26
+ } // namespace hku
@@ -0,0 +1,24 @@
1
+ /*
2
+ * Copyright (c) 2024 hikyuu.org
3
+ *
4
+ * Created on: 2024-12-21
5
+ * Author: fasiondog
6
+ */
7
+
8
+ #pragma once
9
+
10
+ #include "hikyuu/indicator/Indicator.h"
11
+
12
+ namespace hku {
13
+
14
+ class TaApo : public IndicatorImp {
15
+ INDICATOR_IMP(TaApo)
16
+ INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION
17
+
18
+ public:
19
+ TaApo();
20
+ virtual ~TaApo() = default;
21
+ virtual void _checkParam(const string& name) const override;
22
+ };
23
+
24
+ } // namespace hku
@@ -0,0 +1,24 @@
1
+ /*
2
+ * Copyright (c) 2024 hikyuu.org
3
+ *
4
+ * Created on: 2024-12-20
5
+ * Author: fasiondog
6
+ */
7
+
8
+ #pragma once
9
+
10
+ #include "hikyuu/indicator/Indicator.h"
11
+
12
+ namespace hku {
13
+
14
+ class TaBbands : public IndicatorImp {
15
+ INDICATOR_IMP(TaBbands)
16
+ INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION
17
+
18
+ public:
19
+ TaBbands();
20
+ virtual ~TaBbands() = default;
21
+ virtual void _checkParam(const string& name) const override;
22
+ };
23
+
24
+ } // namespace hku
@@ -0,0 +1,24 @@
1
+ /*
2
+ * Copyright (c) 2024 hikyuu.org
3
+ *
4
+ * Created on: 2024-12-21
5
+ * Author: fasiondog
6
+ */
7
+
8
+ #pragma once
9
+
10
+ #include "hikyuu/indicator/Indicator.h"
11
+
12
+ namespace hku {
13
+
14
+ class TaMa : public IndicatorImp {
15
+ INDICATOR_IMP(TaMa)
16
+ INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION
17
+
18
+ public:
19
+ TaMa();
20
+ virtual ~TaMa() = default;
21
+ virtual void _checkParam(const string& name) const override;
22
+ };
23
+
24
+ } // namespace hku
@@ -0,0 +1,24 @@
1
+ /*
2
+ * Copyright (c) 2024 hikyuu.org
3
+ *
4
+ * Created on: 2024-12-21
5
+ * Author: fasiondog
6
+ */
7
+
8
+ #pragma once
9
+
10
+ #include "hikyuu/indicator/Indicator.h"
11
+
12
+ namespace hku {
13
+
14
+ class TaMacd : public IndicatorImp {
15
+ INDICATOR_IMP(TaMacd)
16
+ INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION
17
+
18
+ public:
19
+ TaMacd();
20
+ virtual ~TaMacd() = default;
21
+ virtual void _checkParam(const string& name) const override;
22
+ };
23
+
24
+ } // namespace hku
@@ -0,0 +1,24 @@
1
+ /*
2
+ * Copyright (c) 2024 hikyuu.org
3
+ *
4
+ * Created on: 2024-12-21
5
+ * Author: fasiondog
6
+ */
7
+
8
+ #pragma once
9
+
10
+ #include "hikyuu/indicator/Indicator.h"
11
+
12
+ namespace hku {
13
+
14
+ class TaMacdext : public IndicatorImp {
15
+ INDICATOR_IMP(TaMacdext)
16
+ INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION
17
+
18
+ public:
19
+ TaMacdext();
20
+ virtual ~TaMacdext() = default;
21
+ virtual void _checkParam(const string& name) const override;
22
+ };
23
+
24
+ } // namespace hku
@@ -0,0 +1,24 @@
1
+ /*
2
+ * Copyright (c) 2024 hikyuu.org
3
+ *
4
+ * Created on: 2024-12-21
5
+ * Author: fasiondog
6
+ */
7
+
8
+ #pragma once
9
+
10
+ #include "hikyuu/indicator/Indicator.h"
11
+
12
+ namespace hku {
13
+
14
+ class TaMama : public IndicatorImp {
15
+ INDICATOR_IMP(TaMama)
16
+ INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION
17
+
18
+ public:
19
+ TaMama();
20
+ virtual ~TaMama() = default;
21
+ virtual void _checkParam(const string& name) const override;
22
+ };
23
+
24
+ } // namespace hku
@@ -0,0 +1,41 @@
1
+ /*
2
+ * Copyright (c) 2024 hikyuu.org
3
+ *
4
+ * Created on: 2024-03-10
5
+ * Author: fasiondog
6
+ */
7
+
8
+ #pragma once
9
+
10
+ #include "hikyuu/indicator/Indicator.h"
11
+
12
+ namespace hku {
13
+
14
+ class TaMavp : public IndicatorImp {
15
+ public:
16
+ TaMavp();
17
+ TaMavp(const Indicator& ref_ind, int min_n, int max_n, int matype);
18
+ virtual ~TaMavp();
19
+
20
+ virtual void _checkParam(const string& name) const override;
21
+ virtual void _calculate(const Indicator& data) override;
22
+ virtual IndicatorImpPtr _clone() override;
23
+
24
+ private:
25
+ Indicator m_ref_ind;
26
+
27
+ //============================================
28
+ // 序列化支持
29
+ //============================================
30
+ #if HKU_SUPPORT_SERIALIZATION
31
+ private:
32
+ friend class boost::serialization::access;
33
+ template <class Archive>
34
+ void serialize(Archive& ar, const unsigned int version) {
35
+ ar& BOOST_SERIALIZATION_BASE_OBJECT_NVP(IndicatorImp);
36
+ ar& BOOST_SERIALIZATION_NVP(m_ref_ind);
37
+ }
38
+ #endif
39
+ };
40
+
41
+ } // namespace hku
@@ -0,0 +1,24 @@
1
+ /*
2
+ * Copyright (c) 2024 hikyuu.org
3
+ *
4
+ * Created on: 2024-12-22
5
+ * Author: fasiondog
6
+ */
7
+
8
+ #pragma once
9
+
10
+ #include "hikyuu/indicator/Indicator.h"
11
+
12
+ namespace hku {
13
+
14
+ class TaPpo : public IndicatorImp {
15
+ INDICATOR_IMP(TaPpo)
16
+ INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION
17
+
18
+ public:
19
+ TaPpo();
20
+ virtual ~TaPpo() = default;
21
+ virtual void _checkParam(const string& name) const override;
22
+ };
23
+
24
+ } // namespace hku
@@ -0,0 +1,26 @@
1
+ /*
2
+ * Copyright (c) 2024 hikyuu.org
3
+ *
4
+ * Created on: 2024-12-22
5
+ * Author: fasiondog
6
+ */
7
+
8
+ #pragma once
9
+
10
+ #include "hikyuu/indicator/Indicator.h"
11
+
12
+ namespace hku {
13
+
14
+ class TaSar : public IndicatorImp {
15
+ INDICATOR_IMP(TaSar)
16
+ INDICATOR_NEED_CONTEXT
17
+ INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION
18
+
19
+ public:
20
+ TaSar();
21
+ explicit TaSar(const KData&, double acceleration, double maximum);
22
+ virtual ~TaSar() = default;
23
+ virtual void _checkParam(const string& name) const override;
24
+ };
25
+
26
+ } // namespace hku
@@ -0,0 +1,31 @@
1
+ /*
2
+ * Copyright (c) 2024 hikyuu.org
3
+ *
4
+ * Created on: 2024-12-22
5
+ * Author: fasiondog
6
+ */
7
+
8
+ #pragma once
9
+
10
+ #include "hikyuu/indicator/Indicator.h"
11
+
12
+ namespace hku {
13
+
14
+ class TaSarext : public IndicatorImp {
15
+ INDICATOR_IMP(TaSarext)
16
+ INDICATOR_NEED_CONTEXT
17
+ INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION
18
+
19
+ public:
20
+ TaSarext();
21
+ TaSarext(double startvalue, double offsetonreverse, double accelerationinitlong,
22
+ double accelerationlong, double accelerationmaxlong, double accelerationinitshort,
23
+ double accelerationshort, double accelerationmaxshort);
24
+ TaSarext(const KData&, double startvalue, double offsetonreverse, double accelerationinitlong,
25
+ double accelerationlong, double accelerationmaxlong, double accelerationinitshort,
26
+ double accelerationshort, double accelerationmaxshort);
27
+ virtual ~TaSarext() = default;
28
+ virtual void _checkParam(const string& name) const override;
29
+ };
30
+
31
+ } // namespace hku
@@ -0,0 +1,24 @@
1
+ /*
2
+ * Copyright (c) 2024 hikyuu.org
3
+ *
4
+ * Created on: 2024-12-22
5
+ * Author: fasiondog
6
+ */
7
+
8
+ #pragma once
9
+
10
+ #include "hikyuu/indicator/Indicator.h"
11
+
12
+ namespace hku {
13
+
14
+ class TaStddev : public IndicatorImp {
15
+ INDICATOR_IMP(TaStddev)
16
+ INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION
17
+
18
+ public:
19
+ TaStddev();
20
+ virtual ~TaStddev() = default;
21
+ virtual void _checkParam(const string& name) const override;
22
+ };
23
+
24
+ } // namespace hku
@@ -0,0 +1,27 @@
1
+ /*
2
+ * Copyright (c) 2024 hikyuu.org
3
+ *
4
+ * Created on: 2024-12-20
5
+ * Author: fasiondog
6
+ */
7
+
8
+ #pragma once
9
+
10
+ #include "hikyuu/indicator/Indicator.h"
11
+
12
+ namespace hku {
13
+
14
+ class TaStoch : public IndicatorImp {
15
+ INDICATOR_IMP(TaStoch)
16
+ INDICATOR_NEED_CONTEXT
17
+ INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION
18
+
19
+ public:
20
+ TaStoch();
21
+ explicit TaStoch(const KData&, int fastk_n, int slowk_n, int slowk_matype, int slowd_n,
22
+ int slowd_matype);
23
+ virtual ~TaStoch() = default;
24
+ virtual void _checkParam(const string& name) const override;
25
+ };
26
+
27
+ } // namespace hku
@@ -0,0 +1,26 @@
1
+ /*
2
+ * Copyright (c) 2024 hikyuu.org
3
+ *
4
+ * Created on: 2024-12-20
5
+ * Author: fasiondog
6
+ */
7
+
8
+ #pragma once
9
+
10
+ #include "hikyuu/indicator/Indicator.h"
11
+
12
+ namespace hku {
13
+
14
+ class TaStochf : public IndicatorImp {
15
+ INDICATOR_IMP(TaStochf)
16
+ INDICATOR_NEED_CONTEXT
17
+ INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION
18
+
19
+ public:
20
+ TaStochf();
21
+ explicit TaStochf(const KData&, int fastk_n, int fastd_n, int fastd_matype);
22
+ virtual ~TaStochf() = default;
23
+ virtual void _checkParam(const string& name) const override;
24
+ };
25
+
26
+ } // namespace hku
@@ -0,0 +1,24 @@
1
+ /*
2
+ * Copyright (c) 2024 hikyuu.org
3
+ *
4
+ * Created on: 2024-12-22
5
+ * Author: fasiondog
6
+ */
7
+
8
+ #pragma once
9
+
10
+ #include "hikyuu/indicator/Indicator.h"
11
+
12
+ namespace hku {
13
+
14
+ class TaStochrsi : public IndicatorImp {
15
+ INDICATOR_IMP(TaStochrsi)
16
+ INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION
17
+
18
+ public:
19
+ TaStochrsi();
20
+ virtual ~TaStochrsi() = default;
21
+ virtual void _checkParam(const string& name) const override;
22
+ };
23
+
24
+ } // namespace hku
@@ -0,0 +1,24 @@
1
+ /*
2
+ * Copyright (c) 2024 hikyuu.org
3
+ *
4
+ * Created on: 2024-12-22
5
+ * Author: fasiondog
6
+ */
7
+
8
+ #pragma once
9
+
10
+ #include "hikyuu/indicator/Indicator.h"
11
+
12
+ namespace hku {
13
+
14
+ class TaT3 : public IndicatorImp {
15
+ INDICATOR_IMP(TaT3)
16
+ INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION
17
+
18
+ public:
19
+ TaT3();
20
+ virtual ~TaT3() = default;
21
+ virtual void _checkParam(const string& name) const override;
22
+ };
23
+
24
+ } // namespace hku
@@ -0,0 +1,26 @@
1
+ /*
2
+ * Copyright (c) 2024 hikyuu.org
3
+ *
4
+ * Created on: 2024-12-20
5
+ * Author: fasiondog
6
+ */
7
+
8
+ #pragma once
9
+
10
+ #include "hikyuu/indicator/Indicator.h"
11
+
12
+ namespace hku {
13
+
14
+ class TaUltosc : public IndicatorImp {
15
+ INDICATOR_IMP(TaUltosc)
16
+ INDICATOR_NEED_CONTEXT
17
+ INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION
18
+
19
+ public:
20
+ TaUltosc();
21
+ explicit TaUltosc(const KData&, int n1, int n2, int n3);
22
+ virtual ~TaUltosc() = default;
23
+ virtual void _checkParam(const string& name) const override;
24
+ };
25
+
26
+ } // namespace hku
@@ -0,0 +1,24 @@
1
+ /*
2
+ * Copyright (c) 2024 hikyuu.org
3
+ *
4
+ * Created on: 2024-12-22
5
+ * Author: fasiondog
6
+ */
7
+
8
+ #pragma once
9
+
10
+ #include "hikyuu/indicator/Indicator.h"
11
+
12
+ namespace hku {
13
+
14
+ class TaVar : public IndicatorImp {
15
+ INDICATOR_IMP(TaVar)
16
+ INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION
17
+
18
+ public:
19
+ TaVar();
20
+ virtual ~TaVar() = default;
21
+ virtual void _checkParam(const string& name) const override;
22
+ };
23
+
24
+ } // namespace hku