MT5 Adds AI That Can Analyze Markets, Review Trades, and Help Build EAs
New AI capabilities are changing how traders can interact with MetaTrader 5. From market analysis to Expert Advisor development, here’s what the latest features bring to the platform.

Key points
- MetaTrader’s latest AI updates bring artificial intelligence more directly into the trading platform through the Model Context Protocol (MCP), giving compatible assistants access to more tools and information.
- Traders can use the AI Assistant to analyze markets, review positions and trading history, scan for potential setups, and help test or optimize Expert Advisors.
- MetaEditor can also help generate, troubleshoot, and refine MQL5 code, including assisting traders who want to convert existing MQL4 Expert Advisors for use in MT5.
AI has already become a useful tool for traders, helping with everything from market research and strategy development to coding and troubleshooting. But in most cases, that work has still happened outside the trading platform.
That separation has created an obvious limitation. A trader might use an AI assistant to analyze a setup or build an Expert Advisor, then move the output into MetaTrader 5 (MT5) or MetaEditor to continue the process. MetaQuotes is now starting to connect those two sides of the workflow.
With Build 6060, released in July 2026, MetaQuotes introduced native support for agentic AI and the Model Context Protocol, or MCP. The update allows compatible AI assistants to work more directly with information and tools available through MT5, including capabilities related to market analysis, account review, and MQL5 development.
MetaQuotes has continued expanding those capabilities. In early September, Build 6180 gave the AI Assistant additional access to the Strategy Tester and other platform tools, allowing it to help analyze test results, configure optimizations, inspect logs, and perform more tasks directly inside MT5.
For forex traders in the MetaTrader ecosystem, the significance is simple: AI is moving from a separate resource into a more integrated part of the MT5 workflow. That could also be relevant for traders still using MT4, particularly those looking to adapt existing Expert Advisors for MT5.
What’s Changed in MetaTrader?
At the center of the update is support for the Model Context Protocol, or MCP, an open standard that allows AI systems to connect with other applications and use the tools those applications make available.
The key change is that an AI assistant no longer has to rely solely on whatever information a trader manually enters into a prompt. Through MCP, an authorized assistant can potentially interact with information and capabilities available through MT5 itself.
Depending on the tools made available, that could include market data, charts, trading history, open positions, development files, and other platform functions.
MetaQuotes has brought that capability into two areas that matter most to traders: the MT5 trading terminal and MetaEditor, the development environment used to build MQL5 programs and Expert Advisors.
How Do Traders Access AI Features in MT5?
Getting started is relatively straightforward. According to MetaQuotes, traders need to be running an updated version of MT5 and signed in with an MQL5.community account. From there the platform provides access to the free MQL5 Lite plan, selects MQL5.community as the default AI provider, and handles the required API configuration. Traders who prefer another provider can connect their own API keys for supported services such as OpenAI, Anthropic, Gemini, DeepSeek, or Ollama.
The AI assistant itself launches from File → New AI Assistant, or from the four-pointed star icon on the top toolbar.
MCP settings live under Tools → Options → MCP. That is where traders can view the API key and add new MCP servers. The same Options window holds the AI Assistant settings, which is worth a look before the first session to review the defaults — including the permission controls covered further below.
Development work can start from either side. Prompt the assistant with a script- or code-writing task and it opens MetaEditor on its own. Traders who would rather begin there can open MetaEditor from the IDE icon on the toolbar and launch the assistant from the File menu in that window.
For tastyfx traders, MT5 is offered through Standard, Zero+, and Prime accounts.
What Can Traders Do With the New MetaTrader AI Assistant?
The new AI capabilities give traders several ways to incorporate artificial intelligence more directly into their MT5 workflow. Rather than using AI only for general questions, traders can consider applying it to market analysis, account review, and the search for potential opportunities.
Market analysis is one of the most straightforward applications. A trader can ask the MT5 AI Assistant to examine a currency pair, assess the prevailing trend, identify nearby support and resistance, or provide additional context around current price action.
The assistant can also work with information tied to the trader's own account. According to MetaQuotes, that can include open positions and trading history, making it possible to review where risk is concentrated, identify stronger and weaker trades, or look for recurring patterns in past performance.
Another useful application is market scanning. Instead of checking every instrument individually, traders can ask the assistant to review symbols in Market Watch for conditions such as strong trends, breakouts, or other setups that may deserve further attention.
Build 6180 extends that assistance further into the platform. The AI Assistant can now add and configure indicators on a chart, retrieve terminal and Expert Advisor logs, and work more directly with Strategy Tester results and settings. That gives traders another way to investigate a setup or automated strategy without manually collecting each piece of information first.
- For a list of example prompts, consider MetaQuotes' own suggestions for getting started.
None of these tools eliminates the need for independent analysis or judgment. Their value is in helping traders process information more efficiently, narrow a larger market into a smaller set of opportunities, and focus their attention where it may matter most.
How Does This Differ from Using a Standalone AI Assistant?
The difference is what MetaQuotes calls an agentic approach. A standalone assistant answers a question and hands back text or code, leaving the trader to carry it into the platform. Through MCP, the assistant can break a broader request into steps and use MT5's own tools as it works.
The benefit is not better market forecasting. It is a setup where AI handles more of the legwork around analysis and development, while the trader reviews the results and decides how to act on them.
The AI Assistant Can Also Help Streamline Expert Advisor Development
The update could be especially useful for traders who build Expert Advisors, or EAs, in MetaTrader 5.
We recently highlighted how AI can help turn a trading strategy into MQL5 code. Traditionally, that process can involve considerable back-and-forth between an AI assistant and MetaEditor as traders generate code, compile it, review errors, and refine the program.
The upgraded MetaEditor AI Assistant brings more of that work into the development environment itself. It can generate MQL5 programs, analyze existing code, identify potential errors, explain algorithms, suggest fixes, and help improve a project.
That could also be useful for traders moving from MT4 to MT5. MetaQuotes specifically lists converting an MQL4 Expert Advisor into MQL5 as an example task, potentially making it easier to begin adapting older strategies and code for the newer platform.
Build 6180 extends the AI Assistant further into testing and optimization. It can retrieve Strategy Tester reports, compare optimization results, inspect tester settings and logs, and help launch optimizations, making it easier to move between developing an EA, testing it, identifying problems, and refining the strategy.
The same caution that applies to AI-assisted “vibe coding” still matters: faster development does not mean a strategy has been validated. An EA can compile successfully while still containing flawed logic, inappropriate position sizing, or risk controls that behave differently than intended.
Testing therefore remains essential. MT5 includes Strategy Tester functionality for historical evaluation, while tastyfx also supports EAs and demo trading through its MT5 offering. Backtesting, code review, and demo testing can all help traders assess how an automated strategy behaves before considering live use.
The New AI Features Give Traders More Control Over Access and Permissions
Giving AI a more active role inside a trading platform naturally raises an important question: if an assistant can do more than answer questions, how much control should it actually have?
MetaTrader addresses that with configurable security settings. Traders can block AI-initiated trading operations, allow them, or require manual confirmation before anything proceeds. Separate permissions can also limit access to functions such as network requests and command-line operations.
That flexibility matters because not every use case requires the same level of access. A trader using AI for market analysis or MQL5 development may have little reason to enable trading operations, while someone testing more advanced automation may choose a broader set of permissions.
The key is that added capability does not automatically mean added authority. Traders can set the boundaries, decide where human approval is required, and tailor AI access to their specific needs.
Human Oversight Remains Essential
MetaQuotes notes that AI-generated responses are informational only, do not constitute investment advice, and should be treated as an additional analytical tool, with trading decisions left to the trader's own judgment.
That frame applies to everything above. Traders set how much access the assistant gets, review what it produces, and test it before it reaches a live account. Greater capability does not shift responsibility for the outcome.
How to get started on MetaTrader 5
Open an account to get started, or practice on a demo account to explore MT5 AI tools risk-free.
- Open a free tastyfx account, and add an MT5 account
- Download MetaTrader 5 and access the tastyfx server
- Download free tools and add-on packages, free from tastyfx
- Access the AI assistant or connect your own MCP
- Monitor signals, build programs and execute trades
Trading forex requires an account with a forex provider like tastyfx. Many traders also watch major forex pairs like EUR/USD and USD/JPY for potential opportunities based on economic events such as inflation releases or interest rate decisions. Economic events can produce more volatility for forex pairs, which can mean greater potential profits and losses as risks can increase at these times.
You can help develop your forex trading strategies using resources like tastyfx’s YouTube channel. Our curated playlists can help you stay up to date on current markets and understanding key terms. Once your strategy is developed, you can follow the above steps to opening an account and getting started trading forex.
Your profit or loss is calculated according to your full position size. Leverage will magnify both your profits and losses. It’s important to manage your risks carefully as losses can exceed your deposit. Ensure you understand the risks and benefits associated with trading leveraged products before you start trading with them. Trade using money you’re comfortable losing. Past performance is not indicative of future results.
MT5's AI features are provided by MetaQuotes, not tastyfx. tastyfx does not control, monitor, or audit the AI Assistant, any connected AI provider, or the output either produces, and information shared with a provider is governed by that provider's terms. Traders are responsible for the permissions they enable and for any orders placed through the platform.
