MetaTrader MTall Indicator Source Code Downloads - Page 136

Showing 7383 results
adaptive at r indicator MT4
MetaTrader 4 indicator

adaptive at r

one more in the series of indicators that are usually not made as adaptive : this is an adaptive atr for metatrader 4.apart from being adaptive, there is one more deviation in it -...
training chart generator/controller indicator MT4
MetaTrader 4 indicator

training chart generator/controller

two indicators are required:- trainingchartgenerator.mq4 to be added to a chart where all bars are to be based on.- trainingchartcontroller.mq4 to be added to the training/controll...
5 minutes scalping system indicator MT4
MetaTrader 4 indicator

5 minutes scalping system

it is a manual trading system consisting of 5 indicators. open long position when all indicators are in blue, and open short when all indicators are in red.indicators auto turn cha...
i double channel indicator MT4
MetaTrader 4 indicator

i double channel

indicator makes a channel using two moving averages.it is an indicator of technical analysis that aims to assist every trader in his manual trades....
unity pro indicator MT5
MetaTrader 5 indicator

unity pro

the underlying algorithm can be described in the following way. consider it on the minimalistic example with one currency pair (eurusd) and gold (xauusd).at every moment, the marke...
pip chart indicator MT5
MetaTrader 5 indicator

pip chart

select one of the three chart modes....
trading the trend indicator MT5
MetaTrader 5 indicator

trading the trend

this indicator was already published, but in these times of perpetual complaints that the terminal (mt5 or mt4 does not matter) is slow, this one is one more in the "need for speed...
i rs i advanced histo indicator MT4
MetaTrader 4 indicator

i rs i advanced histo

the indicator is shown in a histogram the rsi up and downtrend uses a different way.you can set period of indicator and levels for trend.the feature that makes it stand out is that...
i cc i advanced histo indicator MT4
MetaTrader 4 indicator

i cc i advanced histo

the indicator is shown in a histogram the cci up and downtrend uses a different way.you can set period of indicator and levels for trend.the feature that makes it stand out is that...
i at r advanced histo indicator MT4
MetaTrader 4 indicator

i at r advanced histo

the indicator is shown in a histogram the atr uptrend and downtrend uses a different way.you can set period of indicator and levels for trend.the feature that makes it stand out is...
i bears bulls advanced histo indicator MT4
MetaTrader 4 indicator

i bears bulls advanced histo

the indicator is shown in a histogram the bull and bears uptrend and downtrend uses a different way.you can set period of indicator and levels for trend.the feature that makes it s...
i stochastic advanced histo indicator MT4
MetaTrader 4 indicator

i stochastic advanced histo

the indicator is shown in a histogram the stochastic uptrend and downtrend uses a different way.you can set period of indicator and levels for trend.the feature that makes it stand...
i ma c d advanced histo indicator MT4
MetaTrader 4 indicator

i ma c d advanced histo

the indicator is shown in a histogram the macd uptrend and downtrend uses a different way.you can set period of indicator and levels for trend...
i bands advanced histo indicator MT4
MetaTrader 4 indicator

i bands advanced histo

the indicator is shown in a histogram the bands uptrend and downtrend uses a different way.you can set period of indicator and levels for trend....
i ad x advanced histo indicator MT4
MetaTrader 4 indicator

i ad x advanced histo

the indicator is shown in a histogram the adx uptrend and downtrend uses a different way.you can set period of indicator and bars count averages levels....
zig zag based on close prices indicator MT4
MetaTrader 4 indicator

zig zag based on close prices

the code is based on indicator zigzag which is in-built in mt4, developed by metaquotes.i have changed it slightly so that it isn't calculated on highest highs and lowest lows, but...
rma ma c d indicator MT5
MetaTrader 5 indicator

rma ma c d

this macd is using what is known as rma average for macd calculation....
multi pair pivot point scanner alerts 2. 8 indicator MT5
MetaTrader 5 indicator

multi pair pivot point scanner alerts 2. 8

scans multiple symbols looking for when the price crosses a pivot point or when xxpoints near or bounce off pivot then it alerts the trader.put scanner on a separate chart tab from...
vr calculate martingale lite indicator MT4
MetaTrader 4 indicator

vr calculate martingale lite

average price indicator that helps the trader to calculate the price for closing all the orders without loss and profit.with the help of the indicator, the trader creates the virtu...
vr calculate martingale lite mt 5 indicator MT5
MetaTrader 5 indicator

vr calculate martingale lite mt 5

average price indicator that helps the trader to calculate the price for closing all the orders without loss and profit.with the help of the indicator, the trader creates the virtu...
updated meta neural dashboard indicator MT4
MetaTrader 4 indicator

updated meta neural dashboard

this is an updated indicator i came across from an old forum thread back in year 2013, you find the forum thread here :i thought it was an interesting indicator and maybe it could ...
bp n n mq l predictor demo with library indicator MT5
MetaTrader 5 indicator

bp n n mq l predictor demo with library

this is not a real world indicator, but a simple demo of bpnn library, originally written in c++ and ported to mql.the demo shows training and testing a neural network for timeseri...
zig zag semaphore ( semafor ) indicator indicator MT4
MetaTrader 4 indicator

zig zag semaphore ( semafor ) indicator

the marks show the level of the mark with a small white dot for level one, a red circle around the white dot for level 2, a yellow circle around both the white dot and red circle f...
wmi for 3. 5 for mt5 (with dt w engine) indicator MT5
MetaTrader 5 indicator

wmi for 3. 5 for mt5 (with dt w engine)

this indicator predicts possible future price movements by searching for similar candle patterns in the rate history.this is an adaptation of original indicator wmifor 3.0 (with dy...
i wp r+ indicator MT4
MetaTrader 4 indicator

i wp r+

iwpr+ is an iwpr %range function with a positive value....
i wp r+ indicator MT5
MetaTrader 5 indicator

i wp r+

iwpr+ is an iwpr %range function with a positive value....
bid-ask-spread indicator MT4
MetaTrader 4 indicator

bid-ask-spread

the indicator shows bid-ask-spread information on chart...
ichimoku kinko hyo2 indicator MT4
MetaTrader 4 indicator

ichimoku kinko hyo2

usage(updated 7.6.2020):the variables such as kijun,chikou... also contain their respective values at the specified shift as well. remember to put " #include <ichimoku2_kinko_hy...
perfect trend line 2 indicator MT5
MetaTrader 5 indicator

perfect trend line 2

usage : you can use the arrows (dots) as early signals you can use the appearance of the color candle as signal for entry or re-entry as usual : some experimenting with the param...
pivots mt4 indicator MT4
MetaTrader 4 indicator

pivots mt4

there were requests for this to be converted to mt4.the formulae used are:resistance 3 = high + 2*(pivot - low)resistance 2 = pivot + (r1 - s1)resistance 1 = 2 * pivot - lowpivot p...
volatility bar indicator MT4
MetaTrader 4 indicator

volatility bar

i use the indicator mainly in my advisors to divide the market into volatile and flat.recommended m5 timeframe.the indicator is displayed by a straight line in a separate one under...
price in polar coordinate system indicator MT5
MetaTrader 5 indicator

price in polar coordinate system

i want to remind you that for you to see the maximum data history on the screen, you need to set unlimited in the settings "max bar in chart"(tools ->options->charts).the pos...
3 d spiral quotes indicator MT5
MetaTrader 5 indicator

3 d spiral quotes

3d is applied without the use of direct x only by means of the icanvas class.there is only one parameter in the indicator - a maximum number of circles displayed.to change the peri...
3 d moving average indicator MT5
MetaTrader 5 indicator

3 d moving average

the indicator management is simple and intuitive.there are two color modes:color varies with price color changes depending on the ma period. switching between the two color modes i...
dynamic pivot indicator MT4
MetaTrader 4 indicator

dynamic pivot

supported timeframe :current m1 m5 m15 m30 h1 h4 daily weekly monthly quarterly (buggy - removed) semester (buggy - removed) formula :resistance 3 = high + 2 * (pivot - low) resist...
forex market hours gm t. 0 indicator MT5
MetaTrader 5 indicator

forex market hours gm t. 0

the good old mt4 indicator! now for metatrader 5.automatic summer time (dst) detection on trade server, display of economic calendar events and many improvements.gmt and est hours ...
rs i with bb indicator MT4
MetaTrader 4 indicator

rs i with bb

the indicator consists in an rsi and bollinger bands calculated on it, it also plots arrows when rsi value was out of bands and came again in bands....
daily/weekly hl indicator MT4
MetaTrader 4 indicator

daily/weekly hl

a simple indicator to see previous high/low for d1 and w1, made with objects (trendlines)....
forex spread meter indicator MT5
MetaTrader 5 indicator

forex spread meter

metatrader 5 indicator that displays the spread meter on the chart....
spread watch indicator MT4
MetaTrader 4 indicator

spread watch

this indicator is ideal for scalpers who need to know the biggest spread possible with his broker. this will limit his stop-loss. stop-loss should be higher than the biggest spread...
currency strength index (cs i) indicator MT5
MetaTrader 5 indicator

currency strength index (cs i)

trading the strong against the weak!the currency strength index (csi) is a technical indicator to chart the strength momentum of the 8 major currencies. (eur, gbp, aud, nzd, usd, c...
smart lines indicator MT5
MetaTrader 5 indicator

smart lines

converts trendlines with specified color into horizontal lines . the line expands automatically.line to current time:input parameters:color ...
trade statistics report real time indicator MT5
MetaTrader 5 indicator

trade statistics report real time

the original code is available at:this code will display the report in a panel on your chart.images: the report is compared with the metatrader5 report:use it and let me know what ...
time frame changer indicator MT4
MetaTrader 4 indicator

time frame changer

pthe idea behind this code is to simplfy the time frame change for all opened charts. no external variable used, no calculations done.have fun !...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.