Gold Scalper AI Bridge extracts market data and technical indicators—including EMA, RSI, ATR, and ADX across multiple timeframes—to request trade signals via ZeroMQ, TCP, or file-based communication. The EA manages trade execution locally with strict risk controls, utilizing stop loss and take profit levels, trailing stops, and break-even adjustments. It includes safety features such as a daily loss cap, spread filters, and maximum trade frequency limits to protect the account balance.
External AI integration via ZeroMQ or TCP sockets
Automated feature collection from M1 and M5 timeframes
Local risk enforcement including daily loss and spread caps
Dynamic trade management with trailing stops and break-even
Read from GoldScalper_AI_Bridge.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpMagicNumber
long
24043001
InpRiskPercent
double
0.25
% of balance risked per trade (SL-based)
InpMaxDailyLossPercent
double
3.0
stop trading after hitting daily loss
InpMaxOpenTrades
int
2
InpMaxTradesPerDay
int
10
InpMinConfidence
double
0.70
InpMaxSpreadPoints
int
55
InpMinBalanceUSD
double
10.0
InpAllowLiveTrading
bool
false
InpPythonHost
string
127.0.0.1
InpPythonPort
int
5555
ZMQ port on python (TCP fallback uses +1)
InpUseFileFallback
bool
true
safer default
Show all 14 inputs
Name
Type
Default
Description
InpAllowMinLotOverride
bool
true
allow min lot ONLY if risk at min lot is safe
InpMaxRiskAtMinLotPercent
double
2.0
max % risk allowed if using SYMBOL_VOLUME_MIN
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone almightymoon/Gold_scalper 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.
EA Scalper XAUUSD is an automated trading research project for MetaTrader 5 focused on gold. It employs a multifaceted entry strategy using Smart Money Concepts like order blocks and liquidity sweeps, alongside moving average crossovers and Fibonacci zones. The EA includes a self-learning module designed to adapt to di
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
Scalpflip EA is an automated scalping robot for MetaTrader 5 that utilizes a multi-layered technical analysis approach. It offers three entry modes: trend-following, mean-reversion, and a smart mode that selects the strategy based on current market conditions. The system filters trades using the Relative Strength Index
Trillex 10S is a MetaTrader 5 scalping expert advisor optimized for Gold (XAUUSD). It executes trades based on the alignment of a three-period Exponential Moving Average (EMA) stack and Parabolic SAR indicators. The system features a proprietary synthetic bar engine that processes price data into 5-second and 10-second
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
This MetaTrader 5 expert advisor implements a machine learning approach using a Decision Tree model to execute trades. It functions as a bridge between MetaTrader and a local Python-based server using sockets. The system utilizes MACD, RSI, and Exponential Moving Average indicators as primary data features for the neur