MetaTrader MT4 Indicator Source Code Downloads - Page 31

Showing 1640 results
motion smoothness index indicator MT4
MetaTrader 4 indicator

motion smoothness index

motion smoothness index"telling when market price is smooth or rough is not the easiest task, so here is a trend metric indicator that provides you with that information."the indic...
in d - risk per trade - mt4 indicator MT4
MetaTrader 4 indicator

in d - risk per trade - mt4

the story behind this trading tool: most traders lose and this is a fact. there are lot of reasons behind their losses, but the main reason in my opinion is that they can't control...
timeframe flow indicator MT4
MetaTrader 4 indicator

timeframe flow

sharing this trend indicator made by me. called "timeframe flow".it will draw a user defined higher time-frame candle on every shift on your current time-frame.meaning you can have...
at r with smoothing indicator MT4
MetaTrader 4 indicator

at r with smoothing

this indicator is based on the true range which is the maximum of (high - low), abs(high - close[1]) and abs(low - close[1]), with abs being mathematical absolute.in order to get t...
g channel indicator MT4
MetaTrader 4 indicator

g channel

Download the source code for this indicator
zigzag r indicator MT4
MetaTrader 4 indicator

zigzag r

this version of zigzag is a simple optimization of the old version of zigzag.mq4 , which hundreds of thousands of metatrader users have become accustomed to since the mt3 v...
my rsi indicator MT4
MetaTrader 4 indicator

my rsi

john ehlers introduced a variation of rsi calculation (as a part of another indicator) that he decided to call myrsi. since it produces results different then the built in rsi, it ...
my rsi with ne t indicator MT4
MetaTrader 4 indicator

my rsi with ne t

in december 2020 issue of tasc, john ehlers published an indicator called myrsi with net (myrsi with noise elimination technology) in which he uses a sort of kendall (auto)correlat...
correlation calculator panel indicator MT4
MetaTrader 4 indicator

correlation calculator panel

ПожалПанель «Калькулятор корреляции» - это панель индикаторов, которая позволит вам стать успешным трейдером. Это улучшенная версия калькулятора с сайта investing. Выполненный в ви...
dm h indicator MT4
MetaTrader 4 indicator

dm h

in the december 2021 issue of tasc article “the dmh: an improved directional movement indicator”, john ehlers explores a method of modernizing directional movement with hann window...
show orders history on chart indicator MT4
MetaTrader 4 indicator

show orders history on chart

show orders history on chartthis is a indicators to show orders history on chart, include buy and sell orders, stoploss and takeprofit, order close, and trend line.setting: showhis...
limit channels - with states indicator MT4
MetaTrader 4 indicator

limit channels - with states

this is the indicator originally posted here that is extended with a display of "states"."states" are displayed as colored histogram they can be calculated using :level 3 - outer ...
dynamic pivots - any time frame indicator MT4
MetaTrader 4 indicator

dynamic pivots - any time frame

based on the austin passamonte's idea , this indicator calculates pivots for any time frame (provided that the chosen time frame is higher than the chart time frame).two modes of c...
pair or symbol and time frame with watermark indicator MT4
MetaTrader 4 indicator

pair or symbol and time frame with watermark

description: displays the current timeframe and symbol name in large font on the chart background. useful when hopping between several charts with different symbols at the same tim...
ma cloud indicator indicator MT4
MetaTrader 4 indicator

ma cloud indicator

moving average cloud draws 4 mas on chart simultaneously in histogram style.indicator uses 4 mas: slow sma & ema 200 and fast sma & ema 50.the range between 2 slows mas and...
rs i extreme zone indicator MT4
MetaTrader 4 indicator

rs i extreme zone

the indicator highlights the value in "over sold" and "over bought" zones.in addition, arrow indicates the return of the value from the extreme zone.indicator can be easily customi...
qg futures/cf d intermarket spread indicator MT4
MetaTrader 4 indicator

qg futures/cf d intermarket spread

the indicator can chart the spread between 2 instruments as a difference or as a ratio.settings:instrument1 - enter a string of first instrument exactly as mentioned by brokerinstr...
hotkeys cycle market watch symbols. 0 indicator MT4
MetaTrader 4 indicator

hotkeys cycle market watch symbols. 0

cycles though market watch symbols, using hotkeys comma and period for prev/next symbol in market watch listif you want to change hotkey default keys use this site to find out keyc...
momentum deviation indicator MT4
MetaTrader 4 indicator

momentum deviation

this is a variation on the standard deviationit is using momentum of price (instead price itself) for calculation it is calculated in a way that it takes minimal cpu load as far as...
momentum deviation bands indicator MT4
MetaTrader 4 indicator

momentum deviation bands

quick example how momentum deviation (published here : ) can be used, this is a momentum deviation bands indicator (similar - but just similar - to bollinger bands)recommendations:...
simple parabolic sa r with alert indicator MT4
MetaTrader 4 indicator

simple parabolic sa r with alert

sometimes we find the parabolic sar bulky, that is why i developed this indicator that presents differently parabolic sar in a separate window. i still wanted to add another nice f...
hotkeys time frames. 0 indicator MT4
MetaTrader 4 indicator

hotkeys time frames. 0

hotkeys 1-9 numbers on keyboard but not on number-pad to change timeframes1=m12=m53=m154=m305=h16=h47=d18=w19=mn...
bullish bearish color indicator MT4
MetaTrader 4 indicator

bullish bearish color

this indicator draws coloured histograms to identify bullish and bearish bars. it has two separate colours for bullish and bearish bars/candles....
gs v - greatest swing value mt f indicator MT4
MetaTrader 4 indicator

gs v - greatest swing value mt f

"each day you have a buy swing and a sell swing from the open price. the direction of the close ± the open tells us which side won the battle. adding up all the open to low swings ...
quantile price analysis indicator MT4
MetaTrader 4 indicator

quantile price analysis

calculation is:----------------------calculation is current close price minus the close price of the last n(default 30) period's defined x(default 60) upper quantile &current c...
force index volatility bands indicator MT4
MetaTrader 4 indicator

force index volatility bands

force index, originally developed by alexander elder is an indicator used to gauge the buying and selling strength of an asset.formula:- force index(1) = (current price - previous ...
elegant oscillator indicator MT4
MetaTrader 4 indicator

elegant oscillator

recommendations:please use the same recommendations as in the original metatrader 5 description...
level indicator indicator MT4
MetaTrader 4 indicator

level indicator

when the triglv level specified in the settings is crossed within the deviation, the indicator sends a push notification to the mobile device if the input parameter notification is...
ad x real indicator MT4
MetaTrader 4 indicator

ad x real

Download the source code for this indicator
bullish and bearish candles indicator MT4
MetaTrader 4 indicator

bullish and bearish candles

this indicator will plot bullish and bearish candles in separate colours.if the colours of both bullish and bearish candles are same, then sometimes it can get difficult or confusi...
plotting shaded triangle indicator MT4
MetaTrader 4 indicator

plotting shaded triangle

this code can be used to draw triangles on chart . this is useful in program where you are detecting harmonic patterns and plotting the patterns in chart.the same principle can be ...
chart screenshot indicator MT4
MetaTrader 4 indicator

chart screenshot

this code can be used to take screenshot from code itself at any particular desired time.suppose one wants to know the exact conditions oaf indicators at the time when a trade was ...
highest high and lowest low in neighbourhood indicator MT4
MetaTrader 4 indicator

highest high and lowest low in neighbourhood

this code identifies highest high and lowest low in the neighbourhood.this code compares the high of candles with the high of the candles to its left and to its right. if the high ...
ma c d main and signal lines based strategies indicator MT4
MetaTrader 4 indicator

ma c d main and signal lines based strategies

this indictor plots multiple signals based on macd depending on the following1. whether the macd is positive or negative2. whether the macd main and signal line are crossing over3....
highest high and lowest low indicator MT4
MetaTrader 4 indicator

highest high and lowest low

this code is used to find the highest high and lowest low on chart between given bars.one can specify the start bar and end bar.the code will first find the candle which has highes...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.