How I Actually Use TradingView
My TradingView setup has two jobs. First: charting USDJPY for my systematic momentum strategy running live on Interactive Brokers. Second: monitoring crypto across BTC, ETH, and the altcoins I trade on Hyperliquid.
These are different use cases. One is slow and methodical — I'm looking at daily/weekly charts, checking 60-day momentum and MA deviation. The other is reactive — I need to see 15-minute candles fast when a position is moving.
TradingView handles both better than anything else I've tried.

The Setup That Works
For systematic forex trading, my USDJPY workspace looks like this:
- Main chart: Daily timeframe, USDJPY
- Indicators: 60-day momentum (custom Pine Script), MA20 deviation %, 4.12% carry rate overlay
- Alerts: Price level breaks, momentum threshold crosses — saved to cloud so they persist across sessions
- Second pane: Correlation with DXY to catch divergences
Pine Script: Worth the Learning Curve
My momentum signal for the IB strategy is a custom Pine Script indicator. Writing it took about 3 hours across two evenings. What it does:
1. Calculates 60-day rate of change
2. Compares current price to 20-day MA, outputs deviation % 3. Plots seasonal overlay (months where USDJPY historically trends) 4. Color-codes bars based on signal confluenceIs Pine Script perfect? No. The documentation is inconsistent. But it's the only language that lets you backtest, visualize, and alert — all in one place, free. I've tried quantconnect, backtrader, and custom Python. For visualization and rapid iteration, Pine Script is unmatched.
Alerts: The Feature That Actually Earns the Upgrade
This is where free users get hurt. 1 alert on the free plan. For a systematic strategy, that's useless.
I run:
- 3 alerts on active USDJPY levels (support/resistance, MA cross)
- 2 alerts on BTC/ETH for my HL positions
- 1 alert on USDJPY for fundamental surprise risk
Pricing Breakdown
| Plan | Price | Alerts | Indicators/chart | Worth it? |
|---|---|---|---|---|
| Free | $0 | 1 | 3 | Learning only |
| Essential | $14.95/mo | 20 | 5 | ✅ Serious retail |
| Plus | $29.95/mo | 100 | 10 | Multi-strategy |
| Premium | $59.95/mo | 400 | 25 | Pro/institutional |
What TradingView Doesn't Do Well
Execution: TradingView cannot route orders to your broker. I still have to log into IB Gateway or place orders separately. There are broker integrations (Alpaca, OANDA), but not IB. This isn't a dealbreaker — it's a charting tool, not an execution platform. Data history: On the free tier, historical data is limited. For backtesting beyond 5,000 bars, you need to upgrade. My 60-day momentum calculation uses about 90 days of daily data — fine even on free. Real-time for some assets: Crypto is real-time free. FX is real-time free. Stocks on certain exchanges require subscriptions. USDJPY from Forex feeds works fine on free.Verdict
TradingView is not optional if you're a serious trader. It's the one platform that gives you professional-grade charting, scripting, and alerts — at a price that doesn't require institutional backing.
For USDJPY systematic traders: Essential plan ($14.95/mo) is all you need. For crypto + forex active traders: Plus ($29.95/mo) once you're running multiple alert sets. Start free, build your workspace, write your first Pine Script indicator. Upgrade when you hit the alert wall — and you will hit it.