StockEducation
The advanced course

Chapter 30 · Advanced Indicators

Advanced indicators

ADX and DMI, Ichimoku, Supertrend, Parabolic SAR, Aroon and pivot points — every formula written out.

53 of 66 · 12 min

The four families

Trendwhich way?MA, MACD, ADXMomentumhow fast?RSI, StochasticVolatilityhow far?ATR, BollingerVolumehow real?OBV, VWAPall four are computed from the same price and volume
Almost every indicator answers one of four questions. Stacking several from the same family is one opinion repeated, not four opinions agreeing.

The indicators here are the composites: several calculations combined into one reading. They are more informative than any single line and correspondingly easier to misread, because a number that comes out of four steps hides which step produced it.

ADX and DMI — trend strength without direction

StepFormula
+DMToday's high − yesterday's high, if positive and larger than the down-move; else 0
−DMYesterday's low − today's low, if positive and larger than the up-move; else 0
+DI100 × Wilder average of +DM ÷ ATR
−DI100 × Wilder average of −DM ÷ ATR
DX|+DI − −DI| ÷ (+DI + −DI) × 100
ADXWilder average of DX, conventionally over 14

Worked: +DI = 28, −DI = 14. DX = |28 − 14| ÷ (28 + 14) × 100 = 14 ÷ 42 × 100 = 33.3.

ADXReading
Below 20No usable trend — moving-average signals will whipsaw
20 to 25A trend may be forming
Above 25A trend is present
Above 40A strong trend; pullback entries work better than breakout entries
Falling from a high levelThe trend is losing force, whichever way it points

Ichimoku, all five lines

LineFormulaPurpose
Tenkan-sen (conversion)(9-period high + 9-period low) ÷ 2Short-term equilibrium
Kijun-sen (base)(26-period high + 26-period low) ÷ 2Medium-term equilibrium; a common stop reference
Senkou Span A(Tenkan + Kijun) ÷ 2, plotted 26 periods aheadFirst edge of the cloud
Senkou Span B(52-period high + 52-period low) ÷ 2, plotted 26 aheadSecond edge of the cloud
Chikou SpanToday's close, plotted 26 periods backCompares now against then

The cloud is the area between the two Senkou spans. Price above the cloud is the bullish condition, below it bearish, inside it undecided. Its thickness is a volatility reading in disguise: a thick cloud comes from a wide 52-period range.

Trailing-stop indicators

IndicatorFormula
Supertrend upper(High + Low) ÷ 2 + (multiplier × ATR), typically 3 × ATR(10)
Supertrend lower(High + Low) ÷ 2 − (multiplier × ATR)
Parabolic SARSAR = Prior SAR + AF × (Extreme point − Prior SAR); AF starts at 0.02, steps by 0.02 to a 0.20 cap
Chandelier exit (long)Highest high since entry − (3 × ATR(22))

All four share one property: they only ever move in the direction of the trade. A trailing stop that can loosen is not a stop.

Aroon

  • Aroon Up = ((n − periods since the n-period high) ÷ n) × 100
  • Aroon Down = ((n − periods since the n-period low) ÷ n) × 100
  • Worked, with n = 25: if the high was 3 days ago, Aroon Up = (25 − 3) ÷ 25 × 100 = 88. A fresh high scores 100; one 25 days stale scores 0.

Pivot points, worked

Computed from the previous period's high, low and close. With high 431, low 405, close 428:

LevelFormulaValue
Pivot (P)(High + Low + Close) ÷ 3421.3
R1(2 × P) − Low437.7
S1(2 × P) − High411.7
R2P + (High − Low)447.3
S2P − (High − Low)395.3

Pivots are arithmetic, not analysis. They are useful only because a large number of participants compute the same numbers from the same public data — which is a self-fulfilling effect, and a real one.

Choosing what to run

  1. 1One indicator per question. Direction, strength, participation, distance — four questions, four tools at most.
  2. 2Prefer tools from different families. Two trend indicators agreeing is one opinion; a trend indicator and a volume indicator agreeing is two.
  3. 3Know the default periods you are using and why. 14, 20, 26 and 200 are conventions from the 1970s and 1980s, chosen for markets and instruments that were not this one.
  4. 4Test on NEPSE data, not on someone else's results. Settings tuned on a deep, fast, 24-hour market carry across badly to a four-hour session with circuit limits.

All eight methods, with an honest note on what each can carry

Saved in this browser only — there is no account to create. Clearing your browser data clears your progress.