Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 2/27/2005 Posts: 59
|
Is there an easy way to take the close on a specific date (say C'3/11/09') and compare it to a close 200 trading days prior. I've tried C'3/11/09'.200 but it doesn't seem to work. I know I can just count the days prior manually using the cursor but is there a better way to find a prior close date without counting manually.
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
No. The date replaces the Bars Ago parameter and cannot be used in addition to the Bars Ago parameter. You need to know both dates.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 2/27/2005 Posts: 59
|
Any slick way to find the prior date without hitting the keyboard 200 times?
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
If you have a Custom Cumulative Indicator with an Up Condition that is always True (such as C > C - 1), a Down Condition that is always False (such as C < C - 1) and constant Value to Add/Subtract (such as C / C) Plotted in the Top Pane, you can bring up the Pointer Mode Data Box by selecting the period key (.) on your keyboard twice to bring up its Values (selecting the period key a third time will disable Pointer Mode) and use subtraction to figure out the difference in Bars between dates.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 2/27/2005 Posts: 59
|
Sounds like a good suggestion. I will give it a try. Thanks
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |