diff --git a/crypto_monitor_binance/templates/index.html b/crypto_monitor_binance/templates/index.html index d3e7e03..f16ff1c 100644 --- a/crypto_monitor_binance/templates/index.html +++ b/crypto_monitor_binance/templates/index.html @@ -1681,6 +1681,7 @@ function refreshPriceSnapshotConditional(){ } const rrEl = document.getElementById(`order-rr-${o.id}`); if(rrEl) rrEl.innerText = formatRrRatio(o.rr_ratio); + paintExchangeTpslRow(o.id, o.exchange_tpsl || {}); }); } }).catch(()=>{}); diff --git a/crypto_monitor_gate/templates/index.html b/crypto_monitor_gate/templates/index.html index 4a7f9ac..88359a7 100644 --- a/crypto_monitor_gate/templates/index.html +++ b/crypto_monitor_gate/templates/index.html @@ -1696,6 +1696,7 @@ function refreshPriceSnapshotConditional(){ } const rrEl = document.getElementById(`order-rr-${o.id}`); if(rrEl) rrEl.innerText = formatRrRatio(o.rr_ratio); + paintExchangeTpslRow(o.id, o.exchange_tpsl || {}); }); } }).catch(()=>{});