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

Notification

Icon
Error

Options
Go to last post Go to first unread
nasdaqtrader  
#1 Posted : Wednesday, February 21, 2007 10:07:48 AM(UTC)
nasdaqtrader

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 2/2/2005(UTC)
Posts: 307

Thanks: 7 times
Was thanked: 3 time(s) in 3 post(s)

Can anybody help me or give me some suggestions how I can fine tune this Exploration Scan to deliver a smaller list of stocks.

Here is my formula that I use, but I would like to cut the size of stocks down smaller to maybe 10 or less if possible.

column a close

column b rsi(close,60)

column c volume

columnd mov(ExtFml("PowerPivots.NthPivotPrice",1,0,1)-ExtFml("PowerPivots.NthPivotPrice",-1,0,1),200,S)

filter: cola>25andcola>60andcolc>1000andcold>1

Does anybody have any thoughts how I could get a smaller list of stocks on high volatility stocks with a price $25 or higher. Or does the setup I have now need to be changed? I like to fine tune this scan.

nasdaqtrader

Regards, Frank Koenig Trade Like a Pro Trend is your Friend
wabbit  
#2 Posted : Wednesday, February 21, 2007 10:03:23 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)
Hi nasdaqtrader,

If we look at your exploration criteria, you are looking for stocks with a price greater than 25 AND volume traded greater than 1000. Compare these two stocks, one has a price of exactly 25 dollars and trades 1000 shares, the other has a price of 250 dollars but only trades 100 shares.

People have tried to give the meausrement of (price * volume) a name, like "value traded" and such, but I personally like "valume".

You can adjust the "valume" to a different threshold to capture the cheaper stocks which will be their very nature have a higher volume traded (on average) and the more expensive stock with a smaller average volume. Set the level high enough and your list of stocks will be small; set it too high and you will get no results, set it too low and you will see too many results. Maybe you could do some analysis using something like Excel to find the 95th percentile of the average daily "valume" for the exchanges you trade? Please let us all know the results.

You might like to make your filter condition something like:

filter: (c*v)>25000 AND cold>1


Hope this helps.

wabbit [:D]


nasdaqtrader  
#3 Posted : Thursday, February 22, 2007 12:49:07 PM(UTC)
nasdaqtrader

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 2/2/2005(UTC)
Posts: 307

Thanks: 7 times
Was thanked: 3 time(s) in 3 post(s)

Wabbit

Thank you for your advice, I will try it.

Nasdaqtrader

Regards, Frank Koenig Trade Like a Pro Trend is your Friend
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.