stop loss range added to args

This commit is contained in:
misagh
2018-11-14 16:31:23 +01:00
parent 36030176bb
commit b0e4aa8eff
3 changed files with 16 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ class EdgeCli(object):
def _generate_edge_table(self, results: dict) -> str:
floatfmt = ('s', '.2f', '.2f', '.2f', '.2f', '.2f', 'd', '.d')
floatfmt = ('s', '.10g', '.2f', '.2f', '.2f', '.2f', 'd', '.d')
tabular_data = []
headers = ['pair', 'stoploss', 'win rate', 'risk reward ratio',
'required risk reward', 'expectancy', 'total number of trades', 'average duration (min)']