final touches plus
This commit is contained in:
parent
b49b9b515e
commit
2957756275
@ -22,7 +22,7 @@ dataframe['adx'] = ta.ADX(dataframe)
|
|||||||
# # Awesome Oscillator
|
# # Awesome Oscillator
|
||||||
# dataframe['ao'] = qtpylib.awesome_oscillator(dataframe)
|
# 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)
|
# dataframe['cci'] = ta.CCI(dataframe)
|
||||||
|
|
||||||
# RSI
|
# RSI
|
||||||
|
Loading…
Reference in New Issue
Block a user