Deploy a Live Strategy
Learn how to deploy a strategy for automated trading with real funds, from prerequisite preparation through trading-engine configuration.
I. Overview
A live deployment connects a strategy to a real exchange and executes automated trades with real funds. Before deployment, you must prepare an exchange API and deploy a server, then complete the live configuration in the trading-engine node.
II. Prerequisites
Before deploying a live strategy, complete both preparations below. Each is a prerequisite for live trading.
2.1 Prepare an Exchange API
Create an API key on the exchange and connect it to BeeQuantAn exchange API connects BeeQuant to your exchange account. In live mode, the trading engine uses the API to place and cancel orders, query positions, and perform other operations.
| Exchange | Required credentials | Recommended permissions |
|---|---|---|
| Binance | API Key + Secret Key | Spot trading and/or derivatives trading, as needed |
| OKX | API Key + Secret Key + Passphrase | Trade |
2.2 Deploy a Server
Rent a cloud server on BeeQuant to keep the strategy running 24/7Cryptocurrency markets operate around the clock, so a live strategy must run continuously on a stable server. BeeQuant's one-click cloud server rental service quickly deploys the runtime environment.
III. Live Trading-Engine Configuration
After completing the prerequisites, open the trading-engine node in the workflow editor, switch the runtime mode to Live, then configure the exchange, market type, and trading account.
| Parameter | Description |
|---|---|
| Runtime mode | Select Live to connect to an exchange and trade with real funds |
| Exchange | binance / okx; multiple exchanges can be added and run concurrently |
| Market type | spot / um (USDT-margined derivatives) / cm (coin-margined derivatives). It does not need to match the data-source market type, but the trading account must support the trading pairs used by the strategy; market-neutral strategies support derivatives markets only |
| Trading account | Select a connected exchange API account—the account connected during prerequisite preparation |
3.1 Select an Exchange
In the trading-engine configuration panel, switch the runtime mode to Live and select the exchange to use.
3.2 Select a Market Type
After selecting an exchange, specify the market in which orders will execute. This market type does not need to match the data-source node configuration; the trading account only needs to support the trading pairs used by the strategy.
Risk: LowRisk: Medium–HighRisk: High3.3 Select a Trading Account
After selecting the exchange and market type, choose the account that will execute trades. The list contains the exchange API accounts connected during prerequisite preparation.
IV. Interactive Configuration
The panel below is the actual trading-engine configuration panel. Use it to explore every live-mode setting. Switch the runtime mode to Live, then configure the exchange, market, and account.
No linked exchange accounts found
Add an exchange accountUp to 1 exchanges at your current membership level.
Market orders execute immediately; limit orders are placed at the current price plus or minus slippage.
An integer from 1 to 500 that caps leverage used by this node.
This affects only assets selected by the data source. Exchange leverage changes only when its current value is lower; exchange limits take precedence.
The strategy enforces hedge mode.
V. Run on Multiple Exchanges
BeeQuant supports running one strategy on multiple exchanges concurrently. Add multiple exchange configurations in the trading-engine node to diversify risk and capture opportunities across exchanges.
VI. Launch Live Trading
After completing every configuration, you can launch the live strategy.