Registered User Joined: 4/9/2011 Posts: 12
|
How do I create a column that shows the % difference in price and the 20 day exp ma?
Also I would like a column the shows the Vstop if its below the current price.
Hope you can help.
Thanks
Richard Reeder
(email removed by moderator)
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You can create an Indicator Formula for the Percent Difference between price and its 20-Period Exponential Moving Average to use as a WatchList Column:
100 * (C / XAVGC20 - 1)
The Volatility Stop is more complicated. I do not know of a way to re-create the Volatitily Stop indicator using the Personal Criteria Formula Language.
You could create a Condition for if the Volatility Stop is below price by clicking on the Volatality Stop and selecting Create Condition and you can get the value of the Volatility Stop by clicking on it and selecting Create WatchList Column. This would result in two WatchList Columns. You couldn't create a WatchList Column which would only display the value of the Volatility Stop if it is below price.
Indicators, Sorting & Scanning
-Bruce Personal Criteria Formulas TC2000 Support Articles
|