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
|
|
|
|
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:
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 8/22/2005(UTC) Posts: 30
|
|
|
|
|
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.