Ch 1 ยท Technical Analysis

Types of Charts

The chart is the first tool you pick up and the last one you put down. This chapter walks through the six chart formats a modern discretionary trader has to know, when each is the right tool, and how to switch between them on the platforms Indian traders actually use.

๐Ÿ“– 14 min read๐Ÿ‡ฎ๐Ÿ‡ณ Nifty ยท BankNifty ยท single stocks

The same price, drawn six ways

Every chart engine consumes the same underlying OHLCV data โ€” open, high, low, close, volume per bar. What differs is how that data is drawn on screen. Six formats dominate the industry: line, bar (OHLC), candlestick, Heiken Ashi, Renko, and point-and-figure. Each strips away different information to highlight different structure.

Before diving into each: the meta-rule is that your chart type must match the decision you are trying to make. If you're scanning multi-year trends across 40 stocks, a compact line chart is far better than 40 candlestick charts. If you're timing a 15-min breakout entry, a candlestick chart is essential. Wrong chart for the job means either information overload or missed signal.

๐Ÿ’ก What OHLCV means
Every bar on a chart summarises a specific time window (1 min, 15 min, 1 day). Five numbers describe that window: Open (first trade), High (max price), Low (min price), Close (last trade), Volume (shares/lots traded). Every derived chart type is just a different visualisation of these five numbers.

1.1 Line chart

A single line connecting closing prices, one point per bar. The cleanest visualisation โ€” it strips out intra-bar noise entirely and shows only where each period settled. Useful for long-term trend scans where wick noise would just clutter the view.

1.2 Bar chart (OHLC)

Each bar is a vertical line spanning the low to the high of the period, with a tick on the left marking the open and a tick on the right marking the close. All four price points visible; no filled body. Historically preferred by Western floor traders before candlesticks became mainstream, and still dominant on some institutional systems.

1.3 Candlestick chart

Same four OHLC numbers, but the open-to-close range is drawn as a filled "body" โ€” green (or hollow) if close > open, red (or filled) if close < open. Wicks extend to the high and low. Invented by 18th-century Japanese rice traders and now the global default for one reason: the visual contrast makes buying-vs-selling pressure instantly readable.

The chart below shows ~2 years of daily Nifty 50 as candlesticks โ€” hover any bar to inspect its OHLC.

1.4 Heiken Ashi (smoothed candles)

Heiken Ashi ("average bar" in Japanese) computes each candle from a smoothed formula rather than raw OHLC:

HA_close = (O + H + L + C) / 4
HA_open  = (previous HA_open + previous HA_close) / 2
HA_high  = max(H, HA_open, HA_close)
HA_low   = min(L, HA_open, HA_close)

The result: a chart where a strong trend produces a run of same-colour candles with no lower wick (uptrend) or no upper wick (downtrend). A colour change or a candle with wicks on both sides signals trend weakness. Great for trend-following; poor for exact entry timing because the smoothing lags real price by one bar.

โš ๏ธ Never place orders off Heiken Ashi prices
The HA candle you see is a synthetic average. Real market prices sit somewhere different. Use HA only to identify trend regime โ€” then switch to a candlestick chart to place the actual order at real price levels.

1.5 Renko charts

Renko (Japanese "brick") strips out time entirely. A new "brick" is drawn only when price moves a preset amount (e.g., โ‚น20 for Nifty). Small back-and-forth moves that would clutter a candlestick chart produce zero new bricks. The visual result: pure trend structure with no consolidation noise.

1.6 Point-and-figure

The oldest technical chart type (used since the 1880s). Columns of X's (rising price) and O's (falling price). A new X is added only when price rises by a preset "box size"; a new O column starts only after a "reversal amount" (typically 3 boxes) is retraced. Time and volume are irrelevant.

Rarely used in Indian discretionary trading today, but still useful for identifying long-term horizontal support/resistance levels because irrelevant noise is compressed out entirely. Sensibull and Chartink don't offer it natively; TradingView does.

Which chart type should you actually use?

For 95% of Indian retail trading decisions, the answer is candlesticks. The remaining 5%:

Every strategy chart on this site renders in candlesticks by default with the option to overlay indicators. Bar, line, and Renko are useful compact reference views but rarely the primary chart for active trading.

Timeframes: the second dimension

The chart type is how to draw price. The timeframe is how much price to compress into each bar. Common choices in Indian markets:

TimeframeBar coversTypical use
1 min / 3 min60โ€“180 secondsScalping, expiry-day option trades
5 min / 15 min5โ€“15 minutesIntraday breakout entries, VWAP plays
1 hour60 minutesMulti-day swing entries, EMA cross confirmation
Daily1 trading sessionPositional trades, most indicator systems
Weekly5 sessionsPortfolio-level regime read
๐Ÿ’ก The multi-timeframe rule
A serious discretionary trader reads at least two timeframes for every decision. Higher timeframe = context / bias. Lower timeframe = entry timing. A common pairing: daily for regime, 15-min for entry. If they disagree, wait.
Advanced Non-time-based bars โ€” tick, volume, and range
Beyond time-based bars, three alternative aggregations exist: - **Tick bars** โ€” a new bar every N trades, regardless of clock. Popular with futures scalpers because it adapts to session activity. Nifty futures on a busy expiry day might print 20+ 1000-tick bars in the first 30 min but only 5 in the lunch lull. Bar count reflects market activity, not clock time. - **Volume bars** โ€” a new bar every N lots/shares traded. Similar rationale โ€” filters out the low-activity lull between 12:00โ€“2:00pm on Indian equities. - **Range bars** โ€” a new bar every time price moves N points from the previous bar's open. Similar to Renko but includes wicks. Useful for range-breakout systems. None of these are essential for the strategies on this site, but if you graduate to futures scalping you will encounter them. TradingView Pro supports all three; Zerodha Kite does not (candles + Heiken Ashi + Renko only).
Advanced How to switch chart type on the platforms you actually use
**Zerodha Kite (chart-iq mode):** top-right chart-type icon โ†’ dropdown โ†’ Candle / Bar / Line / Heiken Ashi / Renko. Timeframe selector adjacent. **Dhan:** click the chart type icon on the toolbar โ†’ same options + Kagi. **Sensibull:** for option chain analysis the chart is on the underlying only; toggle candles/Heiken Ashi from the top-left settings gear. **TradingView:** the largest chart-type library in retail โ€” 15+ formats including candles, bars, Heiken Ashi, Renko, Kagi, Point-and-Figure, Line Break. Switch via the "Chart Type" icon (top-left of chart) or keyboard shortcut Alt+2/3/4/5. **One-time setup habit worth building:** save a chart layout template with your preferred type + timeframes + default indicators. Applying it takes one click instead of re-configuring every session.

Worked example โ€” same session, three chart types

Consider a Nifty session that opens at 25,000, rallies to 25,180, retraces to 25,050, and closes at 25,140 on 15% higher volume than yesterday.

Same underlying session. Three very different visual stories. The candlestick view gives the fullest picture and is what the rest of this path assumes unless noted otherwise.