MetaTrader MTall All Source Code Downloads - Page 214

Showing 11118 results
news detector for both mt4 and mt5 expert MT5
MetaTrader 5 expert advisor

news detector for both mt4 and mt5

the same code can be compiled in mt4 as well. it gets news from fxstreet servers automatically which can be further filtered by importance level, currency and keyword in the news.s...
news detector for mt4 & mt5 expert MT4
MetaTrader 4 expert advisor

news detector for mt4 & mt5

the same code can be compiled in mt4 as well. it gets news from fxstreet servers automatically which can be further filtered by importance level, currency and keyword in the news.s...
the restoring pull indicator indicator MT5
MetaTrader 5 indicator

the restoring pull indicator

the restoring pull indicator was created by john ehlers (stocks & commodities v.11:10 (395-400)) and this was one of his earliest indicators that functions as a momentum indica...
open order with trade management script MT4
MetaTrader 4 script

open order with trade management

open your order with this simple trade management script.you can open any type of market order by defining your inputs:order typestop loss (in pips)take profit (in pips)lot sizesli...
mean reversion expert MT4
MetaTrader 4 expert advisor

mean reversion

try it on demo first. this ea trades only with the price of open candle! if you do not want to trade with increasing lot size when you lose a trade set:"increasefactor=0" inputs ...
cs v exporter expert MT5
MetaTrader 5 expert advisor

cs v exporter

this ea will export the close data of x candles every z seconds. the main use of this ea is to automatically update csv file and python can pick it up smoothly....
chart window ma c d indicator MT5
MetaTrader 5 indicator

chart window ma c d

you can see how macd works on main price chart.equivalency #1:macd oscillator: macd line crosses the signal line.macd_cw: indicator red line crosses the price bar.example in fig.: ...
sm a channel indicator MT4
MetaTrader 4 indicator

sm a channel

sma_channel indicator is indicator based on 1 moving average(sma) which will plot channel on chart. the indicator use 2 plot styles where user can select 1 or 2 in settings. if plo...
at r stop loss bands indicator MT5
MetaTrader 5 indicator

at r stop loss bands

this indicator is used for stop loss placements with atr as reference and comes in two lines with equal distance from a moving average.the indicator can also be used for safety mea...
hl c trend confirmation indicator indicator MT5
MetaTrader 5 indicator

hl c trend confirmation indicator

the hlc trend indicator is a confirmation indicator with sub-type as a two-line-crossover.buy signal: long line (white) crosses and closes above short line (red).sell signal: short...
daily drawdown indicator MT5
MetaTrader 5 indicator

daily drawdown

in the lower right corner of the page, you can see the profit or loss percentage of your account.oninit():ondeinit:oncalculate:...
daily profit function expert MT5
MetaTrader 5 expert advisor

daily profit function

i wrote this function as an easy template for accessing the current day's trading history. can be expanded upon by the user by adding additional doubles, i.e. volume, or for differ...
bs i trend and channel indicator MT5
MetaTrader 5 indicator

bs i trend and channel

this indicator shows trend line and channels using the bsi indicator.first, it will check the trend by bsi. then, draw the trend line or channels by condition. the trend line uses ...
the roofing filter indicator MT5
MetaTrader 5 indicator

the roofing filter

the roofing filter indicator was created by john ehlers ("cycle analytics for traders" pg. 80 - 82). when the indicator crosses over its signal then it is a short term uptrend and ...
grat order exchange library MT5
MetaTrader 5 library

grat order exchange

the attached .mqh files are designed to export orders and trades from one ea and import them into another one (copying trades), which can be run both in the same terminal and in an...
fear and greed function script MT5
MetaTrader 5 script

fear and greed function

it is known that the market is mainly driven by two emotions: fear and greed.this script implements a class with variables and functions to embody these emotions in a mathematical ...
swap informer expert MT4
MetaTrader 4 expert advisor

swap informer

searching for symbols in the market watch window with a positive swap and displaying the received data on the screen....
lazy bot mt5 (daily breakout ea) expert MT5
MetaTrader 5 expert advisor

lazy bot mt5 (daily breakout ea)

input parameters 2. local variables initialization 3. main code explaining the strategy, everyday bot will delete all the old orders and find highest and lowest value of the previo...
volume average percent spread mod indicator MT5
MetaTrader 5 indicator

volume average percent spread mod

original code and description are here:i made a modification where you can filter volume levels when spreads are high....
introsort (introspective sort) library MT5
MetaTrader 5 library

introsort (introspective sort)

introspective sortintro or introspective sort is a hybrid sorting algorithm that provide fast performance. it is a comparison based sorting algorithm based on three phases. it uses...
smooth algorithms - corrected/modified library MT5
MetaTrader 5 library

smooth algorithms - corrected/modified

original code and description here:modifications:corrected errors that prevent compiling indicators that won't due to errors in the <smoothalgorithms.mqh> file.i've also chan...
trade mo indicator MT4
MetaTrader 4 indicator

trade mo

Download the source code for this indicator
volumes spread mod indicator MT5
MetaTrader 5 indicator

volumes spread mod

typical unassuming volumes indicator, but divided by spread. i removed the color changing, as it became useless after dividing by spread. edit: ability to use spread or not. to be ...
rs i scanner indicator MT4
MetaTrader 4 indicator

rs i scanner

simple indicator that will scan thru the symbols in the marketwatch window to alert you if price is overbought or oversold based on rsi.you can use a pop up alert or send to phone....
samy thuillier trader options dérivées expert MT5
MetaTrader 5 expert advisor

samy thuillier trader options dérivées

samy thuillier, trader spécialisé sur les forward, warrant et turbo. recommandations de samy:assurez vous de ne pas être en position directionnelle pour éviter la catastrophe en ca...
get message of popup alert mt4 using script MT4
MetaTrader 4 script

get message of popup alert mt4 using

this is small script using external dll "user32.dll".1. import dll and its functions 2 get handle of alert dialog (parent window) using findwindoww to specific parent window handle...
time segmented volume (ts v) indicator MT4
MetaTrader 4 indicator

time segmented volume (ts v)

this indicator is based on the original “time segmented volume (tsv)” developed by worden brothers, inc. however, i added an extra few features to this one.one can choose the price...
time segmented volume (ts v) indicator MT5
MetaTrader 5 indicator

time segmented volume (ts v)

this indicator is based on the original “time segmented volume (tsv)” developed by worden brothers, inc. however, i added an extra few features to this one.one can choose the price...
rs i bot mt5 expert MT5
MetaTrader 5 expert advisor

rs i bot mt5

rsi bot, send alert buy when rsi<=20, send alert sell when rsi>=80parameter:input group "rsi setting"input int inp_rsi_ma_period = 30; // rsi: averaging periodinput enum_appl...
auto fibonacci indicator (auto fibos) indicator MT4
MetaTrader 4 indicator

auto fibonacci indicator (auto fibos)

going west going east trying to read the fibonacci lines values or to find an auto fibonacci indicator in the metatrader! no avail!one of my clients asked my for an expert advisor ...
xoshiro256 random number generator library MT5
MetaTrader 5 library

xoshiro256 random number generator

xoshiro256** random number generator xoshiro256** (named after its operations: xor, shift, rotate) is a pseudorandom number generator designed by sebastiano vigna in collaboration ...
ea s y tr e n d indicator MT4
MetaTrader 4 indicator

ea s y tr e n d

(you need use heiken ashi to see the graph or change the parameter ti put the graph in front of the indicators)so i choose a h1 period to have a strong trend, i write a histogramme...
xp forex trade manager grid mt4 expert MT4
MetaTrader 4 expert advisor

xp forex trade manager grid mt4

forex trade manager grid mt4 helps you to managing orders and achieve the goal. you only need to place first order with take profit, run ea and set in params profit (pips) you want...
xp forex trade manager mt4 expert MT4
MetaTrader 4 expert advisor

xp forex trade manager mt4

forex trade manager mt4 simplifies managing open orders in metatrader 4. if you open a new order, the manager automatically sets stop loss and take profit. when price will move, th...
xp forex trade manager grid mt5 expert MT5
MetaTrader 5 expert advisor

xp forex trade manager grid mt5

forex trade manager grid mt5 helps you to managing orders and achieve the goal. you only need to place first order with take profit, run ea and set in params profit (pips) you want...
xp forex trade manager mt5 expert MT5
MetaTrader 5 expert advisor

xp forex trade manager mt5

forex trade manager mt5 simplifies managing open orders in metatrader 5. if you open a new order, the manager automatically sets stop loss and take profit. when price will move, th...
ak-47 scalper ea expert MT4
MetaTrader 4 expert advisor

ak-47 scalper ea

1. input parameters 2. local variables initialization3. main code a/ expert initialization functionb/ expert tick function3.1 calculate signal in order to send orders3.2 calculate ...
price line 3 indicator MT5
MetaTrader 5 indicator

price line 3

1. shows moving last price on bid line + symbol name + countdown of candle closing + timeframe2. last 24 hours percentage change3. time based on input selection to the price line :...
cc i + ma c d scalper expert MT5
MetaTrader 5 expert advisor

cc i + ma c d scalper

strategy tested on eurusd pair, works best on m15 period.indicators used:- ema (default period 34)- cci (default ma period 50)- macd (default mt5 settings)the strategy goes as foll...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.