fix typo in _generate_text_table

This commit is contained in:
gcarq 2018-03-19 23:05:12 +01:00
parent 967bf417df
commit 93931eb32b
1 changed files with 1 additions and 1 deletions

View File

@ -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])
])