two colored filled rectangles with the display of channel levels. the rectangles are drawn between the values of two channels on one bar of any timeframe of the indicator.indicat...
the channel is based on a percentage price deviation. it is implemented with a color background filling. the channel width is controlled by the percentage deviation.this indicator ...
the indicator with the timeframe selection option available in its input parameters:to provide correct operation of the indicator, add the compiled rbvi.mq5 indicator file to termi...
the indicator (relative broker vigor index) implemented as a colored histogram. three histogram coloring variants are possible:gray means the flat market; blue indicates a moderate...
the oscillator is drawn as a colored histogram based on the difference between the close price and the isar indicator, expressed in points.this indicator was first implemented in m...
a trading strategy based on rsi and bollinger bands. bollinger bands is calculated using the rsi indicator handle. trailing stop is determined using the sar indicator (parabolic sa...
all information about the current symbol (information from the csymbolinfo class object is used) represented as a dialog panel. csymbolinfo. cdialog.mqh. clistview.mqh...
the indicator reflects the size of the bar. the size is calculated by the following formula: "minuend" minus "deduction". "minuend" and "deduction" can be any of four values (open,...
this indicator helps to move charts one by one to the the front, just like slide show, and make your hands free.click the button to run it(on), and click again to stop it(off)....
public methods:public access to the params array;this is the main method of setting the params. methods can be chained to add multiple params at the same time. *see example script....
another zigzag trend indicator based on extremum points of sma indicator. it connects high price at maximum points of sma indicator to low price at minimum point. uptrend lines are...
a simple trend indicator moves like zigzag, based on the rate of rsi changes. if rsi moves down from 65 or moves up from 35, trend line draws. these change limits are selective par...
i added colored bars just for more clarity. green bars show increasing of rsoand red bars show decreasing. rsoor rsicurves cannot show little changes, while colored bars can. for e...
a variation of the laguerre filter indicator.instead of showing just one single value of the laguerre filter, this indicator is showing all the intermediate steps that are used in ...
we are by now using different types of levels in different indicators. here is one experiment to use some other way.this indicator is using stripped laguerre in a sort of "levels" ...
stripped laguerre filter is showing intermediate steps performed by laguerre filter as "levels" that can then be used as support/resistance (or overbought/oversold) levels (dependi...
the ea waits for a tp or sl to trigger, and then opens a position in the opposite direction. it checks if there is enough money before sending a trade request. ontradetransaction.f...
two histograms in one window, showing the maximum average price deviation in points from the initial value. the upper green histogram is the averaged difference between high and op...
the indicator with the timeframe selection option available in the indicator input parameters:to provide correct operation of the indicator, place the compiled totalpowerindicatorx...
features works on a new bar; the number of positions is not limited; if a buy signal is received, all sell positions are closed; if a sell signal is received, all buy positions ar...
the exp_totalpowerindicatorx expert advisor is based on the signals generated by the oscillator. it also provides the possibility to set a strict trading time interval.a trade sign...
the indicator with the timeframe selection option available in input parameters:to provide correct operation of the indicator, save the compiled xma_klx5_cloud.mq5 indicator file t...
the indicator with the timeframe selection option available in the indicator input parameters:to provide correct operation of the indicator, place the compiled percentagecrossover....
the indicator is displayed on a chart as a two-color line.if the current indicator value is lower than its previous value, the indicator line is red. if the current indicator value...
a standard zigzag complemented with support and resistance levels.the same indicator implemented in mql4 is available here: . zigzag by can be downloaded at ....
the exp_percentagecrossover expert advisor is based on the change of the color, and provides the possibility to set a strict trading time interval.a trade signal is formed when a b...
the indicator with the timeframe selection option available in the indicator input parameters:to provide correct operation of the indicator, add the compiled percentagecrossovercha...
the indicator with the timeframe selection option available in the indicator input parameters:to provide correct operation of the indicator, add the compiled candlerange.mq5 indica...
the ea trades based on the fractals indicator. it only trades at the emergence of a new bar. lot calculation: percentage of free margin. when an upward fractal is found, a sell sig...
the ea trades in the specified time interval. it takes into account high and low within a certain number of bars. the ea includes protection against the "not enough money" error.hi...
the trading system is based on the indicator signals. a signal is formed when a bar is closing, if a colored bar has occurred, while the previous bar had the opposite color or no c...
the indicator with the timeframe selection option available in the indicator input parameters:to provide correct operation of the indicator, place the compiled percentagecrossoverc...
the exp_colorjfatl_digit_tm expert advisor is based on the indicator signals and provides the possibility to set a strict trading time interval.a trade signal is formed when a bar ...
a redrawing channel having two upper and two lower borders. its algorithm is similar to a zigzag.originally this indicator was developed in mql4 and was first published in the on 1...
the indicator with the timeframe selection option available in the indicator input parameters:to provide correct operation of the indicator, add the compiled rbvi_histogram.mq5 ind...
the exp_colorxmuv_tm expert advisor is based on the ma signals and provides the possibility to set a fixed trading time interval.a trade signal is formed when a bar is closing, if ...
two histograms in one window showing the degree of the financial asset's overbought or oversold state.originally this indicator was written in mql4 and was first published in the o...
the indicator with the timeframe selection option available in the indicator input parameters:to provide correct operation of the indicator, place the compiled nrtr_atr_stop.mq5 in...
added: the call to ima has been replaced by a call to icustom . in the tester (in the visual mode) or when attached to a chart, the ea visualizes the moving average indicators in d...
trades without setting take profit and stop loss levels (these levels are calculated virtually).buying:if there are no buy positions if there are buy positions, and the open price ...
the trading system is based on the indicator signals. a signal is formed at the close of a bar, if a large colored star has appeared.the expert advisor uses the compiled indicator ...
the indicator draws a vertical line (obj_vline) and then moves it to the specified time (hours and minutes).input parameters :only hours and minutes are used from the "use only hou...
a trend strength indicator using two bollinger channels. when the price moves beyond the borders of the second (larger) channel, the color of the bars becomes brighter. when the pr...
the indicator with the timeframe selection option available in the indicator input parameters:to provide correct operation of the indicator, place the compiled oscsar_histogram.mq5...
the indicator with the timeframe selection option available in the indicator input parameters:to provide correct operation of the indicator, place the compiled deltaforce.mq5 indic...
the trading system is based on volatility compression. an entry signal is generated when the market forms a smallest candlestick over a certain number of bars.entry signal generati...