added support for more metadata in the strategy

This commit is contained in:
Gert Wohlgemuth
2018-06-05 17:22:18 -07:00
parent 92155b11eb
commit b5a67d44d3
3 changed files with 20 additions and 4 deletions

View File

@@ -215,7 +215,7 @@ def _store_aggregated_data(interval, name, result, timerange, user):
"losses": row[6],
"wins": row[5],
"duration": row[4],
"profit_percent": row[2],
"profit_percent": row[2]
}
print(data)