chartgrade
Connect your charts

Our analysis, on your chart.

Every Chartgrade setup has an entry, a stop and a target. Get those exact lines onto your own TradingView or MetaTrader chart. The fast way needs nothing installed— you just paste a snippet. There's also an optional tool that keeps the lines updated for you.

We draw, we never trade. Everything below only draws lines on your chart. Chartgrade does not place, change, or close any order — you do that yourself, in your own platform.
Start here · fastest

Paste it — nothing to install

On any setup in Watch, tap Push to my chart and copy the snippet. On TradingView this is truly one paste — no download at all.

Easiest · no download

TradingView

  • 1Open your chart on tradingview.com. At the bottom, click Pine Editor.
  • 2Paste the snippet and click Add to chart.
  • 3Entry / Stop / Target appear. Nothing is installed, nothing is ordered.
Example — yours comes from a live setup
//@version=5
indicator("Chartgrade · EUR/USD", overlay=true)
entry  = 1.16144
stop   = 1.17022
target = 1.14388
hline(entry,  "Entry",  color=color.gray)
hline(stop,   "Stop",   color=color.red)
hline(target, "Target", color=color.green)
This is what a snippet looks like. Grab the real, current one from any setup's “Push to my chart”.
MetaTrader · per signal

MetaTrader (quick script)

In the Push to my chart window, download the .mq5 / .mq4 script.

  • 1MetaTrader → File → Open Data FolderMQL5Scripts (on MT4: MQL4 → Scripts). Drop the file in.
  • 2Open MetaEditor (press F4) and hit F7 to compile — takes a second.
  • 3Back in MetaTrader, open the Navigator (Ctrl+N) → Scripts, and drag it onto your chart.
A quick script draws the lines once. To have them refresh automatically, use the optional Chart Sync tool below.
Open Watch & push a live setup
Optional · install once · MetaTrader

Auto-draw on every chart — Chart Sync

For people who'd rather not paste each time. Install the Chart Synctool once and it reads Chartgrade's current levels for whatever FX symbol you're viewing and draws them — refreshing on its own as the call changes. It is drawing-only: no OrderSend, no trading, anywhere in it.

A few one-time steps in MetaTrader. Skip all of this if the paste method above is enough for you.

  1. 1In MetaTrader: File → Open Data Folder → open MQL5Experts (the Chart Sync tool is an Expert Advisor, so it goes in Experts — a different folder from the quick script above). Drop the file in.
  2. 2Open MetaEditor (F4), select ChartgradeSync, press F7 to compile. A yellow warning is fine — you only care about red errors.
  3. 3Allow Chartgrade through MetaTrader's firewall: Tools → Options → Expert Advisors → tick “Allow WebRequest for listed URL” → click the empty field → paste the address → OK:
    https://chartgrade.app
    Paste it exactly — include https:// and no trailing slash. This is the #1 step people miss: if no lines show up later, it's almost always this.
  4. 4Open the Navigator (Ctrl+N) → Expert Advisors → drag ChartgradeSync onto any FX chart.
  5. 5In the window that opens, tick “Allow Algo Trading”, then click OK. Make sure the Algo Trading button in the top toolbar is on (green). A small smiley-face icon in the chart's top-right corner means it's running.
Make it automatic on every chart (MT5): with Chart Sync on a chart, right-click → Template → Save Template → default.tpl. Now every chart you open auto-loads it and draws the levels — no dragging ever again.

Want the “Push to MT5” button too?

Optional · MT5 only

Only needed if you want to click Push to MT5on a setup and have that pair's chart pop open with the lines. The steps above already draw levels without it. Copy your token below, then in MetaTrader: when you drag Chart Sync onto a chart, the settings window has an Inputs tab → paste it into SyncToken.(MT4 can't open charts on its own, so Push is MT5-only — on MT4 use the paste method.)

Loading your Sync token…

Good to know