final touches

This commit is contained in:
Yazeed Al Oyoun 2020-02-22 23:37:15 +01:00
parent 259dc75a30
commit b49b9b515e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ dataframe['adx'] = ta.ADX(dataframe)
# dataframe['aroondown'] = aroon['aroondown']
# dataframe['aroonosc'] = ta.AROONOSC(dataframe)
# # Awesome oscillator
# # Awesome Oscillator
# dataframe['ao'] = qtpylib.awesome_oscillator(dataframe)
# # Commodity Channel Index: values Oversold:<-100, Overbought:>100