Fix wrong duration calculation in hyperopting
This commit is contained in:
@@ -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(),
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user