Registered User Joined: 1/11/2012 Posts: 3
|
Hello,
Is there a way to know in a watch list if a stock is at the high or low of the day? This could be
displayed with a checkmark in a colunm or changing the color to green or red of the price or even
inserting a green or red square in the price column.
Also, how can i display the low and the high of the day in a watchlist?
Thanks
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You could use the following Daily Condition Formula to check for price being at its high of the day:
C = H
And the following Daily Condition Formula to check for price being at its low of the day:
C = L
Once you create and save the Condition Formulas, you should be able to choose them when adding a WatchList Column to your WatchList to display checkmarks in your WatchList when the results are true.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|