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

Notification

Icon
Error

Options
Go to last post Go to first unread
Biff Malibu  
#1 Posted : Tuesday, August 9, 2005 4:02:22 PM(UTC)
Biff Malibu

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 4/21/2005(UTC)
Posts: 33

Hi, I'd like to research stocks that gap up a certain percent of price on a certain amount of volume (a percentage over the 50 simple ma of volume), but I can't figure out how to write the formula. I like to use the percentage volume greater than the 50-day moving average of volume. If someone could help someone with good ideas but abysmal programming skill I would appreciate it. Thank you Biff
StorkBite  
#2 Posted : Tuesday, August 9, 2005 5:33:48 PM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)
Hey Biff- Try this: Volume 50% geater than previous day: V>Ref(V,-1)*1.5; Volume 50% geater than moving average: V>mul(mov(V,50,S),1.5); Check out this thread too: http://forum.equis.com/viewtopic.php?t=1327their 50 day moving averages.
Biff Malibu  
#3 Posted : Thursday, August 11, 2005 8:26:14 PM(UTC)
Biff Malibu

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 4/21/2005(UTC)
Posts: 33

Mr. G Stockman, I was able to use what you gave me and tweak it to my own personal situation. I like all the functions, I just have a hard time putting them in the proper format and context to get them to work. Again, thanks for the help.
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.