the core functionality is encapsulated in the include file ea.mhq, which is shared across multiple expert advisors. the start() function performs order management, invoking sub-fun...
this code serves as a valuable template for developing expert advisors in metatrader, offering a solid foundation for automated trading strategies.originally utilized as a template...
this expert advisor utilizes two moving averages (mas) and the rsi indicator for trading signals.it offers two money management systems: fixed lot and martingale, with the option t...
please visit the website and donate to support the development of this and other free projects. you will find additional forex tools there.strategy tester reportpsar bug 3finexo-re...
the standard ontick() handler is limited to receiving ticks for a single symbol. for multicurrency experts, tracking ticks for multiple symbols is essential. this expert advisor, e...
opens orders using moving average crosses.the chart below displays data from 1/1/2022 to 2/11/2022 for the eurusd currency pair.for a comprehensive strategy tester report, refer to...
description:this expert advisor (ea) utilizes the daily opening (o1), high (h1), and low (l1) prices as its underlying data.the filter base is formed by the distances between these...
a popular trading strategy, known as the '20/200 pips' expert advisor, has been adapted for mql5.this expert advisor employs a straightforward trading rule: it observes the price d...
this expert advisor was created to test various betting strategies in 2026.it utilizes a simple random generator to enter the market, with a fixed risk-reward ratio of 1 to simulat...
this is a framework to build and test systems, which use stop-orders to enter a position. pending orders and positions are handled based on a daily system. the entry logic can be e...
this expert advisor adds a button to the bottom right corner of each chart. after pressing the button, it reinitializes all charts of the chart symbol.the chart reinitialization is...
this tool is very useful for managing orders. it allows you to adjust stop loss and take profit levels by dragging the lines drawn by the expert advisor. you can also see the numbe...
ms lea calculates the last n local highs/lows and waits for a break out. it makes a long trade if the price moves above the local high and a short trade if the price goes below the...
this expert advisor is designed to trade straddles, which consist of long and short stop orders placed before a news event at a specific time of the day.key features- trades news e...
this is a 4 expert named 'double lot sea dragon'.introductionit is designed to support traders by providing reliable functionality within the metatrader environment.the tool follow...
graphic panel contest submission.code and presentation are attached as a zip file.hints:- setting take profit and stop loss levels can be done by dragging the blue line (suggestede...
exp5-virtualtradepad for mt5 is designed for the best control panel in mql5.
the control panel has the following features: buy, sell, buystop, buylimit, sellstop, selllimit, close...
the trade xpert project was created to extend the functions of the metatrader 5 client terminal with economical use of chart place.the expert advisor has 4 independent panels with ...
description:the control panel facilitates manual trading and intraday scalping. it is specifically designed for scalping operations.the panel features:top panel:- title and version...
the intradepanel trade panel is designed for manual trading. it offers a range of features to simplify the trading process.control panel items include a show/hide panel button, sou...
the mcm control panel is designed to work with multicurrency expert advisors and indicators, providing a simple and efficient way to manage events and settings. it allows users to ...
this graphic panel allows for the automation of manual trading and has many functions, including the visual construction of trading strategies.the automated trading is popular amon...
this is a tool designed to automatically insert preset take-profit and stop-loss limits when an order is executed.it is particularly useful for manual scalping, where quick setting...
this is a 4 expert named 'fs s long trade scalper'.introduction to fs s long trade scalperit is designed to support traders by providing reliable functionality within the metatrade...
this expert advisor is designed to work with the strategy tester in metatrader products, specifically in the open prices only and 1 minute ohlc modes.important considerationsthe op...
description: ea psar 4b is designed based on the idea of the parabolic sar indicator.features- the ea psar 4b is an automated trading system.- it is intended for use on the metatra...
the mq l5 wizard allows users to create expert advisor code automatically. this strategy is based on price crossover with the moving average indicator, also known as signals based ...
the mq l5 wizard allows users to create the code of expert advisors automatically. this strategy is based on three moving averages, known as signals based on three ema. to determin...
this strategy is based on price crossover with moving average indicator, confirmed by adx indicator.the trade signals are generated as follows:- buy: closing price of the last comp...
the mq l5 wizard allows users to create expert advisor code automatically. this strategy is based on the crossover of two exponentially smoothed moving averages, also known as the ...
the mq l5 wizard allows users to create expert advisor code automatically. the trading strategy is based on the crossover of two exponentially smoothed moving averages (fast ema an...
this strategy provides automatic creation of expert advisors based on the crossover of main and signal lines of the macd indicator.the macd indicator lines are calculated as follow...
the mq l5 wizard provides the automatic creation of expert advisors. it is time to consider the trading signals based on the alligator technical indicator, presented by b. williams...
description:
the ea is based on the rsi-indicator, tested under tadawul fx (4 points) and optimized for eurusd m1.
tp: 20, sl: 80 => an accuracy of >80% is needed
for the period j...
this tool provides automatic creation of expert advisors using trade signals based on reversal candlestick patterns.the csignalcandles class generates trade signals derived from re...
this expert advisor performs the synchronization of charts.it synchronizes the following chart properties: - bar/candle/line - timeframe - zoom - starting candle number...
this expert advisor uses signals from indicators to open positions.it is designed to work with eurusd on the m5 timeframe, using every tick, and trading 5-15 lots.the strategy for ...
this is a 4 expert named 'move cross'.introduction to move crossit is designed to support traders by providing reliable functionality within the metatrader environment.the tool fol...
this is a trading ea based on the mam_crossover indicator. it works well on the eur/usd pair and h1 time frame. the mam_crossover is based on moving averages, and the moving averag...
an expert advisor designed to open and close respective orders at the first parabolic sar signal. its performance depends on the custom parameters of stop loss, take profit, traili...
this is the new implementation of full-featured multi-currency mode in metatrader 5. it's implemented in extended ontick(string symbol) function.benefits:- it provides the real mul...
the keyboard trader expert advisor allows users to trade using their keyboard. it supports buy, sell, and close trade operations. users can set or change the following parameters: ...
this is an expert advisor that trades based on the trend of the exponential moving average (ema) and buy/sell signals generated from williams %r.overviewthe expert advisor is desig...
the graphic object allows you to create different buttons. to enable the change of its state, it is necessary to enable the disable selection property.properties of graphic objects...
the euro.bmp and dollar.bmp files are included and used as resources:overviewthe demo resource expert advisor utilizes the included euro.bmp and dollar.bmp files as resources....
this is a description of a trading system based on the 3 black crows and 3 white soldiers candlestick patterns, confirmed by the stochastic indicator.the system uses a class derive...