Skip to content

Commit f5d6d1e

Browse files
committed
abstract: change docs for arg names
1 parent 31bd966 commit f5d6d1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

talib/_abstract.pxi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ cimport _ta_lib as lib
1818
np.import_array() # Initialize the NumPy C API
1919

2020
# 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',
21+
__INPUT_PRICE_SERIES_DEFAULTS = {'price': 'real',
22+
'price0': 'real0',
23+
'price1': 'real1',
2424
'periods': 'periods', # only used by MAVP; not a price series!
2525
}
2626

0 commit comments

Comments
 (0)