PASR Modular employs technical indicators like ATR for dynamic stop losses and take profits, alongside ADX for trend filtering. The system integrates machine learning components for trade inference and multi-timeframe analysis to establish market bias. Robust risk controls are included, such as daily loss limits, maximum drawdown protection, and auto-lot scaling based on account risk. Additional features like partial closing, break-even adjustments, and a recovery mode provide flexible trade management. The repository lacks a README but includes data export utilities.
AI-driven signal inference using GBR modules
ATR-based dynamic stop loss and take profit
Comprehensive risk management with daily loss limits
Multi-timeframe bias engine for trend identification
Read from PASR_PRERELEASE.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpDebugMode
bool
true
Mode Debug
InpEnableProfiling
bool
true
InpTimerSeconds
int
1
InpMagicNumber
long
123456
Magic Number
InpEAName
string
PASR_MODULAR
InpLotSize
double
0.01
Lot Size
InpUseAutoLot
bool
false
Gunakan Auto Lot (aktifkan untuk menghitung lot otomatis berdasarkan risiko)
InpAutoLotMin
double
0.01
Minimal Lot Size (untuk akun kecil)
InpAutoLotMax
double
10.0
Maksimal Lot Size (untuk akun besar)
InpRiskPercent
double
1.0
Resiko per Trade (%)
InpSLMultiplier
double
1.5
SL x ATR
InpTPMultiplier
double
2.5
TP x ATR
Show all 40 inputs
Name
Type
Default
Description
InpMaxDailyLossPct
double
3.0
Max Loss perhari (%)
InpMaxDrawdownPct
double
10.0
Max Drawdown perhari (%)
InpMaxOpenPositions
int
3
Max Open Posisi
InpMaxConsecLoss
int
5
InpUseBreakEven
bool
true
InpBreakEvenATRMult
double
1.0
InpUseTrailingStop
bool
false
Trailing Stop
InpTrailATRMult
double
1.0
Jarak Trailing xATR
InpSLHeadroomPips
double
0.0
Headroom tambahan untuk Stop Loss (pips)
InpTPHeadroomPips
double
0.0
Headroom tambahan untuk Take Profit (pips)
InpSLHeadroomATRMult
double
0.0
Dynamic SL headroom (x ATR, 0=off)
InpTPHeadroomATRMult
double
0.0
Dynamic TP headroom (x ATR, 0=off)
InpRecoveryEnabled
bool
true
Recovery Mode
InpMaxRecoveryAttempts
int
3
InpRecoveryCooldownBars
int
5
InpPartialClosePct
double
0.5
Parsial Close (%)
InpMaxTradeDurationDays
int
0
Lama Durasi Maksimal (Hari)
InpATRPeriod
int
14
Periode ATR
InpADXPeriod
int
14
Periode ADX
InpADXTrendThreshold
double
25.0
InpSpreadFilterPips
double
3.0
InpSessionSunday
string
00:00-00:00
Minggu (HH:MM-HH:MM)
InpSessionMonday
string
00:00-23:00
Senin
InpSessionTuesday
string
00:00-23:00
Selasa
InpSessionWednesday
string
00:00-23:00
Rabu
InpSessionThursday
string
00:00-23:00
Kamis
InpSessionFriday
string
00:00-15:00
Jumat
InpSessionSaturday
string
00:00-00:00
Sabtu
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone sakuninfinix-svg/MQL5 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.
EA MultiStrategy Advanced is an automated trading robot for MetaTrader 5 that integrates technical analysis with machine learning models. It utilizes a combination of RSI, Bollinger Bands, and Moving Average crossovers alongside LSTM-based deep learning signals to identify market patterns. The system features rigorous
This expert advisor for MetaTrader 5 combines traditional quantitative strategies with machine learning via the ONNX runtime. It features multiple trading modes including Order Blocks, market structure analysis, and a hybrid AI strategy using neural network predictions trained in PyTorch. The system incorporates compre
EA31337 is a comprehensive multi-strategy trading robot and framework for MetaTrader platforms. It features dozens of pre-built strategies utilizing technical indicators like ATR, Moving Averages, and SuperTrend. The system manages entries and exits through a unique filtering system that monitors account metrics, volat
EA31337 Libre is an open-source, multi-strategy trading robot for MetaTrader 4 and MetaTrader 5. It functions as a simplified implementation of the EA31337 framework, providing a collection of over 35 built-in strategies based on technical indicators. The expert advisor performs independent market analysis across vario
Gold Trader EA is a multi-strategy expert advisor designed for trading XAUUSD on the MetaTrader 5 platform. It employs a fusion engine that combines up to 14 different technical analysis methods, including candlestick patterns, chart patterns, price action, and institutional levels. The system requires a user-defined n
This MetaTrader 5 expert advisor implements Smart Money Concepts including Order Blocks, Fair Value Gaps, and Break of Structure entries. It features an automated mode that combines multiple strategies alongside market regime detection using ADX or Efficiency Ratio to ensure trading in trending conditions. Risk managem