Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 8/25/2006 Posts: 12
|
Hi, What is the simplest way to find the data value on chart for non-latest bar. I would like to find out say, the price, volume or indicator value at a bar that is not latest. On the similar line, is there any way to read mouse pointer value on a trend line?
I'm looking a way to do this either in TC2007 or Snapsheet.
Thanks, Siya
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You can scroll your charts using the following hot keys:
Move chart backward or forward one bar: [ or ] Move chart backward or forward five bars: { or } Pointer mode toggle on/off: ( . ) Period key, then use right and left arrow keys to move pointer backward or forward in time. Slash chart: \ Backslash brings the right edge of the chart to the pointer in pointer mode.
There are two distinct ways to use historical data with Personal Criteria Formulas.
Any criteria can be used to scan X number of days back by adding ".XX" where XX is equal to the number of market days past to calculate for. An example of this is (AVGC21.21), which is a 21 day moving average 21 of close, 21 days ago. This use of historical data always refers to the market day XX number of days ago (in this case, 21). If you wish to use a specific date’s data, use the option detailed below.
The other method of using historical data is by specifying a precise date in history to use. For example, (AVGC21/31/97') will provide a 21 day moving average of close for December 31, 1997. In this particular case, December 31 is the last trading day of that specific year. This will not always be the case. Always confirm that the date you wish to use using this parameter was a market day.
You may wish to review the following:
Clipping your chart back to a previous date Visually Backtesting Specific Symbols How to create a Personal Criteria Forumula (PCF) TeleChart Hot Keys Handy PCF example formulas to help you learn the syntax of PCFs! Personal Criteria Language Function List
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 8/25/2006 Posts: 12
|
Thanks Bruce for help. -Siya
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |