The primary EA uses trend-following indicators for entries and provides various order management options, including trailing stops, break-even settings, and position accumulation. Risk is managed through fixed lot sizes or a percentage of account equity. The system allows for a maximum number of concurrent orders and includes a toggle to reverse trade signals. Documentation is minimal, as it serves as a personal project collection.
Read from Combined Ergodic SSL Channel EA.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
separator1
string
---------------- Entry Settings
Lb
int
10
alertsOn
bool
false
alertsMessage
bool
false
alertsSound
bool
false
alertsEmail
bool
false
separator2
string
---------------- Money Management
Lots
double
0.1
lots
RiskManagement
bool
false
money management
RiskPercent
double
10
risk in percentage
separator3
string
---------------- Order Management
StopLoss
int
0
stop loss
Show all 22 inputs
Name
Type
Default
Description
TakeProfit
int
0
take profit
TrailingStop
int
0
trailing stop
UseAutoTS
bool
false
BreakEven
int
0
breakeven
AddPositions
bool
false
positions cumulated
MaxOrders
int
100
maximum number of orders
Magic
int
0
magic number
Slippage
int
3
how many pips of slippage can you tolorate
separator5
string
---------------- Extras
ReverseTheSystem
bool
false
sell/buy instead of buy/sell
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone JamesLiuZX/MetaTrader4 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 collection for MetaTrader 4 provides a variety of expert advisors and utilities intended for automated trading and educational use. The primary component is a moving average crossover robot that opens positions based on trend direction. It features risk management tools including percentage-based stop losses, take
This repository provides a diverse library of expert advisors and technical indicators for MetaTrader 4. The collection includes robots utilizing moving average crossovers, MACD trend-following signals, and mean-reversion strategies based on Bollinger Bands. A notable inclusion is a Martingale robot that scales lot siz
This repository features a diverse collection of expert advisors and trading utilities for MetaTrader 4 and MetaTrader 5. It includes automated robots based on trendline analysis, session breakouts, and technical indicator crossovers using MACD, RSI, and Williams Percent Range. The library provides various tools for ri
This repository contains a collection of MetaTrader 4 expert advisors, primarily focusing on trend-following and crossover strategies. The main EA utilizes moving average crossovers to detect market trends and incorporates stochastic oscillators across multiple timeframes like M15 and H1. It manages risk through percen
This repository provides a collection of MetaTrader 4 expert advisors, centered around the OverLord robot which utilizes logistic regression models. OverLord determines entries by calculating price directionality over various tick counts and analyzing moving average slopes against hardcoded coefficients. In addition to
MT4CollectionAI / machine learningIndicator crossoverTrend following
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