Rank: Newbie
Groups: Registered, Registered Users, Subscribers Joined: 11/1/2010(UTC) Posts: 1
|
Hi Guys,
I'm trying to code a formula with this criteria:
Today's up day volume > biggest down day volume over past 10 days
Up to now I have this
upVol:= If(C>Ref(C,-1),V,0); dVol:= If(C<Ref(C,-1),V,0); upVol > HHV(dVol,10)
but it's not scanning the real time data for the day. It's a day too late. Can anyone help me on this.
Thanks, Chad
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers, Unverified Users Joined: 10/28/2004(UTC) Posts: 3,111 Location: Perth, Western Australia
Was thanked: 16 time(s) in 16 post(s)
|
Have you got MS Pro with RT data feed?
Are you pointing the securities in the exploration to the RT data vendor, or the downloaded history files?
wabbit [:D]
|
|
|
|
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.