Fix wrong duration calculation in hyperopting
This commit is contained in:
parent
028700d86f
commit
d1bdbcd273
@ -459,7 +459,7 @@ def format_results(results: DataFrame):
|
||||
results.profit_percent.mean() * 100.0,
|
||||
results.profit_BTC.sum(),
|
||||
results.profit_percent.sum(),
|
||||
results.duration.mean() * 5,
|
||||
results.duration.mean(),
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user