MetaTrader MT5 All Source Code Downloads - Page 145

Showing 8092 results
rs i summed indicator MT5
MetaTrader 5 indicator

rs i summed

theory : the theory of this indicator is simple :it takes nnn rsi values specified by periods parameter and checks if all the nnn rsi values are above or bellow the required value....
normalized ma c d - of averages indicator MT5
MetaTrader 5 indicator

normalized ma c d - of averages

theory : use one of the 4 basic types of averages for calculation :simple moving averageexponential moving averagesmoothed moving averagelinear weighted moving averageit is normali...
cs v file reader for mq l5 library MT5
MetaTrader 5 library

cs v file reader for mq l5

usage of the class 1. set up an array of column descriptions in an mqlparam array.2. open the file with the open() function2a. when the file has a header and your are not intereste...
intra-day at r indicator MT5
MetaTrader 5 indicator

intra-day at r

theory : this is an atr (average true range) that resets itself on the start of a new period. new periods are :daily (for all time frames less than dailyweekly for daily time frame...
3 dma indicator MT5
MetaTrader 5 indicator

3 dma

changing two parameters with the mouse pointerx - maximum ma period changesy - step of changing of ma periodleft click of the mouse - the beginning/end of the change of parameters....
parabolic sa r of average indicator MT5
MetaTrader 5 indicator

parabolic sa r of average

theory :parabolic sar is calculated using high and low prices. this indicator allows you to :use any price (not just high and low)use average of the price (instead of using "raw" p...
corrected am a indicator MT5
MetaTrader 5 indicator

corrected am a

adaptive ma made using dr. alexander uhl's corrected algorithmyou can use color changes as signals in this indicator...
rs i + cc i indicator MT5
MetaTrader 5 indicator

rs i + cc i

a combination of rsi (relative strength index) indicator and cci (commodity channel index) that provides a confirmation of rsi signalsyou can use the color changes as signals...
rs i of parabolic sa r indicator MT5
MetaTrader 5 indicator

rs i of parabolic sa r

theory : ps: the rsi used in this calculation is the one using double smoothed wilder's ema instead of "simple" wilder's ema. results are a bit smoother (and faster) this wayusage ...
average trend indicator MT5
MetaTrader 5 indicator

average trend

theory : the idea is simple : the indicator checks the slope of the (chosen type of) average. the longer the slope goes in one direction, the steeper the value of the indicator goe...
daily percent change indicator MT5
MetaTrader 5 indicator

daily percent change

indicator window shows % change for the day. % change = (daily open price - candle close or current price) / daily open price ) * 100...
trade transaction class library MT5
MetaTrader 5 library

trade transaction class

when performing some definite actions on a trade account, its state changes. such actions include:sending a trade request from any mql5 application in the client terminal using ord...
vortex 2 indicator MT5
MetaTrader 5 indicator

vortex 2

since it seems that we can not rely only on the brute force of metatrader 5, from time to time we need to revisit the code and optimize it - for speed mainly. one example of that i...
simple moving average indicator MT5
MetaTrader 5 indicator

simple moving average

back to the basics : one might ask : "why do we need the simple moving average when it is published already"?there are multiple reasons :existing sma calculations tend to have one ...
explosion5 expert MT5
MetaTrader 5 expert advisor

explosion5

Download the source code for this expert advisor
exponential moving average indicator MT5
MetaTrader 5 indicator

exponential moving average

in the "back to basic" again :ps: using the alternative mode of oncalculate() - this mode :...
mq l easy library MT5
MetaTrader 5 library

mq l easy

github: intro mql_easy is an open source cross platform library for developing mql4 and mql5 applications. the purpose of this library is to make the mql development easy, safe and...
pan priz ma sin leverage 72 indicator MT5
MetaTrader 5 indicator

pan priz ma sin leverage 72

the indicator builds a sliding line based on interpolation by a polynomial of 4 degrees. the constructed line is extrapolated as a section of a given function by a sinusoid and its...
balance graph ht m l script MT5
MetaTrader 5 script

balance graph ht m l

description: display interactive html graph of the account balance inside the web browser.the included template html file uses the highcharts javascript library fromhighcharts make...
cpaired deal info class library MT5
MetaTrader 5 library

cpaired deal info class

cpaireddealinfo is a class to reconstruct closed trades (paired in/out deals) from history sorted by close time.the class has a similar interface to cdealinfo class of the standard...
lavika eur g b p/eur u s d expert MT5
MetaTrader 5 expert advisor

lavika eur g b p/eur u s d

the expert advisor uses four ima (moving average, ma) indicators from two timeframes. two indicators with averaging periods 1 and 8 are created on the h1 timeframe and two indicato...
hull moving average indicator MT5
MetaTrader 5 indicator

hull moving average

basics (description by all hull) by alan hull back in 2005 when i was working on a new indicator i was temporarily sidetracked by trying to solve the problem of lag in moving avera...
xo indicator MT5
MetaTrader 5 indicator

xo

Download the source code for this indicator
at r indicator MT5
MetaTrader 5 indicator

at r

this one is for the "purists"...
sell relative strengt index indicator MT5
MetaTrader 5 indicator

sell relative strengt index

sell relative strength index (srsi or “sell gravitation index”) by howard wand as featured in the february 2019 issue of tasc magazine.“traders accumulate profits trade by trade, w...
change sl/tp on chart drop off script MT5
MetaTrader 5 script

change sl/tp on chart drop off

this script will change the sl and tp of all open trades of the symbol to the price where the script is dropped off....
close-all script MT5
MetaTrader 5 script

close-all

this is a script to close all market positions and/or pending orders.optionally, you can disable algo-trading buttonto prevent other running experts from opening further positions ...
export summary grouped by symbols script MT5
MetaTrader 5 script

export summary grouped by symbols

the script exports summary of closed trades selected between two dates grouped by each currency pair. the resulting file is csv that can be opened/imported with any spreadsheet sof...
variance indicator MT5
MetaTrader 5 indicator

variance

the standard deviation is a measure of how much a dataset differs from its mean; it tells us how dispersed the data are. a dataset that’s pretty much clumped around a single point ...
export summary grouped by trading days script MT5
MetaTrader 5 script

export summary grouped by trading days

the script exports summary of closed trades selected between two dates grouped by each trading day. the resulting file is csv that can be opened/imported with any spreadsheet softw...
permutations and combinations library MT5
MetaTrader 5 library

permutations and combinations

introductionit doesn't happen very often, but every once in awhile one needs to iterate over all of the combinations or permutations of a set of objects. or more specifically, give...
arrow drawing indi eu script MT5
MetaTrader 5 script

arrow drawing indi eu

this indicator is used to create signals for the connector. an arrow indicator can be connected to it, and when a signal appears, an arrow will be drawn.this indicator can be used ...
gbp chf expert MT5
MetaTrader 5 expert advisor

gbp chf

the code of the adviser, excluding the position opening algorithm, is copied from the advisortrading settingsin the expert advisor, you can both enable and disable the take profit,...
class crandom library MT5
MetaTrader 5 library

class crandom

mathrand() function the standard random number generator in mql has a fairly limited number of possible values from 0 to 32767 (15-bits usable, 2^15 = 32,768 values).it is classifi...
smoothed cc i indicator MT5
MetaTrader 5 indicator

smoothed cc i

ps: it is one in the "need-for-speed" series - suitable for usage using custom calls. setting the ema period to <=1 will produce something similar to "regular" cci, but do not c...
rs i candles - lite ressource indicator MT5
MetaTrader 5 indicator

rs i candles - lite ressource

quoted from combination of 4 rsi values (rsi of high, low, open and close) displayed as candles.this implementation use less ressource and standard irsi mt5 function to calculate t...
price speed indicator MT5
MetaTrader 5 indicator

price speed

the indicator shows the speed of price change in points per minute. the general idea is taken from the , but the code has been improved, and the functionality has been expanded. in...
unity indicator MT5
MetaTrader 5 indicator

unity

unity is a cluster multi-currency indicator showing synchronous changes in the value of metals and major currencies in a generalized form. it was first published in the article .in...
max cd indicator MT5
MetaTrader 5 indicator

max cd

three moving averages convergence/divergence - indicator for mt5hopefully useful for fellow traders....
bears bulls power indicator MT5
MetaTrader 5 indicator

bears bulls power

indicator bears and bulls power for mt5 together in one separate window.hopefully useful for fellow traders....
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.