LX EURJPY: An Adaptive Trend-Following Expert Advisor
Info
The LX EURJPY: An Adaptive Trend-Following Expert Advisor is a Expert Advisor for MetaTrader 4 that this is the first expert advisor developed by the author, written with a focus on adaptive trading strategies. The core idea of this Expert Advisor is to open orders based on the direction of the price movement.
Usage
This tool is typically used for trend following strategies across multiple currency pairs.
Platform
This Expert Advisor works exclusively on MetaTrader 4 (both build 600+ and newer versions).
Setup
Place the downloaded file in MQL4/Experts folder via File ? Open Data Folder in MetaTrader 4.
How to Install and Use LX EURJPY: An Adaptive Trend-Following Expert Advisor
1. Installation: Open the "File" menu, select "Open Data Folder," navigate to MQL/Experts, paste your file, and restart the terminal.
2. Activation: Drag the EA from the Navigator onto a chart, ensure "Allow live trading" is checked in the Common tab, and verify the AutoTrading button is green.
3. Optimization: Right-click your chart, choose "Expert List," click "Properties" to adjust inputs, and save your preferred setup as a set file for future use.
4. Maintenance: Regularly check the "Experts" tab in the terminal window to monitor trade logs and potential execution errors.
Frequently Asked Questions
Q: Why is my EA not opening trades? A: Check the "AutoTrading" button, ensure "Allow live trading" is enabled, and verify your broker allows automated trading on your account type.
Q: Can I run multiple EAs on one chart? A: No, each chart can only host one active EA; however, you can open multiple charts for different currency pairs to run several EAs.
Q: What does the "smiley face" icon mean? A: A smiley face in the top-right corner of the chart indicates the EA is successfully running; a frowny face means it is disabled.
What this tool does
This is the first Expert Advisor developed by the author, written with a focus on adaptive trading strategies.
Typical Use Case
This Expert Advisor excels in trend following on MetaTrader 4.
Compatible Platform & Setup
This Expert Advisor works on MetaTrader 4. Place the file in the MQL4/Experts folder and restart the terminal.
Description & Settings
Related: Adaptive grid - another powerful expert for MetaTrader 4 traders.
This is the first Expert Advisor developed by the author, written with a focus on adaptive trading strategies.The core idea of this Expert Advisor is to open orders based on the direction of the price movement. Initially, a SELL order is opened with a lot size of 0.1. If the price moves upwards and crosses a predefined level, a second BUY order is opened with a lot size of 0.2. Subsequently, if the price reverses downwards and crosses a level relative to the first order, a third SELL order is opened with a lot size of 0.4, and so on.
Also recommended: Renko-Fractals-Grid - similar expert with strong performance on MetaTrader 4.
The Expert Advisor aims to secure profits when the price moves sufficiently in either direction, after which it resets the trading process. If the price repeatedly crosses back and forth around an implied center line (the price of the first order) without a sustained trend, and the cumulative trades reach a predefined loss threshold, all open orders are closed, and the process restarts.
This Expert Advisor was developed and tested under specific conditions: it was tested on Forex4you demo account quotes, specifically for cent accounts (where $100 is equivalent to 100,000 units). The number of decimal places in the quotes (4 or 5) does not affect its performance. Testing was conducted on a 5-minute timeframe, but the timeframe is not considered critical for its operation.
The LX_EURJPY_0 Expert Advisor can be used independently. However, it is recommended for use in conjunction with LX_EURJPY_1, LX_EURJPY_2, and LX_EURJPY_3. The synergy works as follows: LX_EURJPY_1 initiates trading if LX_EURJPY_0 opens a BUY order with a lot size of 0.2 (the second stage lot). In this scenario, LX_EURJPY_1 opens a SELL order with a lot size of 0.1 (the first stage lot). LX_EURJPY_2 operates in relation to LX_EURJPY_1, and LX_EURJPY_3 operates in relation to LX_EURJPY_2.
While this Expert Advisor is not perfect, it is hoped that it can be further refined and improved by the community if possible. This project was last updated in 2026.
You may also like: Order Manager Tool - excellent alternative for expert users on MetaTrader 4.
⚠ Limitations & Risk Warning
- This tool is provided for educational and testing purposes only.
- Past performance does not guarantee future results.
- Trading involves substantial risk of loss. Use on a demo account first.
- Results may vary depending on market conditions, broker, and settings.
- We recommend thorough backtesting and forward testing before using with real funds.