Oder cost is real cost (including leverage)

This commit is contained in:
Matthias
2022-07-16 13:12:50 +02:00
parent ed64e4299b
commit d03dfb3934
2 changed files with 2 additions and 2 deletions

View File

@@ -822,7 +822,7 @@ class Exchange:
'price': rate,
'average': rate,
'amount': _amount,
'cost': _amount * rate / leverage,
'cost': _amount * rate,
'type': ordertype,
'side': side,
'filled': 0,