MetaTrader MT5 Expert Source Code Downloads - Page 32

Showing 1593 results
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'...
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...
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...
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...
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...
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...
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...
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...
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...
ma trend 2 expert MT5
MetaTrader 5 expert advisor

ma trend 2

only buy - allowed to open only buyonly sell - it is allowed to open only sellbuy and sell - it is allowed to open both buy and sell. the expert advisor works according to the ima ...
manual position tracking panel expert MT5
MetaTrader 5 expert advisor

manual position tracking panel

idea of the expert advisor utilitythe panel sorts buy positions in ascending order and sell positions in price order. the sorted positions are displayed in the panel: a maximum of ...
i ch o trend cc i dual on ma filter expert MT5
MetaTrader 5 expert advisor

i ch o trend cc i dual on ma filter

trading strategythe expert advisor uses two indicators: icho (chaikin oscillator, cho) and custom . cho is used as a trend indicator and also, when the indicator crosses zero, to c...
indiana jones mean reversion ea expert MT5
MetaTrader 5 expert advisor

indiana jones mean reversion ea

the strategygo short when price hits n-lookback bars high targeting mean of n-lookback. go long when price hits n-lookback bars low targeting mean of n-lookback. this is a misleadi...
risk manager with info panel and support expert MT5
MetaTrader 5 expert advisor

risk manager with info panel and support

the code provides control over risks, as i did not try to display information on the panel on the chart, as you can see on the screen in the log is information, but not displayed o...
ic t concepts ea by emil expert MT5
MetaTrader 5 expert advisor

ic t concepts ea by emil

entries based on silverbullet concept by ict and 2022 mentorship model risk can be changed, default is 0.25% partials taking is included along with trailing stop loss after tp 2....
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.