ARTICLE SYNOPSIS...Moving Average Computations, Made Easier by John F. Ehlers Presenting programming tricks to simplify coding indicators and strategies. A simple moving average of length N is computed by adding N values and dividing the sum by N. The process is repeated