Ichimoku Ultimate Scanner EA scans all symbols within the Market Watch window to detect specific technical conditions, including price breakouts from the Kumo cloud and Chikou span confirmations. The system supports automated trade execution with risk controls like fixed stop loss, take profit, and equity-based position closing. It can operate in a continuous loop or as a one-time scanner to identify trend developments across various currency pairs or assets.
Read from IchimokuUltimateTraderEA_Backtest.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
scanPeriod
int
15
onlySymbolsInMarketwatch
bool
true
symbolToIgnoreIfContains
string
tradedLots
double
1
takeProfit
double
0.00250
stopLoss
double
0.01000
hourStart
int
0
hourEnd
int
23
closeAllPositionsAfterHourEnd
bool
true
runOnlyOnce
bool
false
showProcessedSymbol
bool
false
currentCurrencyOnly
bool
false
Show all 19 inputs
Name
Type
Default
Description
forcePositionsCloseOnProfitReached
bool
false
forcePositionsCloseOnProfitIfGreaterThan
double
25
forcePositionsCloseOnLossReached
bool
false
forcePositionsCloseOnLossIfBelowThan
double
-125
showLowestNegativeProfit
bool
false
uploadToRemoteServer
bool
true
disableTrading
bool
false
How to Install It
1Download the sourceUse "Download source (.zip)" above, or clone reuniware/Metrader5_EA from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL5/Experts.
3Copy the filesCopy the .mq5 file into Experts.
4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
5Test before you tradeRun it in the Strategy Tester, then attach it to a demo chart and allow algorithmic trading.
Third-party code. ForexR did not write, test or endorse this EA, and the summary above was generated automatically from its README and code. ForexR lists only repositories with readable source code and never hosts files. Read the code, backtest it and use a demo account first; automated trading can lose money quickly.
This repository features a diverse collection of expert advisors and trading utilities for MetaTrader 4 and MetaTrader 5. It includes automated robots based on trendline analysis, session breakouts, and technical indicator crossovers using MACD, RSI, and Williams Percent Range. The library provides various tools for ri
This collection for MetaTrader 5 provides a library and several expert advisors optimized for Renko chart trading. It includes a primary automated robot that executes trades based on Renko bar signals, as well as specific examples for moving average and price crossovers. The included tools offer robust trade management
This repository contains a large collection of over 100 expert advisors for the MetaTrader 5 platform, many of which appear to be generated using the Mission Automate tool. The library covers a wide variety of trading methodologies including range breakouts, Ichimoku cloud strategies, Heiken Ashi engulfing patterns, an
This repository is a collection of MetaTrader 5 expert advisors developed as early coding projects between 2021 and 2024. It includes multiple robots implementing varied strategies such as range breakouts, Donchian channels, Fibonacci retracements, and Bollinger Bands. The expert advisors are largely technical indicato
This repository provides a collection of MetaTrader 5 expert advisors developed for learning algorithmic trading. The primary featured tool, TimeRangeEA, identifies price high and low points within a specific time window to execute breakout trades. It incorporates risk management through stop loss and take profit level
This repository contains a collection of MetaTrader 5 expert advisors and sample codes for various trading strategies. The primary EA, Rompimento Pivot, implements a breakout system utilizing a combination of Relative Strength Index, Average True Range, and Bollinger Bands as filters. It features comprehensive risk con
MT5CollectionBreakoutIndicator crossoverTrend following