MetaTrader 5, usually called MT5, is a platform for viewing market data, analyzing charts and sending orders through a connected broker account. The platform supplies tools, but the broker controls available symbols, contract terms and execution.
What does the term mean?
MetaTrader 5 is the successor to MetaTrader 4, but not a simple upgrade: it uses a different programming language (MQL5 instead of MQL4), supports more order types and timeframes, and can run in netting or hedging mode depending on the account. Hedging accounts allow opposite positions in the same symbol at once, while netting accounts merge them into a single net position — a distinction that changes how stops and the position list behave.
The workspace is built around Market Watch, charts and the terminal panel. Market Watch lists the symbols the broker has enabled, with live bid and ask prices; charts display up to 21 timeframes from one minute to one month; the terminal panel tracks open positions, pending orders, balance, margin and history. Learning where each number lives is the first practical step, because every later decision reads from these panels.
How does it work in practice?
For a concrete non-performance example, suppose a quote moves from 2,350 to 2,355 dollars per ounce. That is a five-dollar market move, but it is not automatically a five-dollar account result. Contract size, direction, spread, commission and slippage decide the actual change. The example explains mechanics only and is neither a prediction nor evidence of expected returns.
MT5 supports market, limit, stop and stop-limit orders, plus one-click trading directly from the chart. Pending orders rest on the broker's server, while some conveniences — client-side alerts, certain trailing implementations — depend on the terminal staying open and connected. The platform also ships a strategy tester for Expert Advisors, useful for studying mechanics but never a device that turns historical results into future ones.
Practice should use historical review or a paper account before live capital. Test different sessions and adverse conditions, not only examples that look convenient. Keep risk per decision small enough that one error does not force an emotional response. If the rules cannot be explained in plain language, they are probably not ready for automation.
Which risks deserve attention?
The platform is only a window; the broker behind it defines the real conditions. Two MT5 accounts can show the same chart while offering different spreads, commissions, contract sizes, execution models and slippage. Comparing brokers on their contract specifications and execution terms matters more than any platform setting.
Leverage deserves separate attention. MT5 displays margin and free margin in real time, but it will not stop a trader from opening positions that are too large for the account. When free margin runs out, the broker's stop-out mechanism closes positions automatically, usually at the worst possible moment. Understanding margin call and stop-out levels before trading is basic hygiene.
Automation adds its own failure modes. Expert Advisors and client-side features run only while the terminal is open and connected; a sleeping laptop or a dropped connection silently stops them. Anyone relying on automation must plan for uptime, or use server-side tooling, and should never automate rules they cannot explain in plain language.
How does it work in SuperSam?
SuperSam does not replace MT5; it connects to it. A small agent runs on the Windows machine next to the MT5 terminal and links the account to SuperSam's server over a secured connection. Management logic such as gold trailing lives on the server: it is off by default, configured by the user, and keeps working even if the agent machine temporarily drops offline.
The platform side is deliberately cautious. Paper mode simulates the full trade flow without real money, and live order sending is disabled by default, so no real trade is opened until the user explicitly turns it on. The dashboard adds a live zone map with Order Blocks, Fair Value Gaps and support/resistance around the gold price, while crypto is kept in its own isolated module, fully separate from the XAU system.
Related reading: Trailing Stop vs Stop Loss and How to Set Up Gold on MT5.
MT5 is best understood as infrastructure: charts, orders and account data in one place. What it cannot supply is a risk plan, realistic expectations or broker-quality execution. Learn the platform on a demo account, read the contract specification of every symbol you trade, and let written rules rather than the interface drive decisions.
Risk warning
> Leveraged trading involves high risk; you may lose all of your capital. This content is not investment advice.