Ichimoku Edge MT4 EA
This professional-grade solution for MetaTrader 4 helps traders achieve greater efficiency in their daily workflow. This Expert Advisor serves as automated trading software. It is utilized to monitor financial markets and execute trades based on predefined algorithmic rules, enabling precise position management without the need for constant manual oversight.
How to Setup and Use Ichimoku Edge MT4 EA
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.
Description & Settings
Ichimoku Edge is based on the standard Ichimoku Kinko Hyo indicator with default settings. It generates Buy and Sell signals from the cross of the
Chikou Span
with the
price
, confirmed by the position of price and Chikou Span relative to the
Kumo (cloud)
.
Backtest Results
Strategy Logic
A
Buy
signal occurs when the Chikou Span crosses the price from below, confirmed when both current price and Chikou are above the Kumo.
A
Sell
signal occurs when the Chikou Span crosses the price from above, confirmed when both current price and Chikou are below the Kumo.
All open trades close automatically when an opposite (reverse) signal appears.
No fixed Stop Loss or Take Profit are used; exits rely entirely on signal reversals.
Money Management
Two position-sizing modes are supported:
Fixed lot size
— trades use a predefined volume.
ATR-based sizing
— dynamically adjusts lot size based on risk % or money value using the Average True Range indicator.
Key Input Parameters
Ichimoku Settings:
Tenkan = 9
Kijun = 26
Senkou = 52
Money Management:
Lots – fixed position size.
MM – enable ATR-based risk management.
ATR_Period, ATR_Multiplier – ATR settings.
Risk / MoneyRisk – percentage or fixed money risk.
UseMoneyInsteadOfPercentage – switch between % or currency-based risk.
UseEquityInsteadOfBalance – risk from equity instead of balance.
LotDigits – precision for broker lot size.
Miscellaneous:
OrderComment – order label.
Slippage – max slippage allowed.
Magic – unique EA identifier.
Notes
This EA works best on higher timeframes and trending markets. For best results, test various Ichimoku and ATR settings before live use.