MetaTrader MT4 Expert Source Code Downloads - Page 18

Showing 885 results
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...
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 ...
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...
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 ...
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...
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 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...
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...
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 ...
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...
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...
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...
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....
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...
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 ...
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...
grid ea pro expert MT4
MetaTrader 4 expert advisor

grid ea pro

a professional grid advisor works according to rsi( relative strength index ) indicators. and has the function of reducing the drawdownon the account by overlapping unprofitable or...
the doji candelstick pattern expert MT4
MetaTrader 4 expert advisor

the doji candelstick pattern

the doji pattern detector eais designed to automatically detect the classic doji candlestick patternon any chart. a doji pattern occurs when the open and close prices of a candle a...
simplified "euro surge" expert advisor expert MT4
MetaTrader 4 expert advisor

simplified "euro surge" expert advisor

the default settings work for eurusd 5minsettings based off optimizations since 2020input parameters trade size calculation:the ea allows for three types of trade size calculations...
surfing - 2 em a strategy expert MT4
MetaTrader 4 expert advisor

surfing - 2 em a strategy

this is a pretty simple startegy that follows trend. recommended time frame is d1. when close price brakes up the ema build based on high prices given that rsi is above 55 - exper...
symbol swap panel utility expert MT4
MetaTrader 4 expert advisor

symbol swap panel utility

description: the "symbol swap panel" is a versatile utility designed for traders seeking to manage their chart symbols and market watch more efficiently. this tool allows you to ea...
market watch panel utility expert MT4
MetaTrader 4 expert advisor

market watch panel utility

the market watch panel utility provides real-time monitoring of financial symbols, displaying key data like close prices in a clean and intuitive interface. designed for metatrader...
ea close all expert MT4
MetaTrader 4 expert advisor

ea close all

english explanation: using the closeallordersea in metatrader 4 offers several benefits: emergency closure: in case of unexpected market movements or if you need to exit all posi...
rr s non-directional ea expert MT4
MetaTrader 4 expert advisor

rr s non-directional ea

this is a non-directional bias ea. this ea does not rely on any technical skillset such as indicators, price action, news calendar events, or candlestick patterns. it offers multip...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.