Exponential MovAvg Envelope Low Breakout

Abbreviation: ExpAvg Envelope Low Breakout
Category: Crossover & Breakout Identification
Input Parameters:

Name Range Default
Time Series Close
ExpAvg Periods Int >= 1 5
Envelope Fraction Real > 0.0 0.25

 
Calculation:

If (X < Y) and (most recent previous period where X did not equal Y, X was greater than Y) then 1
Otherwise 0

where
X = Time Series
Y = ExpAvg Envelope Low(Time Series, ExpAvg Periods, Envelope Fraction)

ExpAvg Envelope Low represents Exponential: ExpAvg Envelope Low

 
Discussion:

Indicates the period when a Time Series has just broken out below its Exponential Moving Average Envelope Low.
 

Was this article helpful?

Related Articles