|
EMA
Indicator | Usage | Description | Example | ema | ema[x,n] OPERATOR (INDICATOR or POSITIVE NUMBER) , where x is a positive integer >= 2 and n is optional and represents the number of days ago the result is computed (n=0 is the default value and represents the current end of day, n=1 is the previous end of day, etc.) | Returns the x-day exponential moving average closing price from n days ago. | (close[0] < ema[40]) and (close[1] > ema[40]) |
Introduction:
| The calculation of the EMA (exponential moving average) places more weight on recent prices. The 'ema' indicator is used in indicator formula construction to narrow the stock pre-screener results to include only those stocks that have an exponential moving average stock price restricted to the parameters set for the ema indicator.
Example:
The chart of Intel (INTC) below uses the above example indicator to highlight days where the closing price was below the 40-day exponential moving average, yet was above the 40-day ema the prior day. |
|
INDICATORS IN OUR DATABASE THAT INCLUDE THE EMA INDICATOR...
Click here to view all indicators that include the indicator 'ema' (sorted by AISCORE)
((macd[12,26,9] / ema[26]) > 0.05)
AISCORE: 470  Indicator ID: 051226200903
((macd[12,26,9] / ema[26]) < -0.05)
AISCORE: 3337  Indicator ID: 051226200947
((macd[12,26,9] / ema[26]) < -0.02)
AISCORE: 6503  Indicator ID: 051226201037
((macd[12,26,9] / ema[26]) < -0.03)
AISCORE: 7570  Indicator ID: 051226201159
((macd[12,26,9] / ema[26]) < -0.04)
AISCORE: 3488  Indicator ID: 051226201300
| More -> |
|
Copyright © 2005-2023 AiStockCharts.com, All rights Reserved. | |