The primary robot, Up and Down Trader, employs a Fisher-style transformation of price action to identify entry points across three different trading modes. It features a spread filter to avoid trading during illiquid conditions and allows users to manage market orders alongside automated signals. Risk management is restricted to fixed lot sizing, as no explicit stop loss or take profit parameters are present in the provided inputs. The collection also includes a dedicated utility to close all positions at the start of a new candle.
Fisher-style signal transformation logic
Spread filter for trade entry protection
Multiple strategy modes for normal or inverted signals
Read from Up&DownTrader.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
tf
_tf_
0
period
int
2
signalbar
int
1
nupcolour
color
clrMediumTurquoise
nUp Arrow Colour
ndwcolour
color
clrViolet
nDown Arrow Colour
iupcolour
color
clrBlue
iUp Arrow Colour
idwcolour
color
clrRed
iDown Arrow Colour
_trd_
string
------------------------------------
Trade Options
man
ny
Yes
Include User-placed Market Orders
STRAT
_strat_
comb
Trading Method
MAX
double
20
Maximum Spread To Open (Points)
lotsize
double
0.01
Lot Size
Show all 15 inputs
Name
Type
Default
Description
slip
int
1
Slippage
comment
string
Order Comment
magic
int
99
Magic Number
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone Fooeybar/MQL4 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 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 contains a diverse collection of MetaTrader 4 expert advisors and R-based financial scripts. The primary robot is based on the Nanningbob trading system, which utilizes multi-timeframe analysis across daily and four-hour charts to identify trends and ranging markets. It employs Bollinger Bands for mean-
This MetaTrader 4 repository contains a collection of expert advisors, primarily focused on the MultiTrader dashboard and various technical utility robots. MultiTrader functions as a multi-symbol management tool that monitors dozens of currency pairs simultaneously, using high and low percentage levels for trade execut
This repository contains a collection of MetaTrader 4 expert advisors and utilities primarily focused on breakout and trend-following strategies. The featured EA, ttnFullTurtle, implements the classic Turtle Trading rules using dual breakout systems, ATR-based position sizing, and pyramiding logic. It includes risk con
This MetaTrader 4 repository contains a collection of expert advisors developed for the Eingana social trading project. It features multiple strategies, including a Keltner Channel-based mean-reversion system for pairs like EURNZD and EURAUD, alongside a EURUSD scalper. The robots typically enter trades when price acti
This repository is a collection of MetaTrader 4 expert advisors, featuring the XMT-Scalper robot and several legacy systems. XMT-Scalper is an automated scalping strategy designed to trade based on volatility breakouts using indicators like Bollinger Bands and Moving Averages. It includes risk controls such as stop los