How to plot TEMA indicator with Microsoft Chart Control
问题 I've added two series: Series1 (CandeleStick), Series2 (Line). I've added points and the FinancialFormula: public Form1() { InitializeComponent(); chart1.Series[0].Points.Add(24.00, 25.00, 25.00, 24.875); chart1.Series[0].Points.Add(23.625, 25.125, 24.00, 24.875); chart1.Series[0].Points.Add(26.25, 28.25, 26.75, 27.00); chart1.Series[0].Points.Add(26.50, 27.875, 26.875, 27.25); chart1.Series[0].Points.Add(26.375, 27.50, 27.375, 26.75); chart1.Series[0].Points.Add(25.75, 26.875, 26.75, 26.00);