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...
the ea uses indicator awesome oscillator. orders are opened at each bar and cloased by group by the opposite signal. the indicator is calculated within the code to be able to chang...
the indicator uses the smoothalgorithms.mqh library classes (copy it to <terminal_data_folder>\mql5\include). the classes were described in detail in the article.fig.1 indica...
the ea uses the indications of sar for making trading decisions. if the ask price is higher than the indicator values, we assume buying; if it is lower, then selling.settings timef...
john ehlers modeling the market indicator. the indicator line is the result of combining john ehlers and indicators.it has two input parameters:period- calculation period;applied p...
the rana (ratio adjusted net advances) indicator developed by sherman and marian mcclellan shows the ratios of positive and negative increments in the prices of instruments availab...
idea by: .mql5 code by: .the ea places pending buy limit and sell limit orders. the conditions for placing pending orders are checked when a new bar appears, while the possibility ...
idea by: .mql5 code by: .the ea uses indicator :exemplary signals "open buy" and "open sell":signals for opening positions is only received when a new bar appears, while trailing t...
a script for showing the swap value on a financial instrument. the texts of positive and negative swaps are shown in different colors.i have been regularly using it for long. for s...
oscillator represents the difference between 19-day ma and 39-day ma, based on the values of mcclellan indicator.it has three input parameters:base currency- name of the base curre...
indicator ad (advances/declines) developed by sherman and marian mcclellan and based on indicator .it shows two components of indicator rana - the positive and negative increments ...
the summation index oscillator based on indicator that, in its turn, is based on the values of mcclellan's indicator shows the values of mcclellan_oscillator, considering the value...
the formula for calculating was proposed by edwin sedgwick coppock in 1962 and published in barron's magazine.the indicator is designed only for signalling about a bullish trend st...
exponential moving average with a variable smoothing factor.this indicator is compiled as both an mql5 indicator and an mql4 indicator, for which the extension of the indicator cod...
indicator arms' ease of movement value (emv) developed by richard w. arms junior. it considers the volume and size of changing the price to evaluate its moving quantitatively for e...
indicator mass index is used to search for trend reversals. it is based on the changes between the highest and the lowest prices. if the bandwidth becomes wider, the mass index wil...
the trend quality oscillator by david sepiashvili presented in his article detecting and determining trends - trend-quality indicator.it has six input parameters:period fast- fast ...
the indicator calculates and shows in the price chart panel:the size of possible loss at closing all the positions available on the account by their stoploss orders; the number of ...
idea by: .mql5 code by: .the program uses the overbought (ob) and oversold (os) zones, for which it generates trading signals for selling or buying. ob and os are determined on m15...
a channel using a non-smooth and steady approximation error, in which the is used as the midline.this indicator is compiled as both an mql5 indicator and an mql4 indicator, for whi...
indicator with the timeframe selection option available in input parameters:for the indicator to operate, the emavfs.ex5indicator must be added to the <terminal_data_directory&g...
idea by: .mql5 code by: .the trading system is based on a simple neural network. a similar code based on a bilayer neural network: .the ea uses indicators (located in a separate wi...
indicator with the timeframe selection option available in input parameters:for the indicator to operate, the emavfs_channel.ex5indicator must be added to the <terminal_data_dir...
an indicator utility for closing (reducing the right side of the length) the rectangles, trendlines, or lines with arrows to some bars/candlesticks.using it, you can do it in two c...
the indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.if the standard deviation of the emavfs indicator is between th...
idea by: .mql5 code by: .the ea does not use any indicators - only the current price and the ohlc of zero bar (the rightmost bar in the chart).working algorithm: as soon as the pri...
the indicator plots four horizontal lines: two basic ones (red by default) above the high and below the low of the bar numberbar and help lines (green by default) shifted from the ...
indicator with the timeframe selection option available in input parameters:for the indicator to operate, the emavfs_stdev.ex5indicator must be added to the <terminal_data_direc...
a trading system based on the signals of the indicator. the signal is formed when a bar is closing if the indicator direction has changed.for the generated ea to operate correctly,...