07.4.4.1.3 — Journal Runtime Cleanup & Event Titles Layer

This commit is contained in:
2026-05-11 10:20:21 +03:00
parent c07a1a4dff
commit b5d931bbb7
13 changed files with 629 additions and 127 deletions

View File

@@ -208,7 +208,12 @@ def _log_risk_updated(action: str) -> None:
try:
JournalService().log_ui_info(
event_type="risk_settings_updated",
message="Параметры защиты позиции обновлены.",
message=(
"Параметры защиты позиции изменены: "
f"SL={_format_percent(state.stop_loss_percent)}, "
f"TP={_format_percent(state.take_profit_percent)}, "
f"ML={_format_usd(state.max_loss_usd)}."
),
screen="auto",
action=action,
payload={