diff --git a/src/web/bot.html b/src/web/bot.html index fd800e1..995c774 100644 --- a/src/web/bot.html +++ b/src/web/bot.html @@ -636,7 +636,7 @@ function updateChartOverlays() { priceLines = []; openPositionsCache.forEach(p => { priceLines.push(candleSeries.createPriceLine({ - price: p.sell_target, color: '#2ecc71', lineWidth: 1, + price: p.sell_target, color: '#aaaaaa', lineWidth: 1, lineStyle: LightweightCharts.LineStyle.Dashed, axisLabelVisible: true, title: fmt(p.sell_target), }));