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.
- hikyuu/cpp/core310.pyd +0 -0
- hikyuu/cpp/core311.pyd +0 -0
- hikyuu/cpp/core312.pyd +0 -0
- hikyuu/cpp/core313.pyd +0 -0
- hikyuu/cpp/core38.pyd +0 -0
- hikyuu/cpp/core39.pyd +0 -0
- hikyuu/cpp/hikyuu.dll +0 -0
- hikyuu/cpp/hikyuu.lib +0 -0
- hikyuu/draw/__init__.py +12 -6
- hikyuu/draw/drawplot/__init__.py +7 -1
- hikyuu/draw/drawplot/icon/1.png +0 -0
- hikyuu/draw/drawplot/icon/10.png +0 -0
- hikyuu/draw/drawplot/icon/11.png +0 -0
- hikyuu/draw/drawplot/icon/12.png +0 -0
- hikyuu/draw/drawplot/icon/13.png +0 -0
- hikyuu/draw/drawplot/icon/14.png +0 -0
- hikyuu/draw/drawplot/icon/15.png +0 -0
- hikyuu/draw/drawplot/icon/16.png +0 -0
- hikyuu/draw/drawplot/icon/17.png +0 -0
- hikyuu/draw/drawplot/icon/18.png +0 -0
- hikyuu/draw/drawplot/icon/19.png +0 -0
- hikyuu/draw/drawplot/icon/2.png +0 -0
- hikyuu/draw/drawplot/icon/20.png +0 -0
- hikyuu/draw/drawplot/icon/21.png +0 -0
- hikyuu/draw/drawplot/icon/22.png +0 -0
- hikyuu/draw/drawplot/icon/23.png +0 -0
- hikyuu/draw/drawplot/icon/24.png +0 -0
- hikyuu/draw/drawplot/icon/25.png +0 -0
- hikyuu/draw/drawplot/icon/26.png +0 -0
- hikyuu/draw/drawplot/icon/27.png +0 -0
- hikyuu/draw/drawplot/icon/28.png +0 -0
- hikyuu/draw/drawplot/icon/29.png +0 -0
- hikyuu/draw/drawplot/icon/3.png +0 -0
- hikyuu/draw/drawplot/icon/30.png +0 -0
- hikyuu/draw/drawplot/icon/31.png +0 -0
- hikyuu/draw/drawplot/icon/32.png +0 -0
- hikyuu/draw/drawplot/icon/33.png +0 -0
- hikyuu/draw/drawplot/icon/34.png +0 -0
- hikyuu/draw/drawplot/icon/35.png +0 -0
- hikyuu/draw/drawplot/icon/36.png +0 -0
- hikyuu/draw/drawplot/icon/37.png +0 -0
- hikyuu/draw/drawplot/icon/38.png +0 -0
- hikyuu/draw/drawplot/icon/39.png +0 -0
- hikyuu/draw/drawplot/icon/4.png +0 -0
- hikyuu/draw/drawplot/icon/40.png +0 -0
- hikyuu/draw/drawplot/icon/41.png +0 -0
- hikyuu/draw/drawplot/icon/42.png +0 -0
- hikyuu/draw/drawplot/icon/43.png +0 -0
- hikyuu/draw/drawplot/icon/44.png +0 -0
- hikyuu/draw/drawplot/icon/45.png +0 -0
- hikyuu/draw/drawplot/icon/46.png +0 -0
- hikyuu/draw/drawplot/icon/47.png +0 -0
- hikyuu/draw/drawplot/icon/48.png +0 -0
- hikyuu/draw/drawplot/icon/49.png +0 -0
- hikyuu/draw/drawplot/icon/5.png +0 -0
- hikyuu/draw/drawplot/icon/6.png +0 -0
- hikyuu/draw/drawplot/icon/7.png +0 -0
- hikyuu/draw/drawplot/icon/8.png +0 -0
- hikyuu/draw/drawplot/icon/9.png +0 -0
- hikyuu/draw/drawplot/icon/__init__.py +0 -0
- hikyuu/draw/drawplot/matplotlib_draw.py +547 -3
- hikyuu/gui/HikyuuTDX.py +3 -1
- hikyuu/gui/data/MainWindow.py +3 -3
- hikyuu/gui/hikyuu_small.png +0 -0
- hikyuu/hub.py +1 -1
- hikyuu/include/hikyuu/config.h +3 -0
- hikyuu/include/hikyuu/indicator/Indicator.h +4 -4
- hikyuu/include/hikyuu/indicator/IndicatorImp.h +11 -8
- hikyuu/include/hikyuu/indicator/build_in.h +3 -0
- hikyuu/include/hikyuu/indicator/crt/CONTEXT.h +30 -0
- hikyuu/include/hikyuu/indicator/crt/CORR.h +1 -1
- hikyuu/include/hikyuu/indicator/crt/ISLASTBAR.h +30 -0
- hikyuu/include/hikyuu/indicator/crt/SPEARMAN.h +2 -2
- hikyuu/include/hikyuu/indicator/crt/WMA.h +46 -0
- hikyuu/include/hikyuu/indicator/imp/IContext.h +44 -0
- hikyuu/include/hikyuu/indicator/imp/ICorr.h +0 -1
- hikyuu/include/hikyuu/indicator/imp/IIsLastBar.h +27 -0
- hikyuu/include/hikyuu/indicator/imp/ISpearman.h +0 -1
- hikyuu/include/hikyuu/indicator/imp/IWma.h +30 -0
- hikyuu/include/hikyuu/indicator_talib/__init__.py +1 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaAdosc.h +26 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaApo.h +24 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaBbands.h +24 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaMa.h +24 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaMacd.h +24 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaMacdext.h +24 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaMama.h +24 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaMavp.h +41 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaPpo.h +24 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaSar.h +26 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaSarext.h +31 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaStddev.h +24 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaStoch.h +27 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaStochf.h +26 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaStochrsi.h +24 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaT3.h +24 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaUltosc.h +26 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaVar.h +24 -0
- hikyuu/include/hikyuu/indicator_talib/imp/__init__.py +1 -0
- hikyuu/include/hikyuu/indicator_talib/imp/ta_defines.h +288 -0
- hikyuu/include/hikyuu/indicator_talib/imp/ta_imp.h +1364 -0
- hikyuu/include/hikyuu/indicator_talib/ta_crt.h +320 -0
- hikyuu/include/hikyuu/utilities/Null.h +33 -0
- hikyuu/include/hikyuu/utilities/Parameter.h +7 -7
- hikyuu/include/hikyuu/version.h +5 -5
- hikyuu/indicator/talib_wrap.py +424 -415
- {hikyuu-2.2.4.dist-info → hikyuu-2.3.0.dist-info}/METADATA +3 -3
- {hikyuu-2.2.4.dist-info → hikyuu-2.3.0.dist-info}/RECORD +112 -32
- {hikyuu-2.2.4.dist-info → hikyuu-2.3.0.dist-info}/top_level.txt +3 -0
- {hikyuu-2.2.4.dist-info → hikyuu-2.3.0.dist-info}/LICENSE +0 -0
- {hikyuu-2.2.4.dist-info → hikyuu-2.3.0.dist-info}/WHEEL +0 -0
- {hikyuu-2.2.4.dist-info → hikyuu-2.3.0.dist-info}/entry_points.txt +0 -0
|
@@ -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
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,288 @@
|
|
|
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
|
+
#define TA_IN1_OUT_DEF(func) \
|
|
13
|
+
class Cls_##func : public IndicatorImp { \
|
|
14
|
+
INDICATOR_IMP(Cls_##func) \
|
|
15
|
+
INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION \
|
|
16
|
+
\
|
|
17
|
+
public: \
|
|
18
|
+
Cls_##func(); \
|
|
19
|
+
virtual ~Cls_##func(); \
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
#define TA_IN1_OUT_DYN_DEF(func) \
|
|
23
|
+
class Cls_##func : public IndicatorImp { \
|
|
24
|
+
INDICATOR_IMP_SUPPORT_DYNAMIC_STEP(Cls_##func) \
|
|
25
|
+
INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION \
|
|
26
|
+
\
|
|
27
|
+
public: \
|
|
28
|
+
Cls_##func(); \
|
|
29
|
+
virtual ~Cls_##func(); \
|
|
30
|
+
virtual void _checkParam(const string& name) const override; \
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
#if HKU_SUPPORT_SERIALIZATION
|
|
34
|
+
#define TA_IN2_OUT_DEF(func) \
|
|
35
|
+
class Cls_##func : public IndicatorImp { \
|
|
36
|
+
public: \
|
|
37
|
+
Cls_##func(); \
|
|
38
|
+
Cls_##func(const Indicator& ref_ind); \
|
|
39
|
+
virtual ~Cls_##func(); \
|
|
40
|
+
virtual void _calculate(const Indicator& data) override; \
|
|
41
|
+
virtual IndicatorImpPtr _clone() override; \
|
|
42
|
+
\
|
|
43
|
+
private: \
|
|
44
|
+
Indicator m_ref_ind; \
|
|
45
|
+
\
|
|
46
|
+
private: \
|
|
47
|
+
friend class boost::serialization::access; \
|
|
48
|
+
template <class Archive> \
|
|
49
|
+
void serialize(Archive& ar, const unsigned int version) { \
|
|
50
|
+
ar& BOOST_SERIALIZATION_BASE_OBJECT_NVP(IndicatorImp); \
|
|
51
|
+
ar& BOOST_SERIALIZATION_NVP(m_ref_ind); \
|
|
52
|
+
} \
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
#define TA_IN2_OUT_N_DEF(func) \
|
|
56
|
+
class Cls_##func : public IndicatorImp { \
|
|
57
|
+
public: \
|
|
58
|
+
Cls_##func(); \
|
|
59
|
+
explicit Cls_##func(int n); \
|
|
60
|
+
Cls_##func(const Indicator& ref_ind, int n); \
|
|
61
|
+
virtual ~Cls_##func(); \
|
|
62
|
+
virtual void _checkParam(const string& name) const override; \
|
|
63
|
+
virtual void _calculate(const Indicator& data) override; \
|
|
64
|
+
virtual IndicatorImpPtr _clone() override; \
|
|
65
|
+
\
|
|
66
|
+
private: \
|
|
67
|
+
Indicator m_ref_ind; \
|
|
68
|
+
\
|
|
69
|
+
private: \
|
|
70
|
+
friend class boost::serialization::access; \
|
|
71
|
+
template <class Archive> \
|
|
72
|
+
void serialize(Archive& ar, const unsigned int version) { \
|
|
73
|
+
ar& BOOST_SERIALIZATION_BASE_OBJECT_NVP(IndicatorImp); \
|
|
74
|
+
ar& BOOST_SERIALIZATION_NVP(m_ref_ind); \
|
|
75
|
+
} \
|
|
76
|
+
};
|
|
77
|
+
#else
|
|
78
|
+
#define TA_IN2_OUT_DEF(func) \
|
|
79
|
+
class Cls_##func : public IndicatorImp { \
|
|
80
|
+
public: \
|
|
81
|
+
Cls_##func(); \
|
|
82
|
+
Cls_##func(const Indicator& ref_ind); \
|
|
83
|
+
virtual ~Cls_##func(); \
|
|
84
|
+
virtual void _calculate(const Indicator& data) override; \
|
|
85
|
+
virtual IndicatorImpPtr _clone() override; \
|
|
86
|
+
\
|
|
87
|
+
private: \
|
|
88
|
+
Indicator m_ref_ind; \
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
#define TA_IN2_OUT_N_DEF(func) \
|
|
92
|
+
class Cls_##func : public IndicatorImp { \
|
|
93
|
+
public: \
|
|
94
|
+
Cls_##func(); \
|
|
95
|
+
explicit Cls_##func(int n); \
|
|
96
|
+
Cls_##func(const Indicator& ref_ind, int n); \
|
|
97
|
+
virtual ~Cls_##func(); \
|
|
98
|
+
virtual void _checkParam(const string& name) const override; \
|
|
99
|
+
virtual void _calculate(const Indicator& data) override; \
|
|
100
|
+
virtual IndicatorImpPtr _clone() override; \
|
|
101
|
+
\
|
|
102
|
+
private: \
|
|
103
|
+
Indicator m_ref_ind; \
|
|
104
|
+
};
|
|
105
|
+
#endif
|
|
106
|
+
|
|
107
|
+
#define TA_K_OUT_DEF(func) \
|
|
108
|
+
class Cls_##func : public IndicatorImp { \
|
|
109
|
+
INDICATOR_IMP(Cls_##func) \
|
|
110
|
+
INDICATOR_NEED_CONTEXT \
|
|
111
|
+
INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION \
|
|
112
|
+
public: \
|
|
113
|
+
Cls_##func(); \
|
|
114
|
+
explicit Cls_##func(const KData&); \
|
|
115
|
+
virtual ~Cls_##func() = default; \
|
|
116
|
+
};
|
|
117
|
+
|
|
118
|
+
#define TA_K_OUT_N_DEF(func) \
|
|
119
|
+
class Cls_##func : public IndicatorImp { \
|
|
120
|
+
INDICATOR_IMP(Cls_##func) \
|
|
121
|
+
INDICATOR_NEED_CONTEXT \
|
|
122
|
+
INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION \
|
|
123
|
+
public: \
|
|
124
|
+
Cls_##func(); \
|
|
125
|
+
explicit Cls_##func(const KData&, int n); \
|
|
126
|
+
virtual ~Cls_##func() = default; \
|
|
127
|
+
virtual void _checkParam(const string& name) const override; \
|
|
128
|
+
};
|
|
129
|
+
|
|
130
|
+
#define TA_K_OUT_P_D_DEF(func) \
|
|
131
|
+
class Cls_##func : public IndicatorImp { \
|
|
132
|
+
INDICATOR_IMP(Cls_##func) \
|
|
133
|
+
INDICATOR_NEED_CONTEXT \
|
|
134
|
+
INDICATOR_IMP_NO_PRIVATE_MEMBER_SERIALIZATION \
|
|
135
|
+
public: \
|
|
136
|
+
Cls_##func(); \
|
|
137
|
+
explicit Cls_##func(const KData&, double p); \
|
|
138
|
+
virtual ~Cls_##func() = default; \
|
|
139
|
+
virtual void _checkParam(const string& name) const override; \
|
|
140
|
+
};
|
|
141
|
+
|
|
142
|
+
namespace hku {
|
|
143
|
+
|
|
144
|
+
TA_K_OUT_N_DEF(TA_ACCBANDS)
|
|
145
|
+
TA_IN1_OUT_DEF(TA_ACOS)
|
|
146
|
+
TA_K_OUT_DEF(TA_AD)
|
|
147
|
+
TA_IN2_OUT_DEF(TA_ADD)
|
|
148
|
+
TA_K_OUT_N_DEF(TA_ADX)
|
|
149
|
+
TA_K_OUT_N_DEF(TA_ADXR)
|
|
150
|
+
TA_K_OUT_N_DEF(TA_AROON)
|
|
151
|
+
TA_K_OUT_N_DEF(TA_AROONOSC)
|
|
152
|
+
TA_IN1_OUT_DEF(TA_ASIN)
|
|
153
|
+
TA_IN1_OUT_DEF(TA_ATAN)
|
|
154
|
+
TA_K_OUT_N_DEF(TA_ATR)
|
|
155
|
+
TA_IN1_OUT_DYN_DEF(TA_AVGDEV)
|
|
156
|
+
TA_K_OUT_DEF(TA_AVGPRICE)
|
|
157
|
+
TA_IN2_OUT_N_DEF(TA_BETA)
|
|
158
|
+
TA_K_OUT_DEF(TA_BOP)
|
|
159
|
+
TA_K_OUT_N_DEF(TA_CCI)
|
|
160
|
+
TA_K_OUT_DEF(TA_CDL2CROWS)
|
|
161
|
+
TA_K_OUT_DEF(TA_CDL3BLACKCROWS)
|
|
162
|
+
TA_K_OUT_DEF(TA_CDL3INSIDE)
|
|
163
|
+
TA_K_OUT_DEF(TA_CDL3LINESTRIKE)
|
|
164
|
+
TA_K_OUT_DEF(TA_CDL3OUTSIDE)
|
|
165
|
+
TA_K_OUT_DEF(TA_CDL3STARSINSOUTH)
|
|
166
|
+
TA_K_OUT_DEF(TA_CDL3WHITESOLDIERS)
|
|
167
|
+
TA_K_OUT_P_D_DEF(TA_CDLABANDONEDBABY)
|
|
168
|
+
TA_K_OUT_DEF(TA_CDLADVANCEBLOCK)
|
|
169
|
+
TA_K_OUT_DEF(TA_CDLBELTHOLD)
|
|
170
|
+
TA_K_OUT_DEF(TA_CDLBREAKAWAY)
|
|
171
|
+
TA_K_OUT_DEF(TA_CDLCLOSINGMARUBOZU)
|
|
172
|
+
TA_K_OUT_DEF(TA_CDLCONCEALBABYSWALL)
|
|
173
|
+
TA_K_OUT_DEF(TA_CDLCOUNTERATTACK)
|
|
174
|
+
TA_K_OUT_P_D_DEF(TA_CDLDARKCLOUDCOVER)
|
|
175
|
+
TA_K_OUT_DEF(TA_CDLDOJI)
|
|
176
|
+
TA_K_OUT_DEF(TA_CDLDOJISTAR)
|
|
177
|
+
TA_K_OUT_DEF(TA_CDLDRAGONFLYDOJI)
|
|
178
|
+
TA_K_OUT_DEF(TA_CDLENGULFING)
|
|
179
|
+
TA_K_OUT_P_D_DEF(TA_CDLEVENINGDOJISTAR)
|
|
180
|
+
TA_K_OUT_P_D_DEF(TA_CDLEVENINGSTAR)
|
|
181
|
+
TA_K_OUT_DEF(TA_CDLGAPSIDESIDEWHITE)
|
|
182
|
+
TA_K_OUT_DEF(TA_CDLGRAVESTONEDOJI)
|
|
183
|
+
TA_K_OUT_DEF(TA_CDLHAMMER)
|
|
184
|
+
TA_K_OUT_DEF(TA_CDLHANGINGMAN)
|
|
185
|
+
TA_K_OUT_DEF(TA_CDLHARAMI)
|
|
186
|
+
TA_K_OUT_DEF(TA_CDLHARAMICROSS)
|
|
187
|
+
TA_K_OUT_DEF(TA_CDLHIGHWAVE)
|
|
188
|
+
TA_K_OUT_DEF(TA_CDLHIKKAKE)
|
|
189
|
+
TA_K_OUT_DEF(TA_CDLHIKKAKEMOD)
|
|
190
|
+
TA_K_OUT_DEF(TA_CDLHOMINGPIGEON)
|
|
191
|
+
TA_K_OUT_DEF(TA_CDLIDENTICAL3CROWS)
|
|
192
|
+
TA_K_OUT_DEF(TA_CDLINNECK)
|
|
193
|
+
TA_K_OUT_DEF(TA_CDLINVERTEDHAMMER)
|
|
194
|
+
TA_K_OUT_DEF(TA_CDLKICKING)
|
|
195
|
+
TA_K_OUT_DEF(TA_CDLKICKINGBYLENGTH)
|
|
196
|
+
TA_K_OUT_DEF(TA_CDLLADDERBOTTOM)
|
|
197
|
+
TA_K_OUT_DEF(TA_CDLLONGLEGGEDDOJI)
|
|
198
|
+
TA_K_OUT_DEF(TA_CDLLONGLINE)
|
|
199
|
+
TA_K_OUT_DEF(TA_CDLMARUBOZU)
|
|
200
|
+
TA_K_OUT_DEF(TA_CDLMATCHINGLOW)
|
|
201
|
+
TA_K_OUT_P_D_DEF(TA_CDLMATHOLD)
|
|
202
|
+
TA_K_OUT_P_D_DEF(TA_CDLMORNINGDOJISTAR)
|
|
203
|
+
TA_K_OUT_P_D_DEF(TA_CDLMORNINGSTAR)
|
|
204
|
+
TA_K_OUT_DEF(TA_CDLONNECK)
|
|
205
|
+
TA_K_OUT_DEF(TA_CDLPIERCING)
|
|
206
|
+
TA_K_OUT_DEF(TA_CDLRICKSHAWMAN)
|
|
207
|
+
TA_K_OUT_DEF(TA_CDLRISEFALL3METHODS)
|
|
208
|
+
TA_K_OUT_DEF(TA_CDLSEPARATINGLINES)
|
|
209
|
+
TA_K_OUT_DEF(TA_CDLSHOOTINGSTAR)
|
|
210
|
+
TA_K_OUT_DEF(TA_CDLSHORTLINE)
|
|
211
|
+
TA_K_OUT_DEF(TA_CDLSPINNINGTOP)
|
|
212
|
+
TA_K_OUT_DEF(TA_CDLSTALLEDPATTERN)
|
|
213
|
+
TA_K_OUT_DEF(TA_CDLSTICKSANDWICH)
|
|
214
|
+
TA_K_OUT_DEF(TA_CDLTAKURI)
|
|
215
|
+
TA_K_OUT_DEF(TA_CDLTASUKIGAP)
|
|
216
|
+
TA_K_OUT_DEF(TA_CDLTHRUSTING)
|
|
217
|
+
TA_K_OUT_DEF(TA_CDLTRISTAR)
|
|
218
|
+
TA_K_OUT_DEF(TA_CDLUNIQUE3RIVER)
|
|
219
|
+
TA_K_OUT_DEF(TA_CDLUPSIDEGAP2CROWS)
|
|
220
|
+
TA_K_OUT_DEF(TA_CDLXSIDEGAP3METHODS)
|
|
221
|
+
TA_IN1_OUT_DEF(TA_CEIL)
|
|
222
|
+
TA_IN1_OUT_DYN_DEF(TA_CMO)
|
|
223
|
+
TA_IN2_OUT_N_DEF(TA_CORREL)
|
|
224
|
+
TA_IN1_OUT_DEF(TA_COS)
|
|
225
|
+
TA_IN1_OUT_DEF(TA_COSH)
|
|
226
|
+
TA_IN1_OUT_DYN_DEF(TA_DEMA)
|
|
227
|
+
TA_IN2_OUT_DEF(TA_DIV)
|
|
228
|
+
TA_K_OUT_N_DEF(TA_DX)
|
|
229
|
+
TA_IN1_OUT_DYN_DEF(TA_EMA)
|
|
230
|
+
TA_IN1_OUT_DEF(TA_EXP)
|
|
231
|
+
TA_IN1_OUT_DEF(TA_FLOOR)
|
|
232
|
+
TA_IN1_OUT_DEF(TA_HT_DCPERIOD)
|
|
233
|
+
TA_IN1_OUT_DEF(TA_HT_DCPHASE)
|
|
234
|
+
TA_IN1_OUT_DEF(TA_HT_PHASOR)
|
|
235
|
+
TA_IN1_OUT_DEF(TA_HT_SINE)
|
|
236
|
+
TA_IN1_OUT_DEF(TA_HT_TRENDLINE)
|
|
237
|
+
TA_IN1_OUT_DEF(TA_HT_TRENDMODE)
|
|
238
|
+
TA_K_OUT_N_DEF(TA_IMI)
|
|
239
|
+
TA_IN1_OUT_DYN_DEF(TA_KAMA)
|
|
240
|
+
TA_IN1_OUT_DYN_DEF(TA_LINEARREG_ANGLE)
|
|
241
|
+
TA_IN1_OUT_DYN_DEF(TA_LINEARREG_INTERCEPT)
|
|
242
|
+
TA_IN1_OUT_DYN_DEF(TA_LINEARREG_SLOPE)
|
|
243
|
+
TA_IN1_OUT_DYN_DEF(TA_LINEARREG)
|
|
244
|
+
TA_IN1_OUT_DEF(TA_LN)
|
|
245
|
+
TA_IN1_OUT_DEF(TA_LOG10)
|
|
246
|
+
TA_IN1_OUT_DYN_DEF(TA_MACDFIX)
|
|
247
|
+
TA_IN1_OUT_DYN_DEF(TA_MAX)
|
|
248
|
+
TA_IN1_OUT_DYN_DEF(TA_MAXINDEX)
|
|
249
|
+
TA_K_OUT_DEF(TA_MEDPRICE)
|
|
250
|
+
TA_K_OUT_N_DEF(TA_MFI)
|
|
251
|
+
TA_IN1_OUT_DYN_DEF(TA_MIDPOINT)
|
|
252
|
+
TA_K_OUT_N_DEF(TA_MIDPRICE)
|
|
253
|
+
TA_IN1_OUT_DYN_DEF(TA_MIN)
|
|
254
|
+
TA_IN1_OUT_DYN_DEF(TA_MININDEX)
|
|
255
|
+
TA_IN1_OUT_DYN_DEF(TA_MINMAX)
|
|
256
|
+
TA_IN1_OUT_DYN_DEF(TA_MINMAXINDEX)
|
|
257
|
+
TA_K_OUT_N_DEF(TA_MINUS_DI)
|
|
258
|
+
TA_K_OUT_N_DEF(TA_MINUS_DM)
|
|
259
|
+
TA_IN1_OUT_DYN_DEF(TA_MOM)
|
|
260
|
+
TA_IN2_OUT_DEF(TA_MULT)
|
|
261
|
+
TA_K_OUT_N_DEF(TA_NATR)
|
|
262
|
+
TA_K_OUT_DEF(TA_OBV)
|
|
263
|
+
TA_K_OUT_N_DEF(TA_PLUS_DI)
|
|
264
|
+
TA_K_OUT_N_DEF(TA_PLUS_DM)
|
|
265
|
+
TA_IN1_OUT_DYN_DEF(TA_ROC)
|
|
266
|
+
TA_IN1_OUT_DYN_DEF(TA_ROCP)
|
|
267
|
+
TA_IN1_OUT_DYN_DEF(TA_ROCR)
|
|
268
|
+
TA_IN1_OUT_DYN_DEF(TA_ROCR100)
|
|
269
|
+
TA_IN1_OUT_DYN_DEF(TA_RSI)
|
|
270
|
+
TA_IN1_OUT_DEF(TA_SIN)
|
|
271
|
+
TA_IN1_OUT_DEF(TA_SINH)
|
|
272
|
+
TA_IN1_OUT_DYN_DEF(TA_SMA)
|
|
273
|
+
TA_IN1_OUT_DEF(TA_SQRT)
|
|
274
|
+
TA_IN2_OUT_DEF(TA_SUB)
|
|
275
|
+
TA_IN1_OUT_DYN_DEF(TA_SUM)
|
|
276
|
+
TA_IN1_OUT_DEF(TA_TAN)
|
|
277
|
+
TA_IN1_OUT_DEF(TA_TANH)
|
|
278
|
+
TA_IN1_OUT_DYN_DEF(TA_TEMA)
|
|
279
|
+
TA_K_OUT_DEF(TA_TRANGE)
|
|
280
|
+
TA_IN1_OUT_DYN_DEF(TA_TRIMA)
|
|
281
|
+
TA_IN1_OUT_DYN_DEF(TA_TRIX)
|
|
282
|
+
TA_IN1_OUT_DYN_DEF(TA_TSF)
|
|
283
|
+
TA_K_OUT_DEF(TA_TYPPRICE)
|
|
284
|
+
TA_K_OUT_DEF(TA_WCLPRICE)
|
|
285
|
+
TA_K_OUT_N_DEF(TA_WILLR)
|
|
286
|
+
TA_IN1_OUT_DYN_DEF(TA_WMA)
|
|
287
|
+
|
|
288
|
+
} // namespace hku
|