SmartScalper Pro AI is an automated scalping robot for the MetaTrader 5 platform that utilizes neural network-based decision making alongside pattern recognition.
SmartScalper Pro AI calculates trade signals using a weighted combination of multiple technical indicators, including RSI, ATR, MACD, Bollinger Bands, Stochastic, and several Exponential Moving Averages. It features risk controls including a percentage-based stop loss and take profit, a maximum spread filter, and a limit on concurrent trades. The provided documentation is minimal, primarily indicating this is a bug-fixed version of the expert advisor.
Neural network analysis with configurable signal confidence and strength
Pattern recognition system combined with historical bar analysis
Percentage-based stop loss and take profit risk management
Multi-indicator technical analysis including EMAs, Bollinger Bands, and MACD
Read from SmartScalperPro.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpHistoryBars
int
500
InpSequenceLength
int
50
InpFeatureCount
int
15
InpConfidence
double
0.65
InpMinSignalStrength
double
1.0
InpUseNeuralNetwork
bool
true
InpUsePatternRecognition
bool
true
InpLotSize
double
0.01
InpTakeProfitPct
double
2.0
InpStopLossPct
double
0.8
InpMaxSpread
int
50
InpMaxTrades
int
3
Show all 14 inputs
Name
Type
Default
Description
InpMagicNumber
ulong
778899
InpAlwaysTrade
bool
true
How to Install It
1Download the sourceUse "Download source (.zip)" above, or clone sudesahin0005-bot/SmartScalperPro-AI-Fixed 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.
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
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