MetaTrader MTall All Source Code Downloads - Page 209

Showing 11119 results
convert i exposure. mq4 from meta quotes indicator MT5
MetaTrader 5 indicator

convert i exposure. mq4 from meta quotes

iexposure will show the opening of trading positions in tabular form in the sub-window below the main window. this allows the trader to see at a glance the positions in the market ...
price period sm a indicator MT5
MetaTrader 5 indicator

price period sm a

to calculate the average price, you can specify the periods h1 and d1. for example, the d1 average price allows you to track whether the price of a certain financial instrument is ...
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...
consolidation detector indicator MT5
MetaTrader 5 indicator

consolidation detector

draws an equidistant channel to detect rectangular consolidation pattern on chart...
bobokus fibonacci indicator MT5
MetaTrader 5 indicator

bobokus fibonacci

select timeframe to draw bobokus fibonacci and add any custom fibonacci levels you want...
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...
momentum deviation indicator MT5
MetaTrader 5 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 MT5
MetaTrader 5 indicator

momentum deviation bands

as a quick example how momentum deviation (published here : ) can be used, this is a momentum deviation bands indicator (similar - but just similar - to bollinger bands)recommendat...
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:...
zig zag color for line chart indicator MT5
MetaTrader 5 indicator

zig zag color for line chart

zigzag color indicator for line charts which works on close prices rather than high lowthis indicator has only one input parameter which is extdepth and its optimized for performan...
rsi with hann windowing indicator MT5
MetaTrader 5 indicator

rsi with hann windowing

in his article in january 2022 issue of tasc, “(yet another) improved rsi,” john ehlers explains how he enhances the rsi by taking advantage of hann windowing. the rsih indicator p...
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...
hotkeys time frames. 0 indicator MT5
MetaTrader 5 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...
hotkeys cycle market watch symbols. 0 indicator MT5
MetaTrader 5 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...
mt4 account details expert MT4
MetaTrader 4 expert advisor

mt4 account details

it is very helpful for a coder who is just starting to learn mql coding.it prints the following fields.account balanceaccount equityaccount creditaccount currencyaccount companyacc...
indicator name expert MT4
MetaTrader 4 expert advisor

indicator name

several times, we share snapshot with the other person with some indicator attached on the chart.however there is no way to be fully sure from the chart snapshot itself whether the...
static arrows and graphic objects on mt4 chart expert MT4
MetaTrader 4 expert advisor

static arrows and graphic objects on mt4 chart

in general when you create an arrow on the chart, and then if you scroll the chart the location of the arrow will be changed.sometimes it will be very high above the bar and someti...
dp i alert ea expert MT4
MetaTrader 4 expert advisor

dp i alert ea

this ea alerts you the depth per inch of your monitor. this is very important code for this trying to make your panels work on multiple screen resolution.generally a panel works on...
time of an object expert MT4
MetaTrader 4 expert advisor

time of an object

at times, you need to work with object created on the chart. depending on the time of the creation of the object you decide whether you need to take a buy action or a sell action.t...
one order every second expert MT4
MetaTrader 4 expert advisor

one order every second

it may sound very easy to write a code which places one order every second.however, that are various practical difficulties that come across.the attached code ensures that only one...
custom sound on alert expert MT4
MetaTrader 4 expert advisor

custom sound on alert

this code can be used to generate alert with custom sound on every new bar....
one click close expert MT4
MetaTrader 4 expert advisor

one click close

the code is used to demonstrate how one can create a button on the chart and assign a function to it.the code is used to delete all orders after clicking on the button.the deletion...
check trade time expert MT4
MetaTrader 4 expert advisor

check trade time

this code base is a simple function to check if current time lies within two specified times.many times it is required by the ea to enter trades between two specific time of the da...
check binary options symbol expert MT4
MetaTrader 4 expert advisor

check binary options symbol

in the market watch in mt4, there are several symbols. some of them could be binary options.different brokers have different method of representing a binary options symbols.for eg:...
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....
zig zag nk sound alerts on bar change indicator MT5
MetaTrader 5 indicator

zig zag nk sound alerts on bar change

zigzag nk sound alerts notifies you with sound alert, push notification or popup notification on terminal when zigzag changes its bar.this indicator has 3 buffers, two are used for...
sma with ne t indicator MT5
MetaTrader 5 indicator

sma with ne t

net (noise elimination technology) - a sort of a rolling kendall rank correlation coefficient -was introduced in one of the rsi indicators posted at this code base.now it is used t...
check trading time expert MT4
MetaTrader 4 expert advisor

check trading time

this code base is a simple function to check if current time lies within two specified times.many times it is required by the ea to enter trades between two specific time of the da...
basic file handling in mq l script MT4
MetaTrader 4 script

basic file handling in mq l

this code will basically write some value of prices in a file.this is usually helpful when you want to create a local trade copier using file based approach.it can also be used to ...
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 ...
save current chart to default template script MT4
MetaTrader 4 script

save current chart to default template

it saves the current chart to default template , it just helps to do it faster than a manual save. you can assign a hotkey for it. it has no confirmation and immediately saves the ...
on chart stochastic (like) indicator MT5
MetaTrader 5 indicator

on chart stochastic (like)

this is a sort of stochastic indicator on chart. if, defaults are used, then it calculates the same way as built-in stochastic that uses high/low prices. in this indicator you have...
deviation ratio indicator MT5
MetaTrader 5 indicator

deviation ratio

indicator is based on calculation of two standard deviations and result is ratio between them.as single indicator it doesnt show direction of price, it only show high activity area...
elegant oscillator indicator MT5
MetaTrader 5 indicator

elegant oscillator

recommendations:some experimenting with parameters advised (see the example bellow : red is default, blue is with periods 100,100 - so there is plenty of room for experimenting) ...
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...
set stoploss to all orders script MT4
MetaTrader 4 script

set stoploss to all orders

this simple script sets the stoploss of all the open orders to a specific value that can be inserted in the input....
level indicator indicator MT5
MetaTrader 5 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...
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...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.