Back to Blog Beginners · Local · Paper

Try the agent in 3 steps

Windows, Mac, or Linux. On your own computer — no VPS required for this demo. Paper mode: no exchange API keys. Browser + Telegram.

In 5–10 minutes you will:

Paper mode = no real money, safe testing.

May 1, 2026 5 min read

1 Download & install

Get the agent from the Quantilan trading-agent repository on GitLab and run the setup GUI (see the full deploy guide for every install option).

Download and install Quantilan — step 1 Install continued — step 1 detail

2 Core settings

Work through each block in the Setup GUI. Each screenshot below shows a passed test (green checks) — yours should look the same before you continue. Hints and links sit under every field.

a Exchange

Pick your exchange, turn on Paper (simulated) mode, then press Test Public API and wait until the green checks show (exchange, balance, Paper).

Exchange and Paper mode — public API test passed

b Telegram

Fill in bot token (from @BotFather) and chat ID (e.g. from @userinfobot). Open your bot in Telegram and tap Start, then press Test Bot until it passes.

Telegram bot — connection test passed

c AI model

Optional — paste your API key (e.g. free Groq from the link under the field), then press Test AI Model until it passes.

AI model — Groq test passed

Start Agent

Once Readiness is all green, Save .env if the UI asks, then Start AgentGO. Glance at the log for a clean startup; later you can Stop / Resume or Close Agent.

Readiness all green — Save env and Start Agent

3 Telegram

Open the bot you set up in step 2. Below: your first Paper trade — chart → open a long → confirm → watch the position → close → see the result. Use the same bot the agent is bound to.

Agent running. Status message: exchange, Paper mode, balance, version — confirms the agent is up and talking to this chat.

Telegram: Agent started status in Paper mode

Chart. Send btc — the bot replies with a candlestick chart and the latest price.

Telegram: btc command returns BTC 15m chart

Open long. Send btc long — check the parsed signal (entry, SL, TP, margin). Tap Execute to place the Paper order or Cancel.

Telegram: btc long parsed signal with Execute and Cancel

Position live. After execute — chart with entry, stop, take; text shows LONG open in Paper, size, prices.

Telegram: LONG BTC open with chart and SL TP lines

Portfolio view. Send /positions — table of open side, margin, unrealized PnL, source.

Telegram: /positions shows open BTC LONG in Paper

Close. Send btc close — review estimated PnL, then Execute to close at market.

Telegram: btc close confirmation with Execute

Done. After confirm — “LONG closed”, realized PnL, and a chart marking entry vs exit.

Telegram: position closed realized PnL and exit chart

Cheatsheet. Send /help anytime — slash commands, text trades, charts, AI hints.

Telegram: /help command reference

We provide the intelligence. You keep the control.It’s simple.

Quick fixes

1 · Bot “does nothing” — The most common issue: you created the bot in BotFather but never opened it in Telegram and pressed Start. A bot that hasn’t been started won’t receive messages from the agent.
2 · Exchange test — Paper mode doesn’t need API keys, but you still need a successful exchange connection test so the agent can reach the market data path it uses in demo.
3 · AI model — If you enable LLM features, use a free API key from the provider linked under the field and run the test until it passes.

Three green checks and a stable connection = a smooth first run.

Troubleshooting reference Troubleshooting reference

If you get stuck, walk through it with Claude or message us on Telegram: @quantilan_support — we’ll help step by step.

Live (Trade) mode — If you switch from Paper to real trading: (1) real funds are at risk; (2) you must add your own API keys — they stay only on your machine; (3) always run connection tests and, in Trade mode, the full order-cycle test in settings; (4) reliable 24/7 uptime matters — for Trade mode we strongly recommend a VPS, cloud, or dedicated always-on hardware with stable power and network. Running on a everyday laptop is fine for learning and Paper mode, not for unattended live trading.