Articles, Library comments - page 396

New article Marvel Your MQL5 Customers with a Usable Cocktail of Technologies! has been published: MQL5 provides programmers with a very complete set of functions and object-oriented API thanks to which they can do everything they want within the MetaTrader environment. However, Web Technology is an
The Moving Average Class : Uses the idea of ​​the classical moving average smoothing. The class can be used when you want to smooth out any array of type double without using the standard indicator. The class sample requires the following: Fill in the array double in_mas[], Set the values of the
Moving Average Trade System: The strategy is based on Moving Average with the periods of 5/20/40/60. Author: Юрий
Moving Average: Moving Averages show the average value of the price of the symbol for a period of time. Author: John Smith
New article Why Is It Important to Update MetaTrader 4 to the Latest Build by August 1? has been published: From August 1, 2014, MetaTrader 4 desktop terminals older than build 600 will no longer be supported. However, many traders still work with outdated versions and are unaware of the updated...
BreakOut: This EA will open a Long Order if the Price move above yesterday High or Short Order if the Price move beneath yesterday Low. Author: Leonid Basis
i-Fractals-sig : The indicator of the market entry signals using fractals. Author: Nikolay Kositsin
BackgroundCandle_DigitMacd_HTF : The indicator draws candlesticks of a larger timeframe as color filled rectangles in accordance with the colors of the DigitMacd indicator cloud. Depending on trend direction defined by the color of the cloud of the original indicator, the candlestick body is painted
Exp_DigitMacd : The Exp_DigitMacd EA is based on the signals generated by the DigitMacd oscillator. The signal is formed when a bar is closing if there is change in cloud color of the indicator. Figure 1 The instances of history of deals on the chart. Figure 2. Chart of testing results Author
SatlMacd : This indicator is an oscillator based on the averaged difference between the SATL digital filter and the Close price. Author: Nikolay Kositsin
FatlMacd : An oscillator from an averaged difference between the FATL digital filter and the Close price. Author: Nikolay Kositsin
Exp_DynamicRS_C : A trading system that uses the DynamicRS_C indicator. A trade decision is made when the direction of the indicator movement changes. Figure 1. The instances of history of deals on the chart. Figure 2. Chart of testing results Author: Nikolay Kositsin
BackgroundCandle_StepMA_Stoch_KV1_HTF : The indicator draws candlesticks of a larger timeframe as color filled rectangles in accordance with the values of the StepMA_Stoch_KV1 indicator. Depending on trend direction defined by the position of the original indicator histogram relative to zero, the
MultiHighsLowsSignal : The MultiHighsLowsSignal indicator shows information on active trends using the values of seven HighsLowsSignal indicators from different timeframes. One of the seven indicator lines corresponds to each HighsLowsSignal indicator. The trend direction displayed by the line color
DynamicRS_C : A trend indicator of the series of indicators without averaging. Yellow color occurs when the trend changes. The growing trend colors the line in purple, and falling trend - in pink. Author: Nikolay Kositsin
Linear_Price_Bar : A candlestick chart, all the Open prices of which are shifted to zero. Author: Nikolay Kositsin
Sacred Chao - Signals from "Trading Chaos: 2nd Edition" : Yet Another Chaos Indicator. "The Sacred Chao symbolizes absolutely everything anyone need ever know about absolutely anything, and more! It even symbolizes everything not worth knowing, depicted by the empty space surrounding the
STOPD Levels MTF: It plots the STOPD Price Levels based on user specified timeframe (parameter Timeframe, D - daily, W - weekly, M - monthly, Q - quarterly, Y - yearly). The other parameters are there for customization of the price levels in case users like to experiment with other price expansion...
SignalsDemo : The SignalsDemo Expert Advisor uses the trade signals functions. It shows the properties of the signals, available in client terminal, allows to modify the signal copy settings and subscribe or unsubscribe to the selected trade signal. Author: MetaQuotes Software Corp
  Indicators: MA-ATR  (10)
MA-ATR: This indicator combines Moving Average (MA) and Average True Range (ATR). Author: Rasoul Mojtahedzadeh
Regression Analysis v2.0: This indicator compares four types of regression (linear, quadratic, logarithmic and exponential) and chooses the one that best fits the data analyzed. Author: BORIS ARMENTEROS
Fast FrAMA : Fast FrAMA, in contrast to the version from MQL5 suite , has more wide applied price constant choose and, what's the main difference, calculation speed is increased by a factor of 30 to 100. Author: Roman Pritulyak
  Experts: RUBBERBANDS_2 EA  (48   1 2 3 4 5)
RUBBERBANDS_2 EA: This EA is an enhanced version of the original RUBBERBANDS EA. Just like the oroginal RUBBERBANDS EA, it works in any timeframe for any currency pair, including gold and silver. Author: StJojo
iMirror : The iMirror indicator shows a prices mirrored upside down. When the mouse is on the indicator, its color changes to the chart color, while the chart is dimmed. When you click on the indicator, it remains in the foreground till another click. Author: Timur Gatin
MFI_3HTF : Three MFI (Money Flow Index) oscillators with three different timeframes on one chart. Author: Nikolay Kositsin
RES-SUP : Two pairs of support and resistance levels based on the candlesticks of the timeframe specified in the input parameters. The formula for the calculation of the levels: Res2 = ( Low + High + Close ) / 3 + ( High - Low ) * 0.618 Res1 = ( Low + High + Close ) / 3 + ( High - Low ) * 0.5 Sup1 =
HighsLowsSignal : A semaphore signal indicator determining the moments of a directional price change on several bars, the number of bars is specified in the indicator input parameters. Both High and Low of a candlestick series are used in the analysis. Author: Nikolay Kositsin
ATR Levels: ATR Levels Indicator. Author: Collector
BAT ATR_v1: Indicator BAT ATR v1 Author: John Smith
MFI_price: MFI indicator with possibility to establish applied price. Author: Paladin80