The main EA places pending orders at a specific price distance during three user-defined time windows throughout the trading day. It manages risk via fixed stop loss and take profit levels, along with a configurable trailing stop system. Users can also enable a Relative Strength Index filter to prevent trades during specific momentum conditions. The repository lacks a README, providing minimal documentation for the included tools.
Read from distance with trStop.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
Magic
int
1
expert id
TimeToSetOrders_1
string
02:00
TimeToDelOrders_1
string
04:00
TimeToSetOrders_2
string
09:00
TimeToDelOrders_2
string
14:00
TimeToSetOrders_3
string
00:00
TimeToDelOrders_3
string
17:00
Lot
double
1
lot
StopLoss
int
10
TakeProfit
int
40
Distance
int
8
TrailingSwitcher
bool
true
Trailing Stop
Show all 18 inputs
Name
Type
Default
Description
TrailingStop
int
10
Trailing Stop Distance
TrailingStep
int
50
IRSI
bool
false
RSI Switcher
RSIPeriod
int
8
Period Days
RSIStopBuy
int
65
RSI Level for Stop buy
RSIStopSell
int
35
RSI Level for Stop sell
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone blockchainhelp/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.
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 trading tools for MetaTrader 5 and 4, headlined by a comprehensive Trade Manager EA. This manager enables manual execution via keyboard shortcuts and provides automated risk controls, including ATR-based break-even settings and trailing stops. The collection also offers strategy
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, including the Ariel Turtle Bot and several named variants like Elisa, Cary, and Faith. The primary logic utilizes Donchian Channel breakouts combined with Simple Moving Average filters to identify trend-following entries. The software includes compr
Parallel Strategies is a MetaTrader 4 expert advisor designed to execute multiple independent technical strategies simultaneously. It includes modules for Moving Average crossovers, MACD breakouts, Heiken Ashi signals, and a hybrid Heiken-MACD system. Each strategy operates with a unique magic number to allow concurren
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 collection of expert advisors for MetaTrader 4 and 5 provides various automated strategies for forex markets. A core component is the Gareth Range Breakout, which defines specific time-based price zones and executes trades when price breaks those boundaries. It includes risk controls such as stop loss and take pro