the indicator with the timeframe selection option available in input parameters:the fractal_force_index_htf repeater indicator requires the compiled custom indicator file fractal_f...
the indicator with the timeframe selection option available in input parameters:the rsioma_htf repeater indicator requires the compiled custom indicator file rsioma.mq5 in order to...
the indicator with the timeframe selection option available in input parameters:the fractal_momentum_htf repeater indicator requires the compiled custom indicator file fractal_mome...
more details in thethe original indicator was developed in the mql4 language and published in the on 07.05.2009.fig1. the fractional_bands indicator...
the indicator with the timeframe selection option available in input parameters:the weightoscillator_htf repeater indicator requires the compiled custom indicator file weightoscill...
the chart on chart indicator displays a chart of other symbol on the current chart.since the history data may not be loaded right away, the initial display of the indicator may tak...
the indicator with the timeframe selection option available in input parameters:the fractional_bands_htf repeater indicator requires the compiled custom indicator file fractional_b...
added a couple of calls to buysignal() and sellsignal() functions after the indicator calculation cycles in the oncalculate() block //--- buysignal("weightoscillator_alert",colorbu...
the indicator with the timeframe selection option available in input parameters:the fractal_keltner_x5_cloud_htf repeater indicator requires the compiled custom indicator file frac...
oscillator, representing the weighted smoothed sum of four indicators: , , and .the compilation of the fractal_weightoscillator indicator requires the compiled indicator files frac...
added a couple of calls to buysignal() and sellsignal() functions after the indicator calculation cycles in the oncalculate() block //--- buysignal("colorxdinma_alert",colorxdinma,...
the indicator with the timeframe selection option available in input parameters:the fractal_mfi_htf repeater indicator requires the compiled custom indicator file fractal_mfi.mq5 i...
this is one of my first indicators, which is no longer in use. however, i decided to publish it — perhaps, it may be useful for someone. by the way, this indicator was had been use...
rsi is mainly used in combination with levels or with a sort of signal lines. some prefer the levels some, on the other hand, "signal" line. we could dispute which one is the bette...
macd is usually calculated with an addition of one signal linethat is a long used trading system and has it's merits. but that way is somewhat lacking when it comes to ranging mark...
rsx is by it's nature "smoother rsi than rsi" without additional lag and because of that it has much less false signals than the rsi. rsx is mainly used in combination with levels ...
stochastic is mainly used in combination with built in signal line and levels. some prefer the levels some, on the other hand, signal line. we could dispute which one is the better...
double stochastic of rsi using floating levels instead of using fixed levels for overbought or oversold detection.in case when rsi period is set to <=1, you are going to get dou...
there is already one version of quantile bands (here : ) but some changes needed to be made in order to reflect the lates metatrader 5 development, and some code optimization has b...
well known schaff trend cycle is, no doubt, useful indicator.but it has some things that can be changed. one is that it has a fixed smoothing factor hard-coded in the formula itsel...
here is a "dma" indicator that calculates "dma" (the same thing as dema but this one can be applied to sma, ema, smma and lwma instead of just ema). that way it adds possible "dema...
this is an upgraded version of aroon oscillator that uses quantile bands for levels and can filter either prices, result or both in order to lessen the false signals number.code ha...
the indicator with the timeframe selection option available in input parameters.the fractal_weightoscillator_htf repeater indicator requires the compiled custom indicator file frac...
demonstration of three-dimensional visualization possibilities in metatrader 5.a surface is generated using a series of indicators. the surface is displayed in a three-dimensional ...
the indicator shows symbol and account parameters, some of which are subject to change during important news releases or before the close of a weekly session.the following paramete...
the indicator with the timeframe selection option available in the input parameters.the xma-xn_htf repeater indicator requires the compiled custom indicator file xma-xn.mq5 in orde...
snakeinborders calculates the channel of a filtered market, which is limited by two borders bordertopbuffer[] and borderbotbuffer[], and it calculates the signal martbuffer[].//+--...
the indicator is derived from the nrtr indicator. the new candlestick coloring provides a more convenient visualization.this indicator was first implemented in mql4 and was publish...
the indicator with the timeframe selection option available in the input parameters.to provide correct operation of the indicator, place the compiled xprofuterdd.mq5 indicator file...
the indicator draws indicator candlesticks of a higher timeframe as color filled rectangles using buffers.depending on a candlestick direction the candlestick body is painted in gr...
the indicator with the timeframe selection option available in the input parameters.to provide correct operation of the indicator, place the compiled linear_price_bar.mq5 indicator...
the indicator with the timeframe selection option available in the input parameters.to provide correct operation of the indicator, place the compiled snakeinborders.mq5 indicator f...
the indicator with the timeframe selection option available in the input parameters.the fractal_trix_htf repeater indicator requires the compiled custom indicator file fractal_trix...
the open interestindicator shows the parameter "total volume of open positions - ".explanation of indicator colors:if the indicator bar is blue, open interest has grown since the b...
the "session buy sell orders volume" indicator shows a histogram of the minimum and maximum values of the following parameters:- "total current volume of buy orders" - "total curr...
the indicator with the timeframe selection option available in the input parameters.the indicator requires nrtr_gator.mq5 indicator file. place it in <terminal_data_folder>\m...
the indicator with the timeframe selection option available in input parameters:the tdi-2_htf repeater indicator requires the compiled custom indicator file tdi-2.mq5 in order to c...
the indicator with the timeframe selection option available in the input parameters:the objective_htf repeater indicator requires the compiled custom indicator file objective.mq5 i...
a simple trend indicator of the oscillator type.the indicator uses smoothalgorithms.mqh library classes (copy it to <terminal_data_folder>\mql5\include). the use of the class...