smaval = SMA((OPEN + HIGH + CLOSE) / 3, 10); plot_line(smaval, 1, Color.Blue); SUMMARY("SMA(10) {?}", @smaval);