07.4.3.19.4 — Journal Runtime Standardization & Export Layer
This commit is contained in:
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user