Published article "Developing a Replay System — Market simulation (Part 10): Using only real data for Replay".
Here we will look at how we can use more reliable data (traded ticks) in the replay system without worrying about whether it is adjusted or not.
The most downloaded free products:
Bestsellers in the Market:
Published article "How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 3): Added symbols prefixes and/or suffixes and Trading Time Session".
Several fellow traders sent emails or commented about how to use this Multi-Currency EA on brokers with symbol names that have prefixes and/or suffixes, and also how to implement trading time zones or trading time sessions on this Multi-Currency EA.
The most downloaded free products:
Bestsellers in the Market:
The most popular forum topics:
Published article "Developing a Replay System — Market simulation (Part 09): Custom events".
Here we'll see how custom events are triggered and how the indicator reports the state of the replay/simulation service.
Published article "Design Patterns in software development and MQL5 (Part I): Creational Patterns".
There are methods that can be used to solve many problems that can be repeated. Once understand how to use these methods it can be very helpful to create your software effectively and apply the concept of DRY ((Do not Repeat Yourself). In this context, the topic of Design Patterns will serve very well because they are patterns that provide solutions to well-described and repeated problems.
Published article "Regression models of the Scikit-learn Library and their export to ONNX".
In this article, we will explore the application of regression models from the Scikit-learn package, attempt to convert them into ONNX format, and use the resultant models within MQL5 programs. Additionally, we will compare the accuracy of the original models with their ONNX versions for both float and double precision. Furthermore, we will examine the ONNX representation of regression models, aiming to provide a better understanding of their internal structure and operational principles.
New publications in CodeBase
- wd.Range_MACD This indicator calculates the range difference between the 'MACD and Signal lines' and also the range distance between 'the last two MACD bar'.
- Two dimension Array fill and Print - script for MetaTrader 5 Easy to use.
3 new signals now available for subscription:
The most downloaded free products:
Bestsellers in the Market:
Most downloaded source codes this month
- Trend Predictor New level of trend prediction!
- Super Scalper EMAs Low risk, max profit, winning strategy EA. Based upon Super Scalper EMAs indicator
- Breakout Martin Gale Expert Advisor for MT5 This is an mql5 Expert Advisor trading the breakouts and using Martin Gale risk management.
Most read articles this month
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
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.
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.
The most downloaded free products:
Bestsellers in the Market:
3 new signals now available for subscription:
New publications in CodeBase
- No Repaint Heiken Ashi The Heiken Ashi indicator with no repaint or repaint mode input option.
- wd.Range_DailyAvg This indicator helps user estimate the potential price movement for the current day, based on 20 days historical data and market trends.
The most downloaded free products:
The most popular forum topics:
- Pair trading and multicurrency arbitrage. The showdown. 97 new comments
- Better NN EA development 7 new comments
- Remotely controlling EA 7 new comments
Bestsellers in the Market:
Most downloaded source codes this week
- Take Profit based on your current profit Most EAs tend to close orders in take profit based on the distance in pips from the purchase price. However, this MQL4 code is based mainly on the current profit.
- Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.
- Breakout Martin Gale Expert Advisor for MT5 This is an mql5 Expert Advisor trading the breakouts and using Martin Gale risk management.
Most read articles this week
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
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.
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.
New publications in CodeBase
- Multi_BreakEven.mt5 Multi_BreakEven is a script file that enables setting multiple entry positions to breakeven, either through pips or a target price, once the trade becomes favorable.
- Multi_BreakEven.mt4 Multi_BreakEven is a script file that allows multiples entry positions to set to breakeven using pips or target price when the trade is in your favor.