Articles, Library comments - page 255

MultipleFractals: An indicator of multiple fractals. Author: Scriptor
CCI_Divergence: The indicator searches for divergences and displays them on the chart of the custom CCI indicator. Author: Scriptor
BB-Percentage-Decimal: Bollinger Bands in the form of an oscillator. Author: Scriptor
Elders Safe Zone: An indicator based on Elder's "Safe Zone". Author: Vladimir Karputov
Pipsover 2: The Expert Advisor works based on the iChaikin (Chaikin Oscillator) and iMA (Moving Average, MA) indicators. Author: Vladimir Karputov
MACDSimpleReshetov: An Expert Advisor trading MACD signals. For those who prefer trading CFDs and futures symbols. Author: Vladimir Karputov
UmnickTrader: An MQL5 implementation of the adaptive UmnickTrade Expert Advisor. Author: Vladimir Karputov
Kaufman AMA with filter: Adaptive Moving Average (AMA) technical 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. This indicator was developed and described by Perry Kaufman in his...
Schaff TCD RSX: As a logical step to filter out more the possible false signals, this variation of Schaff TCD RSI is using RSX (which is a smoother RSI than the "regular" RSI) to produce a smoother result. The extremes (0 and 100) are reached faster for this variation of the indicator - when...
Schaff TCD RSI: Doug Schaff created a few indicators that were meant to assess trends. In one of his indicators he uses what he calls "Shaff CD" (which is actually MACD signal line instead of using MACD). The resulting indicator has the benefit of putting the Schaff Trend CD on a scale of...
Schaff Trend RSX: Schaff Trend RSI is a useful indicator, but if we follow the slope of the RSI as a signal, it might give us a bit too much signals. The solution seems obvious: since RSX is "a smoother RSI" without a lag, in this version RSX is calculated instead of RSI. That makes the...
Glitch Index: Source of this on is February 2004, Active Trader magazine. System concept This system was inspired by the more successful stock systems that have appeared in the Trading System Lab. These strategies share a common timing technique - they attempt to take advantage of minor...
MACD High/Low: MACD (invented by Gerald Appel back in 1970) is one of the widely used indicators. Usually it is used in combination of a zero line and a signal line.That is a good approach but the zero line part has it's issues. One of the main issues is that the zero line after big changes...
  Experts: EMA_WMA  (2)
EMA_WMA: EMA_WMA - Expert Advisor for MetaTrader 5. Intersection of two iMA (MA). Author: Vladimir Karputov
Schaff Trend RSI: Schaff Trend Series indicator that is less known. While Schaff Trend Cycle is a sort of a double smoothed stochastic of a MACD, this is an RSI of the MACD. It partially reminds of a RSI of Moving Average, but the difference is significant enough to have it as a new...
Bulls and Bears: Usually we have one indicator showing bulls power and one showing bears power. Since they are not having the same ranges of values, they can not be just placed in the same window so that we have one all-in-one bulls and bears power window. This indicator makes this, and...
Kaufman AMA MACD: Adaptive Moving Average (AMA) technical 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. This indicator was developed and described by Perry Kaufman in his book...
Smoother Momentum Stops: Momentum is usually used for trend or price change direction assessment. This indicator changes that in some way. The stops are calculated using the smoother momentum and the direction of the stops is determined based on the smoother momentum. Apart from direction of...
New article Testing patterns that arise when trading currency pair baskets. Part III has been published: In this article, we finish testing the patterns that can be detected when trading currency pair baskets. Here we present the results of testing the patterns tracking the movement of pair's...
Nonlinear regression: First, a few words about nonlinear regression: Nonlinear regression is a form of regression analysis in which data is fit to a model and then expressed as a mathematical function. Simple linear regression relates two variables (X and Y) with a straight line (y = mx...
Asymmetric bands: There are a lot of bands type indicators and almost all are working in a very similar way: some basic value is taken to be a central value and the bands are drawn on equal distances up and down. That encloses the prices very well, but usually causes a lag when there is a...
Synthetic smoothed RSI: The idea of this indicator is the same as for the synthetic RSI: Instead of using one RSI, the indicator is using 3 instances of RSI, Those 3 instances of RSI are then used to calculate the "synthetic" value (that is not an average of the 3 since the calculation...
Synthetic RSI: The idea of this indicator is simple: Instead of using one RSI, the indicator is using 3 instances of RSI, Those 3 instances of RSI are then used to calculate the "synthetic" value (that is not an average of the 3 since the calculation differs from an average). As an addition...
Polychromatic Momentum: Denis Meyers that invented Polychromatic Momentum, describes it as: Momentum is defined as the difference, or percent change, between the current bar and a bar some lookback period in the past. The major problem with using momentum based indicators is that the...
Dsl - RSI of average: This indicator is using filtered prices for RSI (instead of using "raw" prices) and is using Discontinued Signal Line for trend assessment (instead of using slope or fixed levels). Price filtering prior to RSI calculation helps in making less false signals without...
New article Cross-Platform Expert Advisor: The CExpertAdvisor and CExpertAdvisors Classes has been published: This article deals primarily with the classes CExpertAdvisor and CExpertAdvisors, which serve as the container for all the other components described in this article-series regarding...
CDouble & CDoubleVector: A library for common rounding methods used in MQL development, primitive wrapper class for type (double), and vector for CDouble objects. MQL5 and MQL4 compatible! CDouble The CDouble class wraps a value of the primitive type double in an object. In addition, this class...
Permutations and Combinations: Introduction It doesn't happen very often, but every once in awhile one needs to iterate over all of the combinations or permutations of a set of objects. Or more specifically, given a set of N objects, you want to consider k of them at a time (for each...
Vidya zone (metatrader 4): Vidya zone (metatrader 4). ‌ Author: Mladen Rakic
Start External Process: This script allows you to start any arbitrary external program. Use it as-is or as a starting point for something amazing. In order for this script to work, you will have to allow it to import DLLs. The DLL should be present in computers running the windows operating...