the william blau true strength index indicator shows the william blau true strength index.it has seven input parameters:period- calculation period;applied price- the calculation pr...
the william blau stochastic indicator shows the william blau stochastic.the indicator has five input parameters:period- calculation period;first smooth period- the initial smoothin...
zigzag on fractalsuses fractals (ifractals, fractals) as reference peaks. here, the following rule is applied: where the latest peak was built on the down-fractal and the current d...
idea by: .mql5 code by: .the fx-chaos_scalp trading strategy. no more than one position is in the market at a time. the ea uses the indicator, a zigzag based on fractals.when refer...
idea by: .mql5 code by: .the ea trades on two indicators: ima (moving average, ma) and imomentum (momentum). the ea also takes into consideration the close prices of bar #1 and the...
idea by: .mql5 code by: .the ea uses two moving average indicators, those being the signals on the intersection of two mas: here, the slow indicator (ma "open") is used for opening...
idea by: .mql5 code by: .the ea trades on the ima (moving average, ma) indicator. at the same time, there is a parameter (defined in percents) distance between "ma" and the price- ...
the indicator allows creating an index for one of the eight basic currencies. the index may contain up to ten components.the indicator has twenty-two input parameters:index- the cu...
indicator usdx shows the usd index.calculations:the indicator has two input parameters:applied price- the calculation price;reverse- reverse of the calculated index chart. please n...
indicator usdx shows the in form of japanese candlesticks.calculations:the indicator has one input parameter:reverse- reverse of the calculated index chart. please note that for th...
indicator advance decline line shows the trend strength line. it can also detect possible changes in its direction.it has two input parameters:period- calculation period;cumulative...
idea by: .mql5 code by: .the ea trades with the absorption pattern. it places pending orders buy stop and sell stop. it can move a position to a breakeven, as well as trailing. ind...
the indicator represents two awesome oscillators with different smoothing periods, ao fast and ao slow, calculated based on three components: fast ema, medium ema, and slow ema.it ...
john ehlers cyclic component oscillator.it has two input parameters:period- calculation period;applied price- price used for calculations. calculations:where:...
the fast stochastic oscillator shows in a separate window a stochastic calculated as follows:where:if max = 0,the indicator has four input parameters:period k- the period of calcul...
the slow stochastic oscillator shows in a separate window a stochastic calculated as follows:where:if max = 0,the indicator has five input parameters:period k- the period of calcul...
the stochastic macd oscillator shows in a separate window the stochastic macd.it has six input parameters:macd fast ma- fast ma to calculate macd;macd slow ma- slow ma to calculate...
price rate-of-change (roc) indicator based on stochastic.it has eight input parameters:stochastic k period- the period of calculating the stochastic %k line;stochastic d period- th...
the indicator shows the number of points passed. the methods of averaging from enumeration are supported.trading using the impulse indicator is similar to that based on rsi: the in...
idea by: .mql5 code by: .the ea uses indicators icci (commodity channel index, cci), zigzag, and . position trailing is possible.inputs lots- the initial volume of the positions;st...
the deletetradearrowsutility is designed to delete from the chart the arrow objects that mark transactions in the chart.how to use: drop the transactions from the trading history o...
idea by: .mql5 code by: .the ea trades by the doji pattern:at the same time, you can set the candlestick body size in the "size of a body of a candle (open close)" parameter.operat...
idea by: .mql5 code by: .the ea works with three moving average indicators. these three indicators, i.e., the "first", the "second", and the "third", have ascending average periods...
a simple oscillator based on the values of the idemarker, imfi and imomentum indicators and implemented as a two-colored histogram.indicator calculation formula:the growth of a fin...
indicator with the possibility to change the indicator timeframe in input parameters:for the indicator to operate, the kwan_rdp.ex5indicator must be added to the <terminal_data_...
a simple oscillator based on the values of the chaikin oscillator, commodity channel index and imomentum indicators and implemented as a two-colored histogram.indicator calculation...
the indicator with the possibility to change the indicator timeframe in input parameters.for the indicator to operate, the kwan_ccc.ex5indicator must be added to the <terminal_d...
idea by: .mql5 code by: .the ea trades on indicator moving average, all the preparatory and trading functions having been implemented as the cmovingtrading class in a separate file...
an oscillator based on the difference of two smoothed, different-period tenkan-sen lines in form of a colored histogram.for the indicator to work, there must be indicator xma_ichim...
indicator with the timeframe selection option available in its input parameters:for the indicator to work, there must be indicators 2xma_ichimoku_oscillator.ex5and xma_ichimoku.ex5...
idea by:mql5 code by:the ea trades on two moving average indicators and allows selecting the method of defining the position size: manually (having set the lotsparameter to more th...
indicator isar with the timeframe selection option in input parameters, implemented in color, with the possibility to generate alerts when the trend changes its direction.fig.1. in...
idea by: .mql5 code by: .the ea is based on \mql5\experts\examples\moving average\moving average.mq5 from standard delivery. what's new or changed:for each of the four signals (buy...
a trading system based on indicator signals parabolic stop and reverse system with the possibility to set a fixed position holding time. the signal is formed when a bar is closed, ...
idea by: .mql5 code by: .ea operation algorithm at the first start, open a buy position with the volume of lots. then monitor (in ontradetransaction) all opening positions and reme...
idea by: .mql5 code by: .the ea compares the opening prices (open) of bar#0 and bar#2:inputs stop loss (in pips)- stop loss;take profit (in pips)- take profit;trailing stop (in pip...
idea by: .mql5 code by: .assistant ea: it moves the positions to a breakeven, after which trailing is enabled.it only has three parameters trailing stop (in pips)- trailing;trailin...
idea by: .mql5 code by: .working with pending buy stop and sell stop orders. pending orders are placed and removed at a specified time (time of order placementand time of order rem...
two different-period indicators , implemented as a colored cloud. working with a colored cloud is based on crossing the initial indicators, accompanied with changing the color of t...
indicator with the timeframe selection option available in input parameters:for the indicator to work, the ssl2.ex5indicator must be added to the <terminal_data_directory>\mq...
smoothed standard deviation changing rate. interpretation of the indicator values:high positive values (yellow) indicate an increasing trend; high negative values (gray) indicate t...
indicator with the timeframe selection option in input parameters:for the indicator to work, there must be indicator xstddevspeed.ex5in the <terminal_data_directory>\mql5\ind...
a trading system based on the indicator signals. a signal is formed at the close of a bar, if the direction of the indicator movement (the indicator color) has changed.for the gene...
idea by: .mql5 code by: .trading in the price movement direction with pending buy stop and sell stop orders on the 5-minute timeframe.the cycle starts with placing pending orders w...
a trading system based the indicator signals. a signal is formed at the close of a bar, if the direction of the indicator movement (the indicator color) has changed.for the generat...
a trading system based on the indicator signals. a signal is formed at the close of a bar, if the direction of the indicator movement (the indicator color) has changed.for the gene...
idea by: .mql5 code by: .it trades on the market volatility.inputs lots- position volume;multiplier relative to current volatility- a multiplier relative the current volatility;per...