Price < Exponential MovAvg
Abbreviation: Price<ExpAvg
Category: Crossover & Breakout Identification
Input Parameters:
Name | Range | Default |
Time Series | Close | |
ExpAvg Periods | Int >= 1 | 5 |
Calculation:
Time Series < ExpAvg(Time Series, ExpAvg Periods)
where
ExpAvg represents Exponential Moving Average
Discussion:
Indicates periods for which a time series is less than its Exponential Moving Average.