Welcome back. In the previous lesson, Bollinger Bands completed your initial indicator toolkit: moving averages and Supertrend for trend, RSI for momentum, Bollinger Bands for volatility and relative price position. The remaining problem is practical: a chart can easily become a crowded collection of tools that all seem to say “bullish” or “bearish” without adding genuinely independent evidence.
This lesson turns those components into one reusable TradingView template. Its purpose is not to produce automatic trade signals. It is to give you a consistent way to assess any liquid US or UK share, commodity product, or major cryptocurrency: what structure price is in, where price sits, whether participation supports the move, what the trend condition is, whether momentum agrees, and whether volatility is compressed or expanding.
A template is a measurement system, not a prediction machine
A useful chart template resembles a compact engineering dashboard. Each display should answer a distinct question. If two displays answer the same question in almost the same way, keeping both may create a false sense of confirmation.
For example, a 50-period moving average, a 20-period moving average, and several similar trend overlays may all turn upward after price has already rallied. Seeing all three agree is not equivalent to receiving three independent pieces of evidence. They are strongly related calculations based on the same price series.
The working principle for this course is:
Price structure decides context; every indicator has one limited supporting role.
:max_bytes(150000):strip_icc()/StructuredContentArticles-TrendTrading-final-8f1316f1116f49d89c27cb7bc80ec984.png)
Start every chart with raw price and ask:
- Is the chart making higher highs and higher lows?
- Is it making lower highs and lower lows?
- Is price oscillating between established horizontal boundaries?
- Or is the previous structure no longer intact, suggesting a transition?
Only then should you use the rest of the template to qualify that observation.
Choosing Technical Indicators to Analyze Stocks
Read the concluding principle from Charles Schwab: indicators should be organized by function and, where possible, calculated differently rather than piled up redundantly.
Near the end of the article, after the chart discussion, read the concluding guidance. Focus on the distinction between an indicator as a guide and a complete analysis process, and on why confirmation is more meaningful when the tools are not merely duplicates.
A chart template should make it possible to say something precise, such as:
“The daily structure remains bullish, price is pulling back toward prior support and the rising 50-period EMA, selling volume is modest, RSI is holding above its midline, and Bollinger Bands are narrowing. This supports a bullish watchlist hypothesis, but there is no confirmed continuation yet.”
That statement separates observations from a forecast and does not pretend that a single indicator supplies the answer.
The role contract for your core chart
Use the following role contract. If you cannot state a tool’s job in one sentence, remove it from the default template.
| Layer | Tool | Its single job | What it must not decide alone |
|---|---|---|---|
| Structure and location | Candles, swing highs/lows, manually drawn support/resistance zones | Identify trend, range, transition, and meaningful price areas | Momentum, volatility, or order timing |
| Participation | Standard Volume, optionally with a volume average | Judge whether a move or breakout occurred with unusually high or low activity | Direction by itself |
| Trend | 50-period EMA and 200-period SMA | Show intermediate trend reference and longer-term regime | A reversal simply because price crosses a line |
| Momentum | RSI, length | Assess momentum regime and flag possible divergence candidates | “Overbought” or “oversold” entries |
| Volatility and relative position | Bollinger Bands, | Identify contraction/expansion and price location relative to recent dispersion | Direction of a future breakout |
The two moving averages belong to one trend layer, not two separate votes:
- The 200-period SMA is the slower regime reference. Is price broadly above or below its longer-term average?
- The 50-period EMA reacts faster and helps you judge whether a pullback is shallow, deep, or regaining momentum within that broader regime.
Where Supertrend fits
Supertrend is useful, but do not add it on top of this default moving-average setup just to seek additional agreement. Both moving averages and Supertrend are trend-following tools, and Supertrend also incorporates volatility through ATR.
Instead, keep a separate experimental variant later:
- Core TA — MA: 50 EMA plus 200 SMA, no Supertrend.
- Core TA — Supertrend: Supertrend plus the 200 SMA, with the 50 EMA removed.
Compare these variants over many paper-chart reviews before deciding which is clearer for you. A template is successful when it improves disciplined observation, not when it contains every indicator you have learned.
Build the Core TA template in TradingView
Use a daily chart for the initial configuration. Daily bars are a sensible common base for comparing a US share, UK share, gold-related exchange-traded product, and BTCUSD without immediately being overwhelmed by intraday noise. You will later be able to inspect a lower timeframe, but the higher timeframe should establish the structural context first.

1. Configure the price pane
Set the chart type to standard Candles. Keep the background and candle colours high contrast; visual comfort matters when you will be reviewing dozens of charts.
Then add these overlays:
| Indicator | Baseline setting | Display suggestion |
|---|---|---|
| EMA | Length , source Close | A clearly visible but not dominant colour |
| SMA | Length , source Close | A different muted colour, slightly thicker |
| Bollinger Bands | Length , SMA basis, source Close, standard deviation , offset | Lightly shaded or thin bands; make the middle band subtle |
Avoid filling the chart with automatic support/resistance or “smart money” overlays. At this stage, manually marking a few swing points and zones builds much stronger visual judgment than relying on labels generated by an algorithm.
2. Add the participation pane
Add TradingView’s standard Volume indicator in a pane below price.
Volume means the number of units traded during the bar’s timeframe. On a daily share chart, it is the day’s traded shares; on a cryptocurrency chart, it is activity for the specific exchange and pair selected. This distinction matters:
- For shares, check that you selected a liquid primary listing or a well-known exchange feed.
- For cryptocurrency, volume from BTCUSD on one venue is not necessarily the market-wide volume of Bitcoin.
- For some synthetic, CFD, or foreign-exchange symbols, displayed volume may be tick volume rather than centrally reported traded quantity.
You are not looking for an exact universal threshold such as “volume must be twice average.” You are asking a relative question: is participation unusual compared with this instrument’s own recent activity?
If your Volume settings offer a volume moving average, enable a -period average as a visual baseline. It does not create a new analytical layer; it simply makes “unusually high” easier to judge.
🛑 STOP Trading Until You Learn VOLUME ANALYSIS...
Watch the selected segments of “STOP Trading Until You Learn VOLUME ANALYSIS...” from Mind Math Money for a practical view of standard Volume in TradingView and its use when judging trend legs and breakouts.
Watch volume basics to see how standard volume bars are added and compared. Then watch trend participation, focusing on the contrast between activity in impulsive legs and pullbacks. Finish with breakout quality, which compares a well-supported breakout with a weak attempted breakout. Treat candle-coloured volume bars as a visual association with the bar’s direction, not as a literal count of buyers versus sellers: every completed transaction has both a buyer and a seller.
3. Add the momentum pane
Add RSI in a second, separate lower pane:
- Length:
- Source: Close
- Keep the , , and reference levels visible.
RSI answers: is momentum behaving more like a bullish, bearish, or neutral regime? It may also draw attention to a possible divergence that you then verify against price structure. It does not turn a range into an uptrend and does not invalidate a trend merely because it reaches .
4. Save both the layout and the indicator template
TradingView makes an important distinction:
- A layout contains charts, chart settings, drawings, and indicators.
- An indicator template stores the current indicator set and its settings for reuse on another chart.
Layouts, charts, drawings, indicators, and their interaction
Read TradingView’s official explanation of what layouts contain, how an indicator set becomes a reusable template, and why drawing objects need care.
In the opening “Layout” and “Chart” sections, read the layout overview. Note especially that watchlists and alerts are not stored in layouts. Then, under “Indicators,” read the template instructions. Applying a template replaces the current chart’s indicators and additional panes, so do not casually apply one to a chart whose setup you want to preserve. Finally, under “Drawing tools and synchronization,” read the drawing warning. Your market-structure markings are analysis-specific; an indicator template is configuration, not a saved thesis.
Create and name the following:
- Save the overall layout as Core Analysis Workspace.
- Open the Indicators menu.
- Choose Save indicator template.
- Name it Core TA — MA v1.
- Before making major changes later, save a new version rather than overwriting the baseline.
Your template should now contain only:
- Candles and clean price scale
- 50 EMA
- 200 SMA
- Bollinger Bands
- Volume
- RSI
That is enough.
Read the template in a fixed order
When you change symbols, keep the template unchanged. Change the analysis, not the settings, unless you have a documented reason to test a new configuration.
Use this six-part inspection routine.
1. Structure: what condition is price in?
Mark only the most relevant swing highs, swing lows, and one or two nearby support/resistance zones. Avoid drawing every minor pivot.
Classify the chart as:
- Uptrend: higher highs and higher lows.
- Downtrend: lower highs and lower lows.
- Range: repeated reactions between broadly horizontal support and resistance.
- Transition: a prior swing relationship has broken, but a new one is not yet established.
Structure has priority because the same RSI, volume pattern, or Bollinger Band touch means different things in an uptrend and in a range.
2. Location: where is price relative to meaningful areas?
A price near a manually marked range high, prior swing low, or major resistance zone is more informative than price in the middle of open space. Mark zones, not falsely precise single-price lines: prices often react across an area.
3. Volume: does participation fit the price move?
Look for a relationship, not a rule:
- In an advancing trend, strong upward legs with greater-than-usual volume and quieter pullbacks can support the idea of persistent demand.
- In a declining trend, heavy volume on downward legs and lower activity on rebounds can support bearish pressure.
- A range breakout with a large volume expansion deserves more attention than one occurring on routine activity.
- A sudden spike can reflect a climax, earnings, news, rebalancing, or a genuine continuation. It requires follow-through from price.
The important limitation is that volume supports or questions a price move. It does not provide a trade direction by itself.
4. Trend: what do the moving averages add?
Use the averages to describe alignment, not to override structure:
| Observation | Appropriate reading |
|---|---|
| Price above a rising 50 EMA and rising 200 SMA | Trend references broadly align bullishly |
| Price below falling 50 EMA and falling 200 SMA | Trend references broadly align bearishly |
| Price crosses the 50 EMA while still above a rising 200 SMA | Possible pullback or transition; examine swings and volume |
| Averages are flat and frequently crossed | Trend evidence is weak; a range may be more likely |
A moving-average cross is delayed by construction. It summarizes recent price behaviour; it does not reveal a new fact before price does.
5. Momentum: what is RSI contributing?
Use RSI as a quality check:
- Above and holding there can support bullish momentum.
- Below and failing to recover it can support bearish momentum.
- In a strong uptrend, repeated readings near or above can show strength rather than an automatic short setup.
- A divergence is a candidate warning, not confirmation. Price must still show a structural change or failure at a meaningful area.
6. Volatility: what are the Bollinger Bands saying?
Finally, use Bollinger Bands to identify the volatility environment:
- Narrowing bands: compression. Prepare to observe a later expansion; do not infer its direction.
- Widening bands after a range break: movement is expanding; compare the break with volume and structure.
- Repeated movement near an outer band in a trend: possible directional strength.
- Outer-band touch at a range boundary followed by rejection: a possible mean-reversion context, still requiring confirmation.
This order prevents a common mistake: starting with an indicator’s apparent signal and then searching for evidence to justify it.
A coherent assessment: agreement, conflict, and “no conclusion”
Indicators should not vote democratically. Structure and location provide the context; the other layers can support, weaken, or leave that context unresolved.
Consider this hypothetical daily-chart observation:
| Layer | Observation |
|---|---|
| Structure | Price remains in a multi-week range |
| Location | Price is close to the upper boundary of that range |
| Volume | Normal, not expanding |
| Trend | 50 EMA is nearly flat; 200 SMA is also flat |
| RSI | , rising but below |
| Bollinger Bands | Narrowing |
A poor conclusion would be: “RSI is rising, therefore buy.”
A coherent conclusion is:
“The market remains range-bound and volatility is compressed. Momentum is mildly positive, but trend tools are flat and participation does not confirm a breakout. Watch the upper range boundary; there is no directional conclusion until price proves acceptance or rejection there.”
Now contrast it with a different observation:
| Layer | Observation |
|---|---|
| Structure | Higher highs and higher lows |
| Location | Price has moved above a prior resistance zone |
| Volume | Materially above its recent baseline |
| Trend | Price is above rising 50 EMA and 200 SMA |
| RSI | Above , without obvious bearish divergence |
| Bollinger Bands | Expanding after contraction |
Here, the evidence is more coherent. The assessment can reasonably be: bullish continuation hypothesis with expanding volatility. It is still not a guaranteed outcome, and later lessons will convert such hypotheses into explicit entry, invalidation, position-size, and no-trade rules.
A conflict-resolution rule
When layers disagree, write the conflict rather than forcing a conclusion:
- Bullish RSI inside a clear downtrend is not a bullish trend reversal.
- High volume without a meaningful break of structure may be noise, a news reaction, or a potential climax.
- A price above the upper Bollinger Band in an uptrend may be strength, not “too high.”
- A moving-average crossover in the middle of a long-established range is often low-quality information.
“No clear conclusion” is a valid and often valuable analytical output.
Build and test your template
Spend about 15 minutes building the actual template, then another 10 minutes reviewing it across assets.
Build checklist
- Open a liquid US-listed share on the daily timeframe, such as a large-cap stock or broad-market ETF.
- Add the five layers exactly as specified: manual structure, volume, moving averages, RSI, and Bollinger Bands.
- Save Core TA — MA v1 as an indicator template.
- Apply the template to:
- one UK-listed share quoted in GBP;
- one commodity-related exchange-traded product;
- BTCUSD from a clearly identified venue.
- On each chart, mark only two or three major swing points and the nearest relevant zone.
- Write a six-line assessment using the inspection routine: structure, location, volume, trend, momentum, volatility.
Do not alter the indicator parameters to make one asset look more readable. Cross-asset comparison is useful precisely because the framework stays constant while the market behaviour changes.
A concise note format is enough:
Symbol / timeframe:
Structure:
Location:
Volume:
Trend:
Momentum:
Volatility:
One-sentence assessment:
Keep these notes. They will become the raw material for the paper-trade hypotheses and trade journal later in the course.
Key takeaways
A coherent TradingView chart does not try to predict the market with a stack of indicators. It assigns each layer a distinct job:
- Market structure and support/resistance establish context and location.
- Volume assesses participation behind moves, pullbacks, and breakouts.
- Moving averages describe trend alignment across intermediate and longer horizons.
- RSI adds momentum context.
- Bollinger Bands describe volatility state and relative price position.
Use the default Core TA — MA v1 template consistently, and keep Supertrend as an alternative trend-template experiment rather than a redundant extra overlay. Save indicator settings as a template, but remember that drawings and analysis-specific structure markings require separate care.
Next, you will move from reading a chart to defining a paper-trade hypothesis with explicit entry, exit, invalidation, and no-trade conditions.
Can't find a good explanation? Sign up and we'll make it for you
Sign up