ideabythe expert advisor uses the custom indicator. buy open signal: indicator at bar #1 is equal to "0.0"; sell open signal: indicator at bar #1 is equal to "1.0".stop loss, take ...
the expert advisor uses two ima (moving average, ma) indicators and one irsi (relative strength index, rsi). one of the imas uses the mode_ema , the second one uses mode_lwma (the ...
ideabya trading system based on the puria method. it uses the fast ima indicator (moving average, ma), two slow ima indicators (moving average, ma) and one imacd indicator (moving ...
ideabythe expert advisor operates using pending buy limit and sell limit orders. the working timeframe to analyze ohlc is specified in the 'work timeframe' parameter. trading signa...
the main indicator line breaks though zero;the color of the signal cloud changes (the indicator trend direction changes);overbought or oversold levels breakthrough;exiting overboug...
a trading system based on the indicator signals. a trade signal is generated at the close of a bar if the color of the histogram has changed from dark to bright pink or lime, i.e. ...
a trend indicator using the .the indicator uses smoothalgorithms.mqh library classes (copy it to terminal_data_folder\mql5\include). the use of the classes was thoroughly described...
the indicator with the ability to change the indicator timeframe using input parametersfor the indicator to operate, you should add the vts_float_pivot_smoothed.ex5indicator to the...
a trading system based on the signals of the indicator. the signal is formed at the bar close. there are three possible position entry and exit algorithms.entry and exit at a zero ...
ivan kornilovtwenty indicators displayed in one window. each line can be colored depending on its position relative to overbought and oversold areas. when launching the indicator, ...
indicator featuring background filling in overbought/oversold areas. filling size and position are adjustable by inputswhen launching the indicator, you can change the style and co...
john bollinger mfi money flow index), normalized. bollinger bands are used for calculating overbought/oversold zones.there are four input parameters:mfi period- mfi calculation per...
the indicator builds fibonacci levels at candlestick high and low, based on the timeframe specified in the indicator parameters.fig.1. the candlesautofibo indicator...
the indicator with the possibility to change the indicator timeframe using input parameters:for the indicator to operate, the xfisher_org_v1_vol_supr_zer.ex5indicator must be added...
idea by-the expert advisor operates using buy stop and sell stop orders: within the "number of bars" interval, the ea searches for high and low prices in the "work timeframe". then...
the indicator with the possibility to change the calculation timeframe using the indicator input parameters:for the indicator to operate, the colormfi_x20.ex5indicator should be ad...
the indicator with the possibility to change the calculation timeframe using the indicator input parameters:for the indicator to operate, the colorrsi_x20.ex5indicator should be ad...
multi-timeframe version of indicator. displays alexander elder's safe zones calculated for three specified timeframes. elder's safe zone calculates the minimum stop loss so that to...
two identical trading systems (for long and short deals) based on the indicator signals that can be configured in different ways within a single ea with an ability to change the vo...
the indicator, in which you can change colors and the values of horizontal fibonacci levels.for the indicator to operate, add to <terminal_data_folder>\mql5\indicatorsthe com...
the expert advisor uses buy stop and sell stop pending orders. the ea performs operations at the emergence of a new bar: if there are no positions, as well as no pending stop order...
the multi-timeframe moving average indicator.it has five input parameters:period - calculation periodmethod - calculation methodapplied price- price used for calculationstimeframe ...
donchian oscillator is an indicator of a ratio between the price and the donchian channel. if the current close price is above the donchian channel, the indicator draws a histogram...
'three atr bands with multiple selection' indicator is a set of three atr bands indicators each having adjustable parameters.it has nineteen input parameters:show middle lines- sho...
three bigger time frame atr is a multi-timeframe atr indicator. it displays three atrs of higher timeframes on the current chart.it has five input parameters:atr period- atr calcul...
bigger time frame bollinger bands displays bolinger bands indicator data of a higher timeframe on the current one.the indicator has nine adjustable parameters:bb period- bollinger ...
theory : short description by john ehlers :the objective in cycle mode is to filter out the unwanted components – both low frequency trends and the high frequency noise – and retai...
theory : john ehlers uses bandpass filter (originally published here : ) to calculate what can be called a "market mode". the method used for that is to calculate an average of pea...
one more in the series of very simple (code wise - ie, execution speed is satisfactory, and to use) indicators :this one is showing the crosses of two averages as signals and the d...
theory : john ehlers describes what he calls the nonlinear kalman filter in the following way :color change on slopecolor change on outer (floating) levels crosscolor change on mid...
theory : usage : you can use the color change as signal. there are two possible color change modes :color change on zero crosscolor change on slope change...
theory : color change on slopecolor change on outer (floating) levels crosscolor change on middle (floating) level (sort of a "zero line") crossusage : you can use the color change...
theory : short description of bandpass filter by john ehlers :the objective in cycle mode is to filter out the unwanted components – both low frequency trends and the high frequenc...
theory : color change on macd slope changecolor change on macd to signal crossslope change on macd crossing on outer (ob/os) crossesslope change on middle (floating zero) crossusag...
theory : ema (exponential moving average) is very well known and widely used indicator. more information on it can be found here : . it is used as a building brick for trix (triple...
theory : welles wilder was frequently using one "special" case of ema (exponential moving average) that is due to that fact (that he used it) sometimes called wilder's ema. the dif...
many friends asked me for a simple, non-obtrusive, resource-friendly clock to track the time during their trades. it seems pretty obvious, but it is a must-have for those trading t...
theory : it is smoothing a bit the rsi (not too much, but the smoothness difference is noticeable and significant in a lot of cases)it is preventing too much flattening of the rsi ...
another request from my brotherhood was putting the name of the symbol being seen - a little bigger - on the chart, just to get sure that they are seeing the correct one... mistake...
the concept is simple: plotting price behavior within several periods of time.some symbols behave very well during the trading day - with this i mean intraday trading - and this be...
theory : trix (triple exponential average (trix) indicator is an oscillator used to identify oversold and overbought markets, and it can also be used as a momentum indicator. it is...