mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 02:23:05 +00:00
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