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...
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...
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...
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...
all of the functions used in the expert advisor are found in the importantfunctions.mqh include file.there are 2 expert advisors, both using the price crossing the moving average a...
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...
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...
key features: automatic detection of arbitrage opportunities:utilizes real-time currency pair data to find profitable arbitrage opportunities.dynamic trade management:opens and clo...
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...
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 ...
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...
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...
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 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...
ever wondered how the dashboards and trading panels in expert advisors and indicators are created? now you can learn to build your own!the attached code contains everything you nee...
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...
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)...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
this expert advisor (ea) demonstrates how to use the mql5 calendar to create an automated trading system that reacts to high-impact forex news events. the main goal of this code is...
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...
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...
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...
individual strategy insights when a single account hosts multiple strategies, the core challenge is separating the performance of each one. without magic numbers, you’d have to rel...
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...
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...
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,...
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...
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...
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...
this mt5 expert advisor combines multi-timeframe candlestick pattern analysis with fundamental event filtering to execute trades with disciplined risk management. key features: cor...
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...
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...
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...
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...