Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 4/9/2011 Posts: 12
|
What is the formula to compute the % difference between Vstop and price?
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
I cannot think of a method to create an Indicator Formula for this which would be short enough to be practical.
% price above 20eavg also column for volatility stop
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 4/9/2011 Posts: 12
|
Bruce I hate to show my stupidity, but what's wrong with my fromula
c / xavg20 -1
Thanks for your help.
|
|
Registered User Joined: 1/28/2005 Posts: 6,049
|
Try this:
100 * (C / XAVGC20 - 1)
(you didnt have the c in xavgc20)
You can copy and paste using Ctrl C and Ctrl V.
Thanks
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The only thing that's wrong with either of these is that they are based on the 20-Period Exponential Moving Average and have nothing to do with the Volatility Stop.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |