daily weekly afl

  1. F

    AFL to use Weekly Data instead of Daily

    I mean in the "EXPLORE", I want to output the data both daily moving average of 10 days and weekly moving average 10 weeks. Normally, my default view is daily data, is it possible to have both daily and weekly data to have my own signal? say, MA10_D = MA(C,10) <--- use daily MA10_W = MA(C,10)...