Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Gold Customer
Joined: 3/28/2013 Posts: 5
|
How do I write the condition that would contain the following parameters:
ATR 14 divided by the previous Close and then multiply by 2
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You can write this as follows in TC2000 v17.
2 * ATR14 / C1
If you want the ATR to also be for the previous bar.
2 * ATR14.1 / C1
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Gold Customer
Joined: 3/28/2013 Posts: 5
|
Thanks Bruce. Is it possible to create an indicator that reports the S&P index? See below
2 * ATR14 (of the S&P500) / C
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
No, there isn't a way to reference another symbol in a WatchList. The only way got have the value be for the SP-500 is if the symbol being used to calculate the formula is SP-500.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Gold Customer
Joined: 3/28/2013 Posts: 5
|
ok thanks
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |