in Search

Moving Average Question

Last post 09-20-2009, 12:51 by jumpbackjack. 2 replies.
Sort Posts: Previous Next
  •  09-20-2009, 0:04 30765

    Moving Average Question

    I need to draw upon the wealth of knowledge here.  I want to plot a simple 14 day MA that ends 14 days ago and compare it to a simple 14 day MA ending today.  Would I write the first one as Mov(ref(c,-14),14,s)?   Any ideas and thanks for the help.
  •  09-20-2009, 10:57 30770 in reply to 30765

    Re: Moving Average Question

    THERE ARE SEVERAL WAYS TO COMPARE THEM

    1:

    mov(C,14,S)-Mov(Ref(C,-14),14,S)

    or you can use the ROC function
  •  09-20-2009, 12:51 30772 in reply to 30770

    Re: Moving Average Question

    Thanks for the reply.  I just wanted to make sure.
View as RSS news feed in XML