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:
- Export your trading history from Robinhood as a CSV file
 - Upload the CSV file using our converter tool
 - Copy the generated Pine Script code
 - Paste it into TradingView's Pine Editor
 - Apply the script to your chart
 
CSV Format Requirements
Your CSV file should contain the following columns:
Symbol- Stock ticker symbolDate- Trade execution dateSide- "Buy" or "Sell"Quantity- Number of sharesPrice- Execution price
Pine Script Usage
Once you have your Pine Script code:
- Open TradingView and navigate to the Pine Editor
 - Create a new script and paste your generated code
 - Save and add the script to your chart
 - Your buy/sell markers will appear automatically