07.4.3.19.4 — Journal Runtime Standardization & Export Layer

This commit is contained in:
2026-05-10 15:26:49 +03:00
parent 1692cb4d81
commit 8024cd9d9a
13 changed files with 343 additions and 325 deletions

View File

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