the indicator with the timeframe selection option available in input parameters:to provide correct operation of the indicator, place the compiled fractal_cci.mq5 indicator file in ...
the indicator with the timeframe selection option available in input parameters:the tassklt_htf repeater indicator requires the compiled custom indicator file tassklt.mq5 in order ...
the indicator with the timeframe selection option available in input parameters:the fractal_adx_htf repeater indicator requires the compiled custom indicator file fractal_adx.mq5 i...
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...
since rsx is already a "smoother than rsi" rsi, if you wish to turn the nonlag smoothing off, then simple set the nonlag smoothing period to <=1.inverse fisher transform enhance...
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...
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 line.that is a long used trading system and has it's merits. but that way is somewhat lacking when it comes to ranging mar...
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 ...
rsx is by it's nature "smoother rsi than rsi" without additional lag and because of that it has much less signals than the rsi. rsx is mainly used in combination with levels or wit...
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...
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...
quantiles :the indicator middle line is not based on the slope of the middle quantile. instead it is a combination of the two outer quantiles. when both outer quantiles are showing...
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...
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...