DVXDVX

DVX is the trading infrastructure your firm owns.

Standalone trading platform software for brokers and prop firms — order management, trading terminal, mobile apps and back-office, engineered in C++, deployed on your own servers, under one flat deployment license. No per-lot fees. No growth tax. No vendor lock.

DVX Terminal — live BTCUSD chart with indicators, depth of market and positions

Actual product. DVX Terminal connected to a live DVX deployment — real market data, real orders, real margin.

0.0 µs
Order place → ack, p99, measured on production hardware
0 ns
Internal fill engine decision latency, p99
<0 ms
Full margin sweep across 1,000 live accounts
0
Mandatory third-party runtime services. Your servers, your disk, your keys

Measured on production hardware with the shipped binary. Not a benchmark lab.

The DVX platform

One core. Every screen your clients touch.

A complete brokerage stack: the order management core, the desktop terminal, native iOS and Android apps, and the back-office manager — built together, deployed together.

DVX OMS

The core that never loses an order.

A C++20 order management system built like an exchange: every state change is journaled to disk before it is acknowledged, and the entire platform state can be replayed byte-for-byte after any restart or failure.

  • • Write-ahead journal — state applies only after the disk accepts it
  • • A-book / B-book routing engine with a stable, auditable rule table
  • • Real-time margin engine: margin call → stop-out, fail-closed on stale data
  • • Auto-hedge, dynamic leverage, commission engine, EOD statements
  • • Zero floating point on money paths — 64-bit fixed point throughout
Deep dive: DVX OMS →
DVX OMS — append-only ledger journal with every money movement
DVX Terminal in light theme — candlestick chart, depth of market, order ticket and positions
DVX Terminal

A terminal your traders actually want.

A native desktop terminal — not a browser tab. Interactive charts with indicators and drawings, full depth of market, one-click trading and live position management, streaming over an encrypted microsecond-class wire.

  • • Native candlestick charts: zoom, pan, crosshair, MA / EMA / Bollinger
  • • Depth-of-market ladder with live liquidity levels
  • • Market & limit orders, IOC / GTC / DAY, stop loss & take profit
  • • Live account bar: balance, equity, margin level, floating P/L
  • • Dark & light themes — white-label ready, ship it under your own brand
Deep dive: DVX Terminal →
DVX Manager

Manager and administrator. One application.

The entire back office in a single role-gated app: dealing desk, risk desk, client operations and platform administration — with governance built in, not bolted on.

  • • Live client accounts, positions, exposure and working orders
  • • Bulk operations are dry-run-first: preview every effect before it happens
  • • Maker-checker (four-eyes) on money-touching configuration
  • • Per-staff credentials, role permissions, IP allowlists
  • • Append-only ops audit: who did what, when, from where
Deep dive: DVX Manager →
DVX Manager — live client accounts grid
DVX APP

Your brokerage, in your clients' pockets.

A fully native mobile trading app for iOS and Android — not a webview. The same microsecond wire as the desktop terminal: live quotes, interactive charts, one-tap trading and full position management. White-label ready — published under your brand, your name, your icon.

DVX App — live watchlist with streaming quotes
DVX App — native candlestick chart with one-tap SELL / BUY
DVX App — order ticket with stop loss, take profit and OCO bracket
DVX App — open positions with live P/L

Actual product. DVX App connected to a live DVX deployment — real market data, real orders, real margin.

  • • Native iOS & Android — 120Hz charts, Face ID / biometric lock
  • • Live quotes, depth-aware charts, indicators and drawings
  • • One-tap trading, SL / TP, OCO brackets, drag-to-modify on chart
  • • Margin call & stop-out alerts pushed the moment they happen
  • • Same encrypted first-party wire as the desktop terminal
  • • White-label: your brand in the App Store and Google Play
See it, don't imagine it

Inside DVX Manager

Every screenshot below is the real application, connected to a live deployment. Click through the desks.

DVX Manager — Client Accounts

Every client account, balance, equity and margin level in one live grid — refreshed in under a second, straight from the core.

Self-hosted by design

Own your stack. All of it.

DVX was designed for firms that refuse to build their business on someone else's servers.

Your servers.

One main server with a warm standby, plus access-server nodes that scale with your client count. Bare metal, your cloud, or ours to start — the topology is yours.

Your data.

Every order, fill and config change lives in an append-only journal on disk you control. Strict-CRC replay rebuilds the full platform state — no external database required.

Your keys.

The license file verifies offline. No phone-home. No usage telemetry. No remote kill switch in someone else's hands. Your platform keeps trading through the entire licensed term — whatever happens to us.

Licensing

One flat license. Not a tax on your growth.

DVX is a standalone platform licensed per deployment — one flat fee, renewed monthly or annually, hosted on your own servers. No per-lot fees, no per-account fees, no revenue share. Grow to 100 accounts or 100,000: your cost doesn't move.

Per-volume platformsDVX
PricingMonthly + per-volume / per-account feesOne flat license per deployment — monthly or annual
Scales withYour lots, accounts and volumeNothing — flat, whatever your size
HostingVendor cloud, vendor-lockedYour servers, your jurisdiction
Source of truthThe vendor's databaseYour journal, on your disk
White-label terminal & mobile appsExtra feeIncluded
Shutdown riskVendor can cut you offOffline license — no phone-home
Under the hood

Built like an exchange, not like a website.

The team behind DVX runs its own institutional market-making infrastructure on the same engineering discipline. This is the core we trust with our own money.

C++20 core, zero-float money path

All money math is 64-bit fixed point with 128-bit intermediates. No floating point ever touches a balance, a fill or a margin calculation.

Write-ahead journal

The journal append returns before state applies. Crash mid-order? Boot replay rebuilds state byte-identically — or the system refuses to start. It never guesses.

Microsecond order path

Order place → ack in 1.0µs at p99. The internal fill engine decides in 32 nanoseconds. Latency budgets are enforced by tests, not promises.

Fail-closed everywhere

Unknown margin rate, stale market data, tampered journal, expired ticket — the system rejects and alerts. Fail-open is not in the vocabulary.

First-party wire protocol

Binary WebSocket protocol with HMAC session tickets and golden-fixture cross-language codec tests. No legacy protocol emulation, no licensing landmines.

FIX 4.4 connectivity

Connect your own liquidity providers over FIX. Route A-book / B-book per rule table with stable audit rule IDs on every decision.

Automation & AI

Built for robots. Ready for AI.

Your clients don't just click — they automate. DVX ships with everything an algorithmic trader needs: a first-party API for trading robots, tick-accurate backtesting, hosted VPS to run strategies next to the core, and an MCP server that puts AI agents on the trading desk.

Trading robots, first-class

Build robots against the same first-party protocol the terminal uses — streaming quotes, order placement, position management and account state over one authenticated wire. No screen-scraping, no bolted-on bridge, no second-class API.

Tick-accurate backtesting

The same journal that makes DVX crash-proof makes it a backtesting machine: every tick and every fill is recorded, so strategies replay against real recorded market data with the platform's own fill, commission and margin logic — not a simplified model of it.

VPS hosting for strategies

Run client robots on VPS nodes provisioned next to the deployment — single-digit-millisecond round trips to the core instead of a home connection. Strategies keep running when the laptop closes. Offered per deployment, under your brand.

MCP server for AI agents

DVX exposes a Model Context Protocol server, so AI assistants and agentic tools can connect natively: query accounts and positions, pull market data and history, run analysis and — where the broker allows it — trade, under the same permissions, risk checks and audit trail as any human session.

Every automated session — robot, script or AI agent — authenticates like a client, obeys the same margin and risk rails, and lands in the same append-only audit journal. Automation never bypasses the desk.

Risk & dealing

A dealing desk that sees everything.

Exposure by symbol and by book, marked to live prices. Margin transitions stream into an alert panel the moment they happen. And when the desk acts, every bulk operation previews its full effect before a single account is touched.

  • • Real-time exposure and net position by symbol / book
  • • Margin-call → stop-out pipeline with live alert stream
  • • Dry-run-first bulk operations with per-account preview
  • • Platform kill switch with four-eyes arming
DVX Manager — risk desk exposure view
Getting live

Live in weeks, not quarters.

01

Scoping

Your symbol universe, LPs, account structure and risk rules — mapped in a working session.

02

Pilot

We host a pilot deployment. Your team trades on it, your dealers run the desk on it.

03

Migration

The deployment moves to your infrastructure. Your servers, your data, your controls.

04

Handover

License handover, team training, runbooks. You own the platform from here.

FAQ

The questions brokers actually ask.

No. DVX is licensed per deployment — one flat fee, renewed monthly or annually, the same commercial model brokers already know from legacy platforms. Whether you run 100 accounts or 100,000, your license cost does not change. There are no volume fees, no per-seat fees, and no revenue share.

Own your infrastructure.

See DVX running live — your symbols, your rules, your servers.