ITIP Trading Platform utilizes a modular architecture to track smart money structure, including order blocks and fair value gaps, alongside RSI divergence signals across multiple timeframes. The platform handles trade execution with automated breakeven thresholds and trailing stops while providing an interactive on-chart dashboard. Risk management features include a daily drawdown circuit breaker and equity-based position sizing. The EA communicates with Python and Rust backends via a ZeroMQ bridge for machine learning inference and Monte Carlo simulations.
Smart money structure and order block detection
Integrated ZeroMQ API bridge for Python and Rust
Multi-timeframe market monitoring from M5 to MN
Interactive on-chart trade panel with manual controls
Automated drawdown circuit breaker and risk calculator
Read from ITIP_EA.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
RiskPercent
double
2.0
Max Account Risk Percent
DrawdownLimit
double
5.0
Daily Max Drawdown Circuit Breaker
ZmqHost
string
localhost
python API bridge endpoint
ZmqPort
int
5555
Fast API bridge port
ApiKey
string
Backend API key (set if ITIP_API_KEY enabled)
PlayAudioAlerts
bool
true
Enable synthesizer sound alerts
SendPushAlerts
bool
false
Enable mobile app push alerts
SendEmailAlerts
bool
false
Enable email notification alerts
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone sparlit/mtftrader 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.
This MetaTrader 5 expert advisor utilizes a combination of Bollinger Bands, Relative Strength Index, and Average Directional Index to identify entries. It supports multi-timeframe analysis for trend confirmation and provides optional filters for Average True Range and price action patterns such as hammers. Risk managem
This MetaTrader 5 expert advisor focuses on institutional-style trading across forex, indices, and other assets. It utilizes market structure analysis, including liquidity sweeps and market structure shifts, to identify entries on a M15 timeframe guided by H1 trends. The robot categorizes market states into range, tren
This MetaTrader 5 expert advisor utilizes Smart Money Concepts and pure price action to execute trades without traditional technical indicators. By analyzing raw candle data, it identifies market structures, order blocks, and various fair value gaps. The system includes multiple versions, ranging from simple price acti
This MetaTrader 5 expert advisor automates the Breakout-To-Market-Maker (BTMM) strategy, featuring eight distinct intraday setups including M/W patterns, NYC reversals, and EMA200 bounces. It employs a signal arbitration engine to score and prioritize trades based on confluence, liquidity, and regime alignment. Risk ma
RapidPass EA (RPEA) is an MT5 trading robot designed specifically for passing prop firm challenges. It utilizes a hybrid ensemble architecture combining Burst-Weighted Imbalance with Session Confluence (BWISC) and mean-reversion strategies. The EA incorporates machine learning through Q-learning and contextual bandits
Supply Demand Pro EA is an automated trading robot for MetaTrader 5 that focuses on price action and institutional market structures. It identifies supply and demand zones, Quasimodo reversal patterns, and ATR-based price compression. The system filters entries using fakeout detection to avoid false breakouts. It featu