Rank: Newbie
Groups: Registered, Registered Users Joined: 5/7/2005(UTC) Posts: 6
|
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.
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 10/29/2004(UTC) Posts: 1,394 Location: Glastonbury, CT
Was thanked: 2 time(s) in 2 post(s)
|
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
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users Joined: 5/7/2005(UTC) Posts: 6
|
Henry,
Thanks for the help, I really appreciate it.
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.