Smoothed CCI indicator.It has ten input parameters:CCI period- calculation periodApplied priceUse pre-smoothing- use preliminary smoothing (smoothing of prices used to calculate th...
The indicator colors candles based on data from AO and AC indicators.There are five inputs:Data source- data source for calculating AO and ACPrice - priceHeiken Ashi- Heiken AshiFa...
The trading system based on the signals of the indicator. The signal is formed when a bar is closing if there is a channel breakthrough.For the generated EA to operate correctly, t...
indicator with the timeframe selection option available in input parameters:For the indicator to operate, the XWPR_Histogram_Vol.ex5indicator should be added to the <terminal_da...
indicator with additional averaging of the resulting histogram. A similar averaging is applied to dynamic overbought/oversold levels as well.The indicator uses SmoothAlgorithms.mqh...
VR Donchian Liteis a classic Donchian Channel.Its main advantage is that it is based on classic trend definition rules.Upward trend rule - new local highs and lows exceedthe previo...
Theory : Sylvain Vervoort's article in May 2008 issue of TASC , "The Quest For Reliable Crossovers," describes a trading system based on three functions: the triple exponential mov...
Theory : Sylvain Vervoort's article in May 2008 issue of TASC , "The Quest For Reliable Crossovers," describes a trading system based on three functions: the triple exponential mov...
Theory : Sylvain Vervoort's article in May 2008 issue of TASC , "The Quest For Reliable Crossovers," describes a trading system based on three functions: the triple exponential mov...
Theory : Sylvain Vervoort's article in May 2008 issue of TASC , "The Quest For Reliable Crossovers," describes a trading system based on three functions: the triple exponential mov...
Theory :The indicator is coded exactly as it is described by Vitali Apirine (including the usage of high and low prices for adapting)Usage :It can be used as any regular moving ave...
Theory : Usage : It can be used as any regular moving average (or, for the users of KAMA - Perry Kaufman's AMA, as a "faster" substitute of KAMA). Also, you can use the color chang...
Theory : As a logical step there is a system that is combining the two indicators : this AMA and Perry Kaufman's KAMA. The signals produced that way are interesting and can be used...
Theory : As a logical step there is a system that is combining the two indicators : this AMA and Perry Kaufman's KAMA. The signals produced that way are interesting and can be used...
Theory : Usage : Ehlers suggests usage as signals on zero line cross. You can use it that way, but you can also use the slope change too.PS: Indicator is using default parameters a...
Theory : Usage : change when the slope of RMO changeschange when the RMO crosses outer floating levels (default)change when the RMO crosses the middle (dynamic "zero") level PS:Ind...
Theory : Usage : change when the slope of AMA changeschange when the AMA crosses outer floating levels (default)change when the AMA crosses the middle (dynamic "zero") level...
Theory : The usage of RSI (Relative Strength Index) started for, mainly, two reason :to filter out insignificant price changesto emphasize the RSI values (to eliminate, if possible...
Theory : The usage of RSI (Relative Strength Index) started for, mainly, two reason :to filter out insignificant price changesto emphasize the RSI values (to eliminate, if possible...
Theory : The idea comes from another trading platform. They called it differently there, but the name here reflects exactly what it is all about. The idea is simple : we are counti...
Theory : The idea comes from another trading platform. They called it differently there, but the name here reflects exactly what it is all about. The idea is simple : we are counti...
This is a utility for beginning indicator programmers, or others, that want to have a look at values provided by OnCalculate and a few other functions.The indicator shows:1) The mo...
Theory : Average True Range (ATR) is widely used indicator in many occasions. It is calculated as SMA (Simple Moving Average) of true range (which is calculated as the greatest of ...
Theory : This indicator is showing an example how an adaptive ATR (originally published here : ) can be used within some other indicator. As an addition, not only the ATR is adapti...
Theory : This indicator is showing an example how an adaptive ATR (originally published here : ) can be used within some other indicator. It is using the original way how Ketner ch...
Theory : periodpriceNo other parameters neededUsage : It can be used as any other moving average type indicatorPS: This type of adapting tends to produce smoother slopes than the E...
This indicator enhance the functionality of the standard crosshair of MetaTrader adding the difference in Percentage and the time span in a human readable form (not in bars, but in...
Theory : simple moving average (SMA)exponential moving average (EMA)smoothed moving average (SMMA)linear weighted moving average (LWMA)Usage :As any other Rsi(oma) is used. Some ad...
Theory : Stochastic oscillator is usually used on prices. But sometimes that produces much noise. Some filtering methods can be used (like this : ).simple moving average(SMA)expone...
Twenty in a single window.The indicator uses the classes of library SmoothAlgorithms.mqh (to be copied to <terminal_data_directory>\MQL5\Include). The use of the classes was ...
Three standard deviation channels using indicator buffers based on the number of bars defined in the indicator inputs with the channels' background filling.Fig1. Indicator Standard...
Three standard deviation channels using indicator buffers based on the number of bars defined in the indicator inputs.Fig1. Indicator Standard_Deviation_Channels_x3...
Code mq5 by: Note: The EA was developed solely for checking a random market entry! The EA opens positions depending on the value obtained in the random number generator. Stop loss ...
Idea by:Code mq5 by:The EA works both on netting and hedging accounts. It places pending orders only when a new bar appears.What It Makes First, three parameters (Hour 1, Hour 2, a...
Antonuk OlegAn indicator that shows buy and sell signals of three indicators (iSAR, iWPR, and iMA) on nine timeframes with full settingsThe indicator uses the class of library (to ...
Two identical trading systems (for long and short positions) based on the signals of indicator , which can be configured in different ways within one Expert Advisor. For this purpo...
A trading system based on the signals of indicator . The signal is formed when a bar is closing if there is change in candle direction maintaining change of its color.For the gener...
The robot works only on cryptocurrency exchange. It places a specified number of buy and sell orders considering the market depth price or a guide (fair contract price obtained fro...
A trading system based on the signals of indicator . Trading signals are formed when a bar closes if the histogram direction has changed (which is displayed by five-pointed stars c...
Idea by:Code mq5 by:The EA uses indicators iMA (Moving Avrage, MA) and iRSI (Relative Strength Index, RSI).Original description:Bago system can be categorized as a trend following ...