Go back to using `Position.size` property in pp loading audits
parent
8b609f531b
commit
0fb31586fd
|
@ -410,7 +410,7 @@ async def trades_dialogue(
|
||||||
|
|
||||||
if (
|
if (
|
||||||
not pair or not pp
|
not pair or not pp
|
||||||
or not math.isclose(pp.calc_size(), size)
|
or not math.isclose(pp.size, size)
|
||||||
):
|
):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue