two colored filled rectangles with the display of channel levels. the rectangles are drawn between the values of two keltner channels on one bar of any timeframe of the indicator...
the script finds on the chart all obj_trend (trendline) objects and moves the line to the specified date. it also aligns the prices of trend line beginning and end.inputs:price shi...
the indicator draws a color filled channel at a distance from the current price, which is equal to the current spread multiplied by ten.in other words, the indicator draws an area,...
a moving indicator that does not use averaging in its code.this indicator was first implemented in mql4 and published in on 07.09.2010.fig.1 the percentagecrossover indicator...
the indicator implements a breakthrough system using the channel.when price exits the gray channel, the candlestick color changes to the color corresponding to trend direction. blu...
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)....
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)....
there is only one external variable and that is maximum spread. set this to the maximum spread you wish to see inside of your market watch window. i built this script because i got...
filelog is a simple mql4 class for flexible logging to files and the terminal console.github repository:log file will be saved in:<data folder>\mql4\files\ <data folder>...
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....
this is an indicator that i implemented for my personal use. it aims to show the bollinger bands from different timeframes to help me find the dynamic levels of support and resista...
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" ...
this is a simple ea based on and indicators found in the market. this ea is for educational purposes only and does not guarantee any profit.ea rules the following are the rules of ...
this is an indicator that i implemented for my personal use.it allows you to define a checklist that helps you check your rules before opening a trade.keep in mind that this is not...
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...
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...
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...