Skip to content

What is CTAgent?

CTAgent is an AI crypto trading agent for Binance, running entirely from Telegram.

You chat with it in plain English. Behind the scenes, a dedicated AI agent pulls live market and account data, helps you design trading strategies, honestly backtests them on historical data, and runs them for you — starting with risk-free paper trading and, when you’re ready, guarded live trading on your own Binance account.

There’s nothing to install and no code to write. If you can describe a trading idea in a sentence, you can build it.


How CTAgent works

Designing and running an algorithmic strategy by hand is slow and error-prone. CTAgent turns the whole loop into a conversation:

  1. Describe — tell the agent what you want in plain English: “Buy ETH when the 50 EMA crosses above the 200 EMA, take profit at 5%, stop loss at 2%.”

  2. Build — the agent assembles your idea into a strategy from three reusable modules: a Signal Generator (when to act), a Position Manager (how to size and exit), and a Risk Manager (when to stop).

  3. Backtest — simulate the strategy over historical candles, with fees and slippage and no lookahead, and get clear metrics plus a 1–10 rating.

  4. Paper-trade — deploy it against live prices with simulated money. No Binance connection required, no funds at risk.

  5. Go live (opt-in) — once you trust it, enable guarded live execution. Every order passes through deterministic safety guardrails that the AI cannot bypass.


Strategies are built from three modules

Every strategy is a combination of three named, reusable parts. Build them once, mix and match them across strategies.

ModuleWhat it decidesExamples
Signal GeneratorWhen to buy or sellRSI < 30, EMA crossover, volume spike, candlestick pattern
Position ManagerHow to enter and exitSize, market/limit entry, take-profit, stop-loss, trailing stop
Risk ManagerWhen to stop the strategyMax realized loss, max trades per candle

See Strategy Overview for how they fit together.


You stay in control

StageWhat you doWhat the agent does
SetupOpen the bot, optionally connect BinanceSecures your key in an encrypted vault
DesignDescribe a strategy in chatBuilds and validates the three modules
TestAsk for a backtestSimulates honestly and rates the result
RunPaper-trade, then opt in to liveExecutes per candle within your guardrails
ReviewCheck /strategies or the dashboardReports PnL, trades, and sends alerts

Quick start

  1. Open CTAgent on Telegram and send /start.

  2. (Optional) Run /connect to add a trade-only Binance API key — or skip it and paper-trade right away.

  3. Ask the agent to build a strategy, backtest it, and paper-trade it.

Full walkthrough: Quick Start.


Further reading