Rank: Newbie
Groups: Registered, Registered Users Joined: 1/9/2007(UTC) Posts: 1
|
I am really sorry if it looks too much stupid.
I just want to write a simple exploration where chage of volume is some times higher than the previous day's volume. Comparison of two volume values and filteration depending on the result.
To be more specific i just want to write a filter in exploration where current days volume is 7 times higher than yesterday's volume. Any suggestions, clues...?
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 5/13/2005(UTC) Posts: 715 Location: Midwest, USA
Was thanked: 1 time(s) in 1 post(s)
|
Put this in the FILTER section of your Exploration:
V*7>Ref(V,-1);
I don't think you're going to find much.
|
|
|
|
Rank:: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 5/10/2006(UTC) Posts: 252
Thanks: 11 times Was thanked: 9 time(s) in 6 post(s)
|
Actually, I think it should be:
V>7*Ref(V,-1);
to compare today's volume as greater than 7 times yesterday.
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 5/13/2005(UTC) Posts: 715 Location: Midwest, USA
Was thanked: 1 time(s) in 1 post(s)
|
|
|
|
|
Users browsing this topic |
|
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.