From cloning the repo to a live agent — every screen you'll see, explained in plain language. Safe, reliable, always at hand.
The agent lives on your own machine or VPS — Quantilan never touches your API keys or funds.
git clone https://github.com/Quantilan/trading-agent.git
Run make start (or docker compose up) and open 127.0.0.1:8000 in your browser.
The GUI has six collapsible sections — fill them top to bottom. The Readiness panel at the bottom shows which checks have passed.
Paper mode simulates trades using real market data — no API keys needed, zero risk. Perfect to verify everything works first.
When you're ready to trade with real funds, switch to Trade (Real Orders).
Four exchanges supported out of the box:
Paste your exchange API Key and Secret. Keys are stored locally in your .env file — never sent to Quantilan servers.
Click Test Public API — the agent checks connectivity and lists all 33 supported coins.
A green Connection successful toast confirms you're good to go. Any error here means a network or key permission issue — not a trading risk.
For live mode: click Run Test to execute a full mini-cycle — open a small position, adjust the stop-loss, then close it. The live log shows each step in real time.
Five sliders control your risk profile. No manual position sizing — the agent calculates everything automatically from these settings:
The agent talks to you through a private Telegram bot you create yourself — no third-party access.
Two modes for receiving trade signals:
On every trade event — open, close, or stop adjustment — the agent sends a candlestick chart to your Telegram showing the position: entry price, stop-loss, and take-profit levels.
The Readiness panel shows green checkmarks for each validated component. When all required checks pass:
Type commands, forward signals, get charts — all from your phone. See how it works in practice.
Read the Telegram Guide