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

Notification

Icon
Error

Options
Go to last post Go to first unread
mark91345  
#1 Posted : Wednesday, March 11, 2015 7:49:03 PM(UTC)
mark91345

Rank: Advanced Member

Groups: Registered, Registered Users, Unverified Users
Joined: 1/6/2009(UTC)
Posts: 36
Location: Los Angeles

Thanks: 4 times

I am trying to figure out how to find penny stocks that, over a 30-day period, have substantial price fluctuations per day. For example, I am looking for a penny stock whose difference between its daily high and daily low is, let's say, 25 cents.

 

What formula/function would serve this need?

MS Support  
#2 Posted : Wednesday, March 11, 2015 11:13:18 PM(UTC)
MS Support

Rank: Advanced Member

Groups: Moderators, Registered, Registered Users, Subscribers
Joined: 10/8/2010(UTC)
Posts: 1,971

Thanks: 94 times
Was thanked: 156 time(s) in 151 post(s)
Are you looking for the 30-day average or for every one of the 30 days to maintain this range True Every Day for 30 Days Sum(H - L >= 0.25,30)=30 30-Day Average High-Low Range Mov((H - L),30,S) >= 0.25
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.