New publications in CodeBase
- Daily Trend Indicator that displays the day's trend at any chart time. You can customise the colours and position of the text on the screen.
- Telegram To MT5 Copier TelegramToMT5 is a MetaTrader 5 Expert Advisor that bridges Telegram and MT5 by displaying messages from your Telegram channels, groups, and private chats directly on your trading charts. Simply create a Telegram bot, add it to your desired channels/groups, and let the EA show all messages as comments on your chart in real-time.
The most downloaded free products:
4 new products are now available on the Market:
Bestsellers in the Market:
Bestsellers in the Market:
10 new products are now available on the Market:
The most downloaded free products:
8 new products are now available on the Market:
The most popular forum topics:
- Fraudulent Website Selling Pirated MQL5 EAs 19 new comments
- Solve Stoploss Slippage 14 new comments
- Impossible to log in to mql5 forge 12 new comments
Bestsellers in the Market:
New publications in CodeBase
- ATR Channels Indicator The indicator displaying multi level of ATR Channel.
- AlphaTrend It is an indicator used to determine the trend, support and resistance level of the market. When volume data is available, it calculates using MFI, if not, it calculates using RSI. Momentum: RSI and MFI Volatility: ATR
5 new products are now available on the Market:
Bestsellers in the Market:
10 new products are now available on the Market:
The most downloaded free products:
Published article "ALGLIB library optimization methods (Part II)".

In this article, we will continue to study the remaining optimization methods from the ALGLIB library, paying special attention to their testing on complex multidimensional functions. This will allow us not only to evaluate the efficiency of each algorithm, but also to identify their strengths and weaknesses in different conditions.
Bestsellers in the Market:
8 new products are now available on the Market:
Published article "Price Action Analysis Toolkit Development (Part 26): Pin Bar, Engulfing Patterns and RSI Divergence (Multi-Pattern) Tool".

Aligned with our goal of developing practical price-action tools, this article explores the creation of an EA that detects pin bar and engulfing patterns, using RSI divergence as a confirmation trigger before generating any trading signals.
Published article "Automating Trading Strategies in MQL5 (Part 19): Envelopes Trend Bounce Scalping — Trade Execution and Risk Management (Part II)".

In this article, we implement trade execution and risk management for the Envelopes Trend Bounce Scalping Strategy in MQL5. We implement order placement and risk controls like stop-loss and position sizing. We conclude with backtesting and optimization, building on Part 18’s foundation.
Published article "MQL5 Wizard Techniques you should know (Part 68): Using Patterns of TRIX and the Williams Percent Range with a Cosine Kernel Network".

We follow up our last article, where we introduced the indicator pair of TRIX and Williams Percent Range, by considering how this indicator pairing could be extended with Machine Learning. TRIX and William’s Percent are a trend and support/ resistance complimentary pairing. Our machine learning approach uses a convolution neural network that engages the cosine kernel in its architecture when fine-tuning the forecasts of this indicator pairing. As always, this is done in a custom signal class file that works with the MQL5 wizard to assemble an Expert Advisor.