Documentation/AlgoCode/Deploy a live script

Deploy a live script

Paste Dovee or Pine in Chart Script, connect an exchange, and deploy so the strategy runs on Laabh servers 24/7.

  1. Open the dashboard chart and the Script panel.
  2. Paste a Dovee script, a Pine strategy() script (or start from Templates). Dovee uses buy / sell / exit. Pine uses strategy.entry / exit / close for signals.
  3. Optionally Add to Chart to preview on the pane.
  4. Connect an active exchange in the broker panel, then deploy via the chart script deploy flow (create-symbol / deploy sheet). Set size, leverage, and optional UI stop/target.
  5. After deploy, the strategy status is RUNNING. You can close the browser — evaluation continues on our workers.

Live Pine strategies are evaluated by the algocode-processor service on each closed bar for that symbol and timeframe.

See also: Dovee · Risk & exits