MetaTrader MTall All Source Code Downloads - Page 204

Showing 11119 results
stoch rs i mt5 indicator MT5
MetaTrader 5 indicator

stoch rs i mt5

the stochastic rsi indicator (stoch rsi) is essentially an indicator of an indicator. it is used in technical analysis to provide a stochastic calculation to the rsi indicator. thi...
pivot points lines . 1 indicator MT5
MetaTrader 5 indicator

pivot points lines . 1

draws pivot points level lines for formula'sfloor fibonacci camarilla woodie all pivot points time-framesdraw long or short lines.option to show floor mid pivot pointsoption to sho...
swing trading 3 em a crossover mq l5 indicator MT5
MetaTrader 5 indicator

swing trading 3 em a crossover mq l5

there is no magic in moving averages but they can be used to form the basis of a simple trading strategy that works.for some reason, forex traders especially enjoy these types of s...
simple martingale template expert MT4
MetaTrader 4 expert advisor

simple martingale template

what the template can do for you? a simple but fully functional program that demonstrate how a martingale can work for you. just change the entry analysis using your own scalping s...
deviation rate bi a s mt4 indicator MT4
MetaTrader 4 indicator

deviation rate bi a s mt4

use the average price to calculate the divergence rate. when the divergence rate is high, the market price may pull back. it is often used in stock trading indicators....
deviation rate bi a s mt5 indicator MT5
MetaTrader 5 indicator

deviation rate bi a s mt5

use the average price to calculate the divergence rate. when the divergence rate is high, the market price may pull back. it is often used in stock trading indicators....
print closed position script MT5
MetaTrader 5 script

print closed position

the script prints info about a closed position by its position ticket or identifier, on a retail hedging account.it supports only retail hedgingaccounts (forex).following info are ...
i fisher indicator MT4
MetaTrader 4 indicator

i fisher

dont forget to rate it gais......
simplest ea using de marker indicator expert MT4
MetaTrader 4 expert advisor

simplest ea using de marker indicator

in the past, i thought of using an ea for my trading and this is part of my simple ea and this is the simplest ea i ever had so please rate this after read...this ea working on sin...
basic martingale ea expert MT5
MetaTrader 5 expert advisor

basic martingale ea

this ea just showing a sample of martingale systems by averaging up or averaging down.it is not a ready to use or profitable ea. default using tema indicator as entry signals and a...
clarity index indicator MT4
MetaTrader 4 indicator

clarity index

clarity index is a purely volume based indicator which is constructed on basis of volume, range and positive/negative candle count. it reflects the strength of trend with respect t...
classic moving averages with colors indicator MT5
MetaTrader 5 indicator

classic moving averages with colors

the five classic moving averages are present:simple moving averageexponential moving averagesmoothed moving averagelinear weightedmoving averagesmoothed moving average the indicato...
free mt5 copier expert MT5
MetaTrader 5 expert advisor

free mt5 copier

the code is mostly self-documenting, and should therefore be easy to follow along with some experience in coding. this is not a perfect product, but it should set the wheel rolling...
ea fibonacci potential entry - mt5 expert MT5
MetaTrader 5 expert advisor

ea fibonacci potential entry - mt5

introduction : the 8 effective steps to build a robust day trading plan using fibonacci retracement will help us use fibonacci to locate potential entry points.having a trading pla...
ea fibonacci potential entry - mt4 expert MT4
MetaTrader 4 expert advisor

ea fibonacci potential entry - mt4

introduction : the 8 effective steps to build a robust day trading plan using fibonacci retracement will help us use fibonacci to locate potential entry points.having a trading pla...
multi sort - sorting algorithm library MT5
MetaTrader 5 library

multi sort - sorting algorithm

a sorter class to sort an array based on other arrays.note: empty keys arrays are ignored by the sorter.for example to sort position tickets by position open time (as the only sort...
simple ea using bollinger, rs i and ma expert MT5
MetaTrader 5 expert advisor

simple ea using bollinger, rs i and ma

hello,this simple ea open trade when the last bar is closing above or under bollinger bands, with rsi value overbought or oversold and using a d1 moving average as trend filter.aut...
relative price trend indicator MT4
MetaTrader 4 indicator

relative price trend

relative price trend shows the trend of the relative gain or loss of an asset. it can be used in trend analysis to understand the will of the market....
relative volume trend indicator MT4
MetaTrader 4 indicator

relative volume trend

relative volume trend shows trend based on relative gain and loss of volume of an asset. it can be used in conjunction with relative price trend to see what movement is favored by ...
smart forex system open version expert MT4
MetaTrader 4 expert advisor

smart forex system open version

how it's working?the premise is simple. the entrance looks like this ...force=((bid-close)/close)*10000;example:force > 10% (see input parameters) opening buyforce < -10% ( s...
candle pattern ea /test expert MT5
MetaTrader 5 expert advisor

candle pattern ea /test

although it is not totally translated to mt5 as i am using mt4orders.mqh. remember you must add mt4orders.mqh inside your include folder.you can use it straight away as it works pr...
send a message from metatrader to telegram script MT4
MetaTrader 4 script

send a message from metatrader to telegram

put the code in the scripts directory.from the main menu-> tools-> options, tab expert advisors, add the following address in the allow urls section:in the code, customize th...
the intersections of two lines script MT4
MetaTrader 4 script

the intersections of two lines

a friend asked a question, which became an excuse for me to play some memory with the math lessons of years ago! 😊 (then say what is the use of high school arithmetic and geometry;...
corrected moving averages indicator MT4
MetaTrader 4 indicator

corrected moving averages

originally developed by - andreas uhlthe strength of the cma is that the current value of the time series must exceed the current volatility-dependent threshold, so that the filter...
spread informer expert MT5
MetaTrader 5 expert advisor

spread informer

this ea collects information about the spread and shows the statistics on the chart.when the ea ends its working, it prints all statistics to the journal, which can be useful for t...
log4mql(mini) mt4 library MT4
MetaTrader 4 library

log4mql(mini) mt4

log4mql(mini) - light header-only version of log4mql that provides standardized logging. installation/usage add log4mqlm.mqh to your include folder. view the sample code to get an...
log4mql(mini) mt5 library MT5
MetaTrader 5 library

log4mql(mini) mt5

log4mql(mini) - light header-only version of log4mql that provides standardized logging. installation/usage add log4mqlm.mqh to your include folder. view the sample code to get an...
breakout strength meter - mt5 script MT5
MetaTrader 5 script

breakout strength meter - mt5

introduction : the breakout strength meter is a trading tool that is used to identify which currencies are the strongest to breakout, and which currencies are the weakest to breako...
breakout strength meter - mt4 script MT4
MetaTrader 4 script

breakout strength meter - mt4

introduction : the breakout strength meter is a trading tool that is used to identify which currencies are the strongest to breakout, and which currencies are the weakest to breako...
mt4 ea template with all the basic features expert MT4
MetaTrader 4 expert advisor

mt4 ea template with all the basic features

the buy and sell conditions go as 'bool' value parameters in the direction function, as you can see in the default example.the canbuy and cansell variables will get out set as true...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.