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),
|
len(results.index),
|
||||||
results.profit_percent.mean() * 100.0,
|
results.profit_percent.mean() * 100.0,
|
||||||
results.profit_BTC.sum(),
|
results.profit_BTC.sum(),
|
||||||
result.duration.mean(),
|
results.duration.mean(),
|
||||||
len(results[results.profit_BTC > 0]),
|
len(results[results.profit_BTC > 0]),
|
||||||
len(results[results.profit_BTC < 0])
|
len(results[results.profit_BTC < 0])
|
||||||
])
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user