Registered User Joined: 2/19/2009 Posts: 28
|
is there a way to filter the price range of stock e.g $5 -$60 in S.F or do i have to make a rule??
Craig
|

 Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Filtering in StockFinder is done using Rules, so you will have to make at least one in order to do so. One option would be to create the following RealCode Rule:
If 5 <= Price.Last AndAlso Price.Last <= 60 Then Pass
Another option would be to right-click on Price History and select Create Rule | Greater Than Value: 5, right-click on Price History and select Create Rule | Less Than Value: 60 and then Drag and Drop these Rules onto each other and select Create New Combo Rule.
Either the RealCode Rule or the Combo Rule can be Dragged and Dropped to the Filter to limit the Stocks listed for the Watchlist to those meeting your conditions.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 2/19/2009 Posts: 28
|
Thanks Bruce
This makes perfect sense....
Craig
QUOTE (Bruce_L) Filtering in StockFinder is done using Rules, so you will have to make at least one in order to do so. One option would be to create the following RealCode Rule:
If 5 <= Price.Last AndAlso Price.Last <= 60 Then Pass
Another option would be to right-click on Price History and select Create Rule | Greater Than Value: 5, right-click on Price History and select Create Rule | Less Than Value: 60 and then Drag and Drop these Rules onto each other and select Create New Combo Rule.
Either the RealCode Rule or the Combo Rule can be Dragged and Dropped to the Filter to limit the Stocks listed for the Watchlist to those meeting your conditions.
|

 Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|