MetaTrader MTall Expert Source Code Downloads - Page 48

Showing 2479 results
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....
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...
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...
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...
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...
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 ...
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...
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....
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...
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 ...
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...
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...
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...
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...
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...
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 ...
money management expert MT5
MetaTrader 5 expert advisor

money management

this ea takes calculates the current account balance and based on user's input of risk and profit percentage , it can close trades either in profit or in loss.this tool might be he...
change tp s l by percentage expert MT4
MetaTrader 4 expert advisor

change tp s l by percentage

the expert will help you change the tp/sl of all open orders by setting the tp/sl based on the input percentage value.recommendations:change the tp/sl accurately only if all open o...
auto tp multiplied by sl expert MT4
MetaTrader 4 expert advisor

auto tp multiplied by sl

th expert will set the tp based on the sl manually set using the input multiplier. using this you can set 2,3,4 etc times the sl set....
chart button class mt5 expert MT5
MetaTrader 5 expert advisor

chart button class mt5

this class allows you to create buttons on the chart as if they were chart objects(have time and price coordinates) these objects can be dragged on the chart and when scrolling the...
chart button class mt4 expert MT4
MetaTrader 4 expert advisor

chart button class mt4

this class allows you to create buttons on the chart as if they were chart objects(have time and price coordinates) these objects can be dragged on the chart and when scrolling the...
check trades expert MT5
MetaTrader 5 expert advisor

check trades

the code provided is an mql5 expert advisor (ea) script that is based on the idea of closing open positions when they have reached a user-defined profit or loss threshold, calculat...
ma price cross (custom time) expert MT4
MetaTrader 4 expert advisor

ma price cross (custom time)

best used on the 15 minute timeframe on eurusd.this expert advisor (ea) for metatrader 4 (mt4) buys when price breaks above the ma and sells when price breaks below the ma. user ca...
martingale levels for money management expert MT5
MetaTrader 5 expert advisor

martingale levels for money management

this ea is a money management algorithm for opening and closing positions and uses martingale with a "multiplier".run ea before opening any positions to get the best result. run "m...
ak-47 scalper ea expert MT5
MetaTrader 5 expert advisor

ak-47 scalper ea

1. input parameter 2. local variables initialization 3. main code a/ expert initialization functionb/ expert tick function3.1 calculate signal in order to send orders3.2 calculate ...
grid trading algo expert MT4
MetaTrader 4 expert advisor

grid trading algo

this strategy is based on some very interesting enter criterias and usefull funtcions are included which i used to create this trading bot. it has shown very good potential in the ...
new concept: trailing take profit expert MT5
MetaTrader 5 expert advisor

new concept: trailing take profit

on contrast with trailing stop which a stop loss trails price until the price hits the stop loss and the position gets closed in profit, introducing trailing take profit which take...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.