Pine Script Execution

Coming soon
This feature isn't live yet.Here's how it will work. Follow theUpdatespage, orjoin the Telegramfor the latest.

Pine Script execution lets you take a strategy written in TradingView's Pine Script and have Liquid Edge execute its signals automatically on your connected exchange — bridging the gap between backtesting on TradingView and trading live, non-custodially.

Pine Script execution is available on higher plans — see Plans & Pricing.

Why it's useful#

TradingView is where many traders design and backtest strategies in Pine Script, but TradingView itself doesn't place trades on your exchange. Pine Script execution closes that loop: your script's buy/sell logic becomes real orders on your account, sized and risk-limited the way you configure.

How it works#

  1. You bring a Pine Script strategy — one that generates entry and exit signals.
  2. You connect it to Liquid Edge so its signals drive execution (typically via alerts/webhooks — see Webhook Setup).
  3. When the script fires a signal, Liquid Edge executes on your connected exchange, within the sizing and risk limits you set.

What stays in your control#

  • Sizing and risk are set on Liquid Edge, not baked into the script alone — so a signal can't exceed your limits.
  • Custody never changes: execution happens on your own exchange through a trade-only connection.
  • Kill controls apply — pause, stop, or kill at any time. See Risk Controls.

Good practice#

  • Backtest and paper-trade the script's behaviour before running it live — see Testing a Strategy and Deploying Live vs Paper.
  • Keep the script's logic and your Liquid Edge risk settings consistent, so live behaviour matches what you tested.
Ready to put this into practice?Get started