Nerv MT5 Expert Advisor Collection features a range of trading systems, including standard MetaQuotes examples and custom implementations like NERV and RNN-based logic. The primary expert advisors utilize technical indicators such as MACD and Moving Averages to identify market trends and entry points. Risk management is handled through configurable lot sizes, take profit targets, and trailing stop mechanisms. As the repository lacks a README and documentation, users must analyze the source code to understand individual strategy logic and execution parameters.
Collection of technical indicator based trading systems
Integrated trailing stop and take profit modules
Experimental neural network and NERV logic files
Standard MACD and Moving Average crossover strategies
Read from MACD Sample.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpLots
double
0.1
Lots
InpTakeProfit
int
50
Take Profit (in pips)
InpTrailingStop
int
30
Trailing Stop Level (in pips)
InpMACDOpenLevel
int
3
MACD open level (in pips)
InpMACDCloseLevel
int
2
MACD close level (in pips)
InpMATrendPeriod
int
26
MA trend period
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone roche-emmanuel/nervmt5 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 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 provides a collection of Expert Advisors for MetaTrader 5 and Python trading scripts developed for an educational YouTube series. It features various technical indicator-based strategies, including MACD, Relative Strength Index, Stochastic, and Bollinger Bands. The included MQL5 files implement multi-ti
MT5CollectionIndicator crossoverMean reversionTrend following
This collection of MetaTrader 5 expert advisors provides a series of educational templates and multi-symbol trading robots. Developed as a companion to coding tutorials, the repository includes frameworks for building strategies using entry triggers and multiple filters. The included programs feature automated risk man
This repository contains a collection of MetaTrader 5 expert advisors, primarily focused on the ChildsPlay strategy derived from online trading forums. The main expert advisor uses multiple exponential moving averages and the Commodity Channel Index across two timeframes to identify trend-following entries. It implemen
This repository provides a diverse collection of MetaTrader 5 expert advisors focusing on technical indicator automation. The core component aggregates signals from a wide array of standard tools, including trend-following moving averages, oscillators like RSI and MACD, and Bill Williams indicators. It includes specifi
This MetaTrader 5 repository provides a collection of expert advisors centered around an artificial neural network implementation. Developed using Matlab and exported as a DLL, the system integrates external computational models with MQL5. The primary advisor executes trades within defined time intervals, utilizing pri