Technical Indicators
Technical Indicators are quantitative tools that help analysts interpret price and volume data to forecast future market movements. They are a core part of the NISM Series XV syllabus and frequently appear in exam questions that test your ability to compute and apply them. This sub‑topic covers the most commonly used indicators, their classification, calculation formulas, and practical relevance for Indian securities markets.
Learning Objectives
- 1Identify and differentiate lagging and leading technical indicators.
- 2Calculate Simple Moving Average (SMA), Exponential Moving Average (EMA), Relative Strength Index (RSI), Stochastic Oscillator, MACD and Bollinger Bands.
- 3Interpret indicator signals in the context of SEBI‑regulated Indian equities.
- 4Avoid typical calculation mistakes that appear in NISM exam items.
Classification of Technical Indicators
Technical indicators are broadly split into lagging (trend‑following) and leading (momentum) categories. Lagging indicators use past price information to confirm the direction of a trend, while leading indicators attempt to predict short‑term price reversals.
In the Indian market, SEBI does not prescribe any specific indicator, but the NISM syllabus expects candidates to know the standard global definitions. Lagging tools such as Moving Averages and MACD are useful for establishing the prevailing market bias, whereas leading tools like RSI and Stochastic Oscillator help spot overbought or oversold conditions.
Exam questions often ask you to match an indicator with its type, or to select the appropriate one for a given trading strategy. Remember that a “trend‑following” label always points to a lagging indicator, and a “momentum” label points to a leading indicator.
Students frequently label the MACD as a leading indicator because it produces buy/sell signals. In reality, MACD is lagging because it is derived from EMAs, which are themselves based on past prices.
Lagging vs. Leading Technical Indicators
| Indicator | Category | Primary Use |
|---|---|---|
| Simple Moving Average (SMA) | Lagging | Trend confirmation |
| Exponential Moving Average (EMA) | Lagging | Trend confirmation with recent price emphasis |
| MACD | Lagging | Trend strength & cross‑overs |
| Relative Strength Index (RSI) | Leading | Identify overbought/oversold |
| Stochastic Oscillator | Leading | Spot short‑term reversals |
Moving Averages
Moving averages smooth out price fluctuations by creating a constantly updated average price over a specified number of periods. The most common types are the Simple Moving Average (SMA) and the Exponential Moving Average (EMA). Both are lagging indicators and are heavily tested in the NISM exam.
SMA gives equal weight to each price in the look‑back window, making it easy to compute manually. EMA, on the other hand, assigns greater weight to recent prices, which helps it react faster to price changes – a feature often highlighted in Indian equity charting software.
In practice, analysts look for SMA cross‑overs (e.g., 50‑day SMA crossing above the 200‑day SMA) to signal a bullish trend. EMA cross‑overs are preferred for shorter‑term trading because they reduce lag.
Where:
P_{i}= Closing price of period i in rupeesn= Number of periods in the moving averageWorked Example
Given closing prices for 5 days: 100, 102, 101, 103, 104 rupees: Step 1: Sum = 100+102+101+103+104 = 510 Step 2: SMA = 510 / 5 = 102 rupees Verification: (100+102+101+103+104) / 5 = 102.
Where:
EMA_{t}= EMA for the current periodP_{t}= Closing price of the current periodEMA_{t-1}= EMA of the previous period\alpha= Smoothing factorn= Number of periods chosen for EMAWorked Example
For a 10‑day EMA, \alpha = 2/(10+1)=0.1818. If EMA_{yesterday}=100 rupees and today\'s close P_{t}=105 rupees: Step 1: EMA_{t}=0.1818×105 + (1-0.1818)×100 Step 2: EMA_{t}=19.09 + 81.82 = 100.91 rupees ≈ 101 rupees Verification: 0.1818*105 + 0.8182*100 = 100.91.
Momentum Indicators – RSI & Stochastic Oscillator
The Relative Strength Index (RSI) measures the speed and change of price movements. It oscillates between 0 and 100, with values above 70 typically indicating overbought conditions and values below 30 indicating oversold conditions. RSI is a leading indicator and appears frequently in NISM scenario‑based questions.
The Stochastic Oscillator compares the closing price of a security to its price range over a specific period. It generates two lines – %K (fast line) and %D (slow line, a 3‑period SMA of %K). Values above 80 suggest overbought, while values below 20 suggest oversold.
Both RSI and Stochastic are calculated using average gains and losses over a look‑back period, usually 14 days. Remember that the NISM exam expects you to use the standard 14‑day period unless the question explicitly states otherwise.
Where:
RSI= Relative Strength Index in percentRS= Relative Strength, ratio of average gain to average lossAverage Gain= Mean of all positive price changes over n periodsAverage Loss= Mean of absolute values of all negative price changes over n periodsWorked Example
Assume a 14‑day period with Average Gain = 1.2 and Average Loss = 0.8: Step 1: RS = 1.2 / 0.8 = 1.5 Step 2: RSI = 100 - 100/(1 + 1.5) = 100 - 100/2.5 = 100 - 40 = 60 Verification: 100 - 100/(1+1.5) = 60.
Where:
%K= Fast stochastic line in percentC= Current closing priceL_{n}= Lowest low over the past n periodsH_{n}= Highest high over the past n periodsn= Look‑back period, usually 14Worked Example
For a 14‑day period, C = 50, L_{14}=45, H_{14}=55: Step 1: %K = (50-45)/(55-45) × 100 = 5/10 × 100 = 50% Verification: (50-45)/(55-45)*100 = 50.
When computing RSI, many candidates use 100/(RS) instead of 100/(1+RS). The extra ‘+1’ is mandatory; omitting it yields a value greater than 100, which the exam will flag as incorrect.
Trend Indicators – MACD & Bollinger Bands
The Moving Average Convergence Divergence (MACD) combines two EMAs (typically 12‑day and 26‑day) to produce a momentum line. The difference between the fast EMA and the slow EMA is plotted as the MACD line; a 9‑day EMA of this line forms the signal line. Traders watch for MACD crossing above the signal line as a bullish sign and crossing below as bearish.
Bollinger Bands consist of a middle SMA band flanked by an upper and lower band placed a fixed number of standard deviations (usually 2) away. The bands expand when volatility rises and contract during calm periods. In Indian equity markets, a price touching the upper band may indicate overbought conditions, while touching the lower band may indicate oversold.
Both MACD and Bollinger Bands are tested for interpretation – you may be asked which scenario suggests a breakout or a reversal, or to compute the band values for a given price series.
Where:
EMA_{fast}= Fast EMA (e.g., 12‑day)EMA_{slow}= Slow EMA (e.g., 26‑day)Worked Example
If EMA_{12}=105 and EMA_{26}=100: Step 1: MACD = 105 - 100 = 5 Verification: 105 - 100 = 5.
Where:
SMA_{n}= Simple moving average over n periodsk= Number of standard deviations (commonly 2)\sigma= Standard deviation of price over n periodsWorked Example
For a 20‑day SMA = 100, \sigma = 4, k = 2: Step 1: Upper = 100 + 2×4 = 108 Step 2: Lower = 100 - 2×4 = 92 Verification: Upper = 100+8 = 108; Lower = 100-8 = 92.
5‑Month Simple Moving Average Crossover Example
Scenario
An analyst tracks the daily price changes of Reliance Industries Ltd. over the last 14 trading days. The sum of all positive changes is ₹84 and the sum of absolute negative changes is ₹56. Compute the RSI and indicate whether the stock is overbought, oversold, or neutral according to standard thresholds.
Solution
Average Gain = 84 / 14 = 6.0. Average Loss = 56 / 14 = 4.0. RS = 6.0 / 4.0 = 1.5. RSI = 100 - 100/(1 + 1.5) = 100 - 100/2.5 = 100 - 40 = 60. Since RSI = 60, the stock is in a neutral zone (neither overbought nor oversold).
Conclusion
The calculation demonstrates the exact steps required by the NISM exam. Remember to include the ‘+1’ in the denominator; missing it would give an impossible RSI > 100.
⭐Exam Takeaways
- Lagging indicators (e.g., SMA, EMA, MACD) confirm trends; leading indicators (e.g., RSI, Stochastic) predict reversals.
- SMA = (Σ Closing Prices) ÷ n; EMA uses smoothing factor α = 2/(n+1).
- RSI formula: RSI = 100 – 100/(1+RS) where RS = Avg Gain ÷ Avg Loss; always use the ‘+1’ term.
- Stochastic %K = (Close – Lowest Low) ÷ (Highest High – Lowest Low) × 100; %D is a 3‑period SMA of %K.
- MACD = EMA_fast – EMA_slow; a cross above the signal line is bullish.
- Bollinger Bands = SMA ± (k × σ); k is typically 2 and bands widen with higher volatility.
- Common exam traps: mixing up lagging vs. leading, forgetting the ‘+1’ in RSI, and using the wrong period for a moving average.
- In Indian market questions, assume standard periods (SMA 20, EMA 12/26, RSI 14) unless the question specifies otherwise.
Practice Questions
8 questions on Technical Indicators
Which of the following indicators is classified as a lagging (trend‑following) tool?
What is the smoothing factor α for a 20‑day Exponential Moving Average (EMA)?
Given the closing prices for five consecutive days are 100, 102, 101, 103, and 104 rupees, what is the 5‑day Simple Moving Average (SMA)?
An analyst calculates an average gain of 6.0 and an average loss of 4.0 over a 14‑day period. What is the resulting Relative Strength Index (RSI) value?
If the 12‑day EMA equals 105 and the 26‑day EMA equals 100, and the 9‑day EMA of the MACD line (the signal line) is 3, which statement is correct?
For a 20‑day SMA of 100, a standard deviation σ of 4, and k = 2, what are the Bollinger Band values and what does a price touching the upper band indicate?
Using the Stochastic Oscillator formula, if the current close C is 50, the 14‑day lowest low L₁₄ is 45 and the highest high H₁₄ is 55, what is %K and what does it imply?
Which indicator is identified in the material as a leading (momentum) tool used to spot overbought or oversold conditions?
