Registered User Joined: 4/19/2009 Posts: 6
|
Hello,
I would like a scan that sorts securities that have a higher close today relative/compared to the close of the previous day.
thank you,
m..
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The easiest way I can think of would probably be to right-click on Price History and select Create Rule | Moving Up | Apply | OK. You could then Drag and Drop the resulting Rule to the Watchlist and select Scan.
You could create a RealCode Rule instead if desired:
If Price.Last > Price.Last(1) Then Pass
Rule Basics
-Bruce Personal Criteria Formulas TC2000 Support Articles
|