No, you don't. Just try it. No matter which time period you use and how deep you nest MA functions, they are always either less smooth or far more laggy than equivalent lowpass filters.Quote from intradaybill:
Just use a faster MA and you get the same results. Or better use a fast MA(MA()). You get less lag and smooth performance.
That's why the 9 lines script that I posted would not work with an MA instead of a lowpass filter. Just replace LowPass(...) with SMA(...) or EMA(...) and you'll see what I mean.