Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Can Stockfinder accomplish this for me ? Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
Hoosier72
Posted : Wednesday, October 14, 2009 7:46:26 PM
Registered User
Joined: 1/19/2009
Posts: 2
First time Stockfinder user


I want to scan my watchlists for stocks that have :

1) Higher volume than yesterday
2) Higher high stock price than yesterday
3) Higher low stock price than yesterday

Thank you
StockGuy
Posted : Wednesday, October 14, 2009 10:16:14 PM

Administration

Joined: 9/30/2004
Posts: 9,187
Click the Add Rule button, then click Create in RealCode and paste the following into the Code tab:

If price.high > price.high(1) andalso _
price.low > price.low(1) andalso _
volume.value > volume.value(1) then Pass

Once you add the condition to the chart, you can click and drag it to the watchlist to scan.  The stocks that pass will light up.
Hoosier72
Posted : Thursday, October 15, 2009 6:47:57 AM
Registered User
Joined: 1/19/2009
Posts: 2
Thank you
pakua42
Posted : Friday, October 16, 2009 12:04:50 AM
Registered User
Joined: 7/2/2005
Posts: 4
Hi,

Is there a way to scan for candlestick patterns combined with regular setups. Such as stcks coming off a double bottom with a kicker sigfnal. Or a cup and handle with a doji as the last bar, etc.  What options do I have for just searching for patterns? Period.

thanks,
marc
Bruce_L
Posted : Friday, October 16, 2009 8:50:48 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
pakua42,
There are quite a few Candlestick Patterns already available as Rules in the Web Library. You can select Add Rule | Select... to get a list of the pre-built Rules that are available. Adjusting the Candle will limit the results to Candlestick Patterns (although most of the Rules fit into this category in any case).

Your options for finding other types of patterns are currently more limited (at least when it comes to pre-built patterns). While it might be possible for you design your own Rules for identifying patterns such as Double Bottoms or Cup and Handles, these types of patterns are beyond my ability to create them for you without very specific unambiguous objective definitions of the patterns you wish to identify.

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

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.