feat(app): clean architecture with typed repositories, DTO models and calendar event logos
This commit is contained in:
@@ -93,6 +93,8 @@ class TradeModel extends Equatable {
|
||||
return entryPrice;
|
||||
}
|
||||
|
||||
double get actualExitPrice => currentPrice;
|
||||
|
||||
double get calculatedPnlAbs {
|
||||
if (isClosed && pnlAbsolute != 0) return pnlAbsolute;
|
||||
final curr = currentPrice;
|
||||
|
||||
Reference in New Issue
Block a user