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.
- Open the dashboard chart and the Script panel.
- Paste a Dovee script, a Pine
strategy()script (or start from Templates). Dovee usesbuy/sell/exit. Pine usesstrategy.entry/exit/closefor signals. - Optionally Add to Chart to preview on the pane.
- 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.
- 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