combination of two very well known indicators (cci and moving average) that estimates the direction strength of the current market trend.averages that can be used are the basic 4 t...
combination of two very well known indicators (cci and moving average) that estimates the direction strength of the current market trend.averages that can be used are the basic 4 t...
pivotal points as described in the march 2009 sfo magazine article "trading fx like jesse livermore traded stocks" by jamie saettele.livermore's strategy was based on what he terme...
hikkake pattern (inside day false breakout) indicator is a trading strategy based on false breakouts. translated into mql5 code from dan chesler's article published in april 2004, ...
about jurik smoothing there is one part that is less known: jurik smoothing is adaptive indicator.it is using something that is sometimes refereed to jurik volty (a sort of market ...
about jurik smoothing there is one part that is less known: jurik smoothing is adaptive indicator.it is using something that is sometimes refereed to jurik volty (a sort of market ...
rsx is one of the rsi/momentum family based indicators that is suitable for adapting.this indicator is a that is using jurik volty adaptive rsx for calculation. default adapting pe...
usually cci is calculated as using average (simple moving average) and mean deviation. that produces the well known cci that we all are using.smoother results can be achieved in mu...
idea by: .mql5 code by: .the ea works only when a new bar appears. only one input is needed - the lot size: either a permanent lot size (parameter "lots" is above zero and paramete...
idea by: .mql5 code by: .an expert advisor based on two oscillators: imacd (with adjustable timeframe) and istochastic taken on the current timeframe. the main idea is that the mac...
idea by: .mql5 code by: .the ea is based on indicator ima (moving average, ma) with timeframe d1.you can increase your positions (set parameter "increase positions" to "true"), but...
idea by: .mql5 code by: .the ea only operates when a new bar appears on timeframe working timeframe. indicators are also taken from timeframe working timeframe. the ea itself must ...
idea by: .mql5 code by: .a trading system that only trades on resverse and from thursday to friday only.inputs lots- position volume (lot size is set manually, trading with a const...
idea by: .mql5 code by: .you need trading in the opposite trend? when trading manually or using another ea, utility ees hedger can instantly open opposite positions in a manner spe...
idea by: .mql5 code by: .a trading strategy based on working with a "fan" of moving averages (three timeframes, five moving averages on each). the ea is designed to work on gbpusd,...
oscillator phase change index is the market phase change index that helps identify the current phase (stage) of the market.it has four configurable parameters:period - calculation ...
this indicator is based on indicator and on the analysis of its multiple signal lines. signal lines calculation algorithm is as follows. any period value from the multitude of sign...
trend-following trading system exp_absolutelynolaglwma_x2 is based on the signals of two indicators . the first indicator determines the direction of the slow trend based on the li...
two indicators from different timeframes, the area between lines being filled with a cloud, the color of which corresponds with the trend direction on the marketfor the indicator t...
ehlers filter. the indicator allows tracking the common trend and trade in its direction.there are three adjustable parameters:period - calculation periodmomentum - momentum period...
ehlers filter with the non-linear distance calculation algorithm. the indicator allows tracking the common trend and trade in its direction. unlike linear , it has a shorter delay ...
oscillator finite volume elements (fve) is an indicator of money flow movement.it was developed by markos katsanos and presented in the technical analysis of stocks & commoditi...
oscillator historical volatility ratio is a volatility indicator based on the "yesterday" / "today" price ratioit has four configurable parameters:first deviation period- first sta...
this oscillator is a normalized acceleration/deceleration indicator. it shifts and re-scales the standard ac indicator.it can be helpful in adjusting the configuration to other osc...
the ea uses indicator (the indicator must be in the mql5\indicators\myind\ folder)inputs lots (or "lots">0 and "risk"==0 or "lots"==0 and "risk">0) - constant lot size risk ...
indicator polynomial regression slope draws a as a histogram that fits best with the prices between the initial and end points of the price.there are three adjustable parameters:pe...
the oscillator displays in a separate window the yesterday/today ranges ratio."if yesterday's range was narrower than the previous day's one, it may be an explosive movement today....
the indicator calculates what price should be on the next bar for the macd and signal lines of the standard macd indicator intersect. it was described in johnny doug's article reve...
the indicator is intended for roughly estimating the direction of the next candlestick, depending on exceeding the average candlestick range over a period of time.if the range of t...
indicator "trend confirmation index"if we use an assumption that theclose price location within a candlestick contains information of whether the trend is strong or weak and whethe...
the indicator represents a moving average that resets its calculation period, as soon as the current standard deviation exceeds the previous one twice or more when the bar is closi...
this momentum indicator was described in article "optimizing the pulse" by anthony w. warren in the s & c magazine in april, 1994.it has nine input parameters:first ma period- ...
oscillator comparative adx indicates the relative trend strength, based on the smoothed values of the five main currency pairs: eurusd, gbpusd, audusd, usdjpy, and usdcad, and of t...
an oscillator using fischer transform of normalized prices.normalizing price flows by fischer transform allows you to detect the peak oscillations of the indicator line, which indi...
two indicators from different timeframes, the area between lines being filled with a cloud, the color of which corresponds with the trend direction on the marketfor the indicator t...
indicator additionally smoothed and made as a color histogramthe indicator uses smoothalgorithms.mqh library classes (copy it to <terminal_data_folder>\mql5\include). the use...
moving average displaying the most recent values as a price label, with the possibility to round the indicator levels to a required number of digits. the number of digits to round ...
trend-following trading system exp_colorx2ma_x2 is based on the signals of two indicators . the first indicator determines the direction of the slow trend based on the line color. ...
indicator with the timeframe selection option available in its input parameters:for the indicator to operate, indicator colorx2ma.ex5must be in the <terminal_data_directory>\...
a trading system using oscillator with the option of strictly setting a trading time interval.a trade decision is made when the histogram changes direction, at the breakthrough of ...
expert advisor exp_blautvi_tm is based on the signals of trend-following indicator , with the option of setting a strict trading time interval. the signal is formed when a bar is c...