Inan Quant utilizes a Donchian breakout strategy combined with a multi-layered filtering system, including an H1 trend filter, ADX regime detection, and a custom signal quality score. The system manages risk using percentage-based position sizing, ATR-derived stop losses, and trailing stops. Advanced features include an automatic news filter, session-based trading windows, and detailed logging of trade metrics like MAE and MFE to CSV files. It also includes a Monte Carlo simulation tool for backtest analysis.
Donchian channel breakout with momentum candle confirmation
H1 trend filter using EMA50 and EMA200 crossover logic
Multi-variant regime filtering using ADX and ATR percentile
Automatic MT5 economic calendar news filter
Advanced trade logging including MAE and MFE metrics
Read from InanDenizTurk_V33.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpRegimeVariant
ENUM_REGIME_VARIANT
VARIANT_E1_NO_FILTER
hangi test variant
InpADXPeriod
int
14
InpADXThreshold
double
20.0
V24: 25->20 (optimize: 18/20/22/25/28)
InpATRPctLookback
int
100
ATR percentile icin lookback bar
InpATRPctThreshold
double
0.50
0.50 = medyan
InpQualityThreshold
int
85
0-100 arasi, optimize: 60-90
InpComment
string
İnanV33
InpMagicNumber
int
19000924
InpEnforceSymbolXAU
bool
true
sembol XAUUSD degilse uyari + dur
InpRiskPercent
double
1.5
InpMaxLotSize
double
0.05
InpMinSLPoints
int
200
Show all 40 inputs
Name
Type
Default
Description
InpUseAccountAwareLot
bool
true
InpMaxLotPerBalance
double
0.0001
InpDonchianPeriod
int
12
InpRequireMomentumCandle
bool
true
InpMinBodyRatio
double
0.30
InpUseH1TrendFilter
bool
true
InpH1FastMA
int
50
InpH1SlowMA
int
200
InpH1MinTrendPoints
int
800
InpATRPeriod
int
14
InpATR_SLMultiplier
double
2.5
InpRRRatio
double
2.0
InpMinATRPoints
int
100
InpUseTrailing
bool
true
C3 sabit
InpTrailingStartPts
int
500
InpTrailingATRMult
double
2.5
InpUseBreakEven
bool
false
C3 sabit OFF
InpBreakEvenPts
int
400
InpBreakEvenBufferPts
int
30
InpMaxBarsInTrade
int
25
InpUseSessionFilter
bool
true
InpBrokerToTRHourOffset
int
0
InpMorning_Start_TR_Hour
int
10
InpMorning_End_TR_Hour
int
13
InpAfternoon_Start_TR_Hour
int
15
InpAfternoon_Start_TR_Min
int
30
InpAfternoon_End_TR_Hour
int
18
InpAfternoon_End_TR_Min
int
30
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone inandenizturk/inan-quant-v33 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.
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
This MetaTrader 5 expert advisor specializes in trading Gold (XAUUSD) by targeting volatility during the New York session. It utilizes an Average True Range (ATR) indicator to identify market trends and determine entry levels for limit orders. Risk management includes fixed stop loss parameters and dynamic trailing sto
Black XAU is an automated trading robot for MetaTrader 5, specifically designed for gold. It utilizes a multi-timeframe breakout and retest strategy, identifying trading zones based on initial H4 market structure. Entries are triggered on the M5 timeframe when price retests a confirmed breakout level. The expert adviso
This MetaTrader 5 expert advisor implements a box breakout strategy designed for the foreign exchange market. The robot identifies price ranges during specific time windows and enters trades upon a breakout. It features a trend filter using fast and slow moving averages to align entries with broader market direction. R
Binario is a breakout expert advisor for MetaTrader 4 and 5 that utilizes a price channel constructed from two moving averages of the same period. By default, it uses a 144-period exponential moving average applied to both highs and lows. It enters trades when the price moves outside this band by a predefined pip dista
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