> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ziplime.limex.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Real Trading

> Going from backtest to a live account

A finished strategy can be launched on a real account directly from Ziplime.

Live trading runs through the broker [**Lime Trading**](https://lime.co), via [**Lime Trader (REST API)**](https://lime.co/rest-api-python-sdk/): connecting is a matter of a click and a few trading parameters, with no manual integration work.

## Where the algorithm runs

In live trading, your strategy executes on Ziplime's own servers — not on your computer. That means:

* No need to rent a VPS.
* No need to keep a browser tab open.
* No need to keep your computer powered on.

Once launched, the strategy trades on its own, around the clock.

The path from idea to live account closes in a single click: you don't need to build a broker integration or stand up your own infrastructure.

## Running locally

Because the underlying engine is open source, you can always choose to run everything locally on your own hardware. Local execution requires technical setup and is intended for advanced users — the cloud version is built for convenience and a fast start with no configuration.
