Published article "Data Exchange between Indicators: It's Easy".

We want to create such an environment, which would provide access to data of indicators attached to a chart, and would have the following properties: absence of data copying; minimal modification of the code of available methods, if we need to use them; MQL code is preferable (of course, we have to use DLL, but we will use just a dozen of strings of C++ code). The article describes an easy method to develop a program environment for the MetaTrader terminal, that would provide means for accessing indicator buffers from other MQL programs.
New publications in CodeBase
- Awesome Oscillator (AO) Bill Williams's Awesome Oscillator Indicator (AO) is a 34-period simple moving average, plotted through the middle points of the bars (H+L)/2, which is subtracted from the 5-period simple moving average, built across the central points of the bars (H+L)/2. It shows us quite clearly what’s happening to the market driving force at the present moment.
- Average True Range (ATR) Average True Range Technical Indicator (ATR) is an indicator that shows volatility of the market.
- Accumulation Swing Index (ASI) ASI was created by Wales Wilder as an ordinary fluctuations indicator that gets signals from previous maximums and minimums of price.
- Adaptive Moving Average (AMA) The Adaptive Moving Average Indicator is used for constructing a moving average with low sensitivity to price series noises and is characterized by the minimal lag for trend detection.
- Average Directional Movement Index Wilder The Average Directional Movement Index by Wilder (ADX Wilder) helps to determine the presence of the price trend.
New publications in CodeBase
- Class CalcFrac - Number of bars before and after the current High / Low (calculated fractal) Calculates fractals and lets you specify the number of bars separately before and after the current High / Low (fractal).
- Vortex Oscillator System A trading system based on the Vortex Oscillator.
- Vortex Indicator System A trading system based on the Trading Idea presented in the article "The Vortex Indicator" published in the January 2010 issue of Technical Analysis of Stocks & Commodities.
New publications in CodeBase
- Average Directional Movement Index (ADX) The Average Directional Movement Index Indicator (ADX) helps to determine if there is a price trend.
- Accelerator Oscillator (AC) The Acceleration/Deceleration Indicator (AC) measures acceleration and deceleration of the current driving force.
Published article "MQL5: Create Your Own Indicator".

What is an indicator? It is a set of calculated values that we want to be displayed on the screen in a convenient way. Sets of values are represented in programs as arrays. Thus, creation of an indicator means writing an algorithm that handles some arrays (price arrays) and records results of handling to other arrays (indicator values). By describing creation of True Strength Index, the author shows how to write indicators in MQL5.
New publications in CodeBase
- Vortex Oscillator An oscillator version of the Vortex Indicator
- Vortex Indicator This indicator appears in the January 2010 issue of Technical Analysis of Stocks & Commodities.
New publications in CodeBase
- Channel ZZ A brand-new version of Channel ZZ indicator
- NettoTrading The script allows to use MetaTrader4 as netting platform. It has some advantages compared with MetaTrader5.
New publications in CodeBase
- Осцилятор на упрощённом алгоритме перцептрона Две версии индикатора на упрощённом алгоритме перцептрона
- Brother2 is the separate indicator for each currency pair and each forex broker Many informations about the MARKET and CURRENCY in ONE SUBWINDOW such as: symbol, spread, swap, freezlevel, money magament, time to end each bar and times of opened bars, global markets times open/close in GMT and more...
New publications in CodeBase
- SuperMultiChart The universal multi-chart of the currencies, with the changed list of currencies, a range of display, the period and position in a window.
- Expertoscope It saves the current expert parameters for all the experts attached to charts.
New publications in CodeBase
- Multi Moving Average It shows the information about 4 Moving Averages in a separate window.
- Williams_Ind The moved panel with the indicators of B.Williams, for strategy Trading chaos. It shows a direction of indicators AO, AC, and MACD.
- Happy New Year Happy New Year 2010