MetaTrader MTall Expert Source Code Downloads - Page 49

Showing 2479 results
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...
ranged grid bot ea with pending orders expert MT4
MetaTrader 4 expert advisor

ranged grid bot ea with pending orders

update: v1.01 added magic number added control on symbol (it can be now attached to different charts on the same account) added time control for trading added an option to forcibl...
maybe awo ea expert MT4
MetaTrader 4 expert advisor

maybe awo ea

key features: moving average entry:the ea uses a simple moving average to identify potential entry points. when the market conditions align with the moving average crossover strate...
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...
super scalper em as expert MT4
MetaTrader 4 expert advisor

super scalper em as

low risk, max profit, winning strategy ea. based upon super scalper emas indicator...
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 mql4 expert MT4
MetaTrader 4 expert advisor

breakout martin gale expert advisor for mql4

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...
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...
the double bollinger band strategy mt4 expert MT4
MetaTrader 4 expert advisor

the double bollinger band strategy mt4

1.overview the double bollinger band strategy makes use of two bollinger bands in order to filter entries and exits in the forex market.the strategy aims to enter buy (sell) trades...
donchian channel scalping strategy ea expert MT4
MetaTrader 4 expert advisor

donchian channel scalping strategy ea

lot size computation methods possibility to enable different trailing stop strategies to be optimized for your specific needs, account and trading strategy. a donchian channel str...
take profit based on your current profit expert MT4
MetaTrader 4 expert advisor

take profit based on your current profit

introduction most eas tend to close orders in take profit based on the distance in pips from the purchase price . however, the code used by is based mainly on the current profit . ...
martingale trade simulator expert MT4
MetaTrader 4 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....
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...
calculate drawdown in mt4 expert MT4
MetaTrader 4 expert advisor

calculate drawdown in mt4

please note that it will calulate drawdown based on magic number and symbol. if you dont want to consider the the overall account drawdown the remove the magic number filter and sy...
trail sl expert MT4
MetaTrader 4 expert advisor

trail sl

simple trail stop loss code example.it's not meant to use as it is. it's code sample for programmer reference only.nb: i just want to upload it to somewhere as a backup....
trailing stop loss for all orders and symbols expert MT4
MetaTrader 4 expert advisor

trailing stop loss for all orders and symbols

this script will trail the stop loss of all open buy and sell orders.adjust the trailstart and trailstop parameters to your preferred levels.this is a basic example and can be furt...
close basket pairs expert MT4
MetaTrader 4 expert advisor

close basket pairs

this mql4 script is designed to close positions for a basket of currency pairs based on certain profit and loss thresholds. here's a brief description:the script is called "closeba...
simple yet effective breakout strategy expert MT5
MetaTrader 5 expert advisor

simple yet effective breakout strategy

the basic premise of the strategy:buy/cover as soon asthe price breaks above n bars high short/sell as soon asthe price breaks below n bars low backtested on usdjpy 2013-2023, let'...
classic and virtual trailing expert MT4
MetaTrader 4 expert advisor

classic and virtual trailing

classic trailing => use stop loss to trail and it does reflect in your broker servervirtual trailing => does not trail using stop loss and it does not reflect in your broker ...
trailing with close by button and profit expert MT5
MetaTrader 5 expert advisor

trailing with close by button and profit

all orders this ea is modification of this how to use : 1. add this ea for any symbol2. set the variable value that you need to tp, sl, trailing, closing, treshold of profit or los...
mq l4 implementation of on trade event handler expert MT4
MetaTrader 4 expert advisor

mq l4 implementation of on trade event handler

the code keeps track of orders' tickets in an carrayint. monitoring the changes to the list of tickets in ontimer it triggers these event handlers:note: not all features of the mql...
get nth active trade from the end in mt4 expert MT4
MetaTrader 4 expert advisor

get nth active trade from the end in mt4

this particular expert advisor contains a very useful code which is often required by the developers. most of the time , we need the last active trade. but in this ea you can searc...
get nth closed trade from the end in mt4 expert MT4
MetaTrader 4 expert advisor

get nth closed trade from the end in mt4

this ea will scan all closed trades in the history. and check which trade closed most recently. if we pass 0 , then it will fetch most recently closed trade, if we pass 1 then it w...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.