BRENT
NATGAS
WTIUSD
XAGUSD
XAUUSD
ADAUSD
BTCUSD
ETHUSD
SOLUSD
XRPUSD
AUDCAD
AUDCHF
BRENT
NATGAS
WTIUSD
XAGUSD
XAUUSD
ADAUSD
BTCUSD
ETHUSD
SOLUSD
XRPUSD
AUDCAD
AUDCHF
PLATFORM  ·  ENTERPRISE-GRADE INFRASTRUCTURE

Institutional execution.
Retail-friendly interface.

Co-located servers, sub-millisecond pricing, validated cross-timeframe history, and a workspace your traders can shape to fit any strategy. Built on a stack the back-office can audit and the front-office can rely on.

12 ms median order execution 99.97% annual platform uptime SOC 2-aligned operational controls
System architecture

How a click reaches the market.

Every stage of the order path is owned by us. No black box, no third-party dealing desk. The diagram below traces a single order from your terminal to the liquidity venue.

Client Web · Mobile · MT5 1 Edge TLS 1.3 · Auth · Rate-limit 2 Engine Risk · Routing · Match 3 LP Pool Tier-1 banks + non-bank LPs 4 Market Fill · Receipt · Ledger 5

Edge ingestion

Order received at the nearest PoP and signed with your session key. TLS 1.3 termination, replay-protected.

Risk & routing engine

Pre-trade margin check, exposure limits, smart routing across aggregated LPs. Decision in microseconds.

Liquidity aggregation

Tier-1 bank feeds + non-bank liquidity. Best-quote selection with explicit markup, never hidden.

Confirmation & persistence

Fill receipt signed and stored in append-only ledger. Audit trail produced for every trade.

Capabilities

The features that earn their place.

Every tool below was added because traders asked for it — and removed when nobody used it. The roadmap is built from real usage telemetry, not committee debate.

Workspace
without limits.

Up to four synchronized charts. Multiple timeframes side by side. Crosshair sync, drawing tools persisted per symbol, indicator pipelines that survive a refresh. Your environment, your way.

YOUR LAYOUT
EURUSD H1
EURUSD M5
DXY D1
US10Y W1

Sub-second tick streaming

Push from broker to your chart in milliseconds. WebSocket transport with auto-recovery, sequence numbers and gap detection — no polling, no stale quotes.

Unlimited history scroll

Scroll back and candles keep loading. Background backfill from the broker's archive, cross-timeframe validation, local cache for instant subsequent loads.

Native orders

Market, limit, stop, OCO. Drag levels on the chart to update SL/TP live.

Indicator engine

RSI, MACD, Bollinger, ATR, Stochastic and custom scripts.

Copy & signal hub

Follow public masters or publish your own track record.

Order lifecycle

What happens after you press Buy.

Five stages, fully instrumented. We publish median and 99th-percentile latency for each leg — the curtain stays open.

1
INTAKE
~2 ms

Client TLS termination, session check, replay-window verification, schema validation.

2
PRE-TRADE
~3 ms

Margin sufficiency, exposure limits, instrument trading status, market-hours rules.

3
ROUTING
~4 ms

Aggregated quotes scored on price, depth, fill probability. Best venue selected.

4
EXECUTION
~2 ms

Order submitted to venue. Fill or partial returned. Slippage logged symmetrically.

5
SETTLEMENT
~1 ms

Position written to ledger, equity/margin recomputed, receipt sent to client.

Benchmarks

Latency we measure, not promise.

Rolling 30-day averages measured at our edge servers. Targets are SLOs we commit to externally; values above are the ones we actually observe.

Pipeline stage P50 (median) P99 SLO target
Order intake → ack2.1 ms3.8 ms< 50 ms
Order ack → market venue ack6.4 ms9.1 ms< 100 ms
Order venue ack → client confirm1.8 ms3.2 ms< 50 ms
End-to-end order roundtrip11.7 ms17.2 ms< 200 ms
Tick stream propagation4.2 ms6.9 ms< 100 ms
Chart re-render after tick8 ms14 ms< 60 fps
Last refreshed 24 h ago. Source: observability.equity-solutions.io/slos
Workspace

Built to disappear.

The best UI is the one that gets out of your way. We strip chrome, surface what you need when you need it, and remember every preference per symbol.

  • Persistent layouts — every symbol remembers its timeframe, indicators, drawings, and the position of every sub-pane.
  • Drag-to-modify — change SL/TP/trail by dragging the level on the chart. Confirmation only when you ask for it.
  • Keyboard-first — every action has a hotkey. Mouse is optional for power users.
  • Multi-monitor friendly — pop charts into separate windows, span across screens.
WORKSPACE · 4 PANES
EURUSD · H1
BTCUSD · M15
NAS100 · D1
XAUUSD · M5
Risk management

Built so a bad day stays a bad day.

Tools that prevent a 5% drawdown from becoming a 50% drawdown. Configurable per account, enforced server-side.

Auto stop-out

Account-level protection: positions auto-close when margin level falls below a threshold you configure. Hard floor against catastrophic loss.

Trailing stop

Native trailing stops on every instrument. Step size in pips or percentage. Server-side — keeps working even if you disconnect.

Time-based exits

Schedule positions to close at specific times. End-of-session, before high-impact news, or any cron-style expression.

Exposure dashboard

Live view of total exposure per asset class, per direction, per currency. Spot concentration risk before the market does.

Risk simulation

Drop any "what if" scenario on your current portfolio. Stress test a -3% USD move, an oil spike, a rate hike.

Audit-grade ledger

Every order, every modification, every fill — written append-only with cryptographic hash chain. Forensically reconstructable.

Access surfaces

Four ways in.
Same account, same data, same execution.

Web

Browser-native, no install. Chromium, Firefox, Safari, Edge. PWA installable for app-like experience.

  • · Real-time WebSocket feeds
  • · Offline order queuing
  • · 60 fps chart rendering

Mobile (iOS & Android)

Native apps, not wrappers. Touch-optimised gestures, biometric login, push for SL/TP and margin alerts.

  • · Background tick updates
  • · Apple Watch glance
  • · Widgets for portfolio view

REST + WebSocket API

OAuth 2.0 + HMAC signing, OpenAPI 3 spec, official Python / TS / Go SDKs, sandbox environment.

  • · Order, position, account streams
  • · Historical OHLC pagination
  • · Rate limit: 600 req/min

MetaTrader 5

Native MT5 bridge for traders who run EAs and custom indicators. Full position parity with our web platform.

  • · MQL5 EA support
  • · Custom indicator deployment
  • · One-click hedging
For developers

API-first by design.

The web UI is one client of our API — not the other way around. Build your own dashboards, deploy systematic strategies, integrate execution into your existing risk system.

  • OpenAPI 3 spec with generated SDKs for Python, TypeScript, Go and Rust.
  • WebSocket streams for ticks, order events, position updates, account state.
  • Sandbox with reset-on-demand, identical surface to production.
  • Audit endpoints for compliance integration — every action exportable.
place_order.py
from equity_solutions import Client

# Sandbox or live — same surface
client = Client(api_key="sk_live_...", env="live")

# Stream real-time ticks
async for tick in client.ticks.subscribe(["EURUSD", "BTCUSD"]):
    if tick.symbol == "EURUSD" and tick.bid > 1.0850:
        order = await client.orders.create(
            symbol="EURUSD",
            side="buy",
            size=0.10,
            stop_loss=tick.bid - 0.0020,
            take_profit=tick.bid + 0.0040,
        )
        print(f"Filled at {order.fill_price} in {order.latency_ms}ms")
        break
Security & compliance

The boring stuff,
done right.

Independent audits, formal frameworks, public posture. We don't ask you to trust us — we give you what you need to verify us.

Segregated funds
Client money held separately at tier-1 banks. Not commingled with operating capital.
TLS 1.3 + AES-256
Encrypted in transit and at rest. Forward secrecy on every connection.
SOC 2-aligned
Operational controls designed against the SOC 2 Type II framework. Annual external audit.
ISO 27001-style ISMS
Information security management aligned to ISO 27001. Documented control set.
24/7 SOC
Security operations center monitoring authentication, anomalies and access patterns.
Bug bounty
Public responsible disclosure program. Rewards for verified vulnerability reports.
Read the security overview →
Two ways to start

See the platform in action.

Open a demo account in 60 seconds — full surface, virtual capital — or schedule a live walkthrough with one of our engineers if you're evaluating for a team or fund.

Try the demo Schedule walkthrough
Open account