adjusted profit
This commit is contained in:
@@ -117,7 +117,7 @@ class TelegramMessageHandler:
|
||||
fee = 0
|
||||
|
||||
exec_pnl = format_value(execution.get("execPnl"))
|
||||
total_pnl = safe_float(exec_pnl) - safe_float(exec_fee) - fee
|
||||
# total_pnl = safe_float(exec_pnl) - safe_float(exec_fee) - fee
|
||||
|
||||
header = (
|
||||
"Сделка закрыта:" if safe_float(closed_size) > 0 else "Сделка открыта:"
|
||||
|
||||
Reference in New Issue
Block a user