Parametrize hyperopt file

This commit is contained in:
Matthias
2019-11-21 19:41:57 +01:00
parent f23f659ac5
commit 5f8fcebb88
10 changed files with 65 additions and 37 deletions

View File

@@ -0,0 +1,2 @@
if params.get('rsi-enabled'):
conditions.append(dataframe['rsi'] < params['rsi-value'])