Bots Practica includes robots based on Bollinger Bands, Larry Williams patterns, and breakout logic. The tools provide automated trade execution with integrated risk controls, allowing users to choose between fixed lot sizes or percentage-based risk. Standard features include stop loss and take profit protection, time-of-day filters, and a dedicated trailing stop manager. The repository acts as a learning library, demonstrating candle-based entry logic and modular MQL5 code structures despite a minimal README.
Read from Bollinger.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
appliedPrice
ENUM_APPLIED_PRICE
PRICE_CLOSE
Precio a aplicar
FiltroHorario
bool
false
HoraInicio
int
9
Hora Inicio
HoraFinal
int
16
Hora Final
MinutoInicio
int
30
Minutos inicio.
MinutoFinal
int
0
Minutos final.
slPoints
int
500
StopLoss en Puntos
tpPoints
int
500
TakeProfit en Puntos
riskPercent
double
1
Porcentaje a Arriesgar
isFixedRisk
bool
true
Riesgo Fijo (En caso de False sera porcentual)
fixedRisk
double
1.0
Lotaje fijo
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone AlexDotel/BotsPractica 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 is a collection of over forty MetaTrader 4 expert advisors covering various trading styles and market conditions. It features the EA31337 multi-strategy framework alongside specialized bots for currency strength, New York session breakout patterns, and Heikin Ashi trend following. The collection include
This repository contains a collection of MetaTrader 4 and MetaTrader 5 utilities focused on technical analysis and automated trading. Key expert advisors include a binary options dashboard that monitors RSI levels and trendline breakouts across multiple timeframes, and a currency strength trader for automated entries.
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 contains a diverse collection of MetaTrader 5 expert advisors ranging from RSI-based scalping robots to multi-timeframe trend following systems. The EAs utilize various technical indicators including EMA crossovers, MACD momentum, and ATR for volatility-based exits. The core logic often incorporates mul
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 MetaTrader 5 repository features a diverse collection of automated trading strategies, including indicator-based scalpers and price action robots. The experts utilize technical filters such as Average True Range periods and baseline moving averages to identify entry signals. Key risk management features integrated