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,3 @@
Integer(20, 40, name='rsi-value'),
Categorical([True, False], name='rsi-enabled'),
Categorical(['bb_lower', 'macd_cross_signal', 'sar_reversal'], name='trigger')