Add absolute Profit to apiserver

This commit is contained in:
Matthias
2021-05-15 19:39:46 +02:00
parent 2ecb42a639
commit 6b2a38ccfb
3 changed files with 12 additions and 6 deletions

View File

@@ -57,6 +57,7 @@ class Count(BaseModel):
class PerformanceEntry(BaseModel):
pair: str
profit: float
profit_abs: float
count: int