mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
final touches plus
This commit is contained in:
parent
b49b9b515e
commit
2957756275
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user