New Ichimoku enters trades based on price breakouts through the Kumo cloud, SMA 50, and EMA 200, with additional confirmation from the Chikou Span and higher timeframe H4 Kijun levels. The robot handles trade management through a multi-stage approach, executing a 50% partial close at the first target and moving the stop loss to the entry price for protection. It also includes integrated Telegram alerts for signal monitoring.
Read from ICHIMOKU DESENVOLVIMENTO 2.0.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
TenkanSen
int
9
Tenkan-Sen
KijunSen
int
26
Kijun-Sen
SenkouSpanB
int
52
Senkou-Span-B
Periodo
ENUM_TIMEFRAMES
PERIOD_CURRENT
Periodo do Stop Loss
EnviarSinalTelegram
bool
true
Enviar sinal no telegram
EntradaAutomatica
bool
true
Fazer entrada automatica
FazerEntradaAutomatica
bool
true
Fazer entrada automatica
Lote
double
0.1
Bot_Token
string
5283864460:AAE_i7POpxJu4A0XZnG1CEDwiRuxqlNzTV8
Token do Bot
Chat_Id
string
793968607
ID do Chat
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone mannnoplay/NEW-ICHIMOKU from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts.
3Copy the filesCopy the .mq4 file into Experts, and any .mqh files into the Include folder the code expects.
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.
Conservative Scalper EA is a MetaTrader 4 robot designed for intraday scalping on major currency pairs such as EURUSD, GBPUSD, and USDJPY. It determines market bias on the M15 timeframe using dual Exponential Moving Averages and enters trades on the M5 chart based on RSI levels and candle breakouts. The system prioriti
This MetaTrader 4 expert advisor executes trades based on the Ichimoku Kinko Hyo indicator. It incorporates four distinct trading methods: the Ideal Strategy, Tenkan-Kijun-Chikou crossing, Kumo breakout, and Chikou Span crossing. The robot manages risk through fixed stop loss and take profit levels, a maximum trade lim
This expert advisor is designed specifically for trading gold on the MetaTrader 4 platform. It employs a hybrid strategy approach, allowing users to toggle between trend following using moving average crossovers, mean reversion via RSI and Stochastic divergence, and breakout patterns. Trade management includes automate
This MetaTrader 4 expert advisor automates a session-based trading strategy focused on the New York quiet period. It captures a reference price during a specific late-afternoon window and triggers trades when the market deviates by a set number of pips. The robot utilizes a moving average crossover and an ATR filter to
MT4Trading robotBreakoutIndicator crossoverTrend following
This MetaTrader 5 expert advisor executes trades based on the Ichimoku Kinko Hyo system, specifically targeting cloud breakouts. It incorporates several technical filters including Average True Range for volatility and Average Directional Index for trend strength to refine entries. Risk management is handled through pe
This MetaTrader 5 expert advisor combines Bollinger Band mean-reversion, squeeze breakouts, and EMA crossover trend following. It filters for ranging markets using a long-period EMA slope to execute reversal trades with candlestick confirmation, specifically identifying Doji patterns at the bands. Risk management inclu