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,...
a trading system based on the indicator signals. the signal is formed when a bar is closing if the indicator direction has changed.for the generated ea to operate correctly, the co...
indicator xstddevspeed_direction shows the information on the market volatility, using the values of indicator with a fixed timeframe.the initial indicator histogram color is the s...
a trading system based on the signals of indicator . the signal is formed when a bar is closing if the indicator direction has changed.for the generated ea to operate correctly, th...
idea by: .mql5 code by: .this strategy is based on analyzing the values of indicator ibands (bollinger bands, bb) at bar #0 relative to the close price of bar #0. where the close p...
a semaphore signal indicator using the algorithm of indicator .the indicator uses the smoothalgorithms.mqh library classes (copy them to <terminal_data_directory>\mql5\includ...
idea by: .mql5 code by: .the ea uses dynamic managing the lot size depending on whether we have exceeded the balance or not, as compared to the preceding pass (the calculations are...
this oscillator shows in form of a histogram the differences in points between the successive:high of bars/candlesticks; low of bars/candlesticks. it also shows them in different c...
for the indicator to operate, the absolutelynolaglwma.ex5indicator must be added to the <terminal_data_directory>\mql5\indicators folder.fig.1. indicator absolutelynolaglwma_...
idea by: .mql5 code by: .an automated trading system with a data panel in form of the objects.automated trading; automated risk management; flexible control and setup; monitoring p...
idea by: .mql5 code by: .suppose a trader enters the market with the buy and sell positions by an asset, where the currency is, say, at the level of 100. then the prices moves to 2...
indicator with the timeframe selection option available in input parameters.for the indicator to operate, the adx_cross_hull_style_nrtr.ex5indicator must be added to the <termin...
indicator with the timeframe selection option available in input parameters.for the indicator to operate, the anchoredmomentum.ex5indicator must be added to the <terminal_data_d...
a trading system based on the indicator signals. the signal is formed when a bar is closing if the indicator direction has changed.for the generated ea to operate correctly, the co...
indicator adl (advances/declines line) shows the ratio of positive and negative price increments over a specified time interval.it has two input parameters:period- calculation peri...
indicator esm (elsig's shifting mean) shows the averaged shift of price over the specified time interval (bars).it has one input parameter:period- calculation period. calculations:...