Pathfinder 2025 continuously updates pending orders based on price movement thresholds and time intervals to capture volatility. Trade entries are filtered by candlestick body size to ensure sufficient momentum before execution. Risk controls include fixed stop loss and take profit levels, a two-stage trailing stop, and a break-even mechanism. It supports fixed or compounding lot sizes and includes an automated pause function triggered by specific currency profit targets.
Read from 探路者2025.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
_a1
string
—— 下单参数 ——
Magic
int
20251801
魔术号
Slippage
int
5
最大滑点
UseFixedLots
bool
true
固定手数 与 复利二选一
FixedLots
double
0.01
固定手数
EquityStepUSD
double
100
复利:每 EquityStepUSD 美?
LotsPerStep
double
0.01
复利:对应下单手数
MaxLots
double
10.0
最大手数上限
_a2
string
—— 挂单与位移 ——
BuyDistance
int
100
BuyStop 距现价(微点)
SellDistance
int
100
SellStop 距现价(微点)
BuyMoveThreshold
int
80
多单:价格变动阈值(微点)
Show all 40 inputs
Name
Type
Default
Description
SellMoveThreshold
int
30
空单:价格变动阈值(微点)
MinUpdateSeconds
int
2
同一方向挂单最小更新时间(秒)
_a3
string
—— OCO 与K线风控 ——
OCO_DeleteOppositeAfterFill
bool
true
成交后删除反向挂单
UseCandleFilter
bool
true
K线风控开?
CandleBodyMin
int
80
上根实体>=此微点才?
_a4
string
—— 止盈止损(挂到挂单上) ——
TakeProfitPoints
int
2000
止盈(微点)
StopLossPoints
int
200
止损(微点)
_a5
string
—— 移动止损 ——
UseTrailing
bool
true
开启移动止损
TrailResetTrigger
int
100
盈利达到N微点后触发重置
TrailResetDist
int
50
重置后:距市价 M 微点
TrailStep
int
1
每盈利Y微点,止损随之位移Y微点
_a6
string
—— 保本平仓 ——
UseBreakEvenClose
bool
true
保本平仓开?
BE_Trigger
int
20
启动阈值(订单盈利N微点)
BE_CloseOffset
int
10
回撤到开仓价盈利Y微点即平仓
_a7
string
—— 账户盈利达标后暂停 ——
UseProfitPause
bool
true
启用
ProfitTargetUSD
double
100.0
启动后净盈利达到N美?
_a8
string
—— 交易时段(本地图表时区) ——
UseMorning
bool
false
早盘开?
MorningStart
string
00:00:59
MorningEnd
string
08:30:59
UseNoon
bool
false
中盘开?
NoonStart
string
08:30:59
NoonEnd
string
15:30:59
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone huilige888-spec/dushen888 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.
This expert advisor for MetaTrader 4 focuses on gold trading using daily price extremes and moving averages. It calculates the 7-day Simple Moving Average and identifies the highest price points from the previous five trading days to determine market direction. The EA executes its logic on a five-second timer interval
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
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
This MetaTrader 4 expert advisor executes a regime-gated breakout strategy specifically optimized for XRP and ETH markets. It operates on the H4 timeframe, utilizing Bollinger Bands for entry signals coupled with ADX and ATR filters to identify high-volatility trend environments. The EA employs a one-shot entry approac
Session Sauce is an automated expert advisor for MetaTrader 4 designed to trade market session transitions and price extremes. It allows users to configure entries based on session opens, highs, and lows for the New York, London, and Asian sessions. The EA includes risk management features such as fixed stop losses, ta