The primary trading robot identifies reversal opportunities using Average Daily Range percentages, RSI, and Stochastic oscillators. It includes an automated news filter and supports external CSV signal inputs. Risk is managed via a grid of up to 20 positions and individual stop losses. Also included is a drawdown monitor that tracks equity against the highest balance reached, providing visual alerts and performance documentation. The library contains additional sentiment-based trading tools.
Read from CC_ADR_Stoch_Grid_with_Buttons.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpUseCSVSignals
bool
true
CSV-Signale nutzen?
InpCSVCheckInterval
int
15
CSV Check Interval (Minuten)
InpCSVFilename
string
last_known_signals.csv
CSV Dateiname
InpDebugMode
bool
false
Debug-Modus (ausführliche Logs)
InpUseNewsFilter
bool
true
News-Filter aktivieren?
InpNewsImportance
ENUM_NEWS_IMPORTANCE
NEWS_HIGH_ONLY
Welche News filtern?
InpMinutesBeforeNews
int
30
Minuten VOR News
InpMinutesAfterNews
int
30
Minuten NACH News
InpNewsFilterBothCurrencies
bool
true
Beide Währungen prüfen?
InpStartDirection
ENUM_DIR_FILTER
FILTER_BOTH
InpFirstLot
double
0.03
Start Lotgrﷶÿe
InpGridLot
double
0.03
Grid Lotgröße
Show all 36 inputs
Name
Type
Default
Description
InpMaxPositions
int
20
Max Anzahl Positionen
InpIndividualSL_ADR
double
3.0
SL pro Trade in ADR
InpUseMM
bool
false
MM Aktivieren?
InpRefBalance
double
10000.0
Startkapital (Referenz)
InpBalanceStep_Pct
double
10.0
Balance Step %
InpLotIncrease_Pct
double
10.0
Lot Increase %
InpEntryMode
ENUM_ENTRY_MODE
MODE_ADR
Entry Mode
InpADRPeriod
int
14
ADR Periode
InpEntryADR_Pct
double
60.0
Entry: % von ADR
InpGridStep_ADR_Pct
double
10.0
Grid Step
InpRSI_Period
int
14
RSI Periode
InpRSI_Upper
int
70
RSI Upper
InpRSI_Lower
int
30
RSI Lower
InpStartTarget_ADR
double
10.0
Ziel bei Start
InpTargetDecay_ADR
double
0.0
Abzug pro Grid-Level
InpStochK
int
5
InpStochD
int
3
InpStochSlowing
int
3
InpStochUpper
int
85
InpStochLower
int
15
InpUseEODClose
bool
false
InpEODHour
int
23
InpEODMinute
int
50
InpMagicNumber
int
101
WICHTIG: Unique ID pro Chart!
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone tnickel/Mql5EAs from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL5/Experts.
3Copy the filesCopy the .mq5 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 MetaTrader 5 expert advisor collection provides several automated trading strategies based on classic technical indicators. The primary component combines CCI, RSI, Stochastic, MACD, and Moving Average crossovers to identify entry signals. It features a configurable grid system that layers multiple orders at fixed
This repository contains a collection of MetaTrader 5 expert advisors and utility scripts. It includes a variety of automated strategies such as mean reversion, Dunnigan NRTR, and experiments with artificial intelligence. The library also features utility tools for Telegram integration, search functions, and signal das
This repository contains a collection of MetaTrader expert advisors for MT4 and MT5, featuring various algorithmic trading strategies. The primary EA, North East Way, implements a multi-currency grid and martingale system focused on mean reversion for correlated pairs such as AUDNZD and NZDCAD. It manages risk through
The repository provides a collection of MetaTrader 5 expert advisors and analytical tools. The main featured tool is a 3D correlation matrix that visualizes the statistical relationships between multiple currency pairs over a customizable date range using DirectX and Canvas graphics. In addition to this analytical tool
This collection for MetaTrader 4 and 5 features the Guangying multi-symbol expert advisor alongside various utility tools and martingale-based robots. The primary system monitors multiple forex pairs and gold from a single chart using Fibonacci-derived logic for trade entries. It includes risk controls such as equity d
This repository provides an extensive collection of MetaTrader 4 and MetaTrader 5 expert advisors, including the Cobra and Pivot Point systems. The included tools utilize strategies ranging from daily pivot level reversals to grid-based recovery and cost-averaging methods. Notable features include ATR-based stop losses