in Search

MetaStock Newbie needs help

Last post 05-14-2005, 13:03 by jr. 2 replies.
Sort Posts: Previous Next
  •  05-14-2005, 6:14 2024

    MetaStock Newbie needs help

    I'm trying to find an indicator for ave volume, but couldn't--which surprises me and makes me think I've missed something.

    I want to plot a "60 day average volume" line over my volume bars. In most charting programs offer this indicator. I noticed an Ave Volume in QuickList, but that indicator it didn't work. Here is its code: VOLUME ATR(60 ). An error indicator appeared when I hit OK.

    Please help a newbie out.
  •  05-14-2005, 12:49 2026 in reply to 2024

    60 average of volume

    I want to plot a "60 day average volume" line over my volume bars. In most charting programs offer this indicator. I noticed an Ave Volume in QuickList, but that indicator it didn't work. Here is its code: VOLUME ATR(60 ). An error indicator appeared when I hit OK

    a 60 day average of volume

    Mov(V,60,S)

    If you want to plot it on top of the volume use the moving average indicator from the pull down list and drop it on the volume plot

    ATR is the average true range, it has nothing to do with volume,
    thus causing your error
  •  05-14-2005, 13:03 2027 in reply to 2024

    Re: 60 average of volume

    Henry,

    Thanks for the help, I really appreciate it.
View as RSS news feed in XML