Merge pull request #2381 from hroff-1902/fix/1364-2

Minor: Fix double comments for ADX
This commit is contained in:
Matthias 2019-10-16 06:45:31 +02:00 committed by GitHub
commit 06ab51b53d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class SampleStrategy(IStrategy):
"""
# ADX
# dataframe['adx'] = ta.ADX(dataframe)
dataframe['adx'] = ta.ADX(dataframe)
# Awesome oscillator
dataframe['ao'] = qtpylib.awesome_oscillator(dataframe)