fixed typo

This commit is contained in:
Yazeed Al Oyoun 2020-02-22 23:58:31 +01:00
parent 5ac6244465
commit e04c2dda2c
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ dataframe['adx'] = ta.ADX(dataframe)
# )
# # Ultimate Oscillator
# dataframe['ao'] = ta.ULTOSC(dataframe)
# dataframe['uo'] = ta.ULTOSC(dataframe)
# # Commodity Channel Index: values [Oversold:-100, Overbought:100]
# dataframe['cci'] = ta.CCI(dataframe)