Skip to content

Commit f3e99ae

Browse files
committed
Remove pl pct from position
1 parent b411888 commit f3e99ae

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pytrade/interfaces/position.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ def pl(self) -> float:
2323
"""Profit (positive) or loss (negative) of the current position in cash units."""
2424
raise NotImplementedError()
2525

26-
@property
27-
@abstractmethod
28-
def pl_pct(self) -> float:
29-
"""Profit (positive) or loss (negative) of the current position in percent."""
30-
raise NotImplementedError()
31-
3226
@property
3327
@abstractmethod
3428
def is_long(self) -> bool:

0 commit comments

Comments
 (0)