Find us on Facebook!
Join our fan page

Use new possibilities of MetaTrader 5

History of MQL5.community development

The most popular trading robots and technical indicators, news signals, regular incoming ready-made MQL5 programs in CodeBase and the most discussed Forum topics.

14 new topics on forum:

and 11 more...

1 new signal now available for subscription:

CCrusader
76% 364 trades
Growth:75.67%
Equity:380.57USD
Balance:527.01USD

Published article "Developing a robot in Python and MQL5 (Part 1): Data preprocessing".

Developing a robot in Python and MQL5 (Part 1): Data preprocessing

Developing a trading robot based on machine learning: A detailed guide. The first article in the series deals with collecting and preparing data and features. The project is implemented using the Python programming language and libraries, as well as the MetaTrader 5 platform.

Published article "News Trading Made Easy (Part 3): Performing Trades".

News Trading Made Easy (Part 3): Performing Trades

In this article, our news trading expert will begin opening trades based on the economic calendar stored in our database. In addition, we will improve the expert's graphics to display more relevant information about upcoming economic calendar events.

Published article "Creating an MQL5-Telegram Integrated Expert Advisor (Part 2): Sending Signals from MQL5 to Telegram".

Creating an MQL5-Telegram Integrated Expert Advisor (Part 2): Sending Signals from MQL5 to Telegram

In this article, we create an MQL5-Telegram integrated Expert Advisor that sends moving average crossover signals to Telegram. We detail the process of generating trading signals from moving average crossovers, implementing the necessary code in MQL5, and ensuring the integration works seamlessly. The result is a system that provides real-time trading alerts directly to your Telegram group chat.

The most downloaded free products:

Bestsellers in the Market:

Most downloaded source codes this week

  • Find Swing Highs Swing Lows The Swing High/Low Identifier for MetaTrader 5 marks significant swing highs and swing lows directly on your chart with color-coded arrows. This tool helps traders quickly identify key price levels, which can serve as resistance and support, and is ideal for trend reversal analysis, support and resistance mapping, and enhancing price action strategies. By highlighting these crucial swing points, it provides valuable insights for making informed trading decisions and optimizing trading strategies.
  • Arbitrage Triangle EURGBP-EURUSD-GBPUSD The EA identifies discrepancies between theoretical and actual currency exchange rates to execute risk-minimized trading opportunities.
  • Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.

Most read articles this week

How to purchase a trading robot from the MetaTrader Market and to install it?

How to purchase a trading robot from the MetaTrader Market and to install it?

A product from the MetaTrader Market can be purchased on the MQL5.com website or straight from the MetaTrader 4 and MetaTrader 5 trading platforms. Choose a desired product that suits your trading style, pay for it using your preferred payment method, and activate the product.

How to Test a Trading Robot Before Buying

How to Test a Trading Robot Before Buying

Buying a trading robot on MQL5 Market has a distinct benefit over all other similar options - an automated system offered can be thoroughly tested directly in the MetaTrader 5 terminal. Before buying, an Expert Advisor can and should be carefully run in all unfavorable modes in the built-in Strategy Tester to get a complete grasp of the system.

11 new topics on forum:

and 8 more...

New publications in CodeBase

  • Custom Bid Ask lines A customized bid and ask line which is labelled and clear to help visualize the bid and ask prices
  • Trend Strength Index The Trend Strength Index indicator measures strength of current trend.

More than 300 new charts published:

Grafik NAS100+, M15, 2024.08.09 20:26 UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
NAS100+, M15
차트 Boom 500 Index, M1, 2024.08.09 09:00 UTC, Deriv (V) Ltd, MetaTrader 5, Real
Boom 500 Index, M1
Chart XAUUSD+, M1, 2024.08.09 01:20 UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
XAUUSD+, M1
There are more than 146,660 topics available on forum

8 new topics on forum:

and 5 more...

Bestsellers in the Market:

The most popular forum topics:

2 new signals now available for subscription:

MyGold
506% 4316 trades
Growth:505.88%
Equity:496.77USD
Balance:496.77USD
ALGO FUND
-20% 9106 trades
Growth:-19.91%
Equity:7,690.83USD
Balance:7,682.94USD

The most downloaded free products:

There are more than 28,470 products available in Market

Bestsellers in the Market:

8 new topics on forum:

and 5 more...

Published article "Developing a multi-currency Expert Advisor (Part 6): Automating the selection of an instance group".

Developing a multi-currency Expert Advisor (Part 6): Automating the selection of an instance group

After optimizing the trading strategy, we receive sets of parameters. We can use them to create several instances of trading strategies combined in one EA. Previously, we did this manually. Here we will try to automate this process.

Published article "Example of Auto Optimized Take Profits and Indicator Parameters with SMA and EMA".

Example of Auto Optimized Take Profits and Indicator Parameters with SMA and EMA

This article presents a sophisticated Expert Advisor for forex trading, combining machine learning with technical analysis. It focuses on trading Apple stock, featuring adaptive optimization, risk management, and multiple strategies. Backtesting shows promising results with high profitability but also significant drawdowns, indicating potential for further refinement.

2 new signals now available for subscription:

GetLambo
2,434% 4445 trades
Growth:2,433.83%
Equity:18,253,158.00JPY
Balance:21,041,940.00JPY
Combo Deal Full
541% 5989 trades
Growth:540.94%
Equity:6,201.19EUR
Balance:6,410.63EUR

The most downloaded free products:

More than 800 new charts published:

Chart CADCHFz, D1, 2024.08.08 13:08 UTC, Gerchik and Co Limited, MetaTrader 5, Demo
CADCHFz, D1
Chart GBPCAD+, M15, 2024.08.08 13:14 UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
GBPCAD+, M15
Chart Boom 500 Index, M1, 2024.08.08 05:25 UTC, Deriv (V) Ltd, MetaTrader 5, Real
Boom 500 Index, M1

Bestsellers in the Market:

15 new topics on forum:

and 12 more...
There are more than 1,720 articles published on site

Published article "MQL5 Wizard Techniques you should know (Part 31): Selecting the Loss Function".

MQL5 Wizard Techniques you should know (Part 31): Selecting the Loss Function

Loss Function is the key metric of machine learning algorithms that provides feedback to the training process by quantifying how well a given set of parameters are performing when compared to their intended target. We explore the various formats of this function in an MQL5 custom wizard class.

Published article "Integrate Your Own LLM into EA (Part 5): Develop and Test Trading Strategy with LLMs(I)-Fine-tuning".

Integrate Your Own LLM into EA (Part 5): Develop and Test Trading Strategy with LLMs(I)-Fine-tuning

With the rapid development of artificial intelligence today, language models (LLMs) are an important part of artificial intelligence, so we should think about how to integrate powerful LLMs into our algorithmic trading. For most people, it is difficult to fine-tune these powerful models according to their needs, deploy them locally, and then apply them to algorithmic trading. This series of articles will take a step-by-step approach to achieve this goal.

Published article "Implementing the Deus EA: Automated Trading with RSI and Moving Averages in MQL5".

Implementing the Deus EA: Automated Trading with RSI and Moving Averages in MQL5

This article outlines the steps to implement the Deus EA based on the RSI and Moving Average indicators for guiding automated trading.

Published article "Creating an MQL5-Telegram Integrated Expert Advisor (Part 1): Sending Messages from MQL5 to Telegram".

Creating an MQL5-Telegram Integrated Expert Advisor (Part 1): Sending Messages from MQL5 to Telegram

In this article, we create an Expert Advisor (EA) in MQL5 to send messages to Telegram using a bot. We set up the necessary parameters, including the bot's API token and chat ID, and then perform an HTTP POST request to deliver the messages. Later, we handle the response to ensure successful delivery and troubleshoot any issues that arise in case of failure. This ensures we send messages from MQL5 to Telegram via the created bot.

The most downloaded free products:

3 new signals now available for subscription:

Rob
242% 3059 trades
Growth:241.93%
Equity:3,248.88EUR
Balance:3,234.53EUR
FTI signal II 2024
180% 479 trades
Growth:179.72%
Equity:1,914.41EUR
Balance:1,898.81EUR
Straight PIPN
42% 545 trades
Growth:42.49%
Equity:167.69USD
Balance:179.02USD

Bestsellers in the Market:

15 new topics on forum:

and 12 more...

The most popular forum topics:

Published article "Data Science and ML (Part 29): Essential Tips for Selecting the Best Forex Data for AI Training Purposes".

Data Science and ML (Part 29): Essential Tips for Selecting the Best Forex Data for AI Training Purposes

In this article, we dive deep into the crucial aspects of choosing the most relevant and high-quality Forex data to enhance the performance of AI models.

Published article "DoEasy. Service functions (Part 2): Inside Bar pattern".

DoEasy. Service functions (Part 2): Inside Bar pattern

In this article, we will continue to look at price patterns in the DoEasy library. We will also create the Inside Bar pattern class of the Price Action formations.

Published article "Implementing a Bollinger Bands Trading Strategy with MQL5: A Step-by-Step Guide".

Implementing a Bollinger Bands Trading Strategy with MQL5: A Step-by-Step Guide

A step-by-step guide to implementing an automated trading algorithm in MQL5 based on the Bollinger Bands trading strategy. A detailed tutorial based on creating an Expert Advisor that can be useful for traders.

The most downloaded free products:

More than 700 new charts published:

Gráfico RTY_U, M1, 2024.08.05 22:21 UTC, Tradeslide Trading Tech Limited, MetaTrader 5, Real
RTY_U, M1
Chart XAUUSD, M5, 2024.08.05 11:39 UTC, Alpari, MetaTrader 4, Demo
XAUUSD, M5
Chart RTY_U, M1, 2024.08.05 21:32 UTC, Tradeslide Trading Tech Limited, MetaTrader 5, Real
RTY_U, M1

Bestsellers in the Market:

There are more than 146,600 topics available on forum

17 new topics on forum:

and 14 more...

Most downloaded source codes this month

  • Risk reward box This Indicator creates automatically a Risk/Reward Box on you all opened chart base on High, Low price with the old candles. You can use it easily to drag and change size and price to your desire wanted.
  • Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
  • Grid EA Pro A professional Grid advisor works according to RSI ( Relative Strength Index ) indicators. And has the function of Reducing the Drawdown on the account by overlapping unprofitable orders. The chart displays information about the profit. It can be a very useful tool, For manual trading.

Most read articles this month

How to purchase a trading robot from the MetaTrader Market and to install it?

How to purchase a trading robot from the MetaTrader Market and to install it?

A product from the MetaTrader Market can be purchased on the MQL5.com website or straight from the MetaTrader 4 and MetaTrader 5 trading platforms. Choose a desired product that suits your trading style, pay for it using your preferred payment method, and activate the product.

How to Test a Trading Robot Before Buying

How to Test a Trading Robot Before Buying

Buying a trading robot on MQL5 Market has a distinct benefit over all other similar options - an automated system offered can be thoroughly tested directly in the MetaTrader 5 terminal. Before buying, an Expert Advisor can and should be carefully run in all unfavorable modes in the built-in Strategy Tester to get a complete grasp of the system.

Published article "Time series clustering in causal inference".

Time series clustering in causal inference

Clustering algorithms in machine learning are important unsupervised learning algorithms that can divide the original data into groups with similar observations. By using these groups, you can analyze the market for a specific cluster, search for the most stable clusters using new data, and make causal inferences. The article proposes an original method for time series clustering in Python.

Published article "Neural networks made easy (Part 82): Ordinary Differential Equation models (NeuralODE)".

Neural networks made easy (Part 82): Ordinary Differential Equation models (NeuralODE)

In this article, we will discuss another type of models that are aimed at studying the dynamics of the environmental state.

1...117118119120121122123124125126127128129130131...676