Trade Signals Based on Crossover of Main and Signal Lines of MACD Indicator
Info
The Trade Signals Based on Crossover of Main and Signal Lines of MACD Indicator is a Expert Advisor for MetaTrader 5 that 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 follows: the main line is the difference between the fast EMA and slow EMA, and the signal line is the main line smoothed with the PeriodSignal period.
Usage
This tool is typically used for automated trading on major forex pairs and gold.
Platform
This Expert Advisor works exclusively on MetaTrader 5 (both build 600+ and newer versions).
Setup
Place the downloaded file in MQL5/Experts folder via File ? Open Data Folder in MetaTrader 5.
How to Install and Use Trade Signals Based on Crossover of Main and Signal Lines of MACD Indicator
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 strategy provides automatic creation of Expert Advisors based on the crossover of main and signal lines of the MACD indicator.
Typical Use Case
This Expert Advisor excels in automated trading and technical analysis on MetaTrader 5.
Compatible Platform & Setup
This Expert Advisor works on MetaTrader 5. Place the file in the MQL5/Experts folder and restart the terminal.
Description & Settings
Related: KS Q Command Center: Remote Trade Management for MetaTrader 5 - another powerful expert for MetaTrader 5 traders.
This strategy provides automatic creation of Expert Advisors based on the crossover of main and signal lines of the MACD indicator.Also recommended: Quantum XAUUSD Silver Trader - similar expert with strong performance on MetaTrader 5.
The MACD indicator lines are calculated as follows: the main line is the difference between the fast EMA and slow EMA, and the signal line is the main line smoothed with the PeriodSignal period.
The trade signals are generated as follows:
- Buy: upward crossover of main and signal lines of MACD indicator.
- Sell: downward crossover of main and signal lines of MACD indicator.
This strategy is implemented in the MQL5 Standard Library, located in MQL5\Include\Expert\Signal\SignalMACD.mqh.
To create an Expert Advisor using this strategy, follow these steps:
- Open MQL5 Wizard and select the signal properties as "Signals based on crossover of main and signal MACD lines".
- Specify the needed algorithm and system.
- The code of the Expert Advisor will be created automatically, and you can compile it and test it in the MetaTrader 5 client terminal.
Testing results show the backtesting of the Expert Advisor on historical data (EURUSD H1, testing period: 1.1.2026-05.01.2026, PeriodFast=12, PeriodSlow=24, PeriodSignal=9, StopLoss=20, TakeProfit=80).
- The Expert Advisor was created using a fixed volume (0.1), and the Trailing Stop algorithm was not used.
The SignalMACD.mqh class is located in the MQL5\Include\Expert\Signal folder, and the testmacd.mq5 contains the code of the Expert Advisor created using MQL5 Wizard.
You may also like: Prime Quantum AI: AI-Powered Trading with MetaTrader 5 - excellent alternative for expert users on MetaTrader 5.
⚠ 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.