MetaTrader MTall All Source Code Downloads - Page 215

Showing 11118 results
wilder's average true range (at r) indicator MT4
MetaTrader 4 indicator

wilder's average true range (at r)

this indicator implements the original “average true range (atr)” developed by john welles wilder jr., as described in his book—new concepts in technical trading systems [1978].it ...
wilder's average true range (at r) indicator MT5
MetaTrader 5 indicator

wilder's average true range (at r)

this indicator implements the original “average true range (atr)” developed by john welles wilder jr., as described in his book—new concepts in technical trading systems [1978].it ...
wilder's relative strength index indicator MT4
MetaTrader 4 indicator

wilder's relative strength index

this indicator implements the “relative strength index (rsi)” developed by john welles wilder jr., as described in his book—new concepts in technical trading systems [1978].this in...
wilder's relative strength index indicator MT5
MetaTrader 5 indicator

wilder's relative strength index

this indicator implements the “relative strength index (rsi)” developed by john welles wilder jr., as described in his book—new concepts in technical trading systems [1978].this in...
multi currency template mt5 expert MT5
MetaTrader 5 expert advisor

multi currency template mt5

this ea is a sample for multicurrency system for metatrader 5.entry is just using a simple candle logic on d1.hope this ea can be a help for others to learn....
support and resistance indicator indicator MT4
MetaTrader 4 indicator

support and resistance indicator

the main idea behind it is to search for support and resistance levels,becouse i could not fint any similar indicator. the support and resistance functions do exactly that. when ca...
grid trading algorithm at volatile market expert MT4
MetaTrader 4 expert advisor

grid trading algorithm at volatile market

the input parameters are: tp - this is a number, and the robot will take profit when tp*invested money is reached in profits (recommend 0.01-0.1). slowmovingaverage is the period o...
highest high fetch script MT5
MetaTrader 5 script

highest high fetch

highest high fetch - script.1 file - size : 1.62 kb.the code defines a function "rangehighs" that takes 4 integer inputs: pstarthour, pstartmins, pendhour, and pendmins, which repr...
advanced line chart indicator MT5
MetaTrader 5 indicator

advanced line chart

this line tries to reflect the main direction of the trend and it is calculated based on japanese candlestick data.if the trend is up, then the line is closer to the high prices of...
cl s (clear screen) indicator MT5
MetaTrader 5 indicator

cl s (clear screen)

cls (clearscreen) delets all object drawn on the chart with key press "c"...
check the time periods used expert MT5
MetaTrader 5 expert advisor

check the time periods used

the function takes two arrays of integers as parameters: "allowedperiods" and "periodstocheck". "allowedperiods" is an array containing all the time periods allowed by the system, ...
current relative drawdown expert MT5
MetaTrader 5 expert advisor

current relative drawdown

the dd_relative function calculates the relative profit or loss (drawdown) of the current trading account in percentage. to do this, it uses the current_lossorprofit() function to ...
period converter all kai script MT4
MetaTrader 4 script

period converter all kai

this script convert historical data from m1 to m1, m5, m15, m30, h1, h4, d1, w1 and mn, specifying the start date.this is a basic flow.1. download or import your historical data. 2...
weighted deviation indicator MT5
MetaTrader 5 indicator

weighted deviation

this weighted deviation is a sort of all linear weighted deviation. it uses linear weighting in all the steps calculated (which makes it different from the built in deviation in a ...
weighted deviation bands indicator MT5
MetaTrader 5 indicator

weighted deviation bands

variation of the bollinger bands but it uses linear weighted average and weighted deviation (see the description of weighted deviation here : )recommendations:use it as any bolling...
macd divergence stochastic & bb expert MT5
MetaTrader 5 expert advisor

macd divergence stochastic & bb

this expert identifies macd divergence whenbuysstochastic main line > signal line stochastic is between oversold levels ( control over duration how long has stochastic between t...
divergence ema rsi expert MT5
MetaTrader 5 expert advisor

divergence ema rsi

includes ea & alert only with arrows.this ea buys whenmacd divergence occurs on 5 minute timeframe 1 hour stochastic main line is greater than signal line & between upper l...
weighted deviation indicator MT4
MetaTrader 4 indicator

weighted deviation

this weighted deviation is a sort of all linear weighted deviation. it uses linear weighting in all the steps calculated (which makes it different from the built in deviation in a ...
weighted deviation bands indicator MT4
MetaTrader 4 indicator

weighted deviation bands

variation of the bollinger bands but it uses linear weighted average and weighted deviation (see the description of weighted deviation here : ) recommendations:use it as any bollin...
reversal strategy expert MT5
MetaTrader 5 expert advisor

reversal strategy

this expert advisor uses three indicators to identify reversal of the price of a symbol. it uses a simple moving average along with a standard deviation and the rsi.it sends a buy ...
aussie surfer expert MT5
MetaTrader 5 expert advisor

aussie surfer

this expert advisor is based on the alligator indicator and bollinger bands indicator.currency pair: gbpaudtime frame: 15min...
pivot script MT5
MetaTrader 5 script

pivot

example:run the script on w1 and d1 timeframes.see the results on d1 and m15 timeframes....
refresh all open charts script MT5
MetaTrader 5 script

refresh all open charts

this script will refresh all open charts in mt5, usually custom symbols in mt5 needs to be refresh sometime so this script will help to refresh all open chart at once. we can also ...
oneminuteman script MT4
MetaTrader 4 script

oneminuteman

the script requests the rates every 50ms, put the data into an array then traverses through finding highs and lows...
cryptos - meta trader 4 expert for et h expert MT4
MetaTrader 4 expert advisor

cryptos - meta trader 4 expert for et h

crypto ea for eth/usd pair. i trade eth/usd using a simple system. i'm tired of constantly following the schedule. i missed signals at night, sometimes i missed signals during the ...
ea frame expert MT5
MetaTrader 5 expert advisor

ea frame

include file contains moving average group, a moving average group with 6 moving averages in period_w1, and a moving average group with 6 moving averages in period_current.ma group...
time left to new bar watch script MT5
MetaTrader 5 script

time left to new bar watch

a simple script that creates a timer in the form of a clock in the main chart window and shows how much time is left until the start of the next bar....
fractal prices-high expert MT5
MetaTrader 5 expert advisor

fractal prices-high

this is a snippet of a larger code that is based on finding break of market structure.it identifies the most recent fractal price value and comments the result on the charts.it doe...
asian range highlighter indicator MT5
MetaTrader 5 indicator

asian range highlighter

changes i added:1. isolated only the asian session.2. allow users to modify settings such as asian time in their local time, color of the boxes, and whether to fill boxes or not.3....
risk manager ea expert MT4
MetaTrader 4 expert advisor

risk manager ea

you need to do your own ta for the best results. you decide which direction you want the ea to place trades in (you can go long and short, but hedging won't work) & the ea will...
pending order count-bu y st o p s script MT5
MetaTrader 5 script

pending order count-bu y st o p s

this only works for buy stops.if you find this helpful and may need the code for sell stops and other pending orders, let me know in the comment section and i'll cook one up in my ...
password manager script MT5
MetaTrader 5 script

password manager

at the first start, you must fill in the current password of the trader and investor in "cur" line.if you are not satisfied with the generated password, you can make a new one by c...
move stop loss expert MT4
MetaTrader 4 expert advisor

move stop loss

if you're a trader who constantly juggles multiple open positions and needs to adjust stop losses as trades progress, you know how time-consuming and stressful this can be. but wit...
move stoploss expert MT5
MetaTrader 5 expert advisor

move stoploss

if you're a trader who constantly juggles multiple open positions and needs to adjust stop losses as trades progress, you know how time-consuming and stressful this can be. but wit...
display trade history on charts (mt5) expert MT5
MetaTrader 5 expert advisor

display trade history on charts (mt5)

get trade history files (.csv) and put it in ..\mql5\file folder and save the name of file (.csv). for time differences of broker's terminals, use the same broker's meta trader 5 ...
exponential commodity channel index indicator MT4
MetaTrader 4 indicator

exponential commodity channel index

an implementation of the commodity channel index using exponential moving averages, instead of simple moving averages as implemented by the its creator, donald lambert.the code use...
exponential commodity channel index indicator MT5
MetaTrader 5 indicator

exponential commodity channel index

an implementation of the commodity channel index using exponential moving averages, instead of simple moving averages as implemented by the its creator, donald lambert.the code use...
all averages indicator MT4
MetaTrader 4 indicator

all averages

available formulas (ma_method)sma simple moving average ema exponential moving average wilder wilder exponential moving average lwma linear weighted moving average sinewma sine...
subtract time script MT5
MetaTrader 5 script

subtract time

with this short piece of code you are going to learn how to subtract the time.it may be very useful to time your trades entrances and exits, also to make up strategies based on tim...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.