Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
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
|
|
 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.
|
|
Registered User Joined: 1/19/2009 Posts: 2
|
Thank you
|
|
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
|
|

 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
|
|
Guest-1 |