Merge commit '8eed9c08a6cffdd7c6b43fa3db2c3e08d1657f43' into feature/objectify

This commit is contained in:
Gerald Lonlas
2018-03-04 01:01:19 -08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -495,7 +495,7 @@ class Hyperopt(Backtesting):
results.profit_percent.mean() * 100.0,
results.profit_BTC.sum(),
results.profit_percent.sum(),
results.duration.mean() * 5,
results.duration.mean(),
)
def start(self):