New publications in CodeBase
- Rainbow WMA Based on Mel Widner's Rainbow Average (that is similar to Guppy MMA), this is a sort of generalized version with quite a few extensions.
- Math Utils Handy functions for comparison, rounding, formatting and debugging of doubles (prices, lots and money).
- NonLag MA MTF Well known NonLag MA with additions and adjustments.
- MACD High/Low MTF MACD High/Low made multi timeframe.
- Ultra Trend MTF Ultra Trend indicator made as multi timeframe.
The most popular forum topics:
- Machine learning in trading: theory, models, practice and algo-trading 72 new comments
- Trend-tracking trading systems 56 new comments
- The market is a controlled dynamic system. 19 new comments
Most downloaded source codes this week
- Daily Pivot Points shifted for different day start time This indicator is another implementation of daily pivot points that allows the time for pivot point calculation to be advanced or delayed from the server time. It considers any Saturday trading to be Friday and any Sunday trading to be Monday.
- RSISignal This indicator is based on original RSI, but more features are added to general signals and watch the strength of the price movement. The main purpose is to general buy/sell signals using smoothed RSI and its MA.
- TradePanel Simple one click trade panel, typically useful for scalpers and day traders.
Most read articles this week

Deep Neural Networks (Part V). Bayesian optimization of DNN hyperparameters
The article considers the possibility to apply Bayesian optimization to hyperparameters of deep neural networks, obtained by various training variants. The classification quality of a DNN with the optimal hyperparameters in different training variants is compared. Depth of effectiveness of the DNN optimal hyperparameters has been checked in forward tests. The possible directions for improving the classification quality have been determined.

Comparing speeds of self-caching indicators
The article compares the classic MQL5 access to indicators with alternative MQL4-style methods. Several varieties of MQL4-style access to indicators are considered: with and without the indicator handles caching. Considering the indicator handles inside the MQL5 core is analyzed as well.

We provide a special installer for the MetaTrader 4 trading platform on macOS. It is a full-fledged wizard that allows you to install the application natively. The installer performs all the required steps: it identifies your system, downloads and installs the latest Wine version, configures it, and then installs MetaTrader within it. All steps are completed in the automated mode, and you can start using the platform immediately after installation.
Bestsellers in the Market:
The most downloaded free products:
Bestsellers in the Market:
The most popular forum topics:
- Machine learning in trading: theory, models, practice and algo-trading 80 new comments
- Selecting a computer configuration (expert optimisation a priority) 40 new comments
- Trend-tracking trading systems 36 new comments
Bestsellers in the Market:
Bestsellers in the Market:
New publications in CodeBase
- NonLag MA Trend Indicator based on the NonLag Moving Average.
- Ehlers Distance Coefficient Filter Ehlers Distance Coefficient Filter coded exactly a Ehlers described it in his book "Rocket science for traders".
- Ehlers Nonlinear Filter Zone This is the "zone" indicator using Ehlers Nonlinear Filter for calculation.
- Ehlers Nonlinear Filter Ehlers Nonlinear Filter provides extraordinary smoothing in sideways markets and aggressively follow major price movements with minimal lag.
- Zone Trade - Histogram This version of Zone Trade indicator is made to show as histogram in separate window.
- Zone Trade The indicator was described by B. Williams as fourth dimension - Trading Zone.
- Heiken Ashi Zone Trade - Separate This version of Heiken Ashi Zone Trade indicator is made to display values in a separate window - that way it will not interfere with the other on-chart indicators and can be easier to read the states in some cases.
- Heiken Ashi Zone Trade Heiken Ashi Zone Trade indicator is based on 3 indicators: Heiken Ashi, Accelerator Oscillator, and Awesome Oscillator.
- Trend Intensity Index Trend Intensity Index as described by M.H.Pee in his article "Trend Intensity Index".
The most downloaded free products:
Bestsellers in the Market:
The most popular forum topics:
- Machine learning in trading: theory, models, practice and algo-trading 43 new comments
- Optimise an EA and get the best of the optimised ones. 36 new comments
- Selecting a computer configuration (expert optimisation a priority) 23 new comments
Bestsellers in the Market:
Most downloaded source codes this month
- TradePanel Simple one click trade panel, typically useful for scalpers and day traders.
- Daily Pivot Points shifted for different day start time This indicator is another implementation of daily pivot points that allows the time for pivot point calculation to be advanced or delayed from the server time. It considers any Saturday trading to be Friday and any Sunday trading to be Monday.
- Shved Supply and Demand The indicator showing the supply and demand zones.
Most read articles this month

How to create Requirements Specification for ordering an indicator
Most often the first step in the development of a trading system is the creation of a technical indicator, which can identify favorable market behavior patterns. A professionally developed indicator can be ordered from the Freelance service. From this article you will learn how to create a proper Requirements Specification, which will help you to obtain the desired indicator faster.

We provide a special installer for the MetaTrader 4 trading platform on macOS. It is a full-fledged wizard that allows you to install the application natively. The installer performs all the required steps: it identifies your system, downloads and installs the latest Wine version, configures it, and then installs MetaTrader within it. All steps are completed in the automated mode, and you can start using the platform immediately after installation.

Money Management by Vince. Implementation as a module for MQL5 Wizard
The article is based on 'The Mathematics of Money Management' by Ralph Vince. It provides the description of empirical and parametric methods used for finding the optimal size of a trading lot. Also the article features implementation of trading modules for the MQL5 Wizard based on these methods.
New publications in CodeBase
- Leader of the MACD - Extended This version extends the basic version of Leader of the MACD with some options that are adding more flexibility to the usage of the indicator.
- Trend Strength Average Trend Strength Average uses some of the 4 regular types of averages for trend strength assessment.
- Trend Strength - Jurik smoothed RSI Trend strength assessment based on Jurik smoothed RSI.
- Trend Strength RSX Trend strength assessment based on RSX.
- ADXVMA Histogram ADXVMA Histogram is a binary version of ADXVMA indicator: instead of showing the values of ADXVMA on chart, it displays only the state of the slope of the ADXVMA in a form of a histogram.
- ADXVMA ADXVMA uses modified ADX calculation for adapting Moving Average calculation.
- Trend Continuation Factor Trend Continuation Factor (TCF) indicator identifies the trend and its direction.
- Trend Continuation Factor - Jurik smoothed Trend Continuation Factor (TCF) indicator with Jurik smoothing identifies the trend and its direction.
- Phase Change Index The Phase Change Index (PCI) is an indicator designed specifically to detect changes in market phases.
Bestsellers in the Market:
The most popular forum topics:
- Machine learning in trading: theory, models, practice and algo-trading 169 new comments
- Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes 21 new comments
- Errors, bugs, questions 15 new comments
Bestsellers in the Market:
Most downloaded source codes this week
- Daily Pivot Points shifted for different day start time This indicator is another implementation of daily pivot points that allows the time for pivot point calculation to be advanced or delayed from the server time. It considers any Saturday trading to be Friday and any Sunday trading to be Monday.
- Martingale Bone Crusher This Martingale EA trades with one moving average, it is considered relatively safe because it takes a single trade at a time.
- RSISignal This indicator is based on original RSI, but more features are added to general signals and watch the strength of the price movement. The main purpose is to general buy/sell signals using smoothed RSI and its MA.
Most read articles this week

Comparing speeds of self-caching indicators
The article compares the classic MQL5 access to indicators with alternative MQL4-style methods. Several varieties of MQL4-style access to indicators are considered: with and without the indicator handles caching. Considering the indicator handles inside the MQL5 core is analyzed as well.

Deep Neural Networks (Part V). Bayesian optimization of DNN hyperparameters
The article considers the possibility to apply Bayesian optimization to hyperparameters of deep neural networks, obtained by various training variants. The classification quality of a DNN with the optimal hyperparameters in different training variants is compared. Depth of effectiveness of the DNN optimal hyperparameters has been checked in forward tests. The possible directions for improving the classification quality have been determined.

How to create a graphical panel of any complexity level
The article features a detailed explanation of how to create a panel on the basis of the CAppDialog class and how to add controls to the panel. It provides the description of the panel structure and a scheme, which shows the inheritance of objects. From this article, you will also learn how events are handled and how they are delivered to dependent controls. Additional examples show how to edit panel parameters, such as the size and the background color.
The most downloaded free products:
The most popular forum topics:
- From theory to practice 48 new comments
- The market is a controlled dynamic system. 40 new comments
- Machine learning in trading: theory, models, practice and algo-trading 32 new comments
Bestsellers in the Market:
Bestsellers in the Market:
Bestsellers in the Market:
The most popular forum topics:
- From theory to practice 81 new comments
- Multicurrency Experts 5-21 pair 55 new comments
- Machine learning in trading: theory, models, practice and algo-trading 55 new comments
The most downloaded free products:
New publications in CodeBase
- T3 bands Variation of the well known Bollinger Bands indicator.
- T3 Deviation T3 Deviation uses intermediate steps of T3 calculation to get the deviation based on T3. As expected the deviation calculated this way is much smoother than the Standard Deviation (as a result of using T3 which on its own is smoother than the simple moving average), and is "faster" in response to market changes.