The primary logic focuses on managing pending orders through dynamic distance adjustments, time-scheduled trade execution, and sophisticated trailing stops that operate via price ticks or millisecond-based timers. The library includes over one hundred files covering various strategies such as breakouts, pullback entries, and Ichimoku crossovers. Risk controls are implemented through configurable stop losses and fixed lot sizing. Documentation is limited, and many internal code comments are in Russian.
Read from dqs.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
o1
string
---------- ТРЕЙЛИНГ-СТОП --------------
Dist
int
200
расстояние от цены
TrailingStop
int
40
длина тралла (0 - без тралла)
TSz
int
10
задержка трейлинга в пункта?
tttimer
int
100
тралл по таймеру в миллисекунда?
o2
string
---------- СДВИГАНИЕ ОТЛОЖЕК ----------
Stoploss
int
555
стоплосс, если 0 - то без него
TimeModify
int
1
Интервал сдвига отложек, сек
Kor
int
50
спокойный коридор, 0 - без него
o3
string
---------- ЗАПУСК ПО ВРЕМЕНИ ----------
timeStart
datetime
D'15:29:50'
Старт
timeFinish
datetime
0
Финиш (необязательно)
Show all 15 inputs
Name
Type
Default
Description
o4
string
---------- РАЗНОЕ ---------------------
Lot
double
0.01
объем лота
tester
bool
false
режим тестинга
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone cesreve/mql5 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 repository contains a collection of MetaTrader 5 expert advisors designed for a quantitative trading seminar by QRT Solutions. It includes multiple models such as US opening gap momentum, opening range breakouts, and SMA-based gold strategies. Each robot features professional risk management components including t
This MetaTrader 5 repository provides a collection of seventeen quantitative trading strategies designed for educational and research purposes. The primary expert advisor implements a US opening gap momentum strategy, utilizing ATR-based gap thresholds and Z-Score volatility regime detection to identify entry points. R
This collection for MetaTrader 5 provides a diverse range of algorithmic trading strategies and utility scripts. The featured Precision Sniper EA utilizes indicator resonance, combining EMA, RSI, and ATR for entry signals. It incorporates sophisticated risk controls including three-stage partial profit taking, structur
This MetaTrader 5 repository provides a collection of expert advisors and visual dashboard tools centered on multi-timeframe technical analysis. It features strategies utilizing the Traders Dynamic Index, Exponential Moving Averages, and Commodity Channel Index indicators. The included tools range from trend-following
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 features a diverse collection of expert advisors and trading utilities for MetaTrader 4 and MetaTrader 5. It includes automated robots based on trendline analysis, session breakouts, and technical indicator crossovers using MACD, RSI, and Williams Percent Range. The library provides various tools for ri