4.3.4How to Trade — Execution & Platforms

Learn charting platform setup

4,152 words19 min readdifficulty · medium

What Is a Charting Platform?

WHY separate platforms exist: Brokers provide basic charts, but dedicated platforms offer:

  1. More indicators (50+ vs 5-10)
  2. Better customization (save layouts, multi-timeframe)
  3. Advanced tools (drawing tools, alerts, screners)
  4. Faster data feeds (crucial for intraday trading)

Core Components of Chart Setup

1. Time Frame Selection

DERIVATION: Why 3-5x multipliers?

  • Start with observation: Market moves in fractal patterns (similar structures repeat at different scales)
  • Too close multipliers (2x): Not enough separation, same noise
  • Too far (10x+): Miss intermediate structure, gaps in understanding
  • Empirical sweet spot: 3-5x gives distinct perspective without losing connection

2. Chart Type Selection

WHY candlesticks dominate:

  1. Information density: 4 data points at a glance
  2. Pattern recognition: Shapes signal psychology (doji = indecision, hammer = reversal)
  3. Universal language: Every trader worldwide reads them

3. Essential Indicators Setup

DERIVATION — Why these three?

1. Moving Averages (Trend):

  • Start with question: "What's the average price over time?"
  • Simple average (SMA) treats all prices equally → problem: 10-day-old price affects today equally as yesterday's
  • Solution: Exponential MA gives more weight to recent prices
  • k=2n+1k = \frac{2}{n+1} comes from: We want a "smoothing constant" where a20-period EMA roughly equals a 20-period SMA in steady trends
  • Mathematical derivation: In continuous time, EMA solves dEdt=k(PE)\frac{dE}{dt} = k(P - E) → exponential decay of old values

WHY this step? Weighting recent prices more heavily makes the EMA responsive to new information while still smoothing noise.

2. RSI (Momentum):

  • Question: "Is the recent movement mostly up or down?"
  • Calculate average gain vs average loss → their ratio (RS) tells us momentum direction
  • Problem: RS ranges0 to ∞, hard to compare
  • Solution: Transform to0-100 scale: RSI=1001001+RS\text{RSI} = 100 - \frac{100}{1+\text{RS}}

WHY this step? As RS →∞ (all gains, no losses), RSI → 100. As RS → 0 (all losses), RSI → 0. The bounded scale (0-100) lets us define overbought (>70) and oversold (<30) zones consistently.

3. Volume (Confirmation):

  • Price can move, but is it confirmed by participation?
  • OBV accumulates volume: +volume on up days, -volume on down days
  • If price rises but OBV falls → weak move (divergence), likely reversal

WHY this step? Volume is the "fuel" for price moves. High volume confirms conviction; low volume suggests lack of commitment.

4. Color Scheme & Visual Clarity

Optimal color setup:

  1. Background: Dark (black/dark gray) — reduces eye strain in long sessions
  2. Candles:
    • Up: Green or white
    • Down: Red or black
    • WHY green/red? Universal traffic-light association (go/stop)
  3. Grid lines: Dim gray (30% opacity) — provide reference without clutter
  4. Indicators:
    • Fast MA: Bright blue (stands out)
    • Slow MA: Red/orange (warmer = slower)
    • RSI: Purple/yellow (distinct from candles)

5. Drawing Tools & Annotations

WHY you need these:

  • Memory aid: Mark key levels so you don't forget them across sessions
  • Systematic approach: Pre-drawn lines = pre-planned trades (reduces emotional decisions)
  • Pattern recognition: Seeing your annotations over time trains your eye

Platform-Specific Setup Guides

Initial Setup:

  1. Account: Free version sufficient for learning; Pro for real-time data
  2. Chart layout: Symbol search (top) → Load NIFTY or your stock
  3. Indicators: Click bar chart icon → "Indicators" → Add your trinity
  4. Save: Star icon top-right → Name your layout

Power features:

  • Screner: Tools → Stock Screener → Filter by technical criteria
  • Replay: Bar replay mode (practice without risk)
  • Alerts: Clock icon → Set price/indicator alerts

Zerodha Kite (India Retail)

Setup:

  1. After login: Charts → Select stock from watchlist
  2. Studies: Click "Studies" button → Add EMA, RSI, Volume
  3. Time frame: Top bar (1m, 5m, 15m, 1D, etc.)
  4. Drawing: Left toolbar → Line/Fibonacci tools

Limitations:

  • Fewer indicators than TradingView (10 vs 100+)
  • No saved layouts (must reconfigure each session)
  • WORKAROUND: Use TradingView for analysis, Kite for execution

MetaTrader 4/5 (Forex/Commodities)

Setup:

  1. Template system: Right-click chart → Template → Save as default
  2. Indicator search: Insert → Indicators → Browse by category
  3. Multi-chart: File → New Chart → Arrange in grid (4/9/16 windows)

Unique feature: Algorithmic trading support (Expert Advisors). Can automate strategies, but requires programming.

Workflow: From Setup to Trade

WHY this order?

  • Setup first: Foundation for everything else
  • Watchlist second: Narows focus (can't trade 5,000 stocks)
  • Alerts third: Automates monitoring
  • Journal last: Captures learning from executed trades

Advanced: Multi-Monitor Setup

Optimal setup:

  • Monitor 1 (Center): Primary trading chart (your entry TF)
  • Monitor 2 (Left): Higher TF (trend context)
  • Monitor 3 (Right): Watchlist, order panel, P&L

Budget alternative: One monitor + tablet

  • Monitor: Main chart
  • Tablet: Watchlist/news

Testing Your Setup

Recall Feynman Technique: Explain to a12-Year-Old

Imagine you're playing a video game where you have to predict if a ball will bounce up or down.

Your charting platform is like the game screen. But here's the thing: the basic screen just shows the ball moving. You can't really tell what's happening!

So we add tools:

  • Moving averages are like drawing a smooth line through the bounces. If the line is going up, the ball usually bounces higher. If it's going down, bounces are getting lower.
  • RSI is like an "energy meter." If it's super high (over 70), the ball has been bouncing up a lot and might get tired and fall. If it's low (under 30), it's been falling and might bounce back up.
  • Volume tells you how many people are watching and playing. If lots of people join when the ball bounces up, that bounce is "real" and will probably continue. If only a few people are watching, the bounce might be fake. We also use different time scales. Imagine watching the ball for:
  • 10 seconds (fast chart) — see every tiny bounce
  • 1 minute (medium chart) — see the pattern of bounces
  • 10 minutes (slow chart) — see if overall it's going up or down By looking at all three once, you make better predictions!

And here's the key: you set up your game screen the same way every time. Same colors, same tools, same position. Why? So your brain learns to see patterns super fast. Like how basketball players always shoot from the same stance—it becomes automatic.

Backtesting your setup:

  1. Use "replay mode" (TradingView) or load historical chart
  2. Hide right side of chart (future prices)
  3. Advance one candle at a time
  4. Apply your setup rules: Would you enter here? Where's stop-loss?
  5. Reveal outcome: Did it work?
  6. Record: Win/loss, why it worked/failed

Success metric: After 50replayed trades, your setup should win >50% with R:R (Reward:Risk) ≥ 2:1.


Connections

  • 4.3.01-Order-types-explained — Your platform setup must match order types you'll use
  • 4.3.02-Broker-platform-features — Understanding platform capabilities informs your setup choices
  • 4.3.03-Market-hours-and-sessions — Time frame selection depends on when you can actively trade
  • 4.3.05-Paper-trading-practice — Test your setup in simulated environment before live trading
  • 4.4.01-Risk-per-trade-calculation — Proper charting setup enables precise stop-loss placement
  • 5.2.03-Moving-averages-deep-dive — In-depth on the trend indicator from your trinity

#flashcards/stock-market

What are the three categories of indicators in the Core Indicator Trinity? :: 1) Trend (e.g., Moving Averages), 2) Momentum (e.g., RSI), 3) Volume (e.g., OBV or volume bars)

What is the formula for calculating a Simple Moving Average (SMA)? :: SMA_n = (Sum of prices over n periods) / n, or (P_t + P_(t-1) + ... + P_(t-n+1)) / n

What is the RSI formula and what does it measure?
RSI = 100 - (100 / (1 + RS)), where RS = Avg Gain / Avg Loss over n periods. It measures momentum—whether recent movement is mostly up or down, scaled0-100.
What is the time frame multiplier rule for multi-timeframe analysis?
Secondary TF = Primary TF × 3 to 5; Tertiary TF = Primary TF ÷ 3 to 5. This provides distinct perspectives without losing connection between scales.
Why should you avoid changing your indicator settings during live trading?
Changing settings during trading is curve-fitting to current price action, not improving the system. It justifies emotional biases rather than following a tested plan. Setup changes should only happen outside market hours after backtesting.
What does OBV (On-Balance Volume) measure?
OBV accumulates volume: adds volume on up days, subtracts on down days. It confirms price moves—if price rises but OBV falls (divergence), the move is weak and may reverse.
What is the "Rule of Three" in charting setup?
Use maximum3 indicators on any chart—one from each category (trend, momentum, volume). More indicators usually show the same information in different ways, causing clutter and confusion.
What are the four components of the Pre-Trade Checklist?
1) Chart Setup (configured and tested), 2) Watchlist (10-20 stocks to track), 3) Alerts (set at key levels), 4) Journal (template ready to record trades)
What does the T.I.C.K. mnemonic stand for in platform setup?
T = Time frames (Primary + Higher + Lower), I = Indicators (Trend + Momentum + Volume), C = Colors (Dark background, contrasting indicators), K = Kriyas (drawing tools: lines, alerts, annotations)
What is the purpose of using Heikin-Ashi candles instead of standard candlesticks?
Heikin-Ashi smooths candles by averaging OHLC values, making trends clearer in chopy markets. However, it introduces lag (like a moving average), so use it for trend following, not precise entries/exits.
Why use a dark background for charting?
Dark backgrounds reduce eye strain during long trading sessions. The brain processes visual information much faster than text, and proper contrast (dark background, bright indicators) enables instant pattern recognition.
What is the optimal color scheme for up and down candles?
Up candles: Green or white; Down candles: Red or black. These colors use universal traffic-light associations (green = go/positive, red = stop/negative) for instant recognition.
Why do you need to draw support and resistance as zones rather than exact prices?
Markets are not precise. Support/resistance represents areas where buyers/sellers become active, typically spanning a range (e.g., ₹2,490-2,510), not a single price point.
What is the "curve-fitting" trap in indicator optimization?
Adjusting indicator parameters during live trading to match current price action. You're justifying what you want the trade to be, not improving the system. Always backtest changes on historical data first.
What is the success metric for a backtested setup?
After 50 replayed trades, the setup should win >50% with Reward:Risk ratio ≥ 2:1 (i.e., average wins are at least twice the size of average losses).

Concept Map

purpose

analyze with

configured via

requires

justified by

gives

separates

forest

trees

leaves

displays

shows

filters

refines

Charting Platform

Reduce Cognitive Load

Technical Indicators

Time Frame Selection

Multiple Time Frame Analysis

Fractal Market Patterns

3-5x Multipliers

Higher TF Trend

Primary TF Entry Exit

Lower TF Timing

Candlestick Charts

Open High Low Close

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, socho ki tumhara charting platform ek pilot ka cockpit hai — agar dashboard messy hai ya galat instruments dikha raha hai, toh safe fly karna impossible hai. Isi tarah, trading mein bhi agar tumhara chart theek se setup nahi hai, toh galat decisions aur costly mistakes hone ke chances badh jaate hain. Core intuition yeh hai ki ek clean, well-organized setup tumhara cognitive load kam karta hai, matlab tumhare dimaag ko kam mehnat karni padti hai, aur decisions fast aur accurate bante hain. Platform basically software hota hai jo price data ko visual charts mein dikhata hai, taaki tum trends, patterns aur indicators use karke smart trading kar sako.

Ab sabse important concept hai Multiple Time Frame Analysis (MTFA). Yeh matter isliye karta hai kyunki ek hi timeframe pe dekhne se poori picture nahi milti. Iska simple funda yeh hai — higher timeframe tumhe overall trend dikhata hai (jaise poora jungle), primary timeframe entry-exit signals deta hai (individual trees), aur lower timeframe precise timing batata hai (patte). Formula bhi seedha hai: apne secondary timeframe ke liye primary ko 3-5 se multiply karo, aur tertiary ke liye 3-5 se divide karo. Yeh 3-5x ka multiplier isliye best hai kyunki market fractal patterns mein move karta hai — matlab same structures alag-alag scales pe repeat hote hain. Agar multiplier bahut chota (2x) hoga toh same noise dikhega, aur bahut bada (10x) hoga toh beech ki important structure miss ho jaayegi. Jaise swing trader ke liye Daily chart primary, Weekly trend context, aur 4-hour precise entry ke liye — jab teeno align ho jaate hain toh us confluence pe strong signal milta hai.

Chart type ki baat karein toh candlestick charts industry standard hain kyunki ek candle mein hi tumhe chaar data points milte hain — Open, High, Low aur Close. Yeh isliye powerful hai kyunki ek nazar mein bahut saari information mil jaati hai, aur candle ki shape market ki psychology batati hai (jaise doji matlab confusion, hammer matlab reversal). Heikin-Ashi jaise smoothed candles trend clearly dikhaate hain kyunki woh OHLC ka average lete hain, lekin is averaging ki wajah se thoda lag aa jaata hai — bilkul moving average ki tarah. Toh practical takeaway yeh hai: trend following ke liye Heikin-Ashi acha, lekin real-time precise entries ke liye normal candlesticks better. Yeh setup samajhna isliye zaroori hai kyunki ek trader ke liye sahi tools sahi jagah rakhna hi consistent profits ki neenv hai.

Test yourself — How to Trade — Execution & Platforms