LearnTradingView & ChartingPaper Trading Simulator
    Article 19 of 34

    Paper Trading Simulator

    How to use TradingView's built-in virtual environment to practice strategies risk-free.

    Rohit Singh
    Rohit SinghMr. Chartist
    April 1, 2026
    17 min read

    Mr. Chartist Workflow

    Read with a trading desk mindset.

    Every TradingView article now follows a practical pattern: understand the tool, map it to a charting workflow, apply it on Indian market instruments, and turn it into a repeatable workspace habit.

    8

    Sections

    5m

    Read

    settings

    Level

    01

    Open a clean chart and locate the exact TradingView area covered in "Paper Trading Simulator".

    02

    Apply it on one liquid NSE stock, one index, and one weekly timeframe so the concept is not learned in isolation.

    03

    Save the layout, write one note about what improved your decision-making, and remove anything that adds noise.

    Paper trading is the single most underrated feature on TradingView—and potentially the most important one for your trading career. It allows you to trade virtual money in real market conditions, with realistic broker simulation, without risking a single rupee of real capital.

    Whether you are a beginner learning to place your first order, an experienced trader testing a new strategy before deploying capital, or a competitor aiming for cash prizes in TradingView's 'The Leap' competitions, the Paper Trading simulator provides a risk-free environment that accurately mimics real-world execution—including order types, position management, and performance tracking.

    In this extensive guide, we will cover the complete Paper Trading workflow from initial setup to advanced bracket orders, explain the psychology of transitioning from simulation to live trading, detail TradingView's flagship competition 'The Leap', and provide a structured 90-day Paper Trading curriculum for Indian market participants.

    01

    1. What is Paper Trading on TradingView?

    Paper Trading is a built-in virtual trading simulator available on ALL TradingView plans—including the completely free Basic plan. It provides you with a virtual balance (default $100,000 USD) and lets you place buy/sell orders on any instrument using real-time market data from live exchanges.

    The simulator tracks your open positions with live unrealized P&L, maintains working orders, calculates margin requirements, records a complete order history, and generates performance analytics. It is essentially a complete brokerage experience—without any financial risk.

    The critical advantage over standalone paper trading platforms (like broker-provided demo accounts) is that TradingView's simulator runs directly alongside your charts. You draw trendlines, add indicators, set alerts, and execute paper trades all from the same interface. There is zero friction between analysis and execution—the same workflow you will use when trading real money.

    tradingview.com
    1. What is Paper Trading on TradingView?
    FreeAvailable on All Plans
    $100KDefault Virtual Capital
    5Order Types Supported
    Real-TimeLive Market Data
    pine
    1//"text-[#">2962ff] font-bold">@version="text-[#089981]">5
    2"text-[#">2962ff] font-bold">strategy("Simple MACD Strategy", overlay=true)
    3[macdLine, signalLine, histLine] = ta.macd(close, "text-[#089981]">12, "text-[#089981]">26, "text-[#089981]">9)
    4
    5"text-[#">2962ff] font-bold">if ta.crossover(macdLine, signalLine)
    6 "text-[#">2962ff] font-bold">strategy.entry("Long", "text-[#">2962ff] font-bold">strategy.long)
    7
    8"text-[#">2962ff] font-bold">if ta.crossunder(macdLine, signalLine)
    9 "text-[#">2962ff] font-bold">strategy.close("Long")

    Automated Strategy Example (Can run on Paper Trading)

    Official Resources

    02

    2. Step-by-Step Setup Guide

    Getting started with Paper Trading takes under 30 seconds. Here is the exact workflow, from opening the panel to placing your first simulated trade.

    Step 1: Open Trading Panel

    • Click the 'Trading Panel' tab at the bottom of any chart.
    • Or use the keyboard shortcut to toggle the panel open.
    • The panel slides up below your chart area.
    RELIANCE2,950+1.25% TodayStrong Buy

    Step 2: Connect Paper Trading

    • Click 'Paper Trading' from the broker dropdown list.
    • If this is your first time, click 'Connect' to activate.
    • Your $100,000 virtual balance is instantly available.
    Paper TradingVirtual PortfolioBalance₹10,00,000P&L+₹48,250Return+4.83%Open PositionsSymbolQtyAvg PriceLTPP&LRELIANCE502,8402,950+₹5,500HDFCBANK1001,5201,450-₹7,000TCS253,7503,820+₹1,750INFY801,4801,520+₹3,200BUYSELL

    Step 3: Place Your First Trade

    • Click the Buy or Sell button on the Trading Panel.
    • Or right-click any price level on the chart → 'Trade'.
    • Set quantity, stop-loss, and take-profit levels.
    Paper TradingVirtual PortfolioBalance₹10,00,000P&L+₹48,250Return+4.83%Open PositionsSymbolQtyAvg PriceLTPP&LRELIANCE502,8402,950+₹5,500HDFCBANK1001,5201,450-₹7,000TCS253,7503,820+₹1,750INFY801,4801,520+₹3,200BUYSELL

    Step 4: Monitor & Manage

    • Active positions appear as horizontal lines on the chart.
    • Drag the TP/SL lines directly on the chart to modify.
    • View portfolio summary in the 'Positions' tab.
    NIFTY 501DBANKNIFTY1DRELIANCE15mHDFCBANK1hTCS1DINFY4h
    03

    3. Order Types: Mastering Execution

    TradingView's Paper Trading simulator supports all five professional order types. Understanding each one is essential before you ever place a real trade, because choosing the wrong order type in a live market can result in significantly worse execution or missed opportunities.

    The Market Order executes instantly at the current best available price. It guarantees execution but not price. Use market orders when you need to enter or exit a position immediately, regardless of the exact price (e.g., cutting a losing trade).

    The Limit Order executes only at your specified price or better. It guarantees price but not execution. Use limit orders when you want to enter at a specific level (e.g., buying a pullback to a support zone).

    The Stop Order becomes a market order when a specific trigger price is hit. It is primarily used for stop-losses—protecting your downside by automatically selling if price drops to your predefined exit level.

    Market & Limit Orders

    • Market: Instant execution at the current price.
    • Limit: Execute only at your specified price or better.
    • Market = speed priority. Limit = price priority.
    • Both can be placed from the chart or the order ticket.
    Paper TradingVirtual PortfolioBalance₹10,00,000P&L+₹48,250Return+4.83%Open PositionsSymbolQtyAvg PriceLTPP&LRELIANCE502,8402,950+₹5,500HDFCBANK1001,5201,450-₹7,000TCS253,7503,820+₹1,750INFY801,4801,520+₹3,200BUYSELL

    Stop, Stop-Limit & Bracket Orders

    • Stop: Triggers a market order when a stop price is hit.
    • Stop-Limit: Triggers a limit order when a stop price is hit.
    • Bracket: Automatically attaches TP and SL to your entry.
    • Bracket orders support up to 4 exit levels for scaling out.
    Paper TradingVirtual PortfolioBalance₹10,00,000P&L+₹48,250Return+4.83%Open PositionsSymbolQtyAvg PriceLTPP&LRELIANCE502,8402,950+₹5,500HDFCBANK1001,5201,450-₹7,000TCS253,7503,820+₹1,750INFY801,4801,520+₹3,200BUYSELL

    Professional Tip

    Always use Bracket Orders for every trade during your paper trading practice. This forces you to define your risk (Stop-Loss) and reward (Take-Profit) BEFORE entering the trade, building the discipline of pre-planned risk management.

    04

    4. Chart Trading: Visual Order Management

    One of TradingView's most powerful execution features is 'Chart Trading'—the ability to manage your entire position visually, directly on the chart canvas, without opening a separate order ticket.

    When you have an active paper position, TradingView draws horizontal lines on your chart: a blue line for your entry price, a green line for your take-profit, and a red line for your stop-loss. You can click and drag any of these lines to modify your order levels in real-time. The order ticket automatically updates as you drag.

    You can also enable the Buy/Sell buttons directly on the chart. Go to Chart Settings → Trading → enable 'Buy/Sell Buttons'. Two buttons will appear on the right side of your chart at the current price level. Clicking them opens an instant order ticket pre-filled with the current symbol and price.

    For even faster execution, you can right-click any specific price level on the chart and select 'Trade at [price]'. This opens an order ticket pre-filled with that exact price as a Limit order—perfect for placing orders precisely at support/resistance levels.

    05

    5. Account Configuration & Reset

    The default paper trading account starts with $100,000 USD. While this is a generous amount, professional traders customize their paper account to match their real-world capital for more realistic position sizing.

    To reset and reconfigure your account: click on the gear icon in the Trading Panel, then select 'Reset Paper Trading Account'. In the dialog that appears, you can set a custom Initial Balance (e.g., $10,000 to simulate a smaller account), adjust Leverage settings for different asset classes, and configure Commission rates to simulate real brokerage costs.

    Resetting your account permanently deletes all open positions, working orders, and trade history. Many traders use this strategically—resetting at the beginning of each month to track month-over-month performance improvement with a clean slate.

    1,6001,5001,4001,3001,20025,00024,00023,00022,00021,000JanFebMarAprMayJunJulAugSepOctRELIANCE · 1,430.80NIFTY 50 · 24,350Left ₹Right ₹

    Snapshot & Takeaways

    1
    Set Initial Balance to match your real capital (e.g., $5,000) for realistic position sizing practice.
    2
    Configure Leverage: Set 1:1 for stocks, higher for Forex/Crypto to mirror real conditions.
    3
    Add Commissions: Even a small commission (e.g., $1 per trade) reveals whether your strategy survives after costs.
    4
    Monthly Reset: Clear your account every month to track monthly performance progression.
    06

    6. The Leap: Compete for Real Cash Prizes

    TradingView's 'The Leap' is a flagship paper-trading competition where traders worldwide compete for real cash prizes—using virtual portfolios with zero financial risk. It is the ultimate proving ground for strategy validation.

    Competitions typically run for approximately 30 days. Upon registration, TradingView creates a dedicated competition paper account (separate from your personal paper account) that cannot be reset during the contest. Your performance is ranked against thousands of global participants on a live leaderboard, and the top finishers win actual cash prizes, plan extensions, and special awards.

    For Indian traders, The Leap is an incredible opportunity: validate your strategy against global competition, build a publicly verified performance track record on your TradingView profile, and potentially earn real money—all without investing a single rupee.

    1,5601,5201,4801,4401,4001,3601,430.80RELIANCE, 1D

    Competition Format

    • Duration: Approximately 30 days per competition.
    • Account: Dedicated, non-resettable paper account.
    • Ranking: Based on realized P&L at competition end.
    • Eligibility: Active paid plan or free trial required.
    RELIANCE — Price vs RevenueRevenue (₹ Cr)PriceEPSQ1 24Q2 24Q3 24Q4 24Q1 25Q2 25Q3 251,6001,5001,4001,3001,200

    Prizes & Recognition

    • Cash Rewards: Thousands of dollars for top finishers.
    • Plan Extensions: Free subscription months for runners-up.
    • Special Awards: 'Most Profitable Trade', 'Flawless Run'.
    • Profile Badge: Public verification of your competition ranking.
    Financials — RELIANCENSE · QuarterlyIncome statementBalance sheetCash flowRatiosQ4 2025Q3 2025Q2 2025Q1 2025Q4 2024Total revenue2,43,8642,35,0932,31,4592,16,2572,32,722Cost of goods sold1,56,2901,51,8421,49,8101,38,4261,50,965Gross profit87,57483,25181,64977,83181,757Operating expenses28,45027,83026,95025,60027,200Operating income59,12455,42154,69952,23154,557Net income21,93019,87818,95117,61219,299EPS — basic32.3729.3427.9726.0028.49EPS — diluted32.3729.3427.9726.0028.49₹ Cr · All values in Crores
    "

    The Leap proves that trading skill is a meritocracy—anyone from any country, with any account size, can compete on equal footing against the global trading community.

    07

    7. Paper Trading vs. Real Trading: Critical Differences

    While Paper Trading is an essential learning tool, it is critical to understand the limitations of simulation. Ignoring these differences leads to a rude awakening when you transition to live markets.

    The most significant difference is not technical—it is psychological. With no real money at risk, there is no fear of loss and no greed for profit. You will make rational decisions in paper trading that you might not replicate when real rupees are on the line. The emotional pressure of watching a ₹10,000 loss grow to ₹15,000 in real-time, knowing it is YOUR money, fundamentally changes decision-making.

    Paper TradingVirtual PortfolioBalance₹10,00,000P&L+₹48,250Return+4.83%Open PositionsSymbolQtyAvg PriceLTPP&LRELIANCE502,8402,950+₹5,500HDFCBANK1001,5201,450-₹7,000TCS253,7503,820+₹1,750INFY801,4801,520+₹3,200BUYSELL
    FeaturesTradingViewTraditional Brokers
    ExecutionFills at exact price instantlyMay slip 1-2 ticks on real orders
    EmotionsNo fear or greed (virtual money)Fear, greed, and FOMO are constant
    LiquidityOrders always fill completelyPartial fills or rejections on illiquid stocks
    Market ImpactPaper orders don't move the marketLarge real orders cause price impact
    SpeedInstant simulated executionDepends on broker latency and infrastructure
    PsychologyEasy to follow rules when nothing is at stakeBreaking rules under emotional pressure is the #1 account killer

    Critical Warning

    Paper trading profitability does NOT guarantee real trading profitability. The emotional component of risking real money fundamentally changes decision-making. Use paper trading to validate strategy logic, then start real trading with position sizes 10x smaller than your paper positions to build emotional resilience gradually.

    08

    8. The 90-Day Paper Trading Curriculum

    Simply opening a paper account and placing random trades teaches you nothing. Here is a structured 90-day curriculum designed specifically for Indian market participants who want to transition from simulation to live trading with maximum preparedness.

    Paper TradingVirtual PortfolioBalance₹10,00,000P&L+₹48,250Return+4.83%Open PositionsSymbolQtyAvg PriceLTPP&LRELIANCE502,8402,950+₹5,500HDFCBANK1001,5201,450-₹7,000TCS253,7503,820+₹1,750INFY801,4801,520+₹3,200BUYSELL

    Month 1: Mechanics & Order Flow

    • Focus: Learn every order type (Market, Limit, Stop, Bracket).
    • Practice: Place 5 trades per day on Nifty/Bank Nifty.
    • Goal: Flawless execution mechanics—zero order entry errors.
    • Journal: Log every trade with entry reason and outcome.
    Paper TradingVirtual PortfolioBalance₹10,00,000P&L+₹48,250Return+4.83%Open PositionsSymbolQtyAvg PriceLTPP&LRELIANCE502,8402,950+₹5,500HDFCBANK1001,5201,450-₹7,000TCS253,7503,820+₹1,750INFY801,4801,520+₹3,200BUYSELL

    Month 2: Strategy Testing & Risk Rules

    • Focus: Test your specific strategy with strict 1% risk per trade.
    • Practice: Trade only setups that meet your checklist criteria.
    • Goal: Follow your system with 100% discipline for 20 sessions.
    • Journal: Track win rate, R:R, and Profit Factor weekly.
    Equity CurvePerformanceNet Profit+₹48,250Win Rate64.3%Profit Factor2.14Max Drawdown-12.8%Sharpe Ratio1.87Total Trades142Trade List#SymbolSideEntryExitP&L1RELIANCELong2,8402,950+₹1,1002HDFCBANKShort1,5201,450+₹7003TCSLong3,9003,820-₹800

    Month 3: Performance Audit & Live Readiness

    • Focus: Achieve consistent profitability over 20+ trading days.
    • Practice: Simulate your exact live position sizes and commissions.
    • Goal: Positive Profit Factor (> 1.5) and Max Drawdown < 10%.
    • Decision: If all goals met → transition to live with 10x smaller size.

    Professional Tip

    Set a daily virtual loss limit of $2,000 (or 2% of your paper account). If you hit it, close all positions and stop trading for the day—just like you would with real money. This builds the emotional circuit breaker that prevents catastrophic losses in live trading.

    Unlock TradingView Pro

    Gain unrestricted access to multiple charts, custom timeframes, and unlimited technical indicators to perfect your edge.

    Claim TradingView Upgrade

    Frequently Asked Questions

    Common questions about this topic

    Yes, Paper Trading is completely free on TradingView and available on all plans including the free Basic plan. You get a $100,000 USD virtual balance that can be reset anytime. No broker connection or real money is required. You can place Market, Limit, Stop, Stop-Limit, and Bracket orders with real-time execution against live market data.

    Official TradingView Resources

    Curated links from TradingView's Help Center & Blog

    Why can&#39;t I log into my paper trading account?

    You may not be able to log into your paper trading account if: Your live account has been migrated to a different legal entity. In that case, your old...

    Why do I receive “This username is not associated with a paper trading account” error message?

    If you have the same credentials for both Live and Paper account, please try to change the credentials on the account page of the Interactive Brokers ...

    How to change the account currency in Paper Trading

    The default Paper Trading account currency is USD, but you can choose any of the available currencies that best suit your trading needs.It is easy to ...

    How to connect or disconnect a Paper Trading account

    From this very article, click on Paper Trading — and you&#39;re almost set.Or you can:Open SuperchartsFind the Trading panel at the bottomSelect Paper Tra...

    More flexibility: change your Paper Trading account currency

    Read fresh TradingView updates: More flexibility: change your Paper Trading account currency. Discover more in our blog and stay connected with the latest platform news.

    Maximize your strategies with extended trading hours in Paper Trading

    Read fresh TradingView updates: Maximize your strategies with extended trading hours in Paper Trading. Discover more in our blog and stay connected with the latest platform news.

    Experience every stage of futures contracts in Paper Trading

    Read fresh TradingView updates: Experience every stage of futures contracts in Paper Trading. Discover more in our blog and stay connected with the latest platform news.

    The Leap show-down: compete to win in our paper trading competition

    Read fresh TradingView updates: The Leap show-down: compete to win in our paper trading competition. Discover more in our blog and stay connected with the latest platform news.

    Rohit Singh — Mr. Chartist

    Written By

    Rohit Singh

    Mr. Chartist

    With 14+ years of experience in Indian financial markets, Rohit Singh (Mr. Chartist) is a SEBI Registered Research Analyst, Amazon #1 bestselling author, and the founder of Investology — a premium trading ecosystem trusted by a 1.5 Lakh+ strong community across India.

    INH000015297Full Bio

    TradingView is a registered trademark of TradingView, Inc. All screenshots, logos, and platform imagery are the property of TradingView, Inc. and are used here for educational purposes only under fair use. This content is not affiliated with, endorsed, or sponsored by TradingView.

    (c) 2026 TradingView, Inc. All rights reserved. - www.tradingview.com