MQ L5 Wizard - Trade Signals Based on Crossover of Two EMAs with Intraday Time Filter
Info
The MQ L5 Wizard - Trade Signals Based on Crossover of Two EMAs with Intraday Time Filter is a Expert Advisor for MetaTrader 5 that 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 and slow EMA) with an intraday time filter.
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 MQ L5 Wizard - Trade Signals Based on Crossover of Two EMAs with Intraday Time Filter
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
The MQ L5 Wizard allows users to create Expert Advisor code automatically.
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.
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 and slow EMA) with an intraday time filter. This strategy is called Signals based on crossover of two EMAs with intraday time filter.Also recommended: Quantum XAUUSD Silver Trader - similar expert with strong performance on MetaTrader 5.
Trade signals are generated as follows: Open long position when the Fast EMA crossovers upward the slow EMA and intraday time filter conditions are met. Open short position when the Fast EMA crossovers downward the slow EMA and intraday time filter conditions are met.
The strategy is implemented in the CSignal2EMA_ITF class. The filtration of signals based on specified time periods is implemented in the CSignalITF class. The trading system is based on pending orders, and price levels are calculated depending on the values of the moving average. The ATR units (Average True Range) are used.
The feature of this system is that the trade depends on the Limit input parameter. Depending on its sign, there are different cases: Limit>0, it will enter on back movement when false breakdown of moving average on the price better than market price. Limit<0, it will enter in price movement direction. Limit=0, it will trade using the market prices.
To create a trading robot based on this strategy, users need to select the signal properties as Signals based on crossover of two EMAs with intraday time filter in the Creating Ready-Made Expert Advisors option of the MQL5 Wizard. The code of the Expert Advisor will be created automatically, and users can compile it and test it in the MetaTrader 5 client terminal.
Testing results show that the intraday filter can improve the trading signals by filtering out false signals. The CSignalITF provides many other time filtration features, such as specifying good and bad minutes within the hour, hours within the day, and days within the week. The use of time filters allows users to improve the trading signals and take into account the market dynamics.
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.