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

Notification

Icon
Error

Options
Go to last post Go to first unread
scorps10  
#1 Posted : Monday, November 1, 2010 9:08:11 AM(UTC)
scorps10

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
wabbit  
#2 Posted : Sunday, November 14, 2010 5:56:05 PM(UTC)
wabbit

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)
Similar Topics
Need help with a volume formula (Formula Assistance)
by madden20 11/16/2012 12:37:52 PM(UTC)
Tick volume Formula (Formula Assistance)
by testpula 6/26/2005 7:14:19 PM(UTC)
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.