The featured EA Lucre employs a grid strategy with integrated martingale or anti-martingale lot scaling. It manages risk through daily profit targets, drawdown limits, and optional multi-timeframe SuperTrend filters. Other utilities in the collection implement Fair Value Gaps, liquidity sweeps, and break of structure logic. The project lacks a README, requiring users to analyze the source code for specific strategy implementation and operational details.
Read from EA_LUCRE.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
EA_Name
string
EA LUCRE
MagicNumber
int
163991
StartTrade
int
0
Start Hour (0-23)
EndTrade
int
23
End Hour (0-23)
TradeAgain
bool
true
EA will trade again
Loop
int
1000
Number of trading cycles
DbLots
int
1
0=Fixed Lot, 1=Martingale, 2=Anti Martingale
Lots
double
0.01
Initial Lot Size
MaxLot
double
5.0
Maximum Lot Size
Multiplier
double
1.6
Lot Multiplier
LotsDecimal
double
1.0
Lot Decimal Precision
SL
double
0.0
Stop Loss (0 = disabled)
Show all 29 inputs
Name
Type
Default
Description
TP
double
100.0
Take Profit in points
Distance
double
3.0
Grid Distance in points
MaxLevel
int
20
Maximum Grid Levels
UseDailyProfit
bool
false
Enable daily profit limit
DailyProfitLimit
double
100.0
Daily profit target
UseDailyDrawdown
bool
false
Enable daily drawdown limit
DailyDrawdownLimit
double
50.0
Daily loss limit (positive value)
UseSuperTrend
bool
false
Enable SuperTrend confirmation
ST_Timeframe1
ENUM_TIMEFRAMES
PERIOD_M15
SuperTrend Timeframe 1
ST_Timeframe2
ENUM_TIMEFRAMES
PERIOD_M30
SuperTrend Timeframe 2
ST_ATRPeriod
int
22
SuperTrend ATR Period
ST_Multiplier
double
3.0
SuperTrend Multiplier
ST_SourcePrice
ENUM_APPLIED_PRICE
PRICE_MEDIAN
SuperTrend Price Source
ST_TakeWicks
bool
true
SuperTrend Take Wicks Into Account
Gi_324
color
Yellow
Gi_328
color
Red
Gi_332
color
Lime
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone Santhosh-waran/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.
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 MetaTrader 5 repository provides a diverse collection of automated trading systems, including tools for supply and demand, news fetching, and price action strategies. The primary expert advisor utilizes moving average crossovers and momentum filters to identify market pullbacks. It incorporates trade management fe
This repository provides a diverse collection of MetaTrader 4 and MetaTrader 5 expert advisors covering multiple trading methodologies. It includes robots for smart money concepts with fair value gap detection, Joe Ross hook patterns, and volatility-based scalping. The library features specific tools for XAUUSD and mul
This repository contains a large collection of over 100 expert advisors for the MetaTrader 5 platform, many of which appear to be generated using the Mission Automate tool. The library covers a wide variety of trading methodologies including range breakouts, Ichimoku cloud strategies, Heiken Ashi engulfing patterns, an
This repository provides a collection of MetaTrader 4 and 5 expert advisors, including the modular Super Trading Bot series and an AI-driven trading template. The EAs utilize various technical indicators like Bollinger Bands, Parabolic SAR, and moving averages for trend-following and scalping. Built-in risk management
This repository is a large collection of over 1,000 expert advisors designed for the MetaTrader 5 platform. It serves as an open-source library featuring various algorithmic trading strategies, including moving average crossovers, RSI levels, Parabolic SAR, and range breakouts. The collection provides robots for trend
This collection of expert advisors for MetaTrader 4 and 5 provides various automated strategies based on price action and technical indicators. The primary EA utilizes a moving average crossover system with switchable modes for different market conditions. It features a martingale lot-scaling system for sideways market