Direct Answer: What the FXTM Web Platform Actually Is
The FXTM Web Platform is a browser-based trading terminal—no download required—that connects you directly to FXTM’s trade servers. Behind the scenes, it executes orders through the broker’s liquidity aggregation engine, routing your trades to either a market maker (Dealing Desk) or a straight-through processing (STP) model depending on your account type. For Kenya, FXTM operates under a Non-Dealing Online Foreign Exchange Broker license (STP/agency) from the Capital Markets Authority (CMA), governed by the Capital Markets (Online Foreign Exchange Trading) Regulations, 2017. That means your orders are passed directly to interbank liquidity providers, not internalized by the broker—a structural difference from a market maker model where the broker takes the opposite side of your trade.
How the Order Execution Pipeline Works
From Click to Market: The Path of a Trade
When you place a market order on the Web Platform, your browser sends an encrypted REST API call to FXTM’s trade servers. The server validates your margin, checks position limits, then forwards the request to FXTM’s liquidity bridge. For a Non-Dealing Broker (like FXTM under CMA), the bridge sends your order to multiple liquidity providers—typically Tier-1 banks—and executes at the best available bid/ask price from the pool. The result is returned to your terminal, often within 100-300 milliseconds. This is why your trade confirmation shows a specific price and timestamp, not just a "filled" status.
Margin Calculation and Real-time Risk Checks
The Web Platform continuously recalculates your used margin and free margin based on the current market price and leverage. For forex pairs, margin = (lot size × contract size × current price) / leverage. The platform polls the server every tick to ensure your equity remains above the margin call threshold (typically 50% for forex). If it drops below, the system auto-liquidates positions starting with the least profitable. This is not a manual process—it’s a deterministic algorithm running server-side.


