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
@@ -53,12 +53,12 @@ try:
53
53
  return
54
54
 
55
55
  if not self._prices:
56
- if self.name == "TA_OBV":
56
+ if self.name == "PYTA_OBV":
57
57
  if ind.get_result_num() < 2:
58
58
  print("error: result_num must be >= 2!")
59
59
  return
60
60
  inputs = {'close': ind.get_result(0).to_np(), 'volume': ind.get_result(1).to_np()}
61
- elif self.name in ("TA_BETA", "TA_CORREL"):
61
+ elif self.name in ("PYTA_BETA", "PYTA_CORREL"):
62
62
  if ind.get_result_num() < 2:
63
63
  print("error: result_num must be >= 2!")
64
64
  return
@@ -124,16 +124,16 @@ try:
124
124
  )
125
125
  return meta_x(tafunc, name, params, result_num, prices)
126
126
 
127
- def TA_AD(ind=None):
128
- imp = crtTaIndicatorImp(ta.AD, 'TA_AD', prices=['high', 'low', 'close', 'volume'])
127
+ def PYTA_AD(ind=None):
128
+ imp = crtTaIndicatorImp(ta.AD, 'PYTA_AD', prices=['high', 'low', 'close', 'volume'])
129
129
  return Indicator(imp)(ind) if ind else Indicator(imp)
130
130
 
131
- TA_AD.__doc__ = talib.AD.__doc__
131
+ PYTA_AD.__doc__ = talib.AD.__doc__
132
132
 
133
- def TA_ADOSC(ind=None, fastperiod=3, slowperiod=10):
133
+ def PYTA_ADOSC(ind=None, fastperiod=3, slowperiod=10):
134
134
  imp = crtTaIndicatorImp(
135
135
  ta.ADOSC,
136
- 'TA_ADOSC',
136
+ 'PYTA_ADOSC',
137
137
  params={
138
138
  'fastperiod': fastperiod,
139
139
  'slowperiod': slowperiod
@@ -142,23 +142,24 @@ try:
142
142
  )
143
143
  return Indicator(imp)(ind) if ind else Indicator(imp)
144
144
 
145
- TA_ADOSC.__doc__ = talib.ADOSC.__doc__
145
+ PYTA_ADOSC.__doc__ = talib.ADOSC.__doc__
146
146
 
147
- def TA_ADX(ind=None, timeperiod=14):
148
- imp = crtTaIndicatorImp(ta.ADX, 'TA_ADX', params={'timeperiod': timeperiod}, prices=['high', 'low', 'close'])
147
+ def PYTA_ADX(ind=None, timeperiod=14):
148
+ imp = crtTaIndicatorImp(ta.ADX, 'PYTA_ADX', params={'timeperiod': timeperiod}, prices=['high', 'low', 'close'])
149
149
  return Indicator(imp)(ind) if ind else Indicator(imp)
150
150
 
151
- TA_ADX.__doc__ = talib.ADX.__doc__
151
+ PYTA_ADX.__doc__ = talib.ADX.__doc__
152
152
 
153
- def TA_ADXR(ind=None, timeperiod=14):
154
- imp = crtTaIndicatorImp(ta.ADXR, 'TA_ADXR', params={'timeperiod': timeperiod}, prices=['high', 'low', 'close'])
153
+ def PYTA_ADXR(ind=None, timeperiod=14):
154
+ imp = crtTaIndicatorImp(ta.ADXR, 'PYTA_ADXR', params={
155
+ 'timeperiod': timeperiod}, prices=['high', 'low', 'close'])
155
156
  return Indicator(imp)(ind) if ind else Indicator(imp)
156
157
 
157
- TA_ADXR.__doc__ = talib.ADXR.__doc__
158
+ PYTA_ADXR.__doc__ = talib.ADXR.__doc__
158
159
 
159
- def TA_APO(ind=None, fastperiod=12, slowperiod=26, matype=talib.MA_Type.SMA):
160
+ def PYTA_APO(ind=None, fastperiod=12, slowperiod=26, matype=talib.MA_Type.SMA):
160
161
  imp = crtTaIndicatorImp(
161
- ta.APO, 'TA_APO', params={
162
+ ta.APO, 'PYTA_APO', params={
162
163
  'fastperiod': fastperiod,
163
164
  'slowperiod': slowperiod,
164
165
  'matype': matype
@@ -166,48 +167,48 @@ try:
166
167
  )
167
168
  return Indicator(imp)(ind) if ind else Indicator(imp)
168
169
 
169
- TA_APO.__doc__ = talib.APO.__doc__
170
+ PYTA_APO.__doc__ = talib.APO.__doc__
170
171
 
171
- def TA_AROON(ind=None, timeperiod=14):
172
+ def PYTA_AROON(ind=None, timeperiod=14):
172
173
  imp = crtTaIndicatorImp(
173
- ta.AROON, 'TA_AROON', result_num=2, params={'timeperiod': timeperiod}, prices=['high', 'low']
174
+ ta.AROON, 'PYTA_AROON', result_num=2, params={'timeperiod': timeperiod}, prices=['high', 'low']
174
175
  )
175
176
  return Indicator(imp)(ind) if ind else Indicator(imp)
176
177
 
177
- TA_AROON.__doc__ = talib.AROON.__doc__
178
+ PYTA_AROON.__doc__ = talib.AROON.__doc__
178
179
 
179
- def TA_AROONOSC(ind=None, timeperiod=14):
180
+ def PYTA_AROONOSC(ind=None, timeperiod=14):
180
181
  imp = crtTaIndicatorImp(
181
- ta.AROONOSC, 'TA_AROONOSC', result_num=1, params={'timeperiod': timeperiod}, prices=['high', 'low']
182
+ ta.AROONOSC, 'PYTA_AROONOSC', result_num=1, params={'timeperiod': timeperiod}, prices=['high', 'low']
182
183
  )
183
184
  return Indicator(imp)(ind) if ind else Indicator(imp)
184
185
 
185
- TA_AROONOSC.__doc__ = talib.AROONOSC.__doc__
186
+ PYTA_AROONOSC.__doc__ = talib.AROONOSC.__doc__
186
187
 
187
- def TA_ATR(ind=None, timeperiod=14):
188
+ def PYTA_ATR(ind=None, timeperiod=14):
188
189
  imp = crtTaIndicatorImp(
189
- ta.ATR, 'TA_ATR', result_num=1, params={'timeperiod': timeperiod}, prices=['high', 'low', 'close']
190
+ ta.ATR, 'PYTA_ATR', result_num=1, params={'timeperiod': timeperiod}, prices=['high', 'low', 'close']
190
191
  )
191
192
  return Indicator(imp)(ind) if ind else Indicator(imp)
192
193
 
193
- TA_ATR.__doc__ = talib.ATR.__doc__
194
+ PYTA_ATR.__doc__ = talib.ATR.__doc__
194
195
 
195
- def TA_AVGPRICE(ind=None, timeperiod=14):
196
+ def PYTA_AVGPRICE(ind=None, timeperiod=14):
196
197
  imp = crtTaIndicatorImp(
197
198
  ta.AVGPRICE,
198
- 'TA_AVGPRICE',
199
+ 'PYTA_AVGPRICE',
199
200
  result_num=1,
200
201
  # params={'timeperiod': timeperiod},
201
202
  prices=['open', 'high', 'low', 'close']
202
203
  )
203
204
  return Indicator(imp)(ind) if ind else Indicator(imp)
204
205
 
205
- TA_AVGPRICE.__doc__ = talib.AVGPRICE.__doc__
206
+ PYTA_AVGPRICE.__doc__ = talib.AVGPRICE.__doc__
206
207
 
207
- def TA_BBANDS(ind=None, timeperiod=14, nbdevup=2, nbdevdn=2, matype=talib.MA_Type.SMA):
208
+ def PYTA_BBANDS(ind=None, timeperiod=14, nbdevup=2, nbdevdn=2, matype=talib.MA_Type.SMA):
208
209
  imp = crtTaIndicatorImp(
209
210
  ta.BBANDS,
210
- 'TA_BBANDS',
211
+ 'PYTA_BBANDS',
211
212
  result_num=3,
212
213
  params={
213
214
  'timeperiod': timeperiod,
@@ -218,130 +219,130 @@ try:
218
219
  )
219
220
  return Indicator(imp)(ind) if ind else Indicator(imp)
220
221
 
221
- TA_BBANDS.__doc__ = talib.BBANDS.__doc__
222
+ PYTA_BBANDS.__doc__ = talib.BBANDS.__doc__
222
223
 
223
- def TA_BOP(ind=None):
224
- imp = crtTaIndicatorImp(ta.BOP, 'TA_BOP', result_num=1, prices=['open', 'high', 'low', 'close'])
224
+ def PYTA_BOP(ind=None):
225
+ imp = crtTaIndicatorImp(ta.BOP, 'PYTA_BOP', result_num=1, prices=['open', 'high', 'low', 'close'])
225
226
  return Indicator(imp)(ind) if ind else Indicator(imp)
226
227
 
227
- TA_BOP.__doc__ = talib.BOP.__doc__
228
+ PYTA_BOP.__doc__ = talib.BOP.__doc__
228
229
 
229
- def TA_CCI(ind=None, timeperiod=14):
230
+ def PYTA_CCI(ind=None, timeperiod=14):
230
231
  imp = crtTaIndicatorImp(
231
- ta.CCI, 'TA_CCI', result_num=1, params={'timeperiod': timeperiod}, prices=['high', 'low', 'close']
232
+ ta.CCI, 'PYTA_CCI', result_num=1, params={'timeperiod': timeperiod}, prices=['high', 'low', 'close']
232
233
  )
233
234
  return Indicator(imp)(ind) if ind else Indicator(imp)
234
235
 
235
- TA_CCI.__doc__ = talib.CCI.__doc__
236
+ PYTA_CCI.__doc__ = talib.CCI.__doc__
236
237
 
237
- def TA_CMO(ind=None, timeperiod=14):
238
- imp = crtTaIndicatorImp(ta.CMO, 'TA_CMO', result_num=1, params={'timeperiod': timeperiod})
238
+ def PYTA_CMO(ind=None, timeperiod=14):
239
+ imp = crtTaIndicatorImp(ta.CMO, 'PYTA_CMO', result_num=1, params={'timeperiod': timeperiod})
239
240
  return Indicator(imp)(ind) if ind else Indicator(imp)
240
241
 
241
- TA_CMO.__doc__ = talib.CMO.__doc__
242
+ PYTA_CMO.__doc__ = talib.CMO.__doc__
242
243
 
243
- def TA_DEMA(ind=None, timeperiod=30):
244
- imp = crtTaIndicatorImp(ta.DEMA, 'TA_DEMA', result_num=1, params={'timeperiod': timeperiod})
244
+ def PYTA_DEMA(ind=None, timeperiod=30):
245
+ imp = crtTaIndicatorImp(ta.DEMA, 'PYTA_DEMA', result_num=1, params={'timeperiod': timeperiod})
245
246
  return Indicator(imp)(ind) if ind else Indicator(imp)
246
247
 
247
- TA_DEMA.__doc__ = talib.DEMA.__doc__
248
+ PYTA_DEMA.__doc__ = talib.DEMA.__doc__
248
249
 
249
- def TA_DX(ind=None, timeperiod=14):
250
+ def PYTA_DX(ind=None, timeperiod=14):
250
251
  imp = crtTaIndicatorImp(
251
- ta.DX, 'TA_DX', result_num=1, params={'timeperiod': timeperiod}, prices=['high', 'low', 'close']
252
+ ta.DX, 'PYTA_DX', result_num=1, params={'timeperiod': timeperiod}, prices=['high', 'low', 'close']
252
253
  )
253
254
  return Indicator(imp)(ind) if ind else Indicator(imp)
254
255
 
255
- TA_DX.__doc__ = talib.DX.__doc__
256
+ PYTA_DX.__doc__ = talib.DX.__doc__
256
257
 
257
- def TA_EMA(ind=None, timeperiod=30):
258
- imp = crtTaIndicatorImp(ta.EMA, 'TA_EMA', result_num=1, params={'timeperiod': timeperiod})
258
+ def PYTA_EMA(ind=None, timeperiod=30):
259
+ imp = crtTaIndicatorImp(ta.EMA, 'PYTA_EMA', result_num=1, params={'timeperiod': timeperiod})
259
260
  return Indicator(imp)(ind) if ind else Indicator(imp)
260
261
 
261
- TA_EMA.__doc__ = talib.EMA.__doc__
262
+ PYTA_EMA.__doc__ = talib.EMA.__doc__
262
263
 
263
- def TA_HT_DCPERIOD(ind=None):
264
- imp = crtTaIndicatorImp(ta.HT_DCPERIOD, 'TA_HT_DCPERIOD', result_num=1)
264
+ def PYTA_HT_DCPERIOD(ind=None):
265
+ imp = crtTaIndicatorImp(ta.HT_DCPERIOD, 'PYTA_HT_DCPERIOD', result_num=1)
265
266
  return Indicator(imp)(ind) if ind else Indicator(imp)
266
267
 
267
- TA_HT_DCPERIOD.__doc__ = talib.HT_DCPERIOD.__doc__
268
+ PYTA_HT_DCPERIOD.__doc__ = talib.HT_DCPERIOD.__doc__
268
269
 
269
- def TA_HT_DCPHASE(ind=None):
270
- imp = crtTaIndicatorImp(ta.HT_DCPHASE, 'TA_HT_DCPHASE', result_num=1)
270
+ def PYTA_HT_DCPHASE(ind=None):
271
+ imp = crtTaIndicatorImp(ta.HT_DCPHASE, 'PYTA_HT_DCPHASE', result_num=1)
271
272
  return Indicator(imp)(ind) if ind else Indicator(imp)
272
273
 
273
- TA_HT_DCPHASE.__doc__ = talib.HT_DCPHASE.__doc__
274
+ PYTA_HT_DCPHASE.__doc__ = talib.HT_DCPHASE.__doc__
274
275
 
275
- def TA_HT_PHASOR(ind=None):
276
- imp = crtTaIndicatorImp(ta.HT_PHASOR, 'TA_HT_PHASOR', result_num=2)
276
+ def PYTA_HT_PHASOR(ind=None):
277
+ imp = crtTaIndicatorImp(ta.HT_PHASOR, 'PYTA_HT_PHASOR', result_num=2)
277
278
  return Indicator(imp)(ind) if ind else Indicator(imp)
278
279
 
279
- TA_HT_PHASOR.__doc__ = talib.HT_PHASOR.__doc__
280
+ PYTA_HT_PHASOR.__doc__ = talib.HT_PHASOR.__doc__
280
281
 
281
- def TA_HT_SINE(ind=None):
282
- imp = crtTaIndicatorImp(ta.HT_SINE, 'TA_HT_SINE', result_num=2)
282
+ def PYTA_HT_SINE(ind=None):
283
+ imp = crtTaIndicatorImp(ta.HT_SINE, 'PYTA_HT_SINE', result_num=2)
283
284
  return Indicator(imp)(ind) if ind else Indicator(imp)
284
285
 
285
- TA_HT_SINE.__doc__ = talib.HT_SINE.__doc__
286
+ PYTA_HT_SINE.__doc__ = talib.HT_SINE.__doc__
286
287
 
287
- def TA_HT_TRENDLINE(ind=None):
288
- imp = crtTaIndicatorImp(ta.HT_TRENDLINE, 'TA_HT_TRENDLINE', result_num=1)
288
+ def PYTA_HT_TRENDLINE(ind=None):
289
+ imp = crtTaIndicatorImp(ta.HT_TRENDLINE, 'PYTA_HT_TRENDLINE', result_num=1)
289
290
  return Indicator(imp)(ind) if ind else Indicator(imp)
290
291
 
291
- TA_HT_TRENDLINE.__doc__ = talib.HT_TRENDLINE.__doc__
292
+ PYTA_HT_TRENDLINE.__doc__ = talib.HT_TRENDLINE.__doc__
292
293
 
293
- def TA_HT_TRENDMODE(ind=None):
294
- imp = crtTaIndicatorImp(ta.HT_TRENDMODE, 'TA_HT_TRENDMODE', result_num=1)
294
+ def PYTA_HT_TRENDMODE(ind=None):
295
+ imp = crtTaIndicatorImp(ta.HT_TRENDMODE, 'PYTA_HT_TRENDMODE', result_num=1)
295
296
  return Indicator(imp)(ind) if ind else Indicator(imp)
296
297
 
297
- TA_HT_TRENDMODE.__doc__ = talib.HT_TRENDMODE.__doc__
298
+ PYTA_HT_TRENDMODE.__doc__ = talib.HT_TRENDMODE.__doc__
298
299
 
299
- def TA_KAMA(ind=None, timeperiod=30):
300
- imp = crtTaIndicatorImp(ta.KAMA, 'TA_KAMA', result_num=1, params={'timeperiod': timeperiod})
300
+ def PYTA_KAMA(ind=None, timeperiod=30):
301
+ imp = crtTaIndicatorImp(ta.KAMA, 'PYTA_KAMA', result_num=1, params={'timeperiod': timeperiod})
301
302
  return Indicator(imp)(ind) if ind else Indicator(imp)
302
303
 
303
- TA_KAMA.__doc__ = talib.KAMA.__doc__
304
+ PYTA_KAMA.__doc__ = talib.KAMA.__doc__
304
305
 
305
- def TA_LINEARREG(ind=None, timeperiod=14):
306
- imp = crtTaIndicatorImp(ta.LINEARREG, 'TA_LINEARREG', result_num=1, params={'timeperiod': timeperiod})
306
+ def PYTA_LINEARREG(ind=None, timeperiod=14):
307
+ imp = crtTaIndicatorImp(ta.LINEARREG, 'PYTA_LINEARREG', result_num=1, params={'timeperiod': timeperiod})
307
308
  return Indicator(imp)(ind) if ind else Indicator(imp)
308
309
 
309
- TA_LINEARREG.__doc__ = talib.LINEARREG.__doc__
310
+ PYTA_LINEARREG.__doc__ = talib.LINEARREG.__doc__
310
311
 
311
- def TA_LINEARREG_ANGLE(ind=None, timeperiod=14):
312
+ def PYTA_LINEARREG_ANGLE(ind=None, timeperiod=14):
312
313
  imp = crtTaIndicatorImp(
313
- ta.LINEARREG_ANGLE, 'TA_LINEARREG_ANGLE', result_num=1, params={'timeperiod': timeperiod}
314
+ ta.LINEARREG_ANGLE, 'PYTA_LINEARREG_ANGLE', result_num=1, params={'timeperiod': timeperiod}
314
315
  )
315
316
  return Indicator(imp)(ind) if ind else Indicator(imp)
316
317
 
317
- TA_LINEARREG_ANGLE.__doc__ = talib.LINEARREG_ANGLE.__doc__
318
+ PYTA_LINEARREG_ANGLE.__doc__ = talib.LINEARREG_ANGLE.__doc__
318
319
 
319
- def TA_LINEARREG_INTERCEPT(ind=None, timeperiod=14):
320
+ def PYTA_LINEARREG_INTERCEPT(ind=None, timeperiod=14):
320
321
  imp = crtTaIndicatorImp(
321
- ta.LINEARREG_INTERCEPT, 'TA_LINEARREG_INTERCEPT', result_num=1, params={'timeperiod': timeperiod}
322
+ ta.LINEARREG_INTERCEPT, 'PYTA_LINEARREG_INTERCEPT', result_num=1, params={'timeperiod': timeperiod}
322
323
  )
323
324
  return Indicator(imp)(ind) if ind else Indicator(imp)
324
325
 
325
- TA_LINEARREG_INTERCEPT.__doc__ = talib.LINEARREG_INTERCEPT.__doc__
326
+ PYTA_LINEARREG_INTERCEPT.__doc__ = talib.LINEARREG_INTERCEPT.__doc__
326
327
 
327
- def TA_LINEARREG_SLOPE(ind=None, timeperiod=14):
328
+ def PYTA_LINEARREG_SLOPE(ind=None, timeperiod=14):
328
329
  imp = crtTaIndicatorImp(
329
- ta.LINEARREG_SLOPE, 'TA_LINEARREG_SLOPE', result_num=1, params={'timeperiod': timeperiod}
330
+ ta.LINEARREG_SLOPE, 'PYTA_LINEARREG_SLOPE', result_num=1, params={'timeperiod': timeperiod}
330
331
  )
331
332
  return Indicator(imp)(ind) if ind else Indicator(imp)
332
333
 
333
- TA_LINEARREG_SLOPE.__doc__ = talib.LINEARREG_SLOPE.__doc__
334
+ PYTA_LINEARREG_SLOPE.__doc__ = talib.LINEARREG_SLOPE.__doc__
334
335
 
335
- def TA_MA(ind=None, timeperiod=30, matype=talib.MA_Type.SMA):
336
- imp = crtTaIndicatorImp(ta.MA, 'TA_MA', result_num=1, params={'timeperiod': timeperiod, 'matype': matype})
336
+ def PYTA_MA(ind=None, timeperiod=30, matype=talib.MA_Type.SMA):
337
+ imp = crtTaIndicatorImp(ta.MA, 'PYTA_MA', result_num=1, params={'timeperiod': timeperiod, 'matype': matype})
337
338
  return Indicator(imp)(ind) if ind else Indicator(imp)
338
339
 
339
- TA_MA.__doc__ = talib.MA.__doc__
340
+ PYTA_MA.__doc__ = talib.MA.__doc__
340
341
 
341
- def TA_MACD(ind=None, fastperiod=12, slowperiod=26, signalperiod=9):
342
+ def PYTA_MACD(ind=None, fastperiod=12, slowperiod=26, signalperiod=9):
342
343
  imp = crtTaIndicatorImp(
343
344
  ta.MACD,
344
- 'TA_MACD',
345
+ 'PYTA_MACD',
345
346
  result_num=3,
346
347
  params={
347
348
  'fastperiod': fastperiod,
@@ -351,9 +352,9 @@ try:
351
352
  )
352
353
  return Indicator(imp)(ind) if ind else Indicator(imp)
353
354
 
354
- TA_MACD.__doc__ = talib.MACD.__doc__
355
+ PYTA_MACD.__doc__ = talib.MACD.__doc__
355
356
 
356
- def TA_MACDEXT(
357
+ def PYTA_MACDEXT(
357
358
  ind=None,
358
359
  fastperiod=12,
359
360
  fastmatype=talib.MA_Type.SMA,
@@ -364,7 +365,7 @@ try:
364
365
  ):
365
366
  imp = crtTaIndicatorImp(
366
367
  ta.MACDEXT,
367
- 'TA_MACDEXT',
368
+ 'PYTA_MACDEXT',
368
369
  result_num=3,
369
370
  params={
370
371
  'fastperiod': fastperiod,
@@ -377,135 +378,135 @@ try:
377
378
  )
378
379
  return Indicator(imp)(ind) if ind else Indicator(imp)
379
380
 
380
- TA_MACDEXT.__doc__ = talib.MACDEXT.__doc__
381
+ PYTA_MACDEXT.__doc__ = talib.MACDEXT.__doc__
381
382
 
382
- def TA_MACDFIX(ind=None, signalperiod=9):
383
- imp = crtTaIndicatorImp(ta.MACDFIX, 'TA_MACDFIX', result_num=3, params={'signalperiod': signalperiod})
383
+ def PYTA_MACDFIX(ind=None, signalperiod=9):
384
+ imp = crtTaIndicatorImp(ta.MACDFIX, 'PYTA_MACDFIX', result_num=3, params={'signalperiod': signalperiod})
384
385
  return Indicator(imp)(ind) if ind else Indicator(imp)
385
386
 
386
- TA_MACDFIX.__doc__ = talib.MACDFIX.__doc__
387
+ PYTA_MACDFIX.__doc__ = talib.MACDFIX.__doc__
387
388
 
388
- def TA_MAMA(ind=None, fastlimit=0.5, slowlimit=0.05):
389
+ def PYTA_MAMA(ind=None, fastlimit=0.5, slowlimit=0.05):
389
390
  imp = crtTaIndicatorImp(
390
- ta.MAMA, 'TA_MAMA', result_num=2, params={
391
+ ta.MAMA, 'PYTA_MAMA', result_num=2, params={
391
392
  'fastlimit': fastlimit,
392
393
  'slowlimit': slowlimit
393
394
  }
394
395
  )
395
396
  return Indicator(imp)(ind) if ind else Indicator(imp)
396
397
 
397
- TA_MAMA.__doc__ = talib.MAMA.__doc__
398
+ PYTA_MAMA.__doc__ = talib.MAMA.__doc__
398
399
 
399
- def TA_MAX(ind=None, timeperiod=30):
400
- imp = crtTaIndicatorImp(ta.MAX, 'TA_MAX', result_num=1, params={'timeperiod': timeperiod})
400
+ def PYTA_MAX(ind=None, timeperiod=30):
401
+ imp = crtTaIndicatorImp(ta.MAX, 'PYTA_MAX', result_num=1, params={'timeperiod': timeperiod})
401
402
  return Indicator(imp)(ind) if ind else Indicator(imp)
402
403
 
403
- TA_MAX.__doc__ = talib.MAX.__doc__
404
+ PYTA_MAX.__doc__ = talib.MAX.__doc__
404
405
 
405
- def TA_MAXINDEX(ind=None, timeperiod=30):
406
- imp = crtTaIndicatorImp(ta.MAXINDEX, 'TA_MAXINDEX', result_num=1, params={'timeperiod': timeperiod})
406
+ def PYTA_MAXINDEX(ind=None, timeperiod=30):
407
+ imp = crtTaIndicatorImp(ta.MAXINDEX, 'PYTA_MAXINDEX', result_num=1, params={'timeperiod': timeperiod})
407
408
  return Indicator(imp)(ind) if ind else Indicator(imp)
408
409
 
409
- TA_MAXINDEX.__doc__ = talib.MAXINDEX.__doc__
410
+ PYTA_MAXINDEX.__doc__ = talib.MAXINDEX.__doc__
410
411
 
411
- def TA_MEDPRICE(ind=None):
412
- imp = crtTaIndicatorImp(ta.MEDPRICE, 'TA_MEDPRICE', result_num=1, prices=['high', 'low'])
412
+ def PYTA_MEDPRICE(ind=None):
413
+ imp = crtTaIndicatorImp(ta.MEDPRICE, 'PYTA_MEDPRICE', result_num=1, prices=['high', 'low'])
413
414
  return Indicator(imp)(ind) if ind else Indicator(imp)
414
415
 
415
- TA_MEDPRICE.__doc__ = talib.MEDPRICE.__doc__
416
+ PYTA_MEDPRICE.__doc__ = talib.MEDPRICE.__doc__
416
417
 
417
- def TA_MIDPOINT(ind=None, timeperiod=14):
418
- imp = crtTaIndicatorImp(ta.MIDPOINT, 'TA_MIDPOINT', result_num=1, params={'timeperiod': timeperiod})
418
+ def PYTA_MIDPOINT(ind=None, timeperiod=14):
419
+ imp = crtTaIndicatorImp(ta.MIDPOINT, 'PYTA_MIDPOINT', result_num=1, params={'timeperiod': timeperiod})
419
420
  return Indicator(imp)(ind) if ind else Indicator(imp)
420
421
 
421
- TA_MIDPOINT.__doc__ = talib.MIDPRICE.__doc__
422
+ PYTA_MIDPOINT.__doc__ = talib.MIDPRICE.__doc__
422
423
 
423
- def TA_MIDPRICE(ind=None, timeperiod=14):
424
+ def PYTA_MIDPRICE(ind=None, timeperiod=14):
424
425
  imp = crtTaIndicatorImp(
425
- ta.MIDPRICE, 'TA_MIDPRICE', result_num=1, params={'timeperiod': timeperiod}, prices=['high', 'low']
426
+ ta.MIDPRICE, 'PYTA_MIDPRICE', result_num=1, params={'timeperiod': timeperiod}, prices=['high', 'low']
426
427
  )
427
428
  return Indicator(imp)(ind) if ind else Indicator(imp)
428
429
 
429
- TA_MIDPRICE.__doc__ = talib.MIDPRICE.__doc__
430
+ PYTA_MIDPRICE.__doc__ = talib.MIDPRICE.__doc__
430
431
 
431
- def TA_MIN(ind=None, timeperiod=30):
432
- imp = crtTaIndicatorImp(ta.MIN, 'TA_MIN', result_num=1, params={'timeperiod': timeperiod})
432
+ def PYTA_MIN(ind=None, timeperiod=30):
433
+ imp = crtTaIndicatorImp(ta.MIN, 'PYTA_MIN', result_num=1, params={'timeperiod': timeperiod})
433
434
  return Indicator(imp)(ind) if ind else Indicator(imp)
434
435
 
435
- TA_MIN.__doc__ = talib.MIN.__doc__
436
+ PYTA_MIN.__doc__ = talib.MIN.__doc__
436
437
 
437
- def TA_MININDEX(ind=None, timeperiod=30):
438
- imp = crtTaIndicatorImp(ta.MININDEX, 'TA_MININDEX', result_num=1, params={'timeperiod': timeperiod})
438
+ def PYTA_MININDEX(ind=None, timeperiod=30):
439
+ imp = crtTaIndicatorImp(ta.MININDEX, 'PYTA_MININDEX', result_num=1, params={'timeperiod': timeperiod})
439
440
  return Indicator(imp)(ind) if ind else Indicator(imp)
440
441
 
441
- TA_MININDEX.__doc__ = talib.MININDEX.__doc__
442
+ PYTA_MININDEX.__doc__ = talib.MININDEX.__doc__
442
443
 
443
- def TA_MINMAX(ind=None, timeperiod=30):
444
- imp = crtTaIndicatorImp(ta.MINMAX, 'TA_MINMAX', result_num=2, params={'timeperiod': timeperiod})
444
+ def PYTA_MINMAX(ind=None, timeperiod=30):
445
+ imp = crtTaIndicatorImp(ta.MINMAX, 'PYTA_MINMAX', result_num=2, params={'timeperiod': timeperiod})
445
446
  return Indicator(imp)(ind) if ind else Indicator(imp)
446
447
 
447
- TA_MINMAX.__doc__ = talib.MINMAX.__doc__
448
+ PYTA_MINMAX.__doc__ = talib.MINMAX.__doc__
448
449
 
449
- def TA_MINMAXINDEX(ind=None, timeperiod=30):
450
- imp = crtTaIndicatorImp(ta.MINMAXINDEX, 'TA_MINMAXINDEX', result_num=2, params={'timeperiod': timeperiod})
450
+ def PYTA_MINMAXINDEX(ind=None, timeperiod=30):
451
+ imp = crtTaIndicatorImp(ta.MINMAXINDEX, 'PYTA_MINMAXINDEX', result_num=2, params={'timeperiod': timeperiod})
451
452
  return Indicator(imp)(ind) if ind else Indicator(imp)
452
453
 
453
- TA_MINMAXINDEX.__doc__ = talib.MINMAXINDEX.__doc__
454
+ PYTA_MINMAXINDEX.__doc__ = talib.MINMAXINDEX.__doc__
454
455
 
455
- def TA_MINUS_DI(ind=None, timeperiod=14):
456
+ def PYTA_MINUS_DI(ind=None, timeperiod=14):
456
457
  imp = crtTaIndicatorImp(
457
458
  ta.MINUS_DI,
458
- 'TA_MINUS_DI',
459
+ 'PYTA_MINUS_DI',
459
460
  result_num=1,
460
461
  params={'timeperiod': timeperiod},
461
462
  prices=['high', 'low', 'close']
462
463
  )
463
464
  return Indicator(imp)(ind) if ind else Indicator(imp)
464
465
 
465
- TA_MINUS_DI.__doc__ = talib.MINUS_DI.__doc__
466
+ PYTA_MINUS_DI.__doc__ = talib.MINUS_DI.__doc__
466
467
 
467
- def TA_MINUS_DM(ind=None, timeperiod=14):
468
+ def PYTA_MINUS_DM(ind=None, timeperiod=14):
468
469
  imp = crtTaIndicatorImp(
469
- ta.MINUS_DM, 'TA_MINUS_DM', result_num=1, params={'timeperiod': timeperiod}, prices=['high', 'low']
470
+ ta.MINUS_DM, 'PYTA_MINUS_DM', result_num=1, params={'timeperiod': timeperiod}, prices=['high', 'low']
470
471
  )
471
472
  return Indicator(imp)(ind) if ind else Indicator(imp)
472
473
 
473
- TA_MINUS_DM.__doc__ = talib.MINUS_DM.__doc__
474
+ PYTA_MINUS_DM.__doc__ = talib.MINUS_DM.__doc__
474
475
 
475
- def TA_MOM(ind=None, timeperiod=10):
476
- imp = crtTaIndicatorImp(ta.MOM, 'TA_MOM', result_num=1, params={'timeperiod': timeperiod})
476
+ def PYTA_MOM(ind=None, timeperiod=10):
477
+ imp = crtTaIndicatorImp(ta.MOM, 'PYTA_MOM', result_num=1, params={'timeperiod': timeperiod})
477
478
  return Indicator(imp)(ind) if ind else Indicator(imp)
478
479
 
479
- TA_MOM.__doc__ = talib.MOM.__doc__
480
+ PYTA_MOM.__doc__ = talib.MOM.__doc__
480
481
 
481
- def TA_NATR(ind=None, timeperiod=14):
482
+ def PYTA_NATR(ind=None, timeperiod=14):
482
483
  imp = crtTaIndicatorImp(
483
- ta.NATR, 'TA_NATR', result_num=1, params={'timeperiod': timeperiod}, prices=['high', 'low', 'close']
484
+ ta.NATR, 'PYTA_NATR', result_num=1, params={'timeperiod': timeperiod}, prices=['high', 'low', 'close']
484
485
  )
485
486
  return Indicator(imp)(ind) if ind else Indicator(imp)
486
487
 
487
- TA_NATR.__doc__ = talib.NATR.__doc__
488
+ PYTA_NATR.__doc__ = talib.NATR.__doc__
488
489
 
489
- def TA_PLUS_DI(ind=None, timeperiod=14):
490
+ def PYTA_PLUS_DI(ind=None, timeperiod=14):
490
491
  imp = crtTaIndicatorImp(
491
- ta.PLUS_DI, 'TA_PLUS_DI', result_num=1, params={'timeperiod': timeperiod}, prices=['high', 'low', 'close']
492
+ ta.PLUS_DI, 'PYTA_PLUS_DI', result_num=1, params={'timeperiod': timeperiod}, prices=['high', 'low', 'close']
492
493
  )
493
494
  return Indicator(imp)(ind) if ind else Indicator(imp)
494
495
 
495
- TA_PLUS_DI.__doc__ = talib.PLUS_DI.__doc__
496
+ PYTA_PLUS_DI.__doc__ = talib.PLUS_DI.__doc__
496
497
 
497
- def TA_PLUS_DM(ind=None, timeperiod=14):
498
+ def PYTA_PLUS_DM(ind=None, timeperiod=14):
498
499
  imp = crtTaIndicatorImp(
499
- ta.PLUS_DM, 'TA_PLUS_DM', result_num=1, params={'timeperiod': timeperiod}, prices=['high', 'low']
500
+ ta.PLUS_DM, 'PYTA_PLUS_DM', result_num=1, params={'timeperiod': timeperiod}, prices=['high', 'low']
500
501
  )
501
502
  return Indicator(imp)(ind) if ind else Indicator(imp)
502
503
 
503
- TA_PLUS_DM.__doc__ = talib.PLUS_DM.__doc__
504
+ PYTA_PLUS_DM.__doc__ = talib.PLUS_DM.__doc__
504
505
 
505
- def TA_PPO(ind=None, fastperiod=12, slowperiod=26, matype=talib.MA_Type.SMA):
506
+ def PYTA_PPO(ind=None, fastperiod=12, slowperiod=26, matype=talib.MA_Type.SMA):
506
507
  imp = crtTaIndicatorImp(
507
508
  ta.PPO,
508
- 'TA_PPO',
509
+ 'PYTA_PPO',
509
510
  result_num=1,
510
511
  params={
511
512
  'fastperiod': fastperiod,
@@ -515,42 +516,42 @@ try:
515
516
  )
516
517
  return Indicator(imp)(ind) if ind else Indicator(imp)
517
518
 
518
- TA_PPO.__doc__ = talib.PPO.__doc__
519
+ PYTA_PPO.__doc__ = talib.PPO.__doc__
519
520
 
520
- def TA_ROC(ind=None, timeperiod=10):
521
- imp = crtTaIndicatorImp(ta.ROC, 'TA_ROC', result_num=1, params={'timeperiod': timeperiod})
521
+ def PYTA_ROC(ind=None, timeperiod=10):
522
+ imp = crtTaIndicatorImp(ta.ROC, 'PYTA_ROC', result_num=1, params={'timeperiod': timeperiod})
522
523
  return Indicator(imp)(ind) if ind else Indicator(imp)
523
524
 
524
- TA_ROC.__doc__ = talib.ROC.__doc__
525
+ PYTA_ROC.__doc__ = talib.ROC.__doc__
525
526
 
526
- def TA_ROCP(ind=None, timeperiod=10):
527
- imp = crtTaIndicatorImp(ta.ROCP, 'TA_ROCP', result_num=1, params={'timeperiod': timeperiod})
527
+ def PYTA_ROCP(ind=None, timeperiod=10):
528
+ imp = crtTaIndicatorImp(ta.ROCP, 'PYTA_ROCP', result_num=1, params={'timeperiod': timeperiod})
528
529
  return Indicator(imp)(ind) if ind else Indicator(imp)
529
530
 
530
- TA_ROCP.__doc__ = talib.ROCP.__doc__
531
+ PYTA_ROCP.__doc__ = talib.ROCP.__doc__
531
532
 
532
- def TA_ROCR(ind=None, timeperiod=10):
533
- imp = crtTaIndicatorImp(ta.ROCR, 'TA_ROCR', result_num=1, params={'timeperiod': timeperiod})
533
+ def PYTA_ROCR(ind=None, timeperiod=10):
534
+ imp = crtTaIndicatorImp(ta.ROCR, 'PYTA_ROCR', result_num=1, params={'timeperiod': timeperiod})
534
535
  return Indicator(imp)(ind) if ind else Indicator(imp)
535
536
 
536
- TA_ROCR.__doc__ = talib.ROCR.__doc__
537
+ PYTA_ROCR.__doc__ = talib.ROCR.__doc__
537
538
 
538
- def TA_ROCR100(ind=None, timeperiod=10):
539
- imp = crtTaIndicatorImp(ta.ROCR100, 'TA_ROCR100', result_num=1, params={'timeperiod': timeperiod})
539
+ def PYTA_ROCR100(ind=None, timeperiod=10):
540
+ imp = crtTaIndicatorImp(ta.ROCR100, 'PYTA_ROCR100', result_num=1, params={'timeperiod': timeperiod})
540
541
  return Indicator(imp)(ind) if ind else Indicator(imp)
541
542
 
542
- TA_ROCR100.__doc__ = talib.ROCR100.__doc__
543
+ PYTA_ROCR100.__doc__ = talib.ROCR100.__doc__
543
544
 
544
- def TA_RSI(ind=None, timeperiod=14):
545
- imp = crtTaIndicatorImp(ta.RSI, 'TA_RSI', result_num=1, params={'timeperiod': timeperiod})
545
+ def PYTA_RSI(ind=None, timeperiod=14):
546
+ imp = crtTaIndicatorImp(ta.RSI, 'PYTA_RSI', result_num=1, params={'timeperiod': timeperiod})
546
547
  return Indicator(imp)(ind) if ind else Indicator(imp)
547
548
 
548
- TA_RSI.__doc__ = talib.RSI.__doc__
549
+ PYTA_RSI.__doc__ = talib.RSI.__doc__
549
550
 
550
- def TA_SAR(ind=None, acceleration=0.02, maximum=0.2):
551
+ def PYTA_SAR(ind=None, acceleration=0.02, maximum=0.2):
551
552
  imp = crtTaIndicatorImp(
552
553
  ta.SAR,
553
- 'TA_SAR',
554
+ 'PYTA_SAR',
554
555
  result_num=1,
555
556
  params={
556
557
  'acceleration': acceleration,
@@ -560,12 +561,12 @@ try:
560
561
  )
561
562
  return Indicator(imp)(ind) if ind else Indicator(imp)
562
563
 
563
- TA_SAR.__doc__ = talib.SAR.__doc__
564
+ PYTA_SAR.__doc__ = talib.SAR.__doc__
564
565
 
565
- def TA_SAREXT(
566
+ def PYTA_SAREXT(
566
567
  ind=None,
567
- startvalue=0,
568
- offsetonreverse=0,
568
+ startvalue=0.,
569
+ offsetonreverse=0.,
569
570
  accelerationinitlong=0.02,
570
571
  accelerationlong=0.02,
571
572
  accelerationmaxlong=0.02,
@@ -575,7 +576,7 @@ try:
575
576
  ):
576
577
  imp = crtTaIndicatorImp(
577
578
  ta.SAREXT,
578
- 'TA_SAREXT',
579
+ 'PYTA_SAREXT',
579
580
  result_num=1,
580
581
  params={
581
582
  'startvalue': startvalue,
@@ -591,21 +592,22 @@ try:
591
592
  )
592
593
  return Indicator(imp)(ind) if ind else Indicator(imp)
593
594
 
594
- TA_SAREXT.__doc__ = talib.SAREXT.__doc__
595
+ PYTA_SAREXT.__doc__ = talib.SAREXT.__doc__
595
596
 
596
- def TA_SMA(ind=None, timeperiod=30):
597
- imp = crtTaIndicatorImp(ta.SMA, 'TA_SMA', result_num=1, params={'timeperiod': timeperiod})
597
+ def PYTA_SMA(ind=None, timeperiod=30):
598
+ imp = crtTaIndicatorImp(ta.SMA, 'PYTA_SMA', result_num=1, params={'timeperiod': timeperiod})
598
599
  return Indicator(imp)(ind) if ind else Indicator(imp)
599
600
 
600
- TA_SMA.__doc__ = talib.SMA.__doc__
601
+ PYTA_SMA.__doc__ = talib.SMA.__doc__
601
602
 
602
- def TA_STDDEV(ind=None, timeperiod=5, nbdev=1):
603
- imp = crtTaIndicatorImp(ta.STDDEV, 'TA_STDDEV', result_num=1, params={'timeperiod': timeperiod, 'nbdev': nbdev})
603
+ def PYTA_STDDEV(ind=None, timeperiod=5, nbdev=1.0):
604
+ imp = crtTaIndicatorImp(ta.STDDEV, 'PYTA_STDDEV', result_num=1, params={
605
+ 'timeperiod': timeperiod, 'nbdev': nbdev})
604
606
  return Indicator(imp)(ind) if ind else Indicator(imp)
605
607
 
606
- TA_STDDEV.__doc__ = talib.STDDEV.__doc__
608
+ PYTA_STDDEV.__doc__ = talib.STDDEV.__doc__
607
609
 
608
- def TA_STOCH(
610
+ def PYTA_STOCH(
609
611
  ind=None,
610
612
  fastk_period=5,
611
613
  slowk_period=3,
@@ -615,7 +617,7 @@ try:
615
617
  ):
616
618
  imp = crtTaIndicatorImp(
617
619
  ta.STOCH,
618
- 'TA_STOCH',
620
+ 'PYTA_STOCH',
619
621
  result_num=2,
620
622
  params={
621
623
  'fastk_period': fastk_period,
@@ -628,12 +630,12 @@ try:
628
630
  )
629
631
  return Indicator(imp)(ind) if ind else Indicator(imp)
630
632
 
631
- TA_STOCH.__doc__ = talib.STOCH.__doc__
633
+ PYTA_STOCH.__doc__ = talib.STOCH.__doc__
632
634
 
633
- def TA_STOCHF(ind=None, fastk_period=5, fastd_period=3, fastd_matype=talib.MA_Type.SMA):
635
+ def PYTA_STOCHF(ind=None, fastk_period=5, fastd_period=3, fastd_matype=talib.MA_Type.SMA):
634
636
  imp = crtTaIndicatorImp(
635
637
  ta.STOCHF,
636
- 'TA_STOCHF',
638
+ 'PYTA_STOCHF',
637
639
  result_num=2,
638
640
  params={
639
641
  'fastk_period': fastk_period,
@@ -644,12 +646,12 @@ try:
644
646
  )
645
647
  return Indicator(imp)(ind) if ind else Indicator(imp)
646
648
 
647
- TA_STOCHF.__doc__ = talib.STOCHF.__doc__
649
+ PYTA_STOCHF.__doc__ = talib.STOCHF.__doc__
648
650
 
649
- def TA_STOCHRSI(ind=None, timeperiod=14, fastk_period=5, fastd_period=3, fastd_matype=talib.MA_Type.SMA):
651
+ def PYTA_STOCHRSI(ind=None, timeperiod=14, fastk_period=5, fastd_period=3, fastd_matype=talib.MA_Type.SMA):
650
652
  imp = crtTaIndicatorImp(
651
653
  ta.STOCHRSI,
652
- 'TA_STOCHRSI',
654
+ 'PYTA_STOCHRSI',
653
655
  result_num=2,
654
656
  params={
655
657
  'timeperiod': timeperiod,
@@ -660,60 +662,60 @@ try:
660
662
  )
661
663
  return Indicator(imp)(ind) if ind else Indicator(imp)
662
664
 
663
- TA_STOCHRSI.__doc__ = talib.STOCHRSI.__doc__
665
+ PYTA_STOCHRSI.__doc__ = talib.STOCHRSI.__doc__
664
666
 
665
- def TA_SUM(ind=None, timeperiod=30):
666
- imp = crtTaIndicatorImp(ta.SUM, 'TA_SUM', result_num=1, params={'timeperiod': timeperiod})
667
+ def PYTA_SUM(ind=None, timeperiod=30):
668
+ imp = crtTaIndicatorImp(ta.SUM, 'PYTA_SUM', result_num=1, params={'timeperiod': timeperiod})
667
669
  return Indicator(imp)(ind) if ind else Indicator(imp)
668
670
 
669
- TA_SUM.__doc__ = talib.SUM.__doc__
671
+ PYTA_SUM.__doc__ = talib.SUM.__doc__
670
672
 
671
- def TA_T3(ind=None, timeperiod=5, vfactor=0.7):
672
- imp = crtTaIndicatorImp(ta.T3, 'TA_T3', result_num=1, params={'timeperiod': timeperiod, 'vfactor': vfactor})
673
+ def PYTA_T3(ind=None, timeperiod=5, vfactor=0.7):
674
+ imp = crtTaIndicatorImp(ta.T3, 'PYTA_T3', result_num=1, params={'timeperiod': timeperiod, 'vfactor': vfactor})
673
675
  return Indicator(imp)(ind) if ind else Indicator(imp)
674
676
 
675
- TA_T3.__doc__ = talib.T3.__doc__
677
+ PYTA_T3.__doc__ = talib.T3.__doc__
676
678
 
677
- def TA_TEMA(ind=None, timeperiod=30):
678
- imp = crtTaIndicatorImp(ta.TEMA, 'TA_TEMA', result_num=1, params={'timeperiod': timeperiod})
679
+ def PYTA_TEMA(ind=None, timeperiod=30):
680
+ imp = crtTaIndicatorImp(ta.TEMA, 'PYTA_TEMA', result_num=1, params={'timeperiod': timeperiod})
679
681
  return Indicator(imp)(ind) if ind else Indicator(imp)
680
682
 
681
- TA_TEMA.__doc__ = talib.TEMA.__doc__
683
+ PYTA_TEMA.__doc__ = talib.TEMA.__doc__
682
684
 
683
- def TA_TRANGE(ind=None):
684
- imp = crtTaIndicatorImp(ta.TRANGE, 'TA_TRANGE', result_num=1, prices=['high', 'low', 'close'])
685
+ def PYTA_TRANGE(ind=None):
686
+ imp = crtTaIndicatorImp(ta.TRANGE, 'PYTA_TRANGE', result_num=1, prices=['high', 'low', 'close'])
685
687
  return Indicator(imp)(ind) if ind else Indicator(imp)
686
688
 
687
- TA_TRANGE.__doc__ = talib.TRANGE.__doc__
689
+ PYTA_TRANGE.__doc__ = talib.TRANGE.__doc__
688
690
 
689
- def TA_TRIMA(ind=None, timeperiod=30):
690
- imp = crtTaIndicatorImp(ta.TRIMA, 'TA_TRIMA', result_num=1, params={'timeperiod': timeperiod})
691
+ def PYTA_TRIMA(ind=None, timeperiod=30):
692
+ imp = crtTaIndicatorImp(ta.TRIMA, 'PYTA_TRIMA', result_num=1, params={'timeperiod': timeperiod})
691
693
  return Indicator(imp)(ind) if ind else Indicator(imp)
692
694
 
693
- TA_TRIMA.__doc__ = talib.TRIMA.__doc__
695
+ PYTA_TRIMA.__doc__ = talib.TRIMA.__doc__
694
696
 
695
- def TA_TRIX(ind=None, timeperiod=30):
696
- imp = crtTaIndicatorImp(ta.TRIX, 'TA_TRIX', result_num=1, params={'timeperiod': timeperiod})
697
+ def PYTA_TRIX(ind=None, timeperiod=30):
698
+ imp = crtTaIndicatorImp(ta.TRIX, 'PYTA_TRIX', result_num=1, params={'timeperiod': timeperiod})
697
699
  return Indicator(imp)(ind) if ind else Indicator(imp)
698
700
 
699
- TA_TRIX.__doc__ = talib.TRIX.__doc__
701
+ PYTA_TRIX.__doc__ = talib.TRIX.__doc__
700
702
 
701
- def TA_TSF(ind=None, timeperiod=14):
702
- imp = crtTaIndicatorImp(ta.TSF, 'TA_TSF', result_num=1, params={'timeperiod': timeperiod})
703
+ def PYTA_TSF(ind=None, timeperiod=14):
704
+ imp = crtTaIndicatorImp(ta.TSF, 'PYTA_TSF', result_num=1, params={'timeperiod': timeperiod})
703
705
  return Indicator(imp)(ind) if ind else Indicator(imp)
704
706
 
705
- TA_TSF.__doc__ = talib.TSF.__doc__
707
+ PYTA_TSF.__doc__ = talib.TSF.__doc__
706
708
 
707
- def TA_TYPPRICE(ind=None, timeperiod=14):
708
- imp = crtTaIndicatorImp(ta.TYPPRICE, 'TA_TYPPRICE', result_num=1, prices=['high', 'low', 'close'])
709
+ def PYTA_TYPPRICE(ind=None, timeperiod=14):
710
+ imp = crtTaIndicatorImp(ta.TYPPRICE, 'PYTA_TYPPRICE', result_num=1, prices=['high', 'low', 'close'])
709
711
  return Indicator(imp)(ind) if ind else Indicator(imp)
710
712
 
711
- TA_TYPPRICE.__doc__ = talib.TYPPRICE.__doc__
713
+ PYTA_TYPPRICE.__doc__ = talib.TYPPRICE.__doc__
712
714
 
713
- def TA_ULTOSC(ind=None, timeperiod1=7, timeperiod2=14, timeperiod3=28):
715
+ def PYTA_ULTOSC(ind=None, timeperiod1=7, timeperiod2=14, timeperiod3=28):
714
716
  imp = crtTaIndicatorImp(
715
717
  ta.ULTOSC,
716
- 'TA_ULTOSC',
718
+ 'PYTA_ULTOSC',
717
719
  result_num=1,
718
720
  params={
719
721
  'timeperiod1': timeperiod1,
@@ -724,537 +726,544 @@ try:
724
726
  )
725
727
  return Indicator(imp)(ind) if ind else Indicator(imp)
726
728
 
727
- TA_ULTOSC.__doc__ = talib.ULTOSC.__doc__
729
+ PYTA_ULTOSC.__doc__ = talib.ULTOSC.__doc__
728
730
 
729
- def TA_VAR(ind=None, timeperiod=5, nbdev=1):
730
- imp = crtTaIndicatorImp(ta.VAR, 'TA_VAR', result_num=1, params={'timeperiod': timeperiod, 'nbdev': nbdev})
731
+ def PYTA_VAR(ind=None, timeperiod=5, nbdev=1.):
732
+ imp = crtTaIndicatorImp(ta.VAR, 'PYTA_VAR', result_num=1, params={'timeperiod': timeperiod, 'nbdev': nbdev})
731
733
  return Indicator(imp)(ind) if ind else Indicator(imp)
732
734
 
733
- TA_VAR.__doc__ = talib.VAR.__doc__
735
+ PYTA_VAR.__doc__ = talib.VAR.__doc__
734
736
 
735
- def TA_WCLPRICE(ind=None):
736
- imp = crtTaIndicatorImp(ta.WCLPRICE, 'TA_WCLPRICE', result_num=1, prices=['high', 'low', 'close'])
737
+ def PYTA_WCLPRICE(ind=None):
738
+ imp = crtTaIndicatorImp(ta.WCLPRICE, 'PYTA_WCLPRICE', result_num=1, prices=['high', 'low', 'close'])
737
739
  return Indicator(imp)(ind) if ind else Indicator(imp)
738
740
 
739
- TA_WCLPRICE.__doc__ = talib.WCLPRICE.__doc__
741
+ PYTA_WCLPRICE.__doc__ = talib.WCLPRICE.__doc__
740
742
 
741
- def TA_WILLR(ind=None, timeperiod=14):
743
+ def PYTA_WILLR(ind=None, timeperiod=14):
742
744
  imp = crtTaIndicatorImp(
743
- ta.WILLR, 'TA_WILLR', result_num=1, params={'timeperiod': timeperiod}, prices=['high', 'low', 'close']
745
+ ta.WILLR, 'PYTA_WILLR', result_num=1, params={'timeperiod': timeperiod}, prices=['high', 'low', 'close']
744
746
  )
745
747
  return Indicator(imp)(ind) if ind else Indicator(imp)
746
748
 
747
- TA_WILLR.__doc__ = talib.WILLR.__doc__
749
+ PYTA_WILLR.__doc__ = talib.WILLR.__doc__
748
750
 
749
- def TA_WMA(ind=None, timeperiod=30):
750
- imp = crtTaIndicatorImp(ta.WMA, 'TA_WMA', result_num=1, params={'timeperiod': timeperiod})
751
+ def PYTA_WMA(ind=None, timeperiod=30):
752
+ imp = crtTaIndicatorImp(ta.WMA, 'PYTA_WMA', result_num=1, params={'timeperiod': timeperiod})
751
753
  return Indicator(imp)(ind) if ind else Indicator(imp)
752
754
 
753
- TA_WMA.__doc__ = talib.WMA.__doc__
755
+ PYTA_WMA.__doc__ = talib.WMA.__doc__
754
756
 
755
- def TA_CDL2CROWS(ind=None):
756
- imp = crtTaIndicatorImp(ta.CDL2CROWS, 'TA_CDL2CROWS', result_num=1, prices=['open', 'high', 'low', 'close'])
757
+ def PYTA_CDL2CROWS(ind=None):
758
+ imp = crtTaIndicatorImp(ta.CDL2CROWS, 'PYTA_CDL2CROWS', result_num=1, prices=['open', 'high', 'low', 'close'])
757
759
  return Indicator(imp)(ind) if ind else Indicator(imp)
758
760
 
759
- TA_CDL2CROWS.__doc__ = talib.CDL2CROWS.__doc__
761
+ PYTA_CDL2CROWS.__doc__ = talib.CDL2CROWS.__doc__
760
762
 
761
- def TA_CDL3BLACKCROWS(ind=None):
763
+ def PYTA_CDL3BLACKCROWS(ind=None):
762
764
  imp = crtTaIndicatorImp(
763
- ta.CDL3BLACKCROWS, 'TA_CDL3BLACKCROWS', result_num=1, prices=['open', 'high', 'low', 'close']
765
+ ta.CDL3BLACKCROWS, 'PYTA_CDL3BLACKCROWS', result_num=1, prices=['open', 'high', 'low', 'close']
764
766
  )
765
767
  return Indicator(imp)(ind) if ind else Indicator(imp)
766
768
 
767
- TA_CDL3BLACKCROWS.__doc__ = talib.CDL3BLACKCROWS.__doc__
769
+ PYTA_CDL3BLACKCROWS.__doc__ = talib.CDL3BLACKCROWS.__doc__
768
770
 
769
- def TA_CDL3INSIDE(ind=None):
770
- imp = crtTaIndicatorImp(ta.CDL3INSIDE, 'TA_CDL3INSIDE', result_num=1, prices=['open', 'high', 'low', 'close'])
771
+ def PYTA_CDL3INSIDE(ind=None):
772
+ imp = crtTaIndicatorImp(ta.CDL3INSIDE, 'PYTA_CDL3INSIDE', result_num=1, prices=['open', 'high', 'low', 'close'])
771
773
  return Indicator(imp)(ind) if ind else Indicator(imp)
772
774
 
773
- TA_CDL3INSIDE.__doc__ = talib.CDL3INSIDE.__doc__
775
+ PYTA_CDL3INSIDE.__doc__ = talib.CDL3INSIDE.__doc__
774
776
 
775
- def TA_CDL3LINESTRIKE(ind=None):
777
+ def PYTA_CDL3LINESTRIKE(ind=None):
776
778
  imp = crtTaIndicatorImp(
777
- ta.CDL3LINESTRIKE, 'TA_CDL3LINESTRIKE', result_num=1, prices=['open', 'high', 'low', 'close']
779
+ ta.CDL3LINESTRIKE, 'PYTA_CDL3LINESTRIKE', result_num=1, prices=['open', 'high', 'low', 'close']
778
780
  )
779
781
  return Indicator(imp)(ind) if ind else Indicator(imp)
780
782
 
781
- TA_CDL3LINESTRIKE.__doc__ = talib.CDL3LINESTRIKE.__doc__
783
+ PYTA_CDL3LINESTRIKE.__doc__ = talib.CDL3LINESTRIKE.__doc__
782
784
 
783
- def TA_CDL3OUTSIDE(ind=None):
784
- imp = crtTaIndicatorImp(ta.CDL3OUTSIDE, 'TA_CDL3OUTSIDE', result_num=1, prices=['open', 'high', 'low', 'close'])
785
+ def PYTA_CDL3OUTSIDE(ind=None):
786
+ imp = crtTaIndicatorImp(ta.CDL3OUTSIDE, 'PYTA_CDL3OUTSIDE', result_num=1,
787
+ prices=['open', 'high', 'low', 'close'])
785
788
  return Indicator(imp)(ind) if ind else Indicator(imp)
786
789
 
787
- TA_CDL3OUTSIDE.__doc__ = talib.CDL3OUTSIDE.__doc__
790
+ PYTA_CDL3OUTSIDE.__doc__ = talib.CDL3OUTSIDE.__doc__
788
791
 
789
- def TA_CDL3STARSINSOUTH(ind=None):
792
+ def PYTA_CDL3STARSINSOUTH(ind=None):
790
793
  imp = crtTaIndicatorImp(
791
- ta.CDL3STARSINSOUTH, 'TA_CDL3STARSINSOUTH', result_num=1, prices=['open', 'high', 'low', 'close']
794
+ ta.CDL3STARSINSOUTH, 'PYTA_CDL3STARSINSOUTH', result_num=1, prices=['open', 'high', 'low', 'close']
792
795
  )
793
796
  return Indicator(imp)(ind) if ind else Indicator(imp)
794
797
 
795
- TA_CDL3STARSINSOUTH.__doc__ = talib.CDL3STARSINSOUTH.__doc__
798
+ PYTA_CDL3STARSINSOUTH.__doc__ = talib.CDL3STARSINSOUTH.__doc__
796
799
 
797
- def TA_CDL3WHITESOLDIERS(ind=None):
800
+ def PYTA_CDL3WHITESOLDIERS(ind=None):
798
801
  imp = crtTaIndicatorImp(
799
- ta.CDL3WHITESOLDIERS, 'TA_CDL3WHITESOLDIERS', result_num=1, prices=['open', 'high', 'low', 'close']
802
+ ta.CDL3WHITESOLDIERS, 'PYTA_CDL3WHITESOLDIERS', result_num=1, prices=['open', 'high', 'low', 'close']
800
803
  )
801
804
  return Indicator(imp)(ind) if ind else Indicator(imp)
802
805
 
803
- TA_CDL3WHITESOLDIERS.__doc__ = talib.CDL3WHITESOLDIERS.__doc__
806
+ PYTA_CDL3WHITESOLDIERS.__doc__ = talib.CDL3WHITESOLDIERS.__doc__
804
807
 
805
- def TA_CDLABANDONEDBABY(ind=None, penetration=0.3):
808
+ def PYTA_CDLABANDONEDBABY(ind=None, penetration=0.3):
806
809
  imp = crtTaIndicatorImp(
807
810
  ta.CDLABANDONEDBABY,
808
- 'TA_CDLABANDONEDBABY',
811
+ 'PYTA_CDLABANDONEDBABY',
809
812
  result_num=1,
810
813
  params={'penetration': penetration},
811
814
  prices=['open', 'high', 'low', 'close']
812
815
  )
813
816
  return Indicator(imp)(ind) if ind else Indicator(imp)
814
817
 
815
- TA_CDLABANDONEDBABY.__doc__ = talib.CDLABANDONEDBABY.__doc__
818
+ PYTA_CDLABANDONEDBABY.__doc__ = talib.CDLABANDONEDBABY.__doc__
816
819
 
817
- def TA_CDLADVANCEBLOCK(ind=None):
820
+ def PYTA_CDLADVANCEBLOCK(ind=None):
818
821
  imp = crtTaIndicatorImp(
819
- ta.CDLADVANCEBLOCK, 'TA_CDLADVANCEBLOCK', result_num=1, prices=['open', 'high', 'low', 'close']
822
+ ta.CDLADVANCEBLOCK, 'PYTA_CDLADVANCEBLOCK', result_num=1, prices=['open', 'high', 'low', 'close']
820
823
  )
821
824
  return Indicator(imp)(ind) if ind else Indicator(imp)
822
825
 
823
- TA_CDLADVANCEBLOCK = talib.CDLADVANCEBLOCK.__doc__
826
+ PYTA_CDLADVANCEBLOCK = talib.CDLADVANCEBLOCK.__doc__
824
827
 
825
- def TA_CDLBELTHOLD(ind=None):
826
- imp = crtTaIndicatorImp(ta.CDLBELTHOLD, 'TA_CDLBELTHOLD', result_num=1, prices=['open', 'high', 'low', 'close'])
828
+ def PYTA_CDLBELTHOLD(ind=None):
829
+ imp = crtTaIndicatorImp(ta.CDLBELTHOLD, 'PYTA_CDLBELTHOLD', result_num=1,
830
+ prices=['open', 'high', 'low', 'close'])
827
831
  return Indicator(imp)(ind) if ind else Indicator(imp)
828
832
 
829
- TA_CDLBELTHOLD.__doc__ = talib.CDLBELTHOLD.__doc__
833
+ PYTA_CDLBELTHOLD.__doc__ = talib.CDLBELTHOLD.__doc__
830
834
 
831
- def TA_CDLBREAKAWAY(ind=None):
835
+ def PYTA_CDLBREAKAWAY(ind=None):
832
836
  imp = crtTaIndicatorImp(
833
- ta.CDLBREAKAWAY, 'TA_CDLBREAKAWAY', result_num=1, prices=['open', 'high', 'low', 'close']
837
+ ta.CDLBREAKAWAY, 'PYTA_CDLBREAKAWAY', result_num=1, prices=['open', 'high', 'low', 'close']
834
838
  )
835
839
  return Indicator(imp)(ind) if ind else Indicator(imp)
836
840
 
837
- TA_CDLBREAKAWAY.__doc__ = talib.CDLBREAKAWAY.__doc__
841
+ PYTA_CDLBREAKAWAY.__doc__ = talib.CDLBREAKAWAY.__doc__
838
842
 
839
- def TA_CDLCLOSINGMARUBOZU(ind=None):
843
+ def PYTA_CDLCLOSINGMARUBOZU(ind=None):
840
844
  imp = crtTaIndicatorImp(
841
- ta.CDLCLOSINGMARUBOZU, 'TA_CDLCLOSINGMARUBOZU', result_num=1, prices=['open', 'high', 'low', 'close']
845
+ ta.CDLCLOSINGMARUBOZU, 'PYTA_CDLCLOSINGMARUBOZU', result_num=1, prices=['open', 'high', 'low', 'close']
842
846
  )
843
847
  return Indicator(imp)(ind) if ind else Indicator(imp)
844
848
 
845
- TA_CDLCLOSINGMARUBOZU.__doc__ = talib.CDLCLOSINGMARUBOZU.__doc__
849
+ PYTA_CDLCLOSINGMARUBOZU.__doc__ = talib.CDLCLOSINGMARUBOZU.__doc__
846
850
 
847
- def TA_CDLCONCEALBABYSWALL(ind=None):
851
+ def PYTA_CDLCONCEALBABYSWALL(ind=None):
848
852
  imp = crtTaIndicatorImp(
849
- ta.CDLCONCEALBABYSWALL, 'TA_CDLCONCEALBABYSWALL', result_num=1, prices=['open', 'high', 'low', 'close']
853
+ ta.CDLCONCEALBABYSWALL, 'PYTA_CDLCONCEALBABYSWALL', result_num=1, prices=['open', 'high', 'low', 'close']
850
854
  )
851
855
  return Indicator(imp)(ind) if ind else Indicator(imp)
852
856
 
853
- TA_CDLCONCEALBABYSWALL.__doc__ = talib.CDLCONCEALBABYSWALL.__doc__
857
+ PYTA_CDLCONCEALBABYSWALL.__doc__ = talib.CDLCONCEALBABYSWALL.__doc__
854
858
 
855
- def TA_CDLCOUNTERATTACK(ind=None):
859
+ def PYTA_CDLCOUNTERATTACK(ind=None):
856
860
  imp = crtTaIndicatorImp(
857
- ta.CDLCOUNTERATTACK, 'TA_CDLCOUNTERATTACK', result_num=1, prices=['open', 'high', 'low', 'close']
861
+ ta.CDLCOUNTERATTACK, 'PYTA_CDLCOUNTERATTACK', result_num=1, prices=['open', 'high', 'low', 'close']
858
862
  )
859
863
  return Indicator(imp)(ind) if ind else Indicator(imp)
860
864
 
861
- TA_CDLCOUNTERATTACK.__doc__ = talib.CDLCOUNTERATTACK.__doc__
865
+ PYTA_CDLCOUNTERATTACK.__doc__ = talib.CDLCOUNTERATTACK.__doc__
862
866
 
863
- def TA_CDLDARKCLOUDCOVER(ind=None, penetration=0.5):
867
+ def PYTA_CDLDARKCLOUDCOVER(ind=None, penetration=0.5):
864
868
  imp = crtTaIndicatorImp(
865
869
  ta.CDLDARKCLOUDCOVER,
866
- 'TA_CDLDARKCLOUDCOVER',
870
+ 'PYTA_CDLDARKCLOUDCOVER',
867
871
  result_num=1,
868
872
  params={'penetration': penetration},
869
873
  prices=['open', 'high', 'low', 'close']
870
874
  )
871
875
  return Indicator(imp)(ind) if ind else Indicator(imp)
872
876
 
873
- TA_CDLDARKCLOUDCOVER.__doc__ = talib.CDLDARKCLOUDCOVER.__doc__
877
+ PYTA_CDLDARKCLOUDCOVER.__doc__ = talib.CDLDARKCLOUDCOVER.__doc__
874
878
 
875
- def TA_CDLDOJI(ind=None):
876
- imp = crtTaIndicatorImp(ta.CDLDOJI, 'TA_CDLDOJI', result_num=1, prices=['open', 'high', 'low', 'close'])
879
+ def PYTA_CDLDOJI(ind=None):
880
+ imp = crtTaIndicatorImp(ta.CDLDOJI, 'PYTA_CDLDOJI', result_num=1, prices=['open', 'high', 'low', 'close'])
877
881
  return Indicator(imp)(ind) if ind else Indicator(imp)
878
882
 
879
- TA_CDLDOJI.__doc__ = talib.CDLDOJI.__doc__
883
+ PYTA_CDLDOJI.__doc__ = talib.CDLDOJI.__doc__
880
884
 
881
- def TA_CDLDOJISTAR(ind=None):
882
- imp = crtTaIndicatorImp(ta.CDLDOJISTAR, 'TA_CDLDOJISTAR', result_num=1, prices=['open', 'high', 'low', 'close'])
885
+ def PYTA_CDLDOJISTAR(ind=None):
886
+ imp = crtTaIndicatorImp(ta.CDLDOJISTAR, 'PYTA_CDLDOJISTAR', result_num=1,
887
+ prices=['open', 'high', 'low', 'close'])
883
888
  return Indicator(imp)(ind) if ind else Indicator(imp)
884
889
 
885
- TA_CDLDOJISTAR.__doc__ = talib.CDLDOJISTAR.__doc__
890
+ PYTA_CDLDOJISTAR.__doc__ = talib.CDLDOJISTAR.__doc__
886
891
 
887
- def TA_CDLDRAGONFLYDOJI(ind=None):
892
+ def PYTA_CDLDRAGONFLYDOJI(ind=None):
888
893
  imp = crtTaIndicatorImp(
889
- ta.CDLDRAGONFLYDOJI, 'TA_CDLDRAGONFLYDOJI', result_num=1, prices=['open', 'high', 'low', 'close']
894
+ ta.CDLDRAGONFLYDOJI, 'PYTA_CDLDRAGONFLYDOJI', result_num=1, prices=['open', 'high', 'low', 'close']
890
895
  )
891
896
  return Indicator(imp)(ind) if ind else Indicator(imp)
892
897
 
893
- TA_CDLDRAGONFLYDOJI.__doc__ = talib.CDLDRAGONFLYDOJI.__doc__
898
+ PYTA_CDLDRAGONFLYDOJI.__doc__ = talib.CDLDRAGONFLYDOJI.__doc__
894
899
 
895
- def TA_CDLENGULFING(ind=None):
900
+ def PYTA_CDLENGULFING(ind=None):
896
901
  imp = crtTaIndicatorImp(
897
- ta.CDLENGULFING, 'TA_CDLENGULFING', result_num=1, prices=['open', 'high', 'low', 'close']
902
+ ta.CDLENGULFING, 'PYTA_CDLENGULFING', result_num=1, prices=['open', 'high', 'low', 'close']
898
903
  )
899
904
  return Indicator(imp)(ind) if ind else Indicator(imp)
900
905
 
901
- TA_CDLENGULFING.__doc__ = talib.CDLENGULFING.__doc__
906
+ PYTA_CDLENGULFING.__doc__ = talib.CDLENGULFING.__doc__
902
907
 
903
- def TA_CDLEVENINGDOJISTAR(ind=None, penetration=0.3):
908
+ def PYTA_CDLEVENINGDOJISTAR(ind=None, penetration=0.3):
904
909
  imp = crtTaIndicatorImp(
905
910
  ta.CDLEVENINGDOJISTAR,
906
- 'TA_CDLEVENINGDOJISTAR',
911
+ 'PYTA_CDLEVENINGDOJISTAR',
907
912
  result_num=1,
908
913
  params={'penetration': penetration},
909
914
  prices=['open', 'high', 'low', 'close']
910
915
  )
911
916
  return Indicator(imp)(ind) if ind else Indicator(imp)
912
917
 
913
- TA_CDLEVENINGDOJISTAR.__doc__ = talib.CDLEVENINGDOJISTAR.__doc__
918
+ PYTA_CDLEVENINGDOJISTAR.__doc__ = talib.CDLEVENINGDOJISTAR.__doc__
914
919
 
915
- def TA_CDLEVENINGSTAR(ind=None, penetration=0.3):
920
+ def PYTA_CDLEVENINGSTAR(ind=None, penetration=0.3):
916
921
  imp = crtTaIndicatorImp(
917
922
  ta.CDLEVENINGSTAR,
918
- 'TA_CDLEVENINGSTAR',
923
+ 'PYTA_CDLEVENINGSTAR',
919
924
  result_num=1,
920
925
  params={'penetration': penetration},
921
926
  prices=['open', 'high', 'low', 'close']
922
927
  )
923
928
  return Indicator(imp)(ind) if ind else Indicator(imp)
924
929
 
925
- TA_CDLEVENINGSTAR.__doc__ = talib.CDLEVENINGSTAR.__doc__
930
+ PYTA_CDLEVENINGSTAR.__doc__ = talib.CDLEVENINGSTAR.__doc__
926
931
 
927
- def TA_CDLGAPSIDESIDEWHITE(ind=None):
932
+ def PYTA_CDLGAPSIDESIDEWHITE(ind=None):
928
933
  imp = crtTaIndicatorImp(
929
- ta.CDLGAPSIDESIDEWHITE, 'TA_CDLGAPSIDESIDEWHITE', result_num=1, prices=['open', 'high', 'low', 'close']
934
+ ta.CDLGAPSIDESIDEWHITE, 'PYTA_CDLGAPSIDESIDEWHITE', result_num=1, prices=['open', 'high', 'low', 'close']
930
935
  )
931
936
  return Indicator(imp)(ind) if ind else Indicator(imp)
932
937
 
933
- TA_CDLGAPSIDESIDEWHITE.__doc__ = talib.CDLGAPSIDESIDEWHITE.__doc__
938
+ PYTA_CDLGAPSIDESIDEWHITE.__doc__ = talib.CDLGAPSIDESIDEWHITE.__doc__
934
939
 
935
- def TA_CDLGRAVESTONEDOJI(ind=None):
940
+ def PYTA_CDLGRAVESTONEDOJI(ind=None):
936
941
  imp = crtTaIndicatorImp(
937
- ta.CDLGRAVESTONEDOJI, 'TA_CDLGRAVESTONEDOJI', result_num=1, prices=['open', 'high', 'low', 'close']
942
+ ta.CDLGRAVESTONEDOJI, 'PYTA_CDLGRAVESTONEDOJI', result_num=1, prices=['open', 'high', 'low', 'close']
938
943
  )
939
944
  return Indicator(imp)(ind) if ind else Indicator(imp)
940
945
 
941
- TA_CDLGRAVESTONEDOJI.__doc__ = talib.CDLGRAVESTONEDOJI.__doc__
946
+ PYTA_CDLGRAVESTONEDOJI.__doc__ = talib.CDLGRAVESTONEDOJI.__doc__
942
947
 
943
- def TA_CDLHAMMER(ind=None):
944
- imp = crtTaIndicatorImp(ta.CDLHAMMER, 'TA_CDLHAMMER', result_num=1, prices=['open', 'high', 'low', 'close'])
948
+ def PYTA_CDLHAMMER(ind=None):
949
+ imp = crtTaIndicatorImp(ta.CDLHAMMER, 'PYTA_CDLHAMMER', result_num=1, prices=['open', 'high', 'low', 'close'])
945
950
  return Indicator(imp)(ind) if ind else Indicator(imp)
946
951
 
947
- TA_CDLHAMMER.__doc__ = talib.CDLHAMMER.__doc__
952
+ PYTA_CDLHAMMER.__doc__ = talib.CDLHAMMER.__doc__
948
953
 
949
- def TA_CDLHANGINGMAN(ind=None):
954
+ def PYTA_CDLHANGINGMAN(ind=None):
950
955
  imp = crtTaIndicatorImp(
951
- ta.CDLHANGINGMAN, 'TA_CDLHANGINGMAN', result_num=1, prices=['open', 'high', 'low', 'close']
956
+ ta.CDLHANGINGMAN, 'PYTA_CDLHANGINGMAN', result_num=1, prices=['open', 'high', 'low', 'close']
952
957
  )
953
958
  return Indicator(imp)(ind) if ind else Indicator(imp)
954
959
 
955
- TA_CDLHANGINGMAN.__doc__ = talib.CDLHANGINGMAN.__doc__
960
+ PYTA_CDLHANGINGMAN.__doc__ = talib.CDLHANGINGMAN.__doc__
956
961
 
957
- def TA_CDLHARAMI(ind=None):
962
+ def PYTA_CDLHARAMI(ind=None):
958
963
  imp = crtTaIndicatorImp(
959
964
  ta.CDLHARAMI,
960
- 'TA_CDLHARAMI',
965
+ 'PYTA_CDLHARAMI',
961
966
  result_num=1,
962
967
  # params={'penetration': penetration},
963
968
  prices=['open', 'high', 'low', 'close']
964
969
  )
965
970
  return Indicator(imp)(ind) if ind else Indicator(imp)
966
971
 
967
- TA_CDLHARAMI.__doc__ = talib.CDLHARAMI.__doc__
972
+ PYTA_CDLHARAMI.__doc__ = talib.CDLHARAMI.__doc__
968
973
 
969
- def TA_CDLHARAMICROSS(ind=None):
974
+ def PYTA_CDLHARAMICROSS(ind=None):
970
975
  imp = crtTaIndicatorImp(
971
- ta.CDLHARAMICROSS, 'TA_CDLHARAMICROSS', result_num=1, prices=['open', 'high', 'low', 'close']
976
+ ta.CDLHARAMICROSS, 'PYTA_CDLHARAMICROSS', result_num=1, prices=['open', 'high', 'low', 'close']
972
977
  )
973
978
  return Indicator(imp)(ind) if ind else Indicator(imp)
974
979
 
975
- TA_CDLHARAMICROSS.__doc__ = talib.CDLHARAMICROSS.__doc__
980
+ PYTA_CDLHARAMICROSS.__doc__ = talib.CDLHARAMICROSS.__doc__
976
981
 
977
- def TA_CDLHIGHWAVE(ind=None):
978
- imp = crtTaIndicatorImp(ta.CDLHIGHWAVE, 'TA_CDLHIGHWAVE', result_num=1, prices=['open', 'high', 'low', 'close'])
982
+ def PYTA_CDLHIGHWAVE(ind=None):
983
+ imp = crtTaIndicatorImp(ta.CDLHIGHWAVE, 'PYTA_CDLHIGHWAVE', result_num=1,
984
+ prices=['open', 'high', 'low', 'close'])
979
985
  return Indicator(imp)(ind) if ind else Indicator(imp)
980
986
 
981
- TA_CDLHIGHWAVE.__doc__ = talib.CDLHIGHWAVE.__doc__
987
+ PYTA_CDLHIGHWAVE.__doc__ = talib.CDLHIGHWAVE.__doc__
982
988
 
983
- def TA_CDLHIKKAKE(ind=None):
984
- imp = crtTaIndicatorImp(ta.CDLHIKKAKE, 'TA_CDLHIKKAKE', result_num=1, prices=['open', 'high', 'low', 'close'])
989
+ def PYTA_CDLHIKKAKE(ind=None):
990
+ imp = crtTaIndicatorImp(ta.CDLHIKKAKE, 'PYTA_CDLHIKKAKE', result_num=1, prices=['open', 'high', 'low', 'close'])
985
991
  return Indicator(imp)(ind) if ind else Indicator(imp)
986
992
 
987
- TA_CDLHIKKAKE.__doc__ = talib.CDLHIKKAKE.__doc__
993
+ PYTA_CDLHIKKAKE.__doc__ = talib.CDLHIKKAKE.__doc__
988
994
 
989
- def TA_CDLHIKKAKEMOD(ind=None):
995
+ def PYTA_CDLHIKKAKEMOD(ind=None):
990
996
  imp = crtTaIndicatorImp(
991
- ta.CDLHIKKAKEMOD, 'TA_CDLHIKKAKEMOD', result_num=1, prices=['open', 'high', 'low', 'close']
997
+ ta.CDLHIKKAKEMOD, 'PYTA_CDLHIKKAKEMOD', result_num=1, prices=['open', 'high', 'low', 'close']
992
998
  )
993
999
  return Indicator(imp)(ind) if ind else Indicator(imp)
994
1000
 
995
- TA_CDLHIKKAKEMOD.__doc__ = talib.CDLHIKKAKEMOD.__doc__
1001
+ PYTA_CDLHIKKAKEMOD.__doc__ = talib.CDLHIKKAKEMOD.__doc__
996
1002
 
997
- def TA_CDLHOMINGPIGEON(ind=None):
1003
+ def PYTA_CDLHOMINGPIGEON(ind=None):
998
1004
  imp = crtTaIndicatorImp(
999
- ta.CDLHOMINGPIGEON, 'TA_CDLHOMINGPIGEON', result_num=1, prices=['open', 'high', 'low', 'close']
1005
+ ta.CDLHOMINGPIGEON, 'PYTA_CDLHOMINGPIGEON', result_num=1, prices=['open', 'high', 'low', 'close']
1000
1006
  )
1001
1007
  return Indicator(imp)(ind) if ind else Indicator(imp)
1002
1008
 
1003
- TA_CDLHOMINGPIGEON.__doc__ = talib.CDLHOMINGPIGEON.__doc__
1009
+ PYTA_CDLHOMINGPIGEON.__doc__ = talib.CDLHOMINGPIGEON.__doc__
1004
1010
 
1005
- def TA_CDLIDENTICAL3CROWS(ind=None):
1011
+ def PYTA_CDLIDENTICAL3CROWS(ind=None):
1006
1012
  imp = crtTaIndicatorImp(
1007
- ta.CDLIDENTICAL3CROWS, 'TA_CDLIDENTICAL3CROWS', result_num=1, prices=['open', 'high', 'low', 'close']
1013
+ ta.CDLIDENTICAL3CROWS, 'PYTA_CDLIDENTICAL3CROWS', result_num=1, prices=['open', 'high', 'low', 'close']
1008
1014
  )
1009
1015
  return Indicator(imp)(ind) if ind else Indicator(imp)
1010
1016
 
1011
- TA_CDLIDENTICAL3CROWS.__doc__ = talib.CDLIDENTICAL3CROWS.__doc__
1017
+ PYTA_CDLIDENTICAL3CROWS.__doc__ = talib.CDLIDENTICAL3CROWS.__doc__
1012
1018
 
1013
- def TA_CDLINNECK(ind=None):
1014
- imp = crtTaIndicatorImp(ta.CDLINNECK, 'TA_CDLINNECK', result_num=1, prices=['open', 'high', 'low', 'close'])
1019
+ def PYTA_CDLINNECK(ind=None):
1020
+ imp = crtTaIndicatorImp(ta.CDLINNECK, 'PYTA_CDLINNECK', result_num=1, prices=['open', 'high', 'low', 'close'])
1015
1021
  return Indicator(imp)(ind) if ind else Indicator(imp)
1016
1022
 
1017
- TA_CDLINNECK.__doc__ = talib.CDLINNECK.__doc__
1023
+ PYTA_CDLINNECK.__doc__ = talib.CDLINNECK.__doc__
1018
1024
 
1019
- def TA_CDLINVERTEDHAMMER(ind=None):
1025
+ def PYTA_CDLINVERTEDHAMMER(ind=None):
1020
1026
  imp = crtTaIndicatorImp(
1021
- ta.CDLINVERTEDHAMMER, 'TA_CDLINVERTEDHAMMER', result_num=1, prices=['open', 'high', 'low', 'close']
1027
+ ta.CDLINVERTEDHAMMER, 'PYTA_CDLINVERTEDHAMMER', result_num=1, prices=['open', 'high', 'low', 'close']
1022
1028
  )
1023
1029
  return Indicator(imp)(ind) if ind else Indicator(imp)
1024
1030
 
1025
- TA_CDLINVERTEDHAMMER.__doc__ = talib.CDLINVERTEDHAMMER.__doc__
1031
+ PYTA_CDLINVERTEDHAMMER.__doc__ = talib.CDLINVERTEDHAMMER.__doc__
1026
1032
 
1027
- def TA_CDLKICKING(ind=None):
1028
- imp = crtTaIndicatorImp(ta.CDLKICKING, 'TA_CDLKICKING', result_num=1, prices=['open', 'high', 'low', 'close'])
1033
+ def PYTA_CDLKICKING(ind=None):
1034
+ imp = crtTaIndicatorImp(ta.CDLKICKING, 'PYTA_CDLKICKING', result_num=1, prices=['open', 'high', 'low', 'close'])
1029
1035
  return Indicator(imp)(ind) if ind else Indicator(imp)
1030
1036
 
1031
- TA_CDLKICKING.__doc__ = talib.CDLKICKING.__doc__
1037
+ PYTA_CDLKICKING.__doc__ = talib.CDLKICKING.__doc__
1032
1038
 
1033
- def TA_CDLKICKINGBYLENGTH(ind=None):
1039
+ def PYTA_CDLKICKINGBYLENGTH(ind=None):
1034
1040
  imp = crtTaIndicatorImp(
1035
- ta.CDLKICKINGBYLENGTH, 'TA_CDLKICKINGBYLENGTH', result_num=1, prices=['open', 'high', 'low', 'close']
1041
+ ta.CDLKICKINGBYLENGTH, 'PYTA_CDLKICKINGBYLENGTH', result_num=1, prices=['open', 'high', 'low', 'close']
1036
1042
  )
1037
1043
  return Indicator(imp)(ind) if ind else Indicator(imp)
1038
1044
 
1039
- TA_CDLKICKINGBYLENGTH.__doc__ = talib.CDLKICKINGBYLENGTH.__doc__
1045
+ PYTA_CDLKICKINGBYLENGTH.__doc__ = talib.CDLKICKINGBYLENGTH.__doc__
1040
1046
 
1041
- def TA_CDLLADDERBOTTOM(ind=None):
1047
+ def PYTA_CDLLADDERBOTTOM(ind=None):
1042
1048
  imp = crtTaIndicatorImp(
1043
- ta.CDLLADDERBOTTOM, 'TA_CDLLADDERBOTTOM', result_num=1, prices=['open', 'high', 'low', 'close']
1049
+ ta.CDLLADDERBOTTOM, 'PYTA_CDLLADDERBOTTOM', result_num=1, prices=['open', 'high', 'low', 'close']
1044
1050
  )
1045
1051
  return Indicator(imp)(ind) if ind else Indicator(imp)
1046
1052
 
1047
- TA_CDLLADDERBOTTOM.__doc__ = talib.CDLLADDERBOTTOM.__doc__
1053
+ PYTA_CDLLADDERBOTTOM.__doc__ = talib.CDLLADDERBOTTOM.__doc__
1048
1054
 
1049
- def TA_CDLLONGLEGGEDDOJI(ind=None):
1055
+ def PYTA_CDLLONGLEGGEDDOJI(ind=None):
1050
1056
  imp = crtTaIndicatorImp(
1051
- ta.CDLLONGLEGGEDDOJI, 'TA_CDLLONGLEGGEDDOJI', result_num=1, prices=['open', 'high', 'low', 'close']
1057
+ ta.CDLLONGLEGGEDDOJI, 'PYTA_CDLLONGLEGGEDDOJI', result_num=1, prices=['open', 'high', 'low', 'close']
1052
1058
  )
1053
1059
  return Indicator(imp)(ind) if ind else Indicator(imp)
1054
1060
 
1055
- TA_CDLLONGLEGGEDDOJI.__doc__ = talib.CDLLONGLEGGEDDOJI.__doc__
1061
+ PYTA_CDLLONGLEGGEDDOJI.__doc__ = talib.CDLLONGLEGGEDDOJI.__doc__
1056
1062
 
1057
- def TA_CDLLONGLINE(ind=None):
1058
- imp = crtTaIndicatorImp(ta.CDLLONGLINE, 'TA_CDLLONGLINE', result_num=1, prices=['open', 'high', 'low', 'close'])
1063
+ def PYTA_CDLLONGLINE(ind=None):
1064
+ imp = crtTaIndicatorImp(ta.CDLLONGLINE, 'PYTA_CDLLONGLINE', result_num=1,
1065
+ prices=['open', 'high', 'low', 'close'])
1059
1066
  return Indicator(imp)(ind) if ind else Indicator(imp)
1060
1067
 
1061
- TA_CDLLONGLINE.__doc__ = talib.CDLLONGLINE.__doc__
1068
+ PYTA_CDLLONGLINE.__doc__ = talib.CDLLONGLINE.__doc__
1062
1069
 
1063
- def TA_CDLMARUBOZU(ind=None):
1064
- imp = crtTaIndicatorImp(ta.CDLMARUBOZU, 'TA_CDLMARUBOZU', result_num=1, prices=['open', 'high', 'low', 'close'])
1070
+ def PYTA_CDLMARUBOZU(ind=None):
1071
+ imp = crtTaIndicatorImp(ta.CDLMARUBOZU, 'PYTA_CDLMARUBOZU', result_num=1,
1072
+ prices=['open', 'high', 'low', 'close'])
1065
1073
  return Indicator(imp)(ind) if ind else Indicator(imp)
1066
1074
 
1067
- TA_CDLMARUBOZU.__doc__ = talib.CDLMARUBOZU.__doc__
1075
+ PYTA_CDLMARUBOZU.__doc__ = talib.CDLMARUBOZU.__doc__
1068
1076
 
1069
- def TA_CDLMATCHINGLOW(ind=None):
1077
+ def PYTA_CDLMATCHINGLOW(ind=None):
1070
1078
  imp = crtTaIndicatorImp(
1071
- ta.CDLMATCHINGLOW, 'TA_CDLMATCHINGLOW', result_num=1, prices=['open', 'high', 'low', 'close']
1079
+ ta.CDLMATCHINGLOW, 'PYTA_CDLMATCHINGLOW', result_num=1, prices=['open', 'high', 'low', 'close']
1072
1080
  )
1073
1081
  return Indicator(imp)(ind) if ind else Indicator(imp)
1074
1082
 
1075
- TA_CDLMATCHINGLOW.__doc__ = talib.CDLMATCHINGLOW.__doc__
1083
+ PYTA_CDLMATCHINGLOW.__doc__ = talib.CDLMATCHINGLOW.__doc__
1076
1084
 
1077
- def TA_CDLMATHOLD(ind=None, penetration=0.5):
1085
+ def PYTA_CDLMATHOLD(ind=None, penetration=0.5):
1078
1086
  imp = crtTaIndicatorImp(
1079
1087
  ta.CDLMATHOLD,
1080
- 'TA_CDLMATHOLD',
1088
+ 'PYTA_CDLMATHOLD',
1081
1089
  result_num=1,
1082
1090
  params={'penetration': penetration},
1083
1091
  prices=['open', 'high', 'low', 'close']
1084
1092
  )
1085
1093
  return Indicator(imp)(ind) if ind else Indicator(imp)
1086
1094
 
1087
- TA_CDLMATHOLD.__doc__ = talib.CDLMATHOLD.__doc__
1095
+ PYTA_CDLMATHOLD.__doc__ = talib.CDLMATHOLD.__doc__
1088
1096
 
1089
- def TA_CDLMORNINGDOJISTAR(ind=None, penetration=0.3):
1097
+ def PYTA_CDLMORNINGDOJISTAR(ind=None, penetration=0.3):
1090
1098
  imp = crtTaIndicatorImp(
1091
1099
  ta.CDLMORNINGDOJISTAR,
1092
- 'TA_CDLMORNINGDOJISTAR',
1100
+ 'PYTA_CDLMORNINGDOJISTAR',
1093
1101
  result_num=1,
1094
1102
  params={'penetration': penetration},
1095
1103
  prices=['open', 'high', 'low', 'close']
1096
1104
  )
1097
1105
  return Indicator(imp)(ind) if ind else Indicator(imp)
1098
1106
 
1099
- TA_CDLMORNINGDOJISTAR.__doc__ = talib.CDLMORNINGDOJISTAR.__doc__
1107
+ PYTA_CDLMORNINGDOJISTAR.__doc__ = talib.CDLMORNINGDOJISTAR.__doc__
1100
1108
 
1101
- def TA_CDLMORNINGSTAR(ind=None, penetration=0.3):
1109
+ def PYTA_CDLMORNINGSTAR(ind=None, penetration=0.3):
1102
1110
  imp = crtTaIndicatorImp(
1103
1111
  ta.CDLMORNINGSTAR,
1104
- 'TA_CDLMORNINGSTAR',
1112
+ 'PYTA_CDLMORNINGSTAR',
1105
1113
  result_num=1,
1106
1114
  params={'penetration': penetration},
1107
1115
  prices=['open', 'high', 'low', 'close']
1108
1116
  )
1109
1117
  return Indicator(imp)(ind) if ind else Indicator(imp)
1110
1118
 
1111
- TA_CDLMORNINGSTAR.__doc__ = talib.CDLMORNINGSTAR.__doc__
1119
+ PYTA_CDLMORNINGSTAR.__doc__ = talib.CDLMORNINGSTAR.__doc__
1112
1120
 
1113
- def TA_CDLONNECK(ind=None):
1114
- imp = crtTaIndicatorImp(ta.CDLONNECK, 'TA_CDLONNECK', result_num=1, prices=['open', 'high', 'low', 'close'])
1121
+ def PYTA_CDLONNECK(ind=None):
1122
+ imp = crtTaIndicatorImp(ta.CDLONNECK, 'PYTA_CDLONNECK', result_num=1, prices=['open', 'high', 'low', 'close'])
1115
1123
  return Indicator(imp)(ind) if ind else Indicator(imp)
1116
1124
 
1117
- TA_CDLONNECK.__doc__ = talib.CDLONNECK.__doc__
1125
+ PYTA_CDLONNECK.__doc__ = talib.CDLONNECK.__doc__
1118
1126
 
1119
- def TA_CDLPIERCING(ind=None):
1120
- imp = crtTaIndicatorImp(ta.CDLPIERCING, 'TA_CDLPIERCING', result_num=1, prices=['open', 'high', 'low', 'close'])
1127
+ def PYTA_CDLPIERCING(ind=None):
1128
+ imp = crtTaIndicatorImp(ta.CDLPIERCING, 'PYTA_CDLPIERCING', result_num=1,
1129
+ prices=['open', 'high', 'low', 'close'])
1121
1130
  return Indicator(imp)(ind) if ind else Indicator(imp)
1122
1131
 
1123
- TA_CDLPIERCING.__doc__ = talib.CDLPIERCING.__doc__
1132
+ PYTA_CDLPIERCING.__doc__ = talib.CDLPIERCING.__doc__
1124
1133
 
1125
- def TA_CDLRICKSHAWMAN(ind=None):
1134
+ def PYTA_CDLRICKSHAWMAN(ind=None):
1126
1135
  imp = crtTaIndicatorImp(
1127
- ta.CDLRICKSHAWMAN, 'TA_CDLRICKSHAWMAN', result_num=1, prices=['open', 'high', 'low', 'close']
1136
+ ta.CDLRICKSHAWMAN, 'PYTA_CDLRICKSHAWMAN', result_num=1, prices=['open', 'high', 'low', 'close']
1128
1137
  )
1129
1138
  return Indicator(imp)(ind) if ind else Indicator(imp)
1130
1139
 
1131
- TA_CDLRICKSHAWMAN.__doc__ = talib.CDLRICKSHAWMAN.__doc__
1140
+ PYTA_CDLRICKSHAWMAN.__doc__ = talib.CDLRICKSHAWMAN.__doc__
1132
1141
 
1133
- def TA_CDLRISEFALL3METHODS(ind=None):
1142
+ def PYTA_CDLRISEFALL3METHODS(ind=None):
1134
1143
  imp = crtTaIndicatorImp(
1135
- ta.CDLRISEFALL3METHODS, 'TA_CDLRISEFALL3METHODS', result_num=1, prices=['open', 'high', 'low', 'close']
1144
+ ta.CDLRISEFALL3METHODS, 'PYTA_CDLRISEFALL3METHODS', result_num=1, prices=['open', 'high', 'low', 'close']
1136
1145
  )
1137
1146
  return Indicator(imp)(ind) if ind else Indicator(imp)
1138
1147
 
1139
- TA_CDLRISEFALL3METHODS.__doc__ = talib.CDLRISEFALL3METHODS.__doc__
1148
+ PYTA_CDLRISEFALL3METHODS.__doc__ = talib.CDLRISEFALL3METHODS.__doc__
1140
1149
 
1141
- def TA_CDLSEPARATINGLINES(ind=None):
1150
+ def PYTA_CDLSEPARATINGLINES(ind=None):
1142
1151
  imp = crtTaIndicatorImp(
1143
- ta.CDLSEPARATINGLINES, 'TA_CDLSEPARATINGLINES', result_num=1, prices=['open', 'high', 'low', 'close']
1152
+ ta.CDLSEPARATINGLINES, 'PYTA_CDLSEPARATINGLINES', result_num=1, prices=['open', 'high', 'low', 'close']
1144
1153
  )
1145
1154
  return Indicator(imp)(ind) if ind else Indicator(imp)
1146
1155
 
1147
- TA_CDLSEPARATINGLINES.__doc__ = talib.CDLSEPARATINGLINES.__doc__
1156
+ PYTA_CDLSEPARATINGLINES.__doc__ = talib.CDLSEPARATINGLINES.__doc__
1148
1157
 
1149
- def TA_CDLSHOOTINGSTAR(ind=None):
1158
+ def PYTA_CDLSHOOTINGSTAR(ind=None):
1150
1159
  imp = crtTaIndicatorImp(
1151
- ta.CDLSHOOTINGSTAR, 'TA_CDLSHOOTINGSTAR', result_num=1, prices=['open', 'high', 'low', 'close']
1160
+ ta.CDLSHOOTINGSTAR, 'PYTA_CDLSHOOTINGSTAR', result_num=1, prices=['open', 'high', 'low', 'close']
1152
1161
  )
1153
1162
  return Indicator(imp)(ind) if ind else Indicator(imp)
1154
1163
 
1155
- TA_CDLSHOOTINGSTAR.__doc__ = talib.CDLSHOOTINGSTAR.__doc__
1164
+ PYTA_CDLSHOOTINGSTAR.__doc__ = talib.CDLSHOOTINGSTAR.__doc__
1156
1165
 
1157
- def TA_CDLSHORTLINE(ind=None):
1166
+ def PYTA_CDLSHORTLINE(ind=None):
1158
1167
  imp = crtTaIndicatorImp(
1159
- ta.CDLSHORTLINE, 'TA_CDLSHORTLINE', result_num=1, prices=['open', 'high', 'low', 'close']
1168
+ ta.CDLSHORTLINE, 'PYTA_CDLSHORTLINE', result_num=1, prices=['open', 'high', 'low', 'close']
1160
1169
  )
1161
1170
  return Indicator(imp)(ind) if ind else Indicator(imp)
1162
1171
 
1163
- TA_CDLSHORTLINE.__doc__ = talib.CDLSHORTLINE.__doc__
1172
+ PYTA_CDLSHORTLINE.__doc__ = talib.CDLSHORTLINE.__doc__
1164
1173
 
1165
- def TA_CDLSPINNINGTOP(ind=None):
1174
+ def PYTA_CDLSPINNINGTOP(ind=None):
1166
1175
  imp = crtTaIndicatorImp(
1167
- ta.CDLSPINNINGTOP, 'TA_CDLSPINNINGTOP', result_num=1, prices=['open', 'high', 'low', 'close']
1176
+ ta.CDLSPINNINGTOP, 'PYTA_CDLSPINNINGTOP', result_num=1, prices=['open', 'high', 'low', 'close']
1168
1177
  )
1169
1178
  return Indicator(imp)(ind) if ind else Indicator(imp)
1170
1179
 
1171
- TA_CDLSPINNINGTOP.__doc__ = talib.CDLSPINNINGTOP.__doc__
1180
+ PYTA_CDLSPINNINGTOP.__doc__ = talib.CDLSPINNINGTOP.__doc__
1172
1181
 
1173
- def TA_CDLSTALLEDPATTERN(ind=None):
1182
+ def PYTA_CDLSTALLEDPATTERN(ind=None):
1174
1183
  imp = crtTaIndicatorImp(
1175
- ta.CDLSTALLEDPATTERN, 'TA_CDLSTALLEDPATTERN', result_num=1, prices=['open', 'high', 'low', 'close']
1184
+ ta.CDLSTALLEDPATTERN, 'PYTA_CDLSTALLEDPATTERN', result_num=1, prices=['open', 'high', 'low', 'close']
1176
1185
  )
1177
1186
  return Indicator(imp)(ind) if ind else Indicator(imp)
1178
1187
 
1179
- TA_CDLSTALLEDPATTERN.__doc__ = talib.CDLSTALLEDPATTERN.__doc__
1188
+ PYTA_CDLSTALLEDPATTERN.__doc__ = talib.CDLSTALLEDPATTERN.__doc__
1180
1189
 
1181
- def TA_CDLSTICKSANDWICH(ind=None):
1190
+ def PYTA_CDLSTICKSANDWICH(ind=None):
1182
1191
  imp = crtTaIndicatorImp(
1183
- ta.CDLSTICKSANDWICH, 'TA_CDLSTICKSANDWICH', result_num=1, prices=['open', 'high', 'low', 'close']
1192
+ ta.CDLSTICKSANDWICH, 'PYTA_CDLSTICKSANDWICH', result_num=1, prices=['open', 'high', 'low', 'close']
1184
1193
  )
1185
1194
  return Indicator(imp)(ind) if ind else Indicator(imp)
1186
1195
 
1187
- TA_CDLSTICKSANDWICH.__doc__ = talib.CDLSTICKSANDWICH.__doc__
1196
+ PYTA_CDLSTICKSANDWICH.__doc__ = talib.CDLSTICKSANDWICH.__doc__
1188
1197
 
1189
- def TA_CDLTAKURI(ind=None):
1190
- imp = crtTaIndicatorImp(ta.CDLTAKURI, 'TA_CDLTAKURI', result_num=1, prices=['open', 'high', 'low', 'close'])
1198
+ def PYTA_CDLTAKURI(ind=None):
1199
+ imp = crtTaIndicatorImp(ta.CDLTAKURI, 'PYTA_CDLTAKURI', result_num=1, prices=['open', 'high', 'low', 'close'])
1191
1200
  return Indicator(imp)(ind) if ind else Indicator(imp)
1192
1201
 
1193
- TA_CDLTAKURI.__doc__ = talib.CDLTAKURI.__doc__
1202
+ PYTA_CDLTAKURI.__doc__ = talib.CDLTAKURI.__doc__
1194
1203
 
1195
- def TA_CDLTASUKIGAP(ind=None):
1204
+ def PYTA_CDLTASUKIGAP(ind=None):
1196
1205
  imp = crtTaIndicatorImp(
1197
- ta.CDLTASUKIGAP, 'TA_CDLTASUKIGAP', result_num=1, prices=['open', 'high', 'low', 'close']
1206
+ ta.CDLTASUKIGAP, 'PYTA_CDLTASUKIGAP', result_num=1, prices=['open', 'high', 'low', 'close']
1198
1207
  )
1199
1208
  return Indicator(imp)(ind) if ind else Indicator(imp)
1200
1209
 
1201
- TA_CDLTASUKIGAP.__doc__ = talib.CDLTASUKIGAP.__doc__
1210
+ PYTA_CDLTASUKIGAP.__doc__ = talib.CDLTASUKIGAP.__doc__
1202
1211
 
1203
- def TA_CDLTHRUSTING(ind=None):
1212
+ def PYTA_CDLTHRUSTING(ind=None):
1204
1213
  imp = crtTaIndicatorImp(
1205
- ta.CDLTHRUSTING, 'TA_CDLTHRUSTING', result_num=1, prices=['open', 'high', 'low', 'close']
1214
+ ta.CDLTHRUSTING, 'PYTA_CDLTHRUSTING', result_num=1, prices=['open', 'high', 'low', 'close']
1206
1215
  )
1207
1216
  return Indicator(imp)(ind) if ind else Indicator(imp)
1208
1217
 
1209
- TA_CDLTHRUSTING.__doc__ = talib.CDLTHRUSTING.__doc__
1218
+ PYTA_CDLTHRUSTING.__doc__ = talib.CDLTHRUSTING.__doc__
1210
1219
 
1211
- def TA_CDLTRISTAR(ind=None):
1212
- imp = crtTaIndicatorImp(ta.CDLTRISTAR, 'TA_CDLTRISTAR', result_num=1, prices=['open', 'high', 'low', 'close'])
1220
+ def PYTA_CDLTRISTAR(ind=None):
1221
+ imp = crtTaIndicatorImp(ta.CDLTRISTAR, 'PYTA_CDLTRISTAR', result_num=1, prices=['open', 'high', 'low', 'close'])
1213
1222
  return Indicator(imp)(ind) if ind else Indicator(imp)
1214
1223
 
1215
- TA_CDLTRISTAR.__doc__ = talib.CDLTRISTAR.__doc__
1224
+ PYTA_CDLTRISTAR.__doc__ = talib.CDLTRISTAR.__doc__
1216
1225
 
1217
- def TA_CDLUNIQUE3RIVER(ind=None):
1226
+ def PYTA_CDLUNIQUE3RIVER(ind=None):
1218
1227
  imp = crtTaIndicatorImp(
1219
- ta.CDLUNIQUE3RIVER, 'TA_CDLUNIQUE3RIVER', result_num=1, prices=['open', 'high', 'low', 'close']
1228
+ ta.CDLUNIQUE3RIVER, 'PYTA_CDLUNIQUE3RIVER', result_num=1, prices=['open', 'high', 'low', 'close']
1220
1229
  )
1221
1230
  return Indicator(imp)(ind) if ind else Indicator(imp)
1222
1231
 
1223
- TA_CDLUNIQUE3RIVER.__doc__ = talib.CDLUNIQUE3RIVER.__doc__
1232
+ PYTA_CDLUNIQUE3RIVER.__doc__ = talib.CDLUNIQUE3RIVER.__doc__
1224
1233
 
1225
- def TA_CDLUPSIDEGAP2CROWS(ind=None):
1234
+ def PYTA_CDLUPSIDEGAP2CROWS(ind=None):
1226
1235
  imp = crtTaIndicatorImp(
1227
- ta.CDLUPSIDEGAP2CROWS, 'TA_CDLUPSIDEGAP2CROWS', result_num=1, prices=['open', 'high', 'low', 'close']
1236
+ ta.CDLUPSIDEGAP2CROWS, 'PYTA_CDLUPSIDEGAP2CROWS', result_num=1, prices=['open', 'high', 'low', 'close']
1228
1237
  )
1229
1238
  return Indicator(imp)(ind) if ind else Indicator(imp)
1230
1239
 
1231
- TA_CDLUPSIDEGAP2CROWS.__doc__ = talib.CDLUPSIDEGAP2CROWS.__doc__
1240
+ PYTA_CDLUPSIDEGAP2CROWS.__doc__ = talib.CDLUPSIDEGAP2CROWS.__doc__
1232
1241
 
1233
- def TA_CDLXSIDEGAP3METHODS(ind=None):
1242
+ def PYTA_CDLXSIDEGAP3METHODS(ind=None):
1234
1243
  imp = crtTaIndicatorImp(
1235
- ta.CDLXSIDEGAP3METHODS, 'TA_CDLXSIDEGAP3METHODS', result_num=1, prices=['open', 'high', 'low', 'close']
1244
+ ta.CDLXSIDEGAP3METHODS, 'PYTA_CDLXSIDEGAP3METHODS', result_num=1, prices=['open', 'high', 'low', 'close']
1236
1245
  )
1237
1246
  return Indicator(imp)(ind) if ind else Indicator(imp)
1238
1247
 
1239
- TA_CDLXSIDEGAP3METHODS.__doc__ = talib.CDLXSIDEGAP3METHODS.__doc__
1248
+ PYTA_CDLXSIDEGAP3METHODS.__doc__ = talib.CDLXSIDEGAP3METHODS.__doc__
1240
1249
 
1241
- def TA_BETA(ind=None, timeperiod=5):
1242
- imp = crtTaIndicatorImp(ta.BETA, 'TA_BETA', result_num=1, params={'timeperiod': timeperiod})
1250
+ def PYTA_BETA(ind=None, timeperiod=5):
1251
+ imp = crtTaIndicatorImp(ta.BETA, 'PYTA_BETA', result_num=1, params={'timeperiod': timeperiod})
1243
1252
  return Indicator(imp)(ind) if ind else Indicator(imp)
1244
1253
 
1245
- TA_BETA.__doc__ = talib.BETA.__doc__
1254
+ PYTA_BETA.__doc__ = talib.BETA.__doc__
1246
1255
 
1247
- def TA_CORREL(ind=None, timeperiod=30):
1248
- imp = crtTaIndicatorImp(ta.CORREL, 'TA_CORREL', result_num=1, params={'timeperiod': timeperiod})
1256
+ def PYTA_CORREL(ind=None, timeperiod=30):
1257
+ imp = crtTaIndicatorImp(ta.CORREL, 'PYTA_CORREL', result_num=1, params={'timeperiod': timeperiod})
1249
1258
  return Indicator(imp)(ind) if ind else Indicator(imp)
1250
1259
 
1251
- TA_CORREL.__doc__ = talib.CORREL.__doc__
1260
+ PYTA_CORREL.__doc__ = talib.CORREL.__doc__
1252
1261
 
1253
- def TA_OBV(ind=None):
1254
- imp = crtTaIndicatorImp(ta.OBV, 'TA_OBV', result_num=1)
1262
+ def PYTA_OBV(ind=None):
1263
+ imp = crtTaIndicatorImp(ta.OBV, 'PYTA_OBV', result_num=1)
1255
1264
  return Indicator(imp)(ind) if ind else Indicator(imp)
1256
1265
 
1257
- TA_OBV.__doc__ = talib.OBV.__doc__
1266
+ PYTA_OBV.__doc__ = talib.OBV.__doc__
1258
1267
 
1259
1268
  except:
1260
1269
  pass # 非必须的,talib,不再打印告警,以免误解提问