dealers trade v 7. 91 zero lag ma c d
Info
The dealers trade v 7. 91 zero lag ma c d is a Expert Advisor for MetaTrader 5 that a further development of "". uses the instead of the standard imacd (moving average convergence/divergence, macd).
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 dealers trade v 7. 91 zero lag ma c d
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
a further development of "".
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: Trade Adjustment Panel for MT5 - another powerful expert for MetaTrader 5 traders.
a further development of "".
uses the instead of the standard imacd (moving average convergence/divergence, macd).
Also recommended: Quantora Trade Manager MT5: Advanced Position Management - similar expert with strong performance on MetaTrader 5.
when the number of positions increases, the following is also increased: step between positions, lot size, take profit (martingale).position volume management:
the initial lot can be specified manually;
the initial lot can be calculated as the risk percent of free margin;
as the number of positions increases, each subsequent volume is multiplied by a coefficient.
you can also limit the following:
the maximum number of open positions;
the maximum lot.
what's new:
with the increase in the number of positions:
the step between positions is increased;
the distance of take profit is increased.
if a signal emerges and the number of positions is
equal
to the limit, one more position is opened and at the next tick (if there is a signal to open a position) the most losing position is closed.
protection of profit: if protection is allowed and the total profit of all positions is greater than the specified value, as well as the number of positions is greater than or equal to the protected amount, the most profitable position is closed. for example, we have a total profit of $52 and four open positions. the protected amount is set to "3". so we can close one position, thus trying to keep a minimum of three positions always open.
input parameters (new parameters are color highlighted)
lots (if <= "0" -> use "risk")
- position volume (if <="0.0", lot will be calculated using the "risk" parameter);
stop loss (in pips)
- stop loss value;
take profit (in pips)
- take profit value;
trailing stop (in pips)
- trailing value;
trailing step (min value == 1)(in pips)
- trailing step value;
risk in percent for a deal from a free margin
- risk per trade as percent of free margin;
max open positions
- the maximum number of open positions;
interval between positions
- the distance between positions;
coefficient interval between positions
- multiplier for the step between positions;
coefficient take profit
- multiplier for the take profit step;
min profit. close max profit position
- minimum profit, at which the most profitable position will be closed;
account protection. if "true" -> close max profit position
- protecting profit, at which the most profitable position will be closed;
number of open items if "account protection" = "true"
- the number of positions to protect;
reverse condition
- reversing signals;
macd: fast ema period
macd: slow ema period
max volume of position
- maximum allowed position volume;
lot coefficient
- lot multiplier, the more open positions exist, the greater lot multiplier will be.
an example of tests in the every tick mode on the h1 timeframe with the initial deposit $50000 (with default inputs):
You may also like: Professional Automatic Trailing Stop Utility for MetaTrader 5 - excellent alternative for expert users on MetaTrader 5.
Source Code
/
.......
⚠ 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.