added more logging

This commit is contained in:
Gert Wohlgemuth 2018-06-06 20:07:25 -07:00
parent 7e8d903bf4
commit ab57926530

View File

@ -196,6 +196,7 @@ def _store_aggregated_data(interval, name, result, timerange, user):
"duration": row[5], "duration": row[5],
"profit_mean_percent": row[2], "profit_mean_percent": row[2],
"profit_cum_percent": row[3], "profit_cum_percent": row[3],
"daily_return": row[3] / timerange,
"strategy": name, "strategy": name,
"user": user, "user": user,
"ticker": interval, "ticker": interval,