如何编写成交量均线?

问下老师,我是文华9过来的,用TBL语言如何编写成交量均线呢?想要画出5,10周期的成交量均线。

plotnumeric(\"MV5\",average(vol,5))plotnumeric(\"MV10\",average(vol,10))