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.

8 new topics on forum:

and 5 more...

Bestsellers in the Market:

Published article "Reimagining Classic Strategies (Part IX): Multiple Time Frame Analysis (II)".

Reimagining Classic Strategies (Part IX): Multiple Time Frame Analysis (II)

In today's discussion, we examine the strategy of multiple time-frame analysis to learn on which time frame our AI model performs best. Our analysis leads us to conclude that the Monthly and Hourly time-frames produce models with relatively low error rates on the EURUSD pair. We used this to our advantage and created a trading algorithm that makes AI predictions on the Monthly time frame, and executes its trades on the Hourly time frame.

Published article "Creating a Trading Administrator Panel in MQL5 (Part III): Extending Built-in Classes for Theme Management (II)".

Creating a Trading Administrator Panel in MQL5 (Part III): Extending Built-in Classes for Theme Management (II)

In this discussion, we will carefully extend the existing Dialog library to incorporate theme management logic. Furthermore, we will integrate methods for theme switching into the CDialog, CEdit, and CButton classes utilized in our Admin Panel project. Continue reading for more insightful perspectives.

The most downloaded free products:

Bestsellers in the Market:

Most downloaded source codes this month

  • SuperTrend SuperTrend indicator.
  • 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.

Most read articles this month

How to create Requirements Specification for ordering a trading robot

How to create Requirements Specification for ordering a trading robot

Are you trading using your own strategy? If your system rules can be formally described as software algorithms, it is better to entrust trading to an automated Expert Advisor. A robot does not need sleep or food and is not subject to human weaknesses. In this article, we show how to create Requirements Specification when ordering a trading robot in the Freelance service.

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.

MetaTrader 5 on Linux

MetaTrader 5 on Linux

In this article, we demonstrate an easy way to install MetaTrader 5 on popular Linux versions — Ubuntu and Debian. These systems are widely used on server hardware as well as on traders’ personal computers.

9 new topics on forum:

and 6 more...

Published article "Self Optimizing Expert Advisor With MQL5 And Python (Part V): Deep Markov Models".

Self Optimizing Expert Advisor With MQL5 And Python (Part V): Deep Markov Models

In this discussion, we will apply a simple Markov Chain on an RSI Indicator, to observe how price behaves after the indicator passes through key levels. We concluded that the strongest buy and sell signals on the NZDJPY pair are generated when the RSI is in the 11-20 range and 71-80 range, respectively. We will demonstrate how you can manipulate your data, to create optimal trading strategies that are learned directly from the data you have. Furthermore, we will demonstrate how to train a deep neural network to learn to use the transition matrix optimally.

Published article "Developing a robot in Python and MQL5 (Part 2): Model selection, creation and training, Python custom tester".

Developing a robot in Python and MQL5 (Part 2): Model selection, creation and training, Python custom tester

We continue the series of articles on developing a trading robot in Python and MQL5. Today we will solve the problem of selecting and training a model, testing it, implementing cross-validation, grid search, as well as the problem of model ensemble.

2 new signals now available for subscription:

Dax Old New Acc
62% 2240 trades
Growth:62.30%
Equity:7,662.50USD
Balance:7,662.50USD
PRIME Strategies Lowrisk
51% 1482 trades
Growth:51.02%
Equity:6,906.28USD
Balance:8,357.51USD

The most downloaded free products:

4 new signals now available for subscription:

NoPain MT5
1,737% 5651 trades
Growth:1,737.35%
Equity:1,106.80USD
Balance:1,106.80USD
MancingEmasMASTER
779% 2106 trades
Growth:778.87%
Equity:6,016.24USD
Balance:6,000.00USD
NP Sherlock
68% 506 trades
Growth:68.41%
Equity:20,610.74USD
Balance:20,610.74USD
and 1 more...

13 new topics on forum:

and 10 more...

Bestsellers in the Market:

Published article "How to create a trading journal with MetaTrader and Google Sheets".

How to create a trading journal with MetaTrader and Google Sheets

Create a trading journal using MetaTrader and Google Sheets! You will learn how to sync your trading data via HTTP POST and retrieve it using HTTP requests. In the end, You have a trading journal that will help you keep track of your trades effectively and efficiently.

The most popular forum topics:

Bestsellers in the Market:

There are more than 29,980 products available in Market

Most downloaded source codes this week

Most read articles this week

How to create Requirements Specification for ordering a trading robot

How to create Requirements Specification for ordering a trading robot

Are you trading using your own strategy? If your system rules can be formally described as software algorithms, it is better to entrust trading to an automated Expert Advisor. A robot does not need sleep or food and is not subject to human weaknesses. In this article, we show how to create Requirements Specification when ordering a trading robot in the Freelance service.

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.

MetaTrader 5 on Linux

MetaTrader 5 on Linux

In this article, we demonstrate an easy way to install MetaTrader 5 on popular Linux versions — Ubuntu and Debian. These systems are widely used on server hardware as well as on traders’ personal computers.

7 new topics on forum:

and 4 more...

The most downloaded free products:

Bestsellers in the Market:

There are more than 147,520 topics available on forum

2 new topics on forum:

The most popular forum topics:

2 new signals now available for subscription:

Anmor
1,018% 484 trades
Growth:1,017.97%
Equity:547.17USD
Balance:672.12USD
MSMT
101% 1213 trades
Growth:100.83%
Equity:10,508.54USD
Balance:10,504.69USD

The most downloaded free products:

Bestsellers in the Market:

14 new topics on forum:

and 11 more...

Published article "Сode Lock Algorithm (CLA)".

Сode Lock Algorithm (CLA)

In this article, we will rethink code locks, transforming them from security mechanisms into tools for solving complex optimization problems. Discover the world of code locks viewed not as simple security devices, but as inspiration for a new approach to optimization. We will create a whole population of "locks", where each lock represents a unique solution to the problem. We will then develop an algorithm that will "pick" these locks and find optimal solutions in a variety of areas, from machine learning to trading systems development.

New publications in CodeBase

  • Custom crosshair cursor with synchronization Synchronized custom crosshair indicator showing price and (server/local) time.
  • Perfect Seconds Chart Perfect Seconds chart indicator allows you to convert minute candles of live data into seconds. 1. Choose any number of seconds to close a bar with accurate time. 2. This is Live OHLC rates based data, It works even if ticks are not available. 3. No external DLL required, it works smoothly on VPS 4. Fast and optimized code 5. Supports Crypto Pairs such as BInance, Kucoin and all other exchanges where Futures live chart can be converted into seconds easily. 6. Support all type of symbols such as Gold and Forex pairs. 7. Options to delete symbol and rates.

The most downloaded free products:

Bestsellers in the Market:

18 new topics on forum:

and 15 more...

More than 50 new charts published:

图表 EURCAD+, M30, 2024.09.30 15:31 UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
EURCAD+, M30
차트 XAUUSD+, M15, 2024.10.01 21:16 UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
XAUUSD+, M15
Chart XAUUSD+, M15, 10/2/2024 6:44 PM UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
XAUUSD+, M15

3 new signals now available for subscription:

Litchfield VHR by Secure FX Trader
72% 1465 trades
Growth:72.44%
Equity:24,239.12AUD
Balance:30,300.61AUD
DM Moment
36% 1254 trades
Growth:36.42%
Equity:754.33USD
Balance:736.29USD
Trendfollowing MOEX
-15% 2949 trades
Growth:-14.59%
Equity:399,254.26RUB
Balance:255,871.73RUB

Published article "From Novice to Expert: Collaborative Debugging in MQL5".

From Novice to Expert: Collaborative Debugging in MQL5

Problem-solving can establish a concise routine for mastering complex skills, such as programming in MQL5. This approach allows you to concentrate on solving problems while simultaneously developing your skills. The more problems you tackle, the more advanced expertise is transferred to your brain. Personally, I believe that debugging is the most effective way to master programming. Today, we will walk through the code-cleaning process and discuss the best techniques for transforming a messy program into a clean, functional one. Read through this article and uncover valuable insights.

Published article "MQL5 Wizard Techniques you should know (Part 41): Deep-Q-Networks".

MQL5 Wizard Techniques you should know (Part 41): Deep-Q-Networks

The Deep-Q-Network is a reinforcement learning algorithm that engages neural networks in projecting the next Q-value and ideal action during the training process of a machine learning module. We have already considered an alternative reinforcement learning algorithm, Q-Learning. This article therefore presents another example of how an MLP trained with reinforcement learning, can be used within a custom signal class.

The most downloaded free products:

Bestsellers in the Market:

There are more than 29,910 products available in Market

12 new topics on forum:

and 9 more...

5 new signals now available for subscription:

Theranto v3 Live 2
1,296% 331 trades
Growth:1,295.69%
Equity:824.25USD
Balance:3,755.47USD
EagleWing02
915% 4847 trades
Growth:915.40%
Equity:9,350.88USD
Balance:9,877.25USD
Easy muney
708% 5136 trades
Growth:708.48%
Equity:7,738.96GBP
Balance:7,640.02GBP
and 2 more...

The most downloaded free products:

There are more than 147,460 topics available on forum

13 new topics on forum:

and 10 more...

Bestsellers in the Market:

1...767778798081828384858687888990...644