ok, I’ve figured this out. Just add “toolTipContent: null”.
stockChart.charts[1].addTo(“data”, {type: “line”, toolTipContent: null, color: colors[i], lineThickness: 1, dataPoints: sma, yValueFormatString: “#,###.00”, name: “SMA” + days[i]})