unused in tests

This commit is contained in:
Pialat 2019-09-16 14:04:10 +02:00
parent f987e6e0f9
commit f3e3a8fcbe
1 changed files with 0 additions and 2 deletions

View File

@ -38,8 +38,6 @@ def hyperopt_results():
'profit_percent': [0.1, 0.2, 0.3],
'profit_abs': [0.2, 0.4, 0.5],
'trade_duration': [10, 30, 10],
'profit': [2, 0, 0],
'loss': [0, 0, 1],
'sell_reason': [SellType.ROI, SellType.ROI, SellType.STOP_LOSS]
}
)