The software

One workspace for the
entire strategy loop.

Compose, backtest, deploy, monitor, replay. Ticpoz is software you log into in a browser — it runs your rules against your own broker account using your own API keys. We don't hold funds, execute trades on our books, or give advice.

Strategies generated
12,400+
across the private beta
Symbols tracked
128
forex · crypto · indices · stocks · metals
Median fill latency
23 ms
cTrader Open API · LDN + NY
Backtest 92k bars
<200 ms
O(N) prepared engine
Six modules · one product

Every layer of an institutional desk, for one trader.

Research, execution, risk and ops are usually four teams. We collapse them into one workspace — built by traders, powered by AI, audited by you.

Architecture

Same engine. Every layer.

A single StrategySpec is consumed by the composer, the backtester, the replay engine, and the live executor. There is no “backtest version” vs. “live version” — they cannot diverge.

Step 1
Compose
Quant-AI emits spec
Step 2
Backtest
Prepared engine runs
Step 3
Replay
TP/SL ribbons + KPIs
Step 4
Live
Broker bridge fires
/* shared by every layer */
{
  "version": 2,
  "name": "NAS100 EA v9 PA",
  "symbol": "NAS100",
  "entryTimeframe": "1m",
  "entryFill": "fvg_edge",
  "minFvgPips": 4,
  "exit":     { "stopLoss": { "kind": "pips", "pips": 20 },
                "takeProfit": { "kind": "rr", "ratio": 1.2 } },
  "risk":     { "perTradePct": 1, "leverage": 50, "dailyDDStopPct": 5 },
  "sessions": [{ "name": "NY-AM", "startUTC": "13:30", "endUTC": "15:30" }],
  "news":     { "impact": ["high"], "avoidMinBefore": 15 }
}
No more glue

What you stop doing the day you switch.

Stop juggling broker tabs

cTrader, MT5, prop dashboard, broker chat — collapsed into one terminal.

Stop hand-coding EAs

Quant-AI emits the spec; engine runs it directly. No Pine, no MQL, no Python wrappers.

Stop trusting marketing backtests

Spreads, slippage, weekend gaps, news lockouts modelled engine-side. What you see is what you trade.

Stop manually skipping news

ForexFactory feed wired into the spec. Sleep through NFP unless you opt in.

Stop versioning specs by hand

Strategies are versioned automatically; clone, edit, A/B without losing history.

Stop reconciling spreadsheets

P&L attribution by strategy, by symbol, by session — all live in the HUD.

Wired up. Audited. Ready to trade.

Private beta is rolling weekly. No card, no commitment.

Join the waitlist