Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Simple Moving Average (SMA)
Template
Function Version
AVG(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
AVGwx.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'
Related Topics
-Bruce Personal Criteria Formulas TC2000 Support Articles
|