MetaTrader MTall Expert Source Code Downloads - Page 50

Showing 2479 results
get nth active trade from the end in mt5 expert MT5
MetaTrader 5 expert advisor

get nth active trade from the end in mt5

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 mt5 expert MT5
MetaTrader 5 expert advisor

get nth closed trade from the end in mt5

this particular expert advisor contains a very useful code which is often required by the developers. most of the time , we need the last closed trade. but in this ea you can searc...
breakout strategy with prop firm helper functions expert MT5
MetaTrader 5 expert advisor

breakout strategy with prop firm helper functions

hello all,this is an update of the "". in this code, i have added some helper functions for prop firm challenges.generally, to pass a prop firm challenge, you need to satisfied thr...
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...
screenshots with keyboard key press expert MT5
MetaTrader 5 expert advisor

screenshots with keyboard key press

after you attach this to the chart, you can take quick widescreen screenshots by pressing the 's' hotkey on the keyboard.the date is automatically appended to every screenshot imag...
raymond cloudy day for ea expert MT5
MetaTrader 5 expert advisor

raymond cloudy day for ea

key features: innovative calculation method: the core of the raymond cloudy day indicator features a unique calculation method, offering highly accurate and reliable points to gui...
arbitrage triangle eur g b p-eur u s d-gbp u s d expert MT5
MetaTrader 5 expert advisor

arbitrage triangle eur g b p-eur u s d-gbp u s d

key features: automatic detection of arbitrage opportunities:utilizes real-time currency pair data to find profitable arbitrage opportunities.dynamic trade management:opens and clo...
max trade volume checker for your trading account expert MT5
MetaTrader 5 expert advisor

max trade volume checker for your trading account

a small user-friendly dialog panel that dynamically calculates and displays the maximum lot size permitted on your brokerage account for different types of orders - buy, sell, pend...
2-pair correlation ea expert MT5
MetaTrader 5 expert advisor

2-pair correlation ea

unlock the potential of automated crypto trading with the 2-pair correlation ea, a fully self-adaptive expert advisor designed for btc/usd and eth/usd pairs. whether you're new to ...
quick trend scalper expert MT5
MetaTrader 5 expert advisor

quick trend scalper

key features: signal detection:identifies oversold (rsi < 30) and overbought (rsi > 70) conditions with engulfing patterns for optimal entry points.dynamic risk management:us...
neurotest expert MT5
MetaTrader 5 expert advisor

neurotest

the code is an expert advisor for metatrader 5 based on a neural network. it uses historical market data to predict future price movements. the neural network has a hidden layer an...
adaptive trader pro ea expert MT5
MetaTrader 5 expert advisor

adaptive trader pro ea

this ea is a comprehensive trading tool designed for both novice and experienced traders who seek an automated strategy that adapts to market conditions. it implements a multi-step...
market watch panel utility expert MT5
MetaTrader 5 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...
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...
simple mt5 trade copier expert MT5
MetaTrader 5 expert advisor

simple mt5 trade copier

the ea is based on several key trading and technical concepts:trade copying/mirror trading concept: the fundamental idea is to replicate trading activity from one account (master)...
supermac b o t expert MT5
MetaTrader 5 expert advisor

supermac b o t

the supermacbotis a fully automated trading robot that combines the power of the moving average crossoverstrategy with the macd indicatorto deliver precise and reliable trade signa...
close agent expert MT5
MetaTrader 5 expert advisor

close agent

this is a free example of an automated tool designed to close open positions at the optimal moment, combining two of the most effective technical analysis indicators: bollinger ban...
market predictor expert MT5
MetaTrader 5 expert advisor

market predictor

open-source project: marketpredictor for metatrader 5hello everyone,i’m excited to introduce my open-source project, marketpredictor, an innovative expert advisor (ea) for metatrad...
profit labels for closed trades (deals) expert MT5
MetaTrader 5 expert advisor

profit labels for closed trades (deals)

a simple demonstration to show how it's possible to code profit and loss labels for the most recently closed deals.this ea will place dummy trades, so you can see how it looks in t...
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...
perfect trailing stop loss expert MT5
MetaTrader 5 expert advisor

perfect trailing stop loss

copy these into any ea you are busy coding and you"ll have a trailing sl.the only things you'll need to change would probably be inpmagic for your magic number or you could just co...
bollinger bands ea expert MT5
MetaTrader 5 expert advisor

bollinger bands ea

update: the positions will only be opened after the bearish or bullish candle. indicators such as moving average and bollinger bands removed from the chat after closing the ea. sm...
symbol swap panel utility expert MT5
MetaTrader 5 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...
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...
smart trend follower expert MT5
MetaTrader 5 expert advisor

smart trend follower

1. enum types (enumjnssignal, enumordertype)- enumjnssignalthis enum defines the type of signal used in the ea. there are two signal options: - `etypecrossma`: uses the signal of c...
download all ticks of a symbol's history expert MT5
MetaTrader 5 expert advisor

download all ticks of a symbol's history

this expert advisor code will scan the user's broker's market watch and extract symbols for which it will download all available ticks , or ticks up to a date.it may help you to do...
mean reversion trend ea expert MT5
MetaTrader 5 expert advisor

mean reversion trend ea

2. key features adaptive signals: uses fast and slow moving averages for trend identification. built-in validator: comprehensive trade validation system checking volume, margin an...
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...
rr s randomness in nature ea expert MT4
MetaTrader 4 expert advisor

rr s randomness in nature ea

this ea is truly random in nature. it randomly selects currency pairs, lot sizes, and order types. this ea does not rely on any technical skillset such as indicators, price action,...
rr s chaotic ea expert MT4
MetaTrader 4 expert advisor

rr s chaotic ea

Download the source code for this expert advisor
rr s tangled ea expert MT4
MetaTrader 4 expert advisor

rr s tangled ea

this is a multi-currencyor multi-assetea, meaning that even if it is attached to a single currency pair chart, it can trade other currency pairs and manage all operations related t...
withdrawal tracking expert MT4
MetaTrader 4 expert advisor

withdrawal tracking

this is a piece of code to add to an existing expert advisor to track withdrawals from your account where the ea is running. it helps the user to monitor his or her withdrawals fro...
withdrawal tracking expert MT5
MetaTrader 5 expert advisor

withdrawal tracking

this is a piece of code to add to an existing expert advisor to track withdrawals from your account where the ea is running. it helps the user to monitor his or her withdrawals fro...
candlestick analysis ea r1 expert MT5
MetaTrader 5 expert advisor

candlestick analysis ea r1

this mt5 expert advisor combines multi-timeframe candlestick pattern analysis with fundamental event filtering to execute trades with disciplined risk management. key features: cor...
average pip movement based on tick and seconds expert MT4
MetaTrader 4 expert advisor

average pip movement based on tick and seconds

this expert advisor (ea) analyzes market movement by calculating the average pip movement per tick and the average spread over a user-defined number of ticks ( max_ticks ). it also...
detecting the start of a new bar or candle expert MT5
MetaTrader 5 expert advisor

detecting the start of a new bar or candle

for an expert advisor (ea), when a new quote ("tick") is received by metatrader, the standard event handling function is called by the terminal. however, there is no standard event...
new candle or bar formation expert MT5
MetaTrader 5 expert advisor

new candle or bar formation

this bot detects the open of a new candle on any set timeframe, thereby making it easier to run a one-time code, place trades and call other functions. the code is written in the o...
back kick expert MT5
MetaTrader 5 expert advisor

back kick

attention: expert advisor only for hedge accounts! the expert advisor opens two multidirectional positions. as soon as both positions are closed (by triggering stop loss or take pr...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.