Available for MetaTrader 4 and 5, it monitors the price difference between two related symbols against a moving average to identify trade opportunities. The logic includes a noise-filtering buffer and a trailing stop for trade management. Some versions within the collection incorporate grid-based entry and hedging strategies. It features an optional compounding system that increases lot sizes based on account balance milestones. The repository documentation is minimal.
Read from 期货动量.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
futures
string
GOLD_DEC21
期货符号
cash
string
GOLD
现货符号
circle
int
240
开平点均线周期
timer
int
1
判断条件的时间间隔
spread
double
0.5
开平点的价差
bff
int
5
缓冲区数量,这是最近若干个timer的均值
mylots
double
0.01
输?
input_state
int
0
输?
show
int
0
抬头显示数据
out
double
0.3
出仓点位
ci
bool
true
复利
addlots
int
30
盈利加仓手数
Show all 14 inputs
Name
Type
Default
Description
slpoint
double
3.0
追踪止损点位
i_counts
int
1
输?
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone HeYuansong/gold-arbitrage from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts or MQL5/Experts.
3Copy the filesCopy the .mq4 / .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.
High Frequency Grid EA is an automated trading robot for MetaTrader 5 that implements a mean-reversion strategy through a grid of pending orders. It places buy and sell stop orders at calculated distances, using dynamic spread monitoring to ensure execution only during favorable conditions. The EA includes a trailing s
Icarus is an automated trading system for MetaTrader 4 that employs a grid strategy with Martingale lot scaling. It utilizes Bollinger Bands and the Stochastic Oscillator to identify entry points, offering a conjunctive mode for filtered execution. The EA manages risk through maximum position limits, equity warning thr
This MetaTrader 4 robot implements a multi-currency mean-reversion strategy, targeting price returns to the average on correlated forex pairs. It manages trades using a grid system with a significant martingale multiplier to scale lot sizes. The expert advisor allows for simultaneous trading on multiple symbols to dive
This MetaTrader 5 expert advisor functions as a grid-based recovery system that can operate independently or manage trades from external EAs via magic number filtering. It initiates entries using Bollinger Bands and RSI indicators, then manages drawdown through a recovery grid matrix. The system employs dynamic ATR-bas
Advanced Grid Trading is a MetaTrader 5 expert advisor that manages a complex grid strategy across four configurable layers. It places stop and limit orders at fixed intervals, employing either fixed or geometric lot scaling for increased grid depth. Trade management includes a shared profit pool used to close losing p
This MetaTrader 5 expert advisor implements a multi-layered grid strategy that manages up to three independent grids simultaneously on a single instrument. It uses the Relative Strength Index (RSI) across different timeframes to determine the initial trade direction for each grid. The EA employs martingale lot scaling,