Update backtesting.py

This commit is contained in:
MoonGem 2018-03-26 23:31:46 -05:00 committed by GitHub
parent ec535fe4f4
commit 8296ac646d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ class Backtesting(object):
"""
stake_currency = self.config.get('stake_currency')
floatfmt = ('.8f', '.8f', '.8f', '.8f', '.1f')
floatfmt = ('.8f', '.8f', '.8f', '.8f', '.8f')
tabular_data = []
headers = ['total profit ' + stake_currency]