This specific strategy utilizes a combination of three Moving Averages and Ichimoku Kinko Hyo parameters to execute trades. The software includes robust trade management modules, allowing for automated partial closures, break-even adjustments, and trailing stops based on point distances. Risk management is handled through daily financial gain and loss limits, alongside specific session timers to restrict trading activity. The repository contains various examples and indicator-based skeletons.
Read from ea-trailing-break-even-parcial-2.13.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
TimeFrame
ENUM_TIMEFRAMES
PERIOD_M5
TimeFrame (_period)
InpFiboProfitLevel
double
150.0
Fibo Take Profit Level
Volume
int
5
Quantidade de Contratos
HoraInicial
string
09:00
Horário de Início para novas operações
HoraFinal
string
16:00
Horário de Término para novas operações
HoraFechamento
string
17:30
Horário de Fechamento para posições abertas
LimiteGain
double
1000
Limite de Gain diário financeiro
LimiteLoss
double
500
Limite de Loss diário financeiro
BE
double
500
Break Even da operação em pontos
RP
double
300
Realização parcial em pontos
VolumeRP
int
5
Quantidade de contratos Realização parcial
MediaCurta
int
8
Media Móvel Curta
Show all 20 inputs
Name
Type
Default
Description
MediaMedia
int
80
Media Móvel Média
MediaLonga
int
200
Media Móvel Longa
InpTenkanSen
int
7
Ichimoku: period of Tenkan-sen
InpKijunSen
int
22
Ichimoku: period of Kijun-sen
InpSenkouSpanB
int
44
Ichimoku: period of Senkou Span B
InpCountBarSearch
int
3
Barras para mínimos e máximos
InpTrailingStop
ushort
200
Trailing Stop
InpTrailingStep
ushort
100
Trailing Step
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone jamesgilbs/metatrader-mql-5 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 repository contains a collection of MetaTrader 5 expert advisors built using the standard MQL5 library framework. 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 managemen
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