Documentation

Complete guide to using TradeViz for converting your trading history to TradingView Pine Script.

Video Tutorial

Watch our step-by-step video tutorial to learn how to convert your Robinhood trades to TradingView Pine Script:

Loading video...

Step 1: Export Your Robinhood Trading History

Learn how to download your trading history as a CSV file from your Robinhood account.

Loading video...

Step 2: Upload and Convert with TradeVizPro

Upload your CSV file to TradeVizPro and generate your Pine Script code.

Loading video...

Step 3: Import to TradingView

Copy the generated Pine Script and add it to your TradingView chart.

Getting Started

TradeViz makes it easy to visualize your Robinhood trades on TradingView. Follow these simple steps:

  1. Export your trading history from Robinhood as a CSV file
  2. Upload the CSV file using our converter tool
  3. Copy the generated Pine Script code
  4. Paste it into TradingView's Pine Editor
  5. Apply the script to your chart

CSV Format Requirements

Your CSV file should contain the following columns:

  • Symbol - Stock ticker symbol
  • Date - Trade execution date
  • Side - "Buy" or "Sell"
  • Quantity - Number of shares
  • Price - Execution price

Pine Script Usage

Once you have your Pine Script code:

  1. Open TradingView and navigate to the Pine Editor
  2. Create a new script and paste your generated code
  3. Save and add the script to your chart
  4. Your buy/sell markers will appear automatically