Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Percent Volume Oscillator (PVO)
Template
Raw PVO
100 * (XAVGVp.z / XAVGVq.z - 1)
PVO Signal Line (v17+)
100 * (XAVG(XAVGVp.z / XAVGVq.z, s) - 1)
PVO Histogram (v17+)
100 * (XAVGVp.z / XAVGVq.z - XAVG(XAVGVp.z / XAVGVq.z, s))
Where p is the Short Period.
Where q is the Long Period.
Where s is the Signal Period.
Where z is the number of Bars Ago. z can also be a date. May 4, 2015 would be (single quotes required): '05/04/2015'
Related Topics
-Bruce Personal Criteria Formulas TC2000 Support Articles
|