The Strat MT4 EA utilizes candle classifications, specifically types 1, 2, and 3, to identify potential market reversals and continuations. The robot features flexible money management, allowing users to define risk as a percentage of equity or a fixed monetary amount. Position sizing is dynamically adjusted using ATR calculations. The EA targets a specific pip profit for exits, though the README is missing.
Read from the-strat.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
Lots
double
0.01
Basic lot size
MM
bool
true
If true - Parabolic SAR based risk sizing
ATR_Period
int
20
ATR_Multiplier
double
1
Risk
double
2
Risk tolerance in percentage points
FixedBalance
double
0
If greater than 0, position size calculator will use it instead of actual account balance.
MoneyRisk
double
0
Risk tolerance in base currency
UseMoneyInsteadOfPercentage
bool
false
UseEquityInsteadOfBalance
bool
true
LotDigits
int
2
How many digits after dot supported in lot size. For example, 2 for 0.01, 1 for 0.1, 3 for 0.001, etc.
OrderCommentary
string
The-Strat
Slippage
int
2
Tolerated slippage in brokers' pips
Show all 14 inputs
Name
Type
Default
Description
Magic
int
18911040
Order magic number
Profit
int
4
Profit in number of pips
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone schatekar/the-strat-mt4-ea from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts.
3Copy the filesCopy the .mq4 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.
Mad Pound Profits is a MetaTrader 4 expert advisor that automates trading based on structural breakouts and price action. The system utilizes time-specific analysis windows throughout the day to identify entry opportunities. It incorporates technical elements such as Fibonacci levels, momentum indicators, and mean reve
Price Action Expert is a MetaTrader 4 robot that automates trade execution by combining Fibonacci levels with candlestick pattern analysis. The EA identifies the prevailing market trend through Fibonacci ratios and seeks entry signals using pin bars, engulfing patterns, and morning star formations. It features automate
This MetaTrader 4 robot automates a supply and demand strategy by identifying price pivots within a specific historical window. It analyzes candle structures to detect significant price moves and structural clearance for potential entries. The expert advisor manages risk by allowing users to set a fixed dollar amount p
This MetaTrader 4 expert advisor implements a price action strategy based on candlestick engulfing patterns. It identifies bullish and bearish formations to enter long or short positions automatically. The bot manages active trades by closing existing positions whenever a new opposing signal is detected, effectively re
Copilot is a MetaTrader 4 expert advisor designed to replicate human price action analysis through market structure mapping. The robot identifies swing highs and lows, representing them as a graph of nodes to track trends, impulses, and retracements. It incorporates higher time frame support and resistance levels into
MT4Trading robotSMC / ICT / price actionTrend following
This MetaTrader 4 expert advisor implements a multi-strategy approach for trading various currency pairs and gold. It combines technical indicators including Moving Averages, RSI, Bollinger Bands, and ADX with price action concepts such as support, resistance, and engulfing patterns. The EA features risk management too