Price Action Bot is a technical Expert Advisor for MetaTrader 5 that executes trades based on market structure shifts, specifically Break of Structure (BOS) and Change of Character (CHoCH) signals.
Price Action Bot supports two entry modes: waiting for a price retest of broken levels or entering immediately on a breakout candle close. The EA includes comprehensive risk management with dynamic lot sizing based on account percentage, dual partial take-profit levels, break-even triggers, and trailing stops. A news filter pauses trading during specified times to avoid high volatility.
Read from PriceActionBot.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
LotSize
double
0.1
حج?
RiskPercent
double
2.0
نسبة ال?
MagicNumber
int
123456
رق?
SlippagePoints
int
3
الانزلاق بالنقاط
MinCandleBodyRatio
double
0.2
نسبة جس?
LookbackPeriod
int
20
فترة البحث عن الق?
MaxSwingPoints
int
10
عدد النقاط ال?
UsePartialTP
bool
true
استخدا?
TP1_Ratio
double
1.0
نسبة الهدف الأول
TP2_Ratio
double
2.0
نسبة الهدف الثاني
AvoidNews
bool
true
تجنب التداول أثناء الأخبار
NewsHours
string
08:30,10:00,14:30,16:00
أوقات الأخبار
Show all 22 inputs
Name
Type
Default
Description
EnableVerboseLogging
bool
true
تفعيل التسجيل التفصيلي
SkipRetest
bool
false
تجاوز إعادة الاختبار والدخول ?
EntryMode
EntryModeEnum
ENTRY_RETEST
وضع الدخول: Retest أو BreakoutClose (الدخول ال?
RetestTolerancePoints
double
5.0
ها?
NewsToleranceMinutes
int
15
ها?
MinBreakDistance
double
10.0
أقل ?
UseTrailingStop
bool
true
استخدا?
TrailingDistance
double
30.0
?
UseBreakEven
bool
true
استخدا?
BreakEvenTrigger
double
1.5
نسبة تفعيل نقطة التعادل (أكثر تحفظًا)
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone logiccrafterdz/strategy001-PriceActionBot 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.
Prop Firm EA Fleet is a collection of MetaTrader 5 robots designed for passing prop firm evaluations and managing funded accounts. The suite utilizes various strategies including market structure analysis, session range breakouts for London and New York sessions, and high-frequency scalping. It features strict risk man
Fimathe EA is a MetaTrader 5 robot designed to automate the Fimathe trading technique. It replaces manual channel drawing by analyzing a user-defined range of historical candles to determine reference channels and neutral zones. The system identifies price partitions and uses the median distance to set entry levels. Fo
This Expert Advisor for MetaTrader 5 combines a London session breakout strategy with an Inverse Fair Value Gap (IFVG) trend continuation model. Designed for the EUR/USD M5 timeframe, it identifies price ranges during predefined morning hours to set pending breakout orders while simultaneously monitoring Smart Money Co
MT5Trading robotBreakoutSMC / ICT / price actionTrend following
This automated trading robot for MetaTrader 5 implements Smart Money Concepts (SMC) and ICT principles using a hybrid architecture. Trading logic and signal detection are processed within a native C++ DLL, while the MQL5 bridge handles trade execution and data feeding. The system identifies market structure shifts, inc
MT5Trading robotSMC / ICT / price actionBreakoutTrend following
This MetaTrader 5 expert advisor executes a multi-stage trading strategy focusing on H1 trendline breakouts and RSI divergences. It refines entries on the M5 timeframe using Change of Character and micro Break of Structure signals. The EA includes automated risk management with percentage-based lot sizing and ATR-based
MT5Trading robotSMC / ICT / price actionBreakoutTrend following
GoldForge ML is a MetaTrader 5 expert advisor specialized for gold trading on the M15 timeframe using a machine learning ensemble. It combines CatBoost, XGBoost, and LightGBM models via ONNX with Smart Money Concepts such as liquidity sweeps and order blocks. The EA manages risk through ATR-based stop losses, trailing