basing candlesticks metatrader indicator— is an automatic indicator that detects and marks basing candles on the chart. a basing candle is a candle with body length less than 50% o...
bb macd metatrader indicator— is a basic macd (moving average convergence divergence) indicator variation, which helps in detecting the trend change points and measuring the curren...
input parameters allbars(default = 0) — the amount of bars to use for calculations (0 — all bars). there is no reason to change it.otstup(default = 30) — the number of percents tha...
bma metatrader indicatoror band moving average — was created by using the original moving average indicator and the idea from one of the site's visitors. the indicator displays its...
bollinger squeeze advanced metatrader indicator— is a complex indicator consisting of two components:a measure of trendedness based on the bollinger bands and keltner channel "sque...
candle wicks length display metatrader indicatoris an indicator that can display the length of candle wicks in pips directly on your chart. you can set the minimum length to be dis...
input parameters cci_period(default = 14) — the period of the cci that is used in this indicator. the higher is the value the more lags this indicator but less false signals occur....
input parameters ma_period(default = 14) — the period of the simple moving average used in the indicator.barstocount(default = 400) — for how many bars to calculate the indicator.e...
daily percentage change (metatrader indicator)— calculates the change of currency rate related to the previous daily close and displays it in percentage points in the main chart wi...
donchian ultimate metatrader indicator— is a classic donchian channel indicator with multiple features added:variable period and shift of the donchian channel. the middle line that...
input parameters length(default = 10) — the period of the indicator. the higher is the value the more it lags but less false signals appear.appliedprice(default = price_close) — pr...
easy trend visualizeris a metatrader indicator that does exactly what its name says. it shows where the trend begins, where it ends, and where there is no trend at all. it is based...
flexible momentum (metatrader indicator)— calculates the change of a currency rate during a given period (in seconds) and displays the result as a number of points and percentage i...
fisher metatrader indicator— is quite a simple histogram indicator that detects the trend's direction and strength and signals about trend changes. it doesn't use any standard mt4/...
gain/loss info metatrader indicator— displays the gains and losses for all candles where the given threshold is surpassed. the values are calculated in points and percentage. the i...
float metatrader indicator— a sophisticated indicator that analyzes the previous chart history for the given currency pair and then tries to analyze the trends in the current situa...
input parameters ma_period(default = 10) — the period of the moving average (middle line).mode_ma(default = mode_sma) — the mode of the moving average (middle line).price_type(defa...
laguerre metatrader indicator— a completely custom indicator that doesn't rely on the standard mt4/mt5 indicators. it shows the weighted trendline in the separate window of the cha...
market profile metatrader indicator— is a classic market profile implementation that can show the price density over time, outlining the most important price levels, value area, an...
moving average candlesticks metatrader indicator— is a chart visualization of a standard moving average using the candlestick bars. it draws the candlesticks based on the moving av...
murrey math line x metatrader indicator— a pivot line indicator that will definitely help every trader who knows how to trade with support, resistance, and pivot lines. it displays...
gain/loss info metatrader indicator— displays the gains and losses for all candles where the given threshold is surpassed. the values are calculated in points and percentage. the i...
input parameters ma_period(default = 10) — the period of the moving average (middle line).mode_ma(default = mode_sma) — the mode of the moving average (middle line).price_type(defa...
input parameters countbars(default = 0) — the maximum number of bars, on which to detect the pinbars. 0 = all.displaydistance(default = 5) — the distance from the candles to the pi...
input parameters countbars(default = 0) — the maximum number of bars, on which to detect the pinbars. 0 = all.displaydistance(default = 5) — the distance from the candles to the pi...
point-and-figure metatrader 5 indicatoris an indicator that can plot a point-and-figure chart directly in the main window of your normal mt5 chart. you can set up all the point-and...
the indicator is equipped with a control panel that lets you quickly set alert price, levels, and types.input parameters main pricegoesabove(default = 0.0) — if price goes above th...
qqe metatrader indicator— or quantitative qualitative estimation, is based on a rather complex calculation of the smoothed rsi indicators. as a result, you get two lines in a separ...
input parameters ma_type (default = mode_ema) — the type of rainbow moving average. ma_price (default = price_close) — the price type to use in the ma calculations. ma_period_nn (d...
range expansion index (metatrader indicator)— is a relative oscillator indicator that measures the pace of the price changes and signals overbought/oversold states if the price dem...
input parameters n(default = 20) — period value for the recent high/low levels.enablenativealerts(default = false) — if true, a native metatrader popup alert will be used when pric...
round levels metatrader indicator— an mt4/mt5 indicator that can display round levels and zones near them based on your configuration. it can be useful to trade off the natural psy...
input parameters rsioma period(default = 14) — the period of the rsi and the moving averages that are used to calculate the rsi. increase it for smoothness, decrease it for signal ...
input parameters main mashort(default = 23) — the period of the fast moving average for the macd line calculation. should be less than malong.malong(default = 50) — the period of t...
spread metatrader indicator— displays current spread in the main window of the chart. you can modify the font parameters, indicator's position and the normalization of the spread v...
input parameters enablenativealerts(default = false) — if true, a native metatrader popup alert will be used when price closes above or below the support or resistance level.trigge...
input parameters roc1period(default = 14) — the period of the first rate of change in the sum.roc2period(default = 11) — the period of the second rate of change in the sum.maperiod...
td sequential ultimate metatrader indicatorshows all parts of the td sequential method developed by the legendary technical analyst, tom demark. td sequential ultimate displays buy...
input parameters lookback period(default = 45) — the main period of the indicator. determines the amount of bars to look back to count the bear/bull-dominated ones.power period(def...
this is simply an indicator that professionally instantiates a moving average, and makes the code very portable so that it can be copied and pasted into bigger indicator projects.t...
trade assistant metatrader indicator— a multi-timeframe indicator that is based on three standard indicators: stochastic oscillator, rsi (relative strength index), and cci (commodi...
it's possible to plot incoming volume rather than simply plotting a single volume histogram bar to describe volume in the bar.instead of just showing total volume per bar like a st...
the algorithm at every bar the indicator checks all sma periods ranging from min_period to max_period to find which one caused the most recent bounce(either up or down). if nothing...
time to close mt5 timetoclose-v1.01is a chart indicator that displays real-time countdown to candle close with adaptive visual integration. i tried to make it simple, then polish i...
a zigzag which identifies new swing points based on a step size. the sensitivity of the swing detection is controlled by a single input "scale," which adjusts how responsive the in...
the setup we will need :1 zigzag plot 2 data buffers for the highs and the lows input parameters an ongoing set of system variables which reset whenever the indicator recalculates ...