final touches plus

This commit is contained in:
Yazeed Al Oyoun 2020-02-22 23:39:01 +01:00
parent b49b9b515e
commit 2957756275

View File

@ -22,7 +22,7 @@ dataframe['adx'] = ta.ADX(dataframe)
# # Awesome Oscillator
# dataframe['ao'] = qtpylib.awesome_oscillator(dataframe)
# # Commodity Channel Index: values Oversold:<-100, Overbought:>100
# # Commodity Channel Index: values Oversold:-100, Overbought:100
# dataframe['cci'] = ta.CCI(dataframe)
# RSI