Gold EA MT5 With OpenAI 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 includes risk controls such as ATR-based stop loss and take profit, a tick-level trailing stop, and maximum position limits. It filters trades based on spread, trading sessions, and support levels while allowing AI to override indicator signals.
Read from EA-MT5-OPENAI.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpXLeft
int
10
Left Panel X Position
InpYTop
int
40
Top Panel Y Position
InpWidthLeft
int
220
Left Panel Width
InpWidthRight
int
280
Right Panel Width
InpWidthThird
int
280
Third Panel Width
InpPanelHeight
int
600
Panel Height
ClrBackground
color
C'10,10,12'
Background Color
ClrHeader
color
C'255,190,0'
Header Color (Gold)
ClrLabel
color
C'180,180,180'
Label Color
ClrValue
color
C'255,255,255'
Value Color
ClrBuy
color
C'46,204,113'
Buy/Bullish Color
ClrSell
color
C'231,76,60'
Sell/Bearish Color
Show all 39 inputs
Name
Type
Default
Description
ClrNeutral
color
C'120,120,120'
Neutral Color
ClrWarning
color
C'255,152,0'
Warning Color
InpRSIPeriod
int
14
RSI Period
InpMAFast
int
20
Fast MA Period
InpMASlow
int
50
Slow MA Period
InpATRPeriod
int
14
ATR Period
InpUseAI
bool
true
Use AI for Trading Decisions
InpOpenAIAPIKey
string
YOUR OPENAI HERE
OpenAI API Key (sk-...)
InpOpenAIModel
string
gpt-5-mini
OpenAI Model
InpAIUpdateMinutes
int
1
AI Analysis Update (minutes) - MUST BE 1 for swing trading
InpAIConfidenceMin
double
0.7
Minimum AI Confidence (0.0-1.0)
InpAIOverride
bool
true
Allow AI to Override Signals
InpEnableTrading
bool
true
Enable Auto Trading
InpLotSize
double
0.01
Lot Size per Trade (Swing Trading)
InpRSIBuyLevel
int
35
RSI Level for Buy Signal (oversold)
InpMaxPositions
int
10
Maximum Open Positions (Swing Trading)
InpStopLossATR
double
2.0
Stop Loss (ATR multiplier)
InpMinSpreadPts
int
5000
Minimum Spread (points) to trade (disabled for crypto)
InpRequireSupport
bool
true
Require Price Near Support Level
InpSupportDistance
double
100.0
Support Distance (points)
InpRequireBullishMA
bool
true
Require Bullish MA Trend
InpRequireGoodSession
bool
true
Require Good Trading Session
InpSwingTrading
bool
false
Enable Swing Trading (M15) - DISABLED, using M1
InpProfitTargetATR
double
1.5
Take Profit (ATR multiplier)
InpMinProfitPct
double
0.05
Minimum Profit % to Close (PROFIT HUNGRY - take any profit!)
InpAIProfitTaking
bool
true
Let AI decide when to close
InpTestMode
bool
false
Enable Test Mode (Place 0.01 lot, modify SL, then close)
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone RobertN1D/GOLD-EA-MT5-WITH-OPENAI 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.
Conquest EA is a self-adjusting expert advisor for MetaTrader 5 that utilizes Smart Money Concepts such as Fair Value Gaps and Break of Structure for entries. It features a built-in learning module that evaluates its own trade outcomes to adjust strategy weighting and confidence in real-time. Risk management includes a
This MetaTrader 5 expert advisor implements a comprehensive Smart Money Concepts strategy, detecting market structure shifts through Break of Structure and Change of Character events. It monitors Fair Value Gaps and liquidity sweeps to identify entry points across multiple timeframes. The system offers several executio
MT5Trading robotSMC / ICT / price actionScalpingTrend following
This expert advisor for MetaTrader 4 utilizes a bridge to the R programming environment to implement machine learning for currency trading. It leverages pre-trained XGBoost models to identify trade opportunities based on technical features such as Average True Range, Bears Power, and Bulls Power indicators. The robot m
MT4Trading robotAI / machine learningScalpingTrend following
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
Nyao Scalper is an automated scalping robot for MetaTrader 5 that utilizes a multi-factor weighted scoring system to identify trade opportunities. It evaluates trend alignment through EMA crossovers, momentum via RSI, and price action through wick rejection and candle body analysis. The EA manages risk with adaptive AT
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