logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
CN001532  
#1 Posted : Sunday, September 18, 2005 2:24:03 AM(UTC)
CN001532

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 8/22/2005(UTC)
Posts: 30

I'm trying to write a formula that says: the current period's volume needs to be greater than 75% of the avg volume of the previous 10 period's volume I'm not getting an error message, but I'm wondering if this is correct: VOLUME >(Sum(VOLUME,10)=10)*.75
Patrick  
#2 Posted : Sunday, September 18, 2005 2:42:34 AM(UTC)
Patrick

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 9/8/2004(UTC)
Posts: 2,266

Was thanked: 1 time(s) in 1 post(s)
It should be: VOLUME >(Sum(VOLUME,10)/10)*.75 though I would write this way : V>(Mov(V,10,S)*.75) Patrick :mrgreen:
CN001532  
#3 Posted : Sunday, September 18, 2005 3:00:05 AM(UTC)
CN001532

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 8/22/2005(UTC)
Posts: 30

thx a lot patrick
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.