Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Moving Average (MA)
Template
Function Version
tAVG(w, x)
Where w can be any formula which returns a numeric value (v17+). w must be a single indicator in earlier versions.
Where x is the period of the function being applied to w.
Indicator Version
tAVGwx.z
Where w must be a price or volume component (O, H, L, C or V).
Where x is the Period of the Indicator.
Where z is the number of Periods Ago. z can also be a date. May 4, 2015 would be (single quotes required): '05/04/2015'
Other Moving Averages
Other types of moving averages are not built into the Personal Criteria Formula Language, but many of these moving averages can still be constructed using the available syntax.
Related Topics
-Bruce Personal Criteria Formulas TC2000 Support Articles
|