mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
shorten report text
This commit is contained in:
parent
5f98649b7d
commit
9f7a72a990
|
@ -9,7 +9,7 @@ from persistence import Trade
|
||||||
from main import should_sell
|
from main import should_sell
|
||||||
|
|
||||||
def print_results(results):
|
def print_results(results):
|
||||||
print('Made {} buys. Average profit of a deal was {:.1f}%. Total profit was {:.3f}. Average trade lasted {:.1f} minutes.'.format(
|
print('Made {} buys. Average profit {:.1f}%. Total profit was {:.3f}. Average duration {:.1f} mins.'.format(
|
||||||
len(results.index),
|
len(results.index),
|
||||||
results.profit.mean() * 100.0,
|
results.profit.mean() * 100.0,
|
||||||
results.profit.sum(),
|
results.profit.sum(),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user