Ticpoz — algorithmic trading software, automated.
Build a trading strategy in plain English. Backtest on real broker data. Run it 24/7 on your own cTrader, MetaTrader 5, or prop-firm account.SaaS software — we sell access to the tool, not trades or advice. You keep your broker, your funds, your rules.
Algorithmic trading software for independent traders, funded accounts, and quant teams.
Ticpoz is a SaaS platform that turns a trading idea written in plain English into a typed, versioned strategy — backtested on real broker history and deployed to your own cTrader, MetaTrader 5, or prop-firm account. Each user runs on a dedicated IP, so prop firms see one trader, one machine. No VPS to maintain, no MT5 desktop to keep alive, no broker terminal to babysit. Just rules in, fills out.
Write your edge once.
Let it run forever.
Compose a rule-based strategy in plain English, validate it on real broker history, and ship it to a 24/7 runner that watches the market while you don't. One stack — from idea to live execution — on infrastructure you control.
Describe a rule-based setup in plain English or paste a Pine / MT5 spec. Quant-AI turns it into a versioned StrategySpec — one artefact used for backtest, replay, and live.
Replay against real broker tick data over multi-year windows. Every entry, fill, spread cost and drawdown is logged before a cent of risk hits the live account.
24/7 server-side runtime against your own broker API. Per-trade risk caps, daily-DD halts, news blackouts, trailing stops and kill-switches enforced before every order leaves.
Your strategy works. Your execution doesn’t.
From first-time retail traders to multi-account prop teams — the strategy is rarely the bottleneck. Emotions, missed setups, and timing errors are. Ticpoz removes the human latency between idea and order.
Emotion, fear, greed, revenge
You know the setup. Then a red candle hits and you freeze, or you double up to "make it back". The plan is fine — the human running it isn't.
Late entries, missed setups
The signal printed at 3am. You saw it at noon. By then the move is over. By the time you act, the edge is gone — every single time.
Sizing & risk math errors
Calculating lots from pip-value and stop distance in your head at the open is how accounts die. One zero in the wrong place wipes a month.
Inconsistency under pressure
Tuesday you take the trade. Wednesday you skip it because "the news feels off". An edge needs to be taken every time — or it isn't an edge.
An emotionless 24/7 assistant that trades the way you intended — every time.
Ticpoz reads your rules, watches the market while you sleep, sizes positions to the pip, and never overtrades, never revenge-trades, never freezes. Your edge — taken every single time it shows up.
Describe your strategy
Chat with Quant-AI in plain English — or paste a Pine / MQL idea. Out comes a typed StrategySpec you can review, edit, and version.
Backtest on real broker data
Run it across years of tick-accurate candles from your actual broker. Spreads, commissions, weekends, gaps — included, not simulated away.
Deploy 24/7 to your account
One click sends it to cTrader, MetaTrader 5, or your funded account on a dedicated IP. Risk caps, daily-DD halts, and news blackouts enforced server-side.
Every account runs on its own IP — no shared-VPS flags, prop firms see one trader, one machine. Standard with the Trader plan and above.
Four kinds of trader. One platform.
Whichever bucket you fall into, the workflow is the same — write the rules, validate them, ship them to a 24/7 runner. The defaults that ship per persona are different.
You know your edge. You can’t sit at the screen forever.
Turn a recurring setup you already trade by hand into a rule-set that fires while you sleep, work, or live a normal life.
- Describe the setup in plain English
- Backtest it across years of your symbol's history
- Deploy 24/7 — keep manual trades alongside
Pass the challenge. Hold the funded account. Stay inside the rules.
Risk caps, daily-DD halts, weekend flat-outs, news blackouts — enforced server-side before every order leaves. No "oops, breached at 3am".
- FTMO, FundingPips, FundedNext, The Funded Trader presets
- Auto daily/max drawdown limits — non-negotiable
- Per-user dedicated IP (no shared-IP flags)
You can code. You don’t want to maintain another VPS.
Bring your strategy as a versioned StrategySpec or a Pine / MQL paste. Get a hosted runner, an audit log, REST + webhooks, and a backtester that uses real broker history.
- StrategySpec v2 — typed, versioned, diff-able
- REST / webhook API for external orchestration
- No VPS, no MT5 desktop, no broker terminal
You run several accounts. Manual sync is killing you.
Route the same strategy to multiple broker accounts in parallel, with per-account risk overrides. One spec, many runners, per-account audit trails.
- Multi-account routing from one strategy
- Per-account risk-% override
- Account-level activity feed + P&L breakdown
One workspace. Every job in the loop.
From the first paragraph of intent to the live order leaving the broker — every step lives in the same artefact and the same UI. No glue scripts. No broker tabs.
Plain English → StrategySpec
Quant-AI takes a paragraph of intent and emits a typed, versioned spec. Indicators, patterns, session windows, risk caps, news filters — all declarative, all validated, all editable in-place.
Risk caps that actually bind
Daily DD halt, max DD halt, consecutive-loss skip-day, margin-cap hard-block. Enforced server-side before every order leaves — not as advisory text in the docs.
O(N) prepared engine. 92,000 bars replayed in under 200 ms with real broker spread and slippage.
cTrader Open API, MetaTrader 5, and every major prop-firm bridge. One spec, every venue.
ForexFactory feed wired into the engine — your strategy sleeps through NFP unless you opt in.
cTrader-style replay with TP/SL ribbons and a live KPI tape so you see what the engine saw.
Forex, crypto, indices, stocks, metals, energy, ETFs — one workspace, every market.
Order book, DOM, hotkeys, bracket modes. 23 ms median fill on cTrader, audited.
From an idea to a live order, in three screens.
Switch tabs. Watch the strategy travel from prompt → equity curve → broker fill, without leaving the page.
Speak in setups. Get a strategy.
The AI parses your intent, looks up live news, picks the right session, and emits a fully-validated strategy spec — ready to backtest, refine, or deploy with one click.
- Loaded NAS100 1m / 5m / 15m candles
- Pulled high-impact news calendar
- Identified 13:30–15:30 UTC liquidity window
Indicators, patterns, sessions, news filters, risk caps — every rule declarative, no code.
The backtester and the live executor consume the same spec — what you backtest is what you trade.
Daily DD stops, consecutive-loss limits, news kill-switches and per-trade margin caps baked in.
Slippage modelled, spread respected, weekend gaps preserved. We do not flatter your equity curve.
Plug into the brokers and data feeds you already use.
No new account, no migration. We sit on top of cTrader, MT5 and prop-firm bridges — your funds stay where they are.
Native socket bridge. Tick-level fills.
Bridge running on broker terminal.
Direct ECN. Raw spread.
cTrader & MT5. Tight FX spreads.
cTrader & MT5. Wide instrument set.
FTMO, FundedNext, The5%ers, MyFF, FundingPips, E8, BluFX & more.
cTrader. Indices + metals focus.
Live news + impact + currency tags.
The boring engineering you only notice when it’s missing.
Trading bots fail in two ways: bad signal logic, or quietly broken plumbing. The first is on you and your strategy. The second is on us — and we take it personally.
Per-user dedicated IPs
Your outbound requests to the broker leave from an IP that's yours alone. No shared-IP flags from prop firms.
Credentials encrypted at rest
scrypt-stretched master key → AES-256-GCM per-record. Your broker API token is unreadable without your active session.
Pre-trade risk envelope
Daily DD halt, max DD halt, max trades/day, consecutive-loss kill-switch, margin-cap hard-block — checked before every order leaves.
Full audit log
Every signal, every order, every modify, every close — timestamped, immutable, exportable. Forensics for the bot you can’t see.
JWT auth · short-lived tokens
Sign-in issues a token capped at 1h. The deploy worker mints 5-minute tokens for itself — leaked logs never carry a long-lived secret.
Software, not custody
Funds remain at your regulated broker. We never hold, route, or have discretionary authority over user capital — only execution rights via your own API keys.
The shortest path between idea and live.
Three things you might already be using, and where each one runs out of road.
Answers to the questions traders actually ask.
Backed by the people who use it.
We launched in private beta with a small, hand-picked group of prop traders and quant developers. These are early users — the kind of users who tell us when we are wrong.
Stop renting EAs.
Build your own.
We're onboarding traders weekly. No card. No commitment. Just a working AI that drafts your strategies and a terminal that runs them.