Skip to content

Commit

Permalink
Fix double comments for ADX
Browse files Browse the repository at this point in the history
  • Loading branch information
hroff-1902 committed Oct 15, 2019
1 parent abc5044 commit a4dfd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_data/strategies/sample_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame

"""
# ADX
# dataframe['adx'] = ta.ADX(dataframe)
dataframe['adx'] = ta.ADX(dataframe)
# Awesome oscillator
dataframe['ao'] = qtpylib.awesome_oscillator(dataframe)
Expand Down

0 comments on commit a4dfd77

Please sign in to comment.