The featured expert advisor, ExpertMAPSARSizeOptimized, generates trade signals based on a Moving Average and manages active positions using a Parabolic SAR trailing stop. It includes a money management system that calculates lot sizes based on a percentage of equity and a decrease factor for risk control. Other files in the collection implement MACD, Moving Average, and MAMA strategies. The repository lacks a README and consists mainly of standard library examples.
Read from ExpertMAPSARSizeOptimized.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
Inp_Expert_Title
string
ExpertMAPSARSizeOptimized
Inp_Signal_MA_Period
int
12
Inp_Signal_MA_Shift
int
6
Inp_Signal_MA_Method
ENUM_MA_METHOD
MODE_SMA
Inp_Signal_MA_Applied
ENUM_APPLIED_PRICE
PRICE_CLOSE
Inp_Trailing_ParabolicSAR_Step
double
0.02
Inp_Trailing_ParabolicSAR_Maximum
double
0.2
Inp_Money_SizeOptimized_DecreaseFactor
double
3.0
Inp_Money_SizeOptimized_Percent
double
10.0
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone alagu1000/mql5-code 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 collection for MetaTrader 5 features a variety of trading tools and automated expert advisors. It includes advanced visualization utilities like a 3D correlation matrix and a mathematical morpher using DirectX canvas. The repository also provides several technical trading robots based on moving averages, MACD, ADX
This collection for MetaTrader 5 provides several automated trading robots, primarily focusing on the Trailing Break Even Parcial expert advisor. This specific strategy utilizes a combination of three Moving Averages and Ichimoku Kinko Hyo parameters to execute trades. The software includes robust trade management modu
This MetaTrader 5 collection features several expert advisors, with a primary focus on the ICT v2 robot. The main strategy implements Smart Money Concepts, identifying Market Structure Shifts, Fair Value Gaps, and Liquidity Sweeps across high, medium, and low timeframes. It automates entries on price retracements with
This repository provides a collection of Expert Advisors for MetaTrader 5, primarily focused on technical indicator strategies and algorithmic trading examples. The main file utilizes a Moving Average signal combined with a Parabolic SAR trailing stop for automated trade management. It includes a lot-sizing module that
This repository contains a collection of MetaTrader 5 expert advisors developed for strategy experimentation and technical analysis. The robots utilize various technical indicators, including Moving Averages, MACD, Parabolic SAR, and RSI for trade entries. Risk management is handled through configurable stop loss and t
This repository contains a collection of MetaTrader 5 Expert Advisors and graphical tools. It includes several technical strategy robots based on Relative Strength Index crossovers, Bollinger Bands, and Moving Averages. Additionally, it features advanced 3D visualization utilities such as a correlation matrix and a mat