We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bd966 commit f5d6d1eCopy full SHA for f5d6d1e
talib/_abstract.pxi
@@ -18,9 +18,9 @@ cimport _ta_lib as lib
18
np.import_array() # Initialize the NumPy C API
19
20
# lookup for TALIB input parameters which don't define expected price series inputs
21
-__INPUT_PRICE_SERIES_DEFAULTS = {'price': 'close',
22
- 'price0': 'high',
23
- 'price1': 'low',
+__INPUT_PRICE_SERIES_DEFAULTS = {'price': 'real',
+ 'price0': 'real0',
+ 'price1': 'real1',
24
'periods': 'periods', # only used by MAVP; not a price series!
25
}
26
0 commit comments