Trillex 10S EA executes trades based on the alignment of a three-period Exponential Moving Average (EMA) stack and Parabolic SAR indicators. The system features a proprietary synthetic bar engine that processes price data into 5-second and 10-second intervals for high-frequency signal generation. Risk management is handled through a safety stop loss, spread filters, and session-based trading limits. Positions are exited via technical reversals or opposite signals. Lot sizing can be configured as fixed or dynamic based on account balance milestones.
Read from TRILLEX_10S_BASIC.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpMagicNumber
long
26041201
InpOnePositionPerSymbol
bool
true
InpAllowBuy
bool
true
InpAllowSell
bool
true
InpCloseOnOppositeSignal
bool
true
InpFastEMA
int
5
InpMidEMA
int
20
InpSlowEMA
int
40
InpSarStep
double
0.02
InpSarMaximum
double
0.2
InpUseM5Filter
bool
true
InpUse5SecFilter
bool
false
Show all 37 inputs
Name
Type
Default
Description
InpUse10SecFilter
bool
false
InpUseInsaneMode
bool
true
InpInsaneRequireM5
bool
true
InpInsaneRequireFreshPSAR
bool
true
InpPSARConfirmBars
int
1
extra bars PSAR must hold after flip
InpInsaneExitMode
ENUM_EXIT_MODE
EXIT_BY_10S_PSAR_REVERSAL
InpUseDynamicLots
bool
true
InpFixedLots
double
1.0
InpBaseBalanceStep
double
1000.0
InpBaseLot
double
1.0
InpLotMultiplier
double
10.0
InpMaxSingleOrderLot
double
500.0
InpMaxSplitOrders
int
20
InpUseBalanceInsteadOfEquity
bool
true
InpMaxTotalLotsPerSignal
double
10000.0
InpStopLossPoints
int
200
safety net SL (0 = disabled)
InpTakeProfitPoints
int
0
InpSlippagePoints
int
20
InpUseSessionFilter
bool
false
InpSessionStartHour
int
0
InpSessionStartMinute
int
0
InpSessionEndHour
int
23
InpSessionEndMinute
int
59
InpMaxSpreadPoints
int
30
spread cap โ 0 = ignore
InpMaxCustomBars
int
800
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone NadirAliOfficial/trillex-10s-ea 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.
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
Scalpflip EA is an automated scalping robot for MetaTrader 5 that utilizes a multi-layered technical analysis approach. It offers three entry modes: trend-following, mean-reversion, and a smart mode that selects the strategy based on current market conditions. The system filters trades using the Relative Strength Index
FG Scalping Pro is an automated trading system for MetaTrader 5 that utilizes a multi-indicator approach to identify entry points. It combines exponential moving average crossovers with RSI momentum and Bollinger Band volatility filters to execute trades. The EA manages risk through dynamic ATR-based stop loss and take
Gold Scalper is an educational MetaTrader 5 expert advisor designed for scalping XAUUSD on the one-minute timeframe. It is presented as a masterclass tutorial to demonstrate modular coding practices. The system utilizes a 200-period Exponential Moving Average for trend filtering and the Relative Strength Index for entr
Gold SnR Momentum Scalper Pro is an automated scalping robot for MetaTrader 5, specifically optimized for XAUUSD on the M1 timeframe. It identifies entry points by combining support and resistance zones with RSI and moving average momentum. The system incorporates tick-level analysis to measure buying and selling press
Trade Pro 1Min Scalper is an automated trading robot for MetaTrader 5 that implements a strategy based on Bill Williams Fractals and a triple moving average system. It identifies market trends using fast, medium, and slow EMA periods and executes entries based on short-term price action. The expert advisor includes a f