The primary featured expert advisor implements a dual-symbol statistical arbitrage strategy using indicators such as ZigZag and Moving Averages to identify entries. It employs a martingale lot scaling system with a multiplier for consecutive positions and a limit on total additions. Risk management is handled through percentage-based equity stop loss and take profit settings, spread filters, and specific time-of-day or day-of-week trading restrictions.
Read from 汇盈天下源码.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpDepth
int
12
Depth
InpDeviation
int
5
Deviation
InpBackstep
int
3
Backstep
BigMa
int
50
大均线周期
SmallMa
int
20
小均线周期
HBD1
string
EURUSD
货币对1(字符完?
HBD2
string
GBPUSD
货币对2(字符完?
Lots
double
0.1
手数
IncLots
double
3
加仓倍数
BuyMagic
int
100011
多单标识
SellMagic
int
100021
空单标识
LP
double
100
止损百分比为亏损金额到达余额的百分之多少平仓
Show all 17 inputs
Name
Type
Default
Description
TP
double
100
盈利百分比为盈利金额到达余额的百分之多少平仓
GDTP
double
0.3
固定止盈金额(当前显示的盈利总金额)
SMB
string
以下时间均为平台时间
以下时间均为平台时间
DisableDayOfWeak
string
5
周几不开单,用\',\'隔开如:1,2,3 0为周日 6为周6 空为?
DisableHourOfDay
string
23
每天几点不开单,用\',\'隔开如:1,2,3 24小时制 空为?
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone clunique/Experts 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, and any .mqh files into the Include folder the code expects.
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 repository features a collection of MetaTrader 4 expert advisors, primarily focused on a multi-strategy system named Complete Robot. The main EA utilizes a combination of technical indicators including Moving Averages, MACD, Bollinger Bands, and Stochastic oscillators for market entry. It employs a grid-based appr
This repository provides a collection of MetaTrader 4 expert advisors and utility tools. It includes diverse trading strategies ranging from M1 scalping and Heiken Ashi trend following to swing-based approaches. The codebase features a robust trade management framework with classes for order execution, error handling,
This repository features a collection of MetaTrader 5 expert advisors, with a primary focus on a multi-currency ring trading system. The flagship EA executes trades across several currency pairs simultaneously, utilizing triangular hedging logic to manage exposure. It incorporates various lot management modes including
LIVMOR is a MetaTrader 4 expert advisor found within this repository of over fifty automated trading tools. It utilizes technical indicators such as MACD, Stochastic, and moving averages to identify entry points, while also offering manual price entry options. The EA manages risk through user-defined stop loss and take
This repository provides a collection of MetaTrader 4 expert advisors, notably featuring a grid-based trading system. The mGRID EA executes trades by placing multiple pending buy and sell stop orders at fixed pip increments, attempting to capture price movement in either direction. It offers risk controls through confi
This MetaTrader 4 repository contains a collection of expert advisors, primarily featuring the Chaos Theory EA. This robot combines several trading methodologies including Bill Williams' Chaos Theory, Trading Made Simple, and THV3 to trade multiple currency pairs simultaneously. It utilizes technical filters such as Su