added additional data to be persisted
This commit is contained in:
parent
ede1e20526
commit
9f274e1cef
@ -217,7 +217,9 @@ def _store_aggregated_data(interval, name, result, timerange, user):
|
|||||||
"duration": row[4],
|
"duration": row[4],
|
||||||
"profit_percent": row[2],
|
"profit_percent": row[2],
|
||||||
"strategy": name,
|
"strategy": name,
|
||||||
"user": user
|
"user": user,
|
||||||
|
"ticker": interval,
|
||||||
|
"days": timerange
|
||||||
}
|
}
|
||||||
|
|
||||||
print(data)
|
print(data)
|
||||||
|
Loading…
Reference in New Issue
Block a user