The most downloaded free products:
Bestsellers in the Market:
2 new signals now available for subscription:
New publications in CodeBase
- Strategy report output into a chart This script was developed for displaying saved Strategy report from the Strategy Tester into a chart.
- Day of Week The indicator shows the names of the days of the week as text labels on the chart.
The most popular forum topics:
- The backtest tab not showing when using the strategy back tester 31 new comments
- Read and parse an html page 16 new comments
- Withdrawal to bank cards : anyone with useful experience ? 12 new comments
Published article "Econometric tools for forecasting volatility: GARCH model".

The article describes the properties of the non-linear model of conditional heteroscedasticity (GARCH). The iGARCH indicator has been built on its basis for predicting volatility one step ahead. The ALGLIB numerical analysis library is used to estimate the model parameters.
The most downloaded free products:
Bestsellers in the Market:
Most downloaded source codes this week
- Surfing - 2 EMA strategy This is a pretty simple startegy that follows trend. Recommended time frams is D1. when close price brakes up the EMA build based on high prices given that RSI is above 55 and RSI is above its Moving average - we buy. when close price brakes down the EMA build based on low prices given that RSI is below 45 and RSI is below its moving average - we sell. system closes previose trade if there is opposite signal system uses take profit and stop loss as well as trailing stop
- BollingerBandsEA BollingerBandsEA trades according to Bollinger Bands.
- MQL5 Programming for Traders – Source Codes from the Book. Part 7 The final seventh part of the book discusses the advanced capabilities of the MQL5 API, which will be useful when developing programs for MetaTrader 5. These include custom financial symbols, built-in economic calendar events, and general-purpose technologies such as networking, databases, and cryptography.
Most read articles this week
How to earn money by fulfilling traders' orders in the Freelance service
MQL5 Freelance is an online service where developers are paid to create trading applications for traders customers. The service has been successfully operating since 2010, with over 100,000 projects completed to date, totaling $7 million in value. As we can see, a substantial amount of money is involved here.

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.

Neural Networks Made Easy (Part 96): Multi-Scale Feature Extraction (MSFformer)
Efficient extraction and integration of long-term dependencies and short-term features remain an important task in time series analysis. Their proper understanding and integration are necessary to create accurate and reliable predictive models.
New publications in CodeBase
- BollingerBandsEA BollingerBandsEA trades according to Bollinger Bands.
- Moving Average MTF Moving average with calculated period based on timeframe
The most downloaded free products:
Bestsellers in the Market:
The most downloaded free products:
Bestsellers in the Market:
3 new signals now available for subscription:
The most popular forum topics:
- Deprecated behavior, hidden method calling will be disabled in a future MQL compiler version 53 new comments
- Will Brokers Close MT4 Soon? 9 new comments
- Read and parse an html page 9 new comments
Bestsellers in the Market:
The most downloaded free products:
Bestsellers in the Market:
The most popular forum topics:
- My script successfully compiles without any errors but won't submit a trade in the strategy tester, and my print function doesn't return a value. 25 new comments
- Machine learning in trading: theory, models, practice and algo-trading 20 new comments
- The strangeness of the MA line in the mt4 app! 10 new comments
The most downloaded free products:
Bestsellers in the Market:
Most downloaded source codes this month
- SUPERMACBOT The SUPERMACBOT is a fully automated trading robot that combines the power of the Moving Average Crossover strategy with the MACD Indicator to deliver precise and reliable trade signals. This Expert Advisor is designed to work seamlessly on all symbols and timeframes, offering versatility and adaptability for traders across various market conditions.
- SuperTrend SuperTrend indicator.
- Examples from the book "Neural networks for algorithmic trading with MQL5" The book "Neural networks in algorithmic trading with MQL5" is a comprehensive guide, covering both the theoretical foundations of artificial intelligence and neural networks and practical aspects of their application in financial trading using the MQL5 programming language.
Most read articles this month
How to earn money by fulfilling traders' orders in the Freelance service
MQL5 Freelance is an online service where developers are paid to create trading applications for traders customers. The service has been successfully operating since 2010, with over 100,000 projects completed to date, totaling $7 million in value. As we can see, a substantial amount of money is involved here.

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.

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.
2 new signals now available for subscription:
The most downloaded free products:
Bestsellers in the Market:
New publications in CodeBase
- Script to Map Market Watch Symbols Based on Similarity This script is a reference solution for mapping symbol names configured by users in MetaTrader 5 EAs or scripts to the actual names provided by the broker. It uses the Levenshtein distance algorithm to automatically identify the most similar symbol in Market Watch. It is ideal for developers facing compatibility issues with prefixes or suffixes in symbol names. This is a customizable starting point to adapt to any specific needs.
- Perfect Trailing StopLoss Copy these into any EA you are busy coding and you"ll have a trailing SL. The only things you'll need to change would probably be InpMagic for your magic number or you could just copy my code as is , Remember to add COrderinfo ord; and CPositionInfo pos;

































