Price Low: Simple MovAvg

Abbreviation: PriceLow Avg
Category: Advanced Price Basic
Input Parameters:

Name Range Default
Low Price Low
Price Periods Int >= 1 5
Avg Periods Int >= 1 5

 
Calculation:

Avg(X, Avg Periods)

where
X = PriceLow(Low Price, Price Periods)

PriceLow represents Price Low
Avg represents Simple Moving Average

 
Discussion:

This indicator attempts to smooth the Price Low indicator by calculating its moving average. Since it uses a simple moving average (which gives equal importance to all the periods within the moving average’s time frame), this method of smoothing may cause more of a lag time than the exponential variant.
 

Was this article helpful?

Related Articles