We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2aae50 commit 0d3d038Copy full SHA for 0d3d038
talib/__init__.py
@@ -192,6 +192,7 @@ def wrapper(*args, **kwds):
192
'CCI',
193
'CMO',
194
'DX',
195
+ 'IMI',
196
'MACD',
197
'MACDEXT',
198
'MACDFIX',
@@ -215,6 +216,7 @@ def wrapper(*args, **kwds):
215
216
'WILLR',
217
],
218
'Overlap Studies': [
219
+ 'ACCBANDS',
220
'BBANDS',
221
'DEMA',
222
'EMA',
@@ -297,6 +299,7 @@ def wrapper(*args, **kwds):
297
299
'CDLXSIDEGAP3METHODS',
298
300
301
'Price Transform': [
302
+ 'AVGDEV',
303
'AVGPRICE',
304
'MEDPRICE',
305
'TYPPRICE',
0 commit comments