MetaTrader MT5 Expert Source Code Downloads - Page 31

Showing 1593 results
equity trailing ea mt5 expert MT5
MetaTrader 5 expert advisor

equity trailing ea mt5

this ea started off as a job to trail equity. i then added the function of managing individual trades.thereafter i added the facility of manually putting the price of when it can s...
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...
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...
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 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...
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....
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...
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...
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...
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...
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...
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 ...
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...
rectangle test expert MT5
MetaTrader 5 expert advisor

rectangle test

the ea trades with the help of the rectangle, ema and sma indicator.ea settings:1: magic 2: commentary 3: ema small 4: sma big 5: volumes 6: stop loss of day 7: sl points 8: tp poi...
advisor based on rs i and martingale expert MT5
MetaTrader 5 expert advisor

advisor based on rs i and martingale

this advisor utilizes the rsi indicator and performs adaptive search for minimums and maximums to determine optimal entry and exit points in the market. the advisor analyzes the la...
symbol filling policy determination expert MT5
MetaTrader 5 expert advisor

symbol filling policy determination

symbol input (symbol): the function takes as input the symbol of a financial instrument for which the filling policy is to be determined.obtaining the filling policy type (filling)...
breakout martin gale expert advisor for mt5 expert MT5
MetaTrader 5 expert advisor

breakout martin gale expert advisor for mt5

the "martin gale breakout" strategy is an expert advisor (ea) designed for trading in the forex market. this ea combines a breakout trading approach with elements of the martin gal...
martingale trade simulator expert MT5
MetaTrader 5 expert advisor

martingale trade simulator

this ea i've created is for manual trade training using martingale that can be enabled/disabled.only works on strategy tester mode....
connect disconnect sound alert expert MT5
MetaTrader 5 expert advisor

connect disconnect sound alert

this utility is simple example to add sound alert on connect / disconnectadd sounds wav files inside mql5\files\sounds foldercopy the code and compile the ea utility, the attached ...
symbol sync ea expert MT5
MetaTrader 5 expert advisor

symbol sync ea

syncs all chart symbols to symbol of the chart the ea is attached to...
indices testing expert MT5
MetaTrader 5 expert advisor

indices testing

the ea only trades buy positions and does not use sl and tp.settings:"---------- general ----------" commentar start trade end trade prder is closed "---------- risk- and moneyman...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.