Ichimoku Strategy Bot analyzes technical factors including RSI, ATR, Z-scores, and price slopes to determine a success probability before opening positions. The robot features built-in risk management with percentage-based lot sizing, a fixed risk-reward ratio, and an Ichimoku-based trailing stop. Trading can be restricted to specific session hours and new bar formations. The repository provides the source code but contains no README documentation or instructions.
Machine learning boosting model integration
Ichimoku component trailing stop logic
Probability-based entry execution threshold
Configurable trading session timer
Statistical analysis including Z-scores and slopes
Read from Ichimoku_EA.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
Slippage
ulong
10
Maximum allowed slippage in points
TradeOnNewBar
bool
true
Only trade on new bar formation
MM
string
—
Money Management section
UseMoneyManagement
bool
true
Enable/disable money management
RiskPercent
double
0.5
Risk percentage per trade
FixedVolume
double
0.1
Fixed lot size if money management disabled
ratio
double
3.5
Risk-reward ratio
TI
string
—
Timer section
UseTimer
bool
false
Enable/disable trading timer
StartHour
int
0
Trading session start hour
StartMinute
int
0
Trading session start minute
EndHour
int
0
Trading session end hour
Show all 15 inputs
Name
Type
Default
Description
EndMinute
int
0
Trading session end minute
UseLocalTime
bool
false
Use local time instead of server time
proba
double
0.8
Minimum success probability to open a position
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone Mrben509/Bot_ichimoku 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, 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.
FxChartAI OpenEA is an automated trading solution for MetaTrader 5 that executes trades based on signals retrieved from the FxChartAI platform. The system operates in two modes, allowing for live API integration or historical testing using CSV datasets. It utilizes multi-timeframe analysis across M10 and H1 intervals,
MT5Trading robotAI / machine learningTrend following
This Expert Advisor for MetaTrader 5 is specifically designed for XAUUSD trading on the M1 timeframe. It utilizes a hybrid strategy combining classic technical indicators like RSI, Moving Averages, and ATR with an OpenAI API integration for signal validation. The robot features an on-chart dashboard for telemetry and i
This MetaTrader 5 expert advisor combines technical indicators with machine learning forecasts to trade the Forex market. It uses a trend-following approach based on Exponential Moving Average crossovers, filtered by the Average Directional Index and volume confirmations. A unique feature is its integration with extern
Code To Cash is an end-to-end algorithmic trading system for MetaTrader 5 that combines deep learning forecasts with technical breakout logic. It utilizes a ZeroMQ bridge to receive real-time market predictions from an external Python backend. The system enters trades using BuyStop or SellStop orders at recent price ex
MT5Trading robotAI / machine learningBreakoutTrend following
This MetaTrader 5 expert advisor provides a versatile framework for trading based on Heiken Ashi price action. It allows users to toggle between numerous built-in strategies, including trend following, moving average crossovers, Fibonacci levels, and various oscillators like RSI and MACD. The system includes an option
MarketSync EA is an experimental MetaTrader 5 expert advisor designed to bridge algorithmic trading with external artificial intelligence. It functions by streaming real-time market and account data from the MT5 terminal to a local Node.js backend via HTTP requests. The external server processes this information using