Zone Entry is a MetaTrader 5 expert advisor that automates the placement of multiple limit orders within a calculated price zone, a technique described as chumming.
Zone Entry utilizes the Average True Range on the H1 timeframe to determine the spacing and breadth of entries based on manual price inputs. The EA manages open positions by attempting to keep the most favorable trade while closing others at a small break-even profit. It includes risk controls for stop loss, take profit, trailing stops, and lot scaling. The developer notes that certain exit calculations may be unreliable.
Read from ZoneEntry.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpStopLoss
double
10.0
最も不利なポジションからのストップの?
InpTakeProfit
double
100.0
自動利益確定(pips)
InpTrailingStop
double
50.0
トレーリングストップ(pips)
AutoLot
bool
false
ロットサイズ自動計算 (percent from a free margin)
Risk
double
10
ロットサイズを計算するためのリスク(%)
ManualLots
double
0.01
ロットサイズ(手動の場合のみ)
LotRatio
double
1.1
ロットサイズの比率
m_magic
ulong
65127841
Magic number
TradeComment
string
ZoneEntry
注文のコメント欄の?
InpSlippage
ulong
1
許容するスリッページ(pips)
MaxOrders
int
10
ポジションの数
max_position
int
1
有利なポジションを残す数
Show all 17 inputs
Name
Type
Default
Description
breakEven
double
3.0
不利なポジションを決済する際の利益(pips)
TimeFrame
ENUM_TIMEFRAMES
PERIOD_H1
注文の値?
IsManualOrdersAndPositions
bool
false
手動トレードの注文に対しても処理を行う
isShowSymbolName
bool
true
シンボル名を表示する
isDebugMessage
bool
true
デバッグ用のメッセージを表示する
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone junmt/ZoneEntry 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 Expert Advisor for MetaTrader 5 implements a martingale trading strategy triggered by the Relative Strength Index (RSI). It opens an initial position when RSI reaches overbought or oversold thresholds. If price continues to move against the initial trade, the EA layers additional orders at set point intervals, mul
This MetaTrader 5 expert advisor executes a mean reversion strategy based on price deviation from a Simple Moving Average. It enters short positions when prices rise above the average and long positions when prices fall below. The algorithm utilizes an aggressive grid-based recovery system where both the entry distance
This high-frequency scalping robot for MetaTrader 5 is specifically designed for the gold market. It determines entry points using a combination of EMA trend filters, ADX trend strength, and dynamic RSI levels. To recover from losing positions, the EA utilizes an aggressive martingale grid system with a customizable lo
IchiDCA CCBSN PropFirm EA is an automated trend-following robot for MetaTrader 5, optimized for gold and forex markets. It triggers trades based on Ichimoku Cloud breaks, filtered by dual Exponential Moving Averages and MACD indicators. The strategy manages positions through a Dollar Cost Averaging system that layers u
Fibonacci ICT EA for MetaTrader 5 combines institutional price action concepts with Fibonacci retracement levels. It identifies higher timeframe trends and enters on pullbacks to specific golden zones using confirmations like Break of Structure and Fair Value Gaps. The system includes robust risk management such as per
This MetaTrader 5 expert advisor implements Smart Money Concepts (SMC) by identifying liquidity sweeps and premium or discount zones. It detects buy-side and sell-side liquidity levels, looking for price sweeps followed by retest entries. The robot manages trades using a fixed risk-to-reward ratio, trailing stops, and