Percent Change From 50 Day Moving Average
Returns the percentage difference between the current stock price and its 50-day simple moving average. A positive value indicates the stock is trading above its 50-day MA, while a negative value indicates it's trading below.
Supported Symbol Formats
| Type | Format | Example |
|---|---|---|
| US Stocks | SYMBOL | AAPL, MSFT |
| ETFs | SYMBOL | SPY, QQQ |
Technical Analysis Use
- Values > 0: Stock is in uptrend relative to 50-day MA
- Values < 0: Stock is in downtrend relative to 50-day MA
- Extreme values may indicate overbought/oversold conditions
Examples
=PercentChangeFrom50_dayMovingAverage("AAPL")=PercentChangeFrom50_dayMovingAverage("MSFT")S&P 500 ETF deviation
Symbol from cell reference
When to Use
- Identifying overbought or oversold conditions
- Measuring stock momentum
- Trend analysis and confirmation
- Building trading signals based on moving average deviation
When NOT to Use
Common Issues & FAQ
Q: Why am I getting a negative value? A: A negative value means the stock is trading below its 50-day moving average.
Q: What is a significant deviation? A: Generally, deviations greater than +/- 5% may indicate overbought/oversold conditions, but this varies by stock volatility.
