mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
fix typo in _generate_text_table
This commit is contained in:
parent
967bf417df
commit
93931eb32b
|
@ -95,7 +95,7 @@ class Backtesting(object):
|
|||
len(results.index),
|
||||
results.profit_percent.mean() * 100.0,
|
||||
results.profit_BTC.sum(),
|
||||
result.duration.mean(),
|
||||
results.duration.mean(),
|
||||
len(results[results.profit_BTC > 0]),
|
||||
len(results[results.profit_BTC < 0])
|
||||
])
|
||||
|
|
Loading…
Reference in New Issue
Block a user