1798 Indicators

ChannelsFIBO

ChannelsFIBO Variation of the MA_Channels_FIBO indicator by an unknown author. The original version was flawed with redrawing. The problem of redrawing is solved in the ChannelsFIBO indicator. Also, the speed of the indicator value calculation is increased by several times. The idea of the indicator is to find the maximum offset of the price from…

Read More

DUCT

DUCT  The indicator plots a channel based on fractals. Description of the indicator settings: Time_Frame — period of the chart for finding the fractals and the points of control of the channel. At = 0 means the current chart, on which the MQL4 program is running. Needed_Bars — The number of bars in history for the…

Read More

Stochastic Only

Stochastic Only The indicator uses the data from three Stochastic indicators to determine the potential entry points: slow (default period is 700); medium (default period is 120); fast (default period is 30). The signal (a corresponding arrow is drawn on the chart) is generated when all three indicators are in the overbought/oversold areas at the…

Read More

Stream

Stream  The indicator marks the bars, the size of which exceeds the value specified in the settings. The body of the bar, the opening price and the closing price of the bar are taken into account. Description of the indicator settings: Bars_Size — the minimum bar size in points.

Read More

ChannelsFIBO_MTF

ChannelsFIBO_MTF The multi-timeframe version of the ChannelsFIBO indicator. Differs from the original version with the “Source data timeframe” parameter. As a result, the indicator will display the same situation regardless of the current chart period. For example, the current period — M15, and the “Source data timeframe” — “1 Hour”. Limitation: the current period of…

Read More

FloatingSpread

FloatingSpread The indicator values are displayed only when new ticks appear. The indicator does not display history. Description of the indicator settings: Symbol_1 = “EURUSD”; — name of the first symbol to display. Symbol_2 = “GBPUSD”; — name of the second symbol to display. Symbol_3 = “USDCHF”; — the name of the third symbol to…

Read More

Predictor Marks for Renko, Mean Renko and Range Bars

Predictor Marks for Renko, Mean Renko and Range Bars A simple mark on a chart predicts the future candle close, so a manual trader/scalper can easily monitor the chart, how far the candle can go before it closes. This code works for Renko, mean (medium) Renko and range bars offline charts only.

Read More

3ColorMACD

3ColorMACD Standard MACD diagram with bullish and bearish bars colored differently.

Read More

Kaufman’s AMA from wellx

Kaufman’s AMA from wellx The code was prepared back in 2005. Unlike the original, the smoothing ratio here is raised to power. The power value is set by the G external variable (the default value is 2, like in the original). Several people challenged the authorship of this value, though it is not of much…

Read More

Signalitics Trend Assistant

Signalitics Trend Assistant View current and historical trends of every timeframe in a single indicator window. The trend is determined by the two last moving averages of each timeframe; if the current moving average is above the previous moving average, the trend is bullish (green), otherwise, it is bearish (red). The default Moving Average period…

Read More