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 implements risk management based on account equity percentages and features a partial close system for taking profits. The collection also includes experimental files for Fibonacci-based trading and deep reinforcement learning environments. Documentation is not provided, requiring users to inspect the source code for operational details.
Read from ChildsPlay_EA.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
TIMEFRAMES_MAIN_CHART
ENUM_TIMEFRAMES
PERIOD_M5
操作图表周期
TIMEFRAMES_ANCHOR_CHART
ENUM_TIMEFRAMES
PERIOD_M15
参考锚图周期
MaxRisk
double
2
最大本金损失比例(正整数 %)
EMA_K
int
3
快速指数移动平均线取值
EMA_Z
int
5
中速指数移动平均线取值
EMA_M
int
13
?
CCI_PERIOD
int
24
CCI指标周期
NUMBER_K
int
2
前后至少几根K线高于或低于高低点
TP_DISCOUNT
int
5
止盈为止损的几折
TP_PERCENTAGE
int
80
首次获利占开仓比例
CCI_UP
int
90
CCI指标上限级别
CCI_DOW
int
-90
CCI指标下限级别
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone N5DL80/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 and utility scripts. It includes a variety of automated strategies such as mean reversion, Dunnigan NRTR, and experiments with artificial intelligence. The library also features utility tools for Telegram integration, search functions, and signal das
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 is a collection of educational expert advisors for MetaTrader 5, developed as part of an introductory MQL5 programming series. It includes multiple standalone robots utilizing common technical indicators such as moving average crossovers, Bollinger Bands, and the Relative Strength Index. The primary exp
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 contains a diverse collection of MetaTrader 5 Expert Advisors and tools developed for instructional purposes. The included robots cover various trading methodologies, such as moving average crossovers, RSI divergences, gap reversals, and candlestick patterns like the Red-White-Red strategy. The EAs typi
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