diff --git a/apps/backtest-report/components/TradingViewChart.tsx b/apps/backtest-report/components/TradingViewChart.tsx index 0bd5321f9..f3193781e 100644 --- a/apps/backtest-report/components/TradingViewChart.tsx +++ b/apps/backtest-report/components/TradingViewChart.tsx @@ -466,6 +466,7 @@ const TradingViewChart = (props: TradingViewChartProps) => { const emaLine = chart.current.addLineSeries({ color: emaColor, lineWidth: 1, + lastValueVisible: false, }); emaLine.setData(emaValues);