The library includes several distinct trading robots such as The Puncher, SmallDog, and the KMB series. These programs generally employ technical indicators to identify entry points and manage positions using configurable parameters for stop loss, trailing stops, and break-even levels. The included scripts offer basic risk controls through fixed lot sizing and slippage filters. Documentation is minimal, and the repository serves primarily as a personal archive for various automated strategies and alert-driven trading tools.
Read from ThePuncher.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
Lots
double
200
StopLoss
int
2000
TakeProfit
int
0
TradeAtCloseBar
bool
true
TrailingStop
int
0
TrailingStep
int
1
Trailing step
BreakEven
int
0
MagicNumber
int
0
Repeat
int
3
Periods
int
5
UseAlert
bool
false
SendEmail
bool
true
Show all 30 inputs
Name
Type
Default
Description
TradeLog
string
MasterMind
Slippage
int
3
Indicator_Setting
string
---------- Indicator Setting
Crash
bool
false
TimeFrame
int
0
Length
int
5
Method
int
3
Smoothing
int
1
Filter
int
5
RealTime
bool
true
Steady
bool
false
Color
bool
true
Alerts
bool
true
EmailON
bool
false
SignalPrice
bool
true
SignalPriceBUY
color
Yellow
SignalPriceSELL
color
Aqua
CountBars
int
1485
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone eddiejunzhang/Forex_MT4_Library 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 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
This MetaTrader 4 repository contains a collection of experts and tools focused on technical indicators and machine learning. It features an implementation of Alexander Elder's Triple Screen strategy using Exponential Moving Averages and MACD to filter trends and entries. Additionally, the collection includes a machine
This repository contains an extensive collection of over 200 Expert Advisors developed for the MetaTrader 4 and MetaTrader 5 platforms. The files range from individual strategy implementations like CCI multi-pair and cycle-based trading to comprehensive testing frameworks. The primary featured Expert Advisor includes a
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 MetaTrader 4 repository contains a collection of expert advisors utilizing various technical indicators for Forex trading. One included EA uses Keltner Channels and Average True Range to determine market entries and exits. It features configurable risk management, including fixed or percentage-based lot sizing, st
This repository functions as a large collection of over 170 MetaTrader 4 expert advisors provided in source code format for further development. The library includes various automated trading robots based on popular technical indicators such as Heiken Ashi, RSI, Stochastic, and MACD crossovers. The included files utili