The primary strategy uses Ichimoku Kinko Hyo components, specifically Tenkan-sen, Kijun-sen, and Senkou Span B, to identify trend-based entries. Additional bots in the repository utilize moving average crossovers and inside bar patterns. Risk management is handled through ATR-based dynamic stop losses, fixed stop levels, and trailing stops calculated as a percentage of equity. The repository demonstrates multi-currency trading logic for major pairs like EURUSD, GBPUSD, and EURJPY.
Read from Pips_Vampire.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
AccountBalance
double
1000
MyTSSValue
int
7
Tenkan Value
MySSSValue
int
28
Kijun Value
MySSBValue
int
119
SSB Value
FixedStop
double
40
StopLoss is 30/1000 -> 3% sl +10 spread = 40
AtrMultiplierEURJPY
double
1.28
ATR Multiplier for SL EURJPY
AtrMultiplierEURUSD
double
1.04
ATR Multiplier for SL EURUSD
AtrMultiplierGBPJPY
double
0.80
ATR Multiplier for SL GBPJPY
AtrMultiplierGBPUSD
double
1.54
ATR Multiplier for SL GBPUSD
AtrScope
double
250
ATR up to 100
EqPercentTr
double
0.03
Equity Percentage Trailing Sl
TrailSlVal
double
3000
It is GAP between current price and SL
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone Niferu/forex-trading-robots 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 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 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 repository provides a collection of MetaTrader 5 expert advisors and indicators developed for experimental purposes. It 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
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 provides a collection of four Expert Advisors for MetaTrader 5, developed using the MQL5 standard library framework. These robots focus on trend-following and momentum strategies using indicators like Moving Averages, MACD, and the MESA Adaptive Moving Average. Notable features include a Parabolic SAR t