How to start with MetaTrader and forex, the beginning - page 28

 
135497845 #:
How can I become a free lancer to be receiving orders?
I want to learn to be a free lancer 
 
Peter Mulinda #:
I want to learn to be a free lancer 
Choose a skill, make portfolio, sign up on platforms and actively apply for jobs.
 
Am a begginer can you show me the way to trade 
 
DENLER D OFFICIAL #:
Am a begginer can you show me the way to trade 
Can read this  https://www.mql5.com/en/forum/212020
Where Do I start from?
Where Do I start from?
  • 2017.07.25
  • www.mql5.com
Metatrader 5 help - trading platform — user manual. First key article: metatrader 5 - more than you can imagine. The second key article: limitless opportunities with metatrader 5 and mql5. How to add the broker to mt5: metatrader 5 help  -  open an account
 

Forum on trading, automated trading systems and testing trading strategies

MetaTrader 5 Beta Build 5955: MCP and Agentic AI support

MetaQuotes, 2026.06.26 15:44

We're introducing a new beta version of MetaTrader 5 with built-in support for the Model Context Protocol (MCP) and agentic AI. These new capabilities are now available in both the client terminal and MetaEditor, and we invite all users to participate in the public beta.


How to Get the New Version

To update to the AI-enabled beta, connect to the MetaQuotes-Demo server: use an existing demo account or create a new one. If the server is not listed in your platform, enter access.metatrader5.com in the account opening dialog and click 'Find your company'.

Open a demo account on the MetaQuotes-Demo server to get the AI-enabled beta


What Is MCP?

The Model Context Protocol (MCP) is an open standard that enables applications to communicate with AI agents. Unlike traditional chatbots, AI agents can independently complete complex tasks by breaking them down into a sequence of actions and using the capabilities of connected applications.

With built-in MCP support, MetaTrader 5 becomes a fully featured source of market data and trading functionality for modern AI agents. They can access market information, analyze charts, work with the trading environment, and perform required operations through the standard MCP interface.

In addition to the built-in AI assistant, you can also connect external systems that support MCP, including OpenAI Codex, Claude Code, and other compatible solutions.


No Configuration Required

To start using AI features, simply sign in to your MQL5.community account. After updating, the platform automatically configures everything you need: MQL5.community is selected as the default AI provider, and the required API key is added automatically.

If you prefer, you can use your own API keys for OpenAI, Anthropic, Gemini, DeepSeek, Ollama, or other supported providers, and select your preferred model directly in the terminal settings.

AI Settings

Your AI settings are automatically synchronized between the trading terminal and MetaEditor.


AI Assistant in MetaTrader 5

The built-in AI Assistant helps you analyze markets. It can explain current market conditions for a symbol, review your open positions, analyze your trading history, answer questions about financial instruments, and provide context on recent market events.

Ask AI to analyze your trading

Example prompts:

  • Analyze the current EURUSD situation on the H1 timeframe. Identify the trend, the nearest support and resistance levels, and explain what's happening in the market.
  • Analyze my open positions. Which trades currently carry the highest risk, and why?
  • Analyze my trading history for the last three months. Identify my most profitable trades and suggest ways to improve my trading strategy.
  • Scan all symbols in Market Watch and identify those where an important level breakout or a strong trend is currently developing.

Important: AI-generated responses are provided for informational purposes only and do not constitute investment advice. Use them as an additional analytical tool and always make trading decisions based on your own judgment.


AI Assistant in MetaEditor

The AI Assistant in MetaEditor is now a full-featured development assistant. It can:

  • Generate new MQL5 programs
  • Analyze existing code
  • Detect errors and suggest fixes
  • Explain complex algorithms
  • Explain complex algorithms

Launch the assistant from the File menu, the toolbar, or the Navigator context menu. Then simply describe your task in natural language.

Ask AI to write a script for you

Example prompts:

  • Create an Expert Advisor that opens a position when the EMA 20 crosses the EMA 50, uses a 500-point Stop Loss, a 1000-point Take Profit, and risks 1% of the account deposit.
  • Analyze this MQL5 code, identify potential issues, explain their causes, and provide a corrected version.
  • Optimize this indicator to reduce calculations and improve performance without changing its logic.
  • Convert this MQL4 Expert Advisor to MQL5 using modern language features and the Standard Library.
  • Explain how this Expert Advisor works. Describe its trading logic, the indicators it uses, its entry and exit conditions, and any potential weaknesses in the strategy.

The more detailed your request, the more accurate and useful the generated results will be.

Your conversation history is available in the Chats tab of the Navigator.


Join the Beta Testing

The integration of MCP and agentic AI introduces an entirely new way to interact with the trading platform. We will continue to expand these capabilities and invite traders and MQL5 developers to help us test them.

Try the new features, share your feedback, and help us make AI-powered tools in MetaTrader 5 even more capable, intuitive, and effective.


 

Forum on trading, automated trading systems and testing trading strategies

How to start with MQL5

Sergey Golubev, 2026.07.17 15:53

Building a Synthetic Custom Symbol in MQL5 Using Multi-Symbol Price Averaging

Building a Synthetic Custom Symbol in MQL5 Using Multi-Symbol Price Averaging

MetaTrader 5 displays each instrument as a separate symbol. This makes it harder to analyze how related markets move together. For instance, forex pairs are often correlated, but standard charts hide their combined behavior, limiting the trader’s ability to see overall market strength or shared direction. In this article, we will build a synthetic custom symbol in MQL5 by averaging price data from multiple forex pairs.

The goal is to create a single derived instrument that reflects the collective movement of selected markets. This synthetic symbol can be used for correlation analysis, index-style market modeling, and strategy development based on aggregated price action. We will achieve this by collecting OHLC data from multiple symbols, aligning their candle timestamps, and computing averaged values for each bar. The resulting price series will then be used to create and continuously update a custom symbol in MetaTrader 5, covering both historical reconstruction and real-time synchronization.


 

Forum on trading, automated trading systems and testing trading strategies

How to identify breakout?

Sergey Golubev, 2026.07.31 11:31

How to Research a Trading Idea: A Range Breakout Strategy Case Study

How to Research a Trading Idea: A Range Breakout Strategy Case Study

Every trading strategy starts with an idea. This is where concepts such as "buy the breakout," "trade with the trend," or "look for entries after price exits a consolidation range" originate. The problem is that an idea alone cannot be tested. It cannot be evaluated on historical data, compared with alternative approaches, or objectively assessed for its effectiveness.

For an idea to become the subject of research, it must first be formalized. In practice, this means replacing broad concepts with specific rules. It is not enough to say, "We trade range breakouts." We need to define how the range is constructed, over what period it is measured, what constitutes a valid breakout, where stop loss and take profit levels are placed, and how open positions are managed.


 

Forum on trading, automated trading systems and testing trading strategies

Traders Have Already Used 1 Trillion Tokens in AI Assistant for MetaTrader 5

MetaQuotes, 2026.08.11 07:47

Just three weeks after the official launch of MCP support and the built-in AI Assistant, MetaTrader 5 users have already processed more than 1 trillion tokens through the free MQL5 Lite model. This marks the first major milestone for the new service and highlights how quickly traders and developers have adopted artificial intelligence as part of their everyday workflow. 

Tokens are the basic units of text that AI models process to understand requests and generate responses. To understand the scale, 1 trillion tokens is approximately equivalent to:

  • 700–750 billion English words
  • 2.5–3 billion pages of text, assuming 250 words per page
  • Around 9 million books, each containing approximately 80,000 words
  • Nearly 7,000 years of continuous reading at a pace of 200 words per minute

These figures demonstrate how actively thousands of MetaTrader 5 users are applying AI Assistant for a wide range of tasks — from market analysis to automated trading strategy development.

How It Works

AI Assistant is integrated directly into MetaTrader 5 and MetaEditor. It helps traders analyze markets, review trading history, identify trading opportunities, understand the behavior of financial instruments, and create or improve MQL5 programs. Simply launch the assistant from the menu or toolbar and describe your task in natural language.

Use AI Assistant for your everyday tasks

Free Access for All MQL5.community Users

No API keys or third-party service setup are required to get started. You only need to sign in to MetaTrader 5 with your MQL5.community account, and the free MQL5 Lite model will be available automatically.

For additional flexibility, you can connect your own API keys for OpenAI, Anthropic, Gemini, DeepSeek, Ollama, or other compatible AI providers.

Explore the capabilities of agentic AI for trading and programming — simply open MetaTrader 5 and get started.


 

Forum on trading, automated trading systems and testing trading strategies

How to Start with MT5, a summary !

Sergey Golubev, 2026.08.14 12:52

Automating Terminal Startup for Service Tasks

Automating Terminal Startup for Service Tasks

Starting from MetaTrader 5 build 4230 an interesting opportunity has appeared for platform users:

  • The terminal now features support for the ShutdownTerminal parameter in the [StartUp] section of the user configuration files. It is used to launch the platform to execute one-off tasks using scripts. 
    For example, you have a script that takes a screenshot of the chart. You can create a configuration file that launches this script along with the platform. If you add ShutdownTerminal set to 'Yes' to this file, the platform will automatically shut down immediately after the script completes.
  • MQL5 now features the MQL_STARTED_FROM_CONFIG property in the ENUM_MQL_INFO_INTEGER enumeration. It returns true if the script/Expert Advisor was launched from the StartUp section of the configuration file
    This means that the script/EA had been specified in the configuration file the terminal was launched with.