Aiden calculates trade signals by aggregating 'chances' from several technical indicators including ZigZag, Stochastic, Moving Average crossovers, Parabolic SAR, RSI, MACD, and Momentum. The EA manages risk through stop loss and take profit levels, and features a lot size reduction factor designed to decrease position sizes during losing streaks. The repository contains numerous versioned files, though the documentation is minimal.
Multi-indicator probability weighting system
Integrated ZigZag and Moving Average trend filters
Read from 8-6-2019.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
NumberDeviation
double
0.15
RSIDeviation
double
0.5
DecreaseFactor
double
3
lot size divisor(reducer) during loss streak
BuyZigZagChance
double
12.5
BuyStochasticChance
double
12.5
BuyShiftedMovingAverageChance
double
12.5
BuyParabolicSARChance
double
12.5
BuyRSIChance
double
12.5
BuyMACDChance
double
12.5
BuyCrossOverChance
double
12.5
BuyMomentumChance
double
12.5
SellZigZagChance
double
12.5
Show all 26 inputs
Name
Type
Default
Description
SellStochasticChance
double
12.5
SellShiftedMovingAverageChance
double
12.5
SellParabolicSARChance
double
12.5
SellRSIChance
double
12.5
SellMACDChance
double
12.5
SellCrossOverChance
double
12.5
SellMomentumChance
double
12.5
PreVolum
double
0.01
PreMaximumRisk
double
1
Positions
int
1
NumberOfSkipDay
int
1
ExtDepth
int
12
ExtDeviation
int
5
ExtBackstep
int
3
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone Torabi-srh/Aiden 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.
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 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 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 collection of MetaTrader 5 expert advisors serves as an educational resource for MQL5 programming. It contains multiple example robots utilizing technical indicators such as Moving Averages, Parabolic SAR, CCI, and Stochastic oscillators. The provided scripts demonstrate fundamental trading automation features inc
This repository contains a collection of MetaTrader 5 expert advisors designed for various financial instruments including the DAX index, gold, oil, and major currency pairs. The library includes specialized robots like German Sunrise for DAX mean reversion and others for specific events like Friday gold moves or Tuesd
MT5CollectionMean reversionIndicator crossoverTrend following
This collection for MetaTrader 5 provides several trend-following Expert Advisors based on technical indicators such as Ichimoku Kinko Hyo and Simple Moving Averages. The included robots utilize multi-timeframe analysis, sensitive SMA slope detection, and candlestick pattern recognition to identify entry points. Risk m
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