The main logic integrates Relative Strength Index, Parabolic SAR, and Relative Volatility to identify trade opportunities. It manages risk through automated stop losses based on SAR steps and take profits calculated as a multiplier of the risk. The repository includes multiple variants targeting different signal types like MACD and bar lookback patterns. Documentation is absent, meaning users must analyze the source code for strategy specifics.
Integrated RSI and Relative Volatility filters
Parabolic SAR based trailing stop logic
Configurable take profit and stop loss factors
Multiple EA variants for different technical indicators
Read from EA12-simple.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
lots_base
double
1
ECN
bool
false
RSI_len
int
30
schmitt_threshold
int
4
simpler_thresh
int
30
set_sl
bool
true
tp_factor_sl
double
2
sl_SAR_step
double
0.01
twin_peaks
bool
true
close_algo
CloseAlgo
CLOSE_EARLY
open_algo
OpenAlgo
OPEN_EARLY
use_parabolic_lover
bool
false
Show all 14 inputs
Name
Type
Default
Description
use_volatility
bool
false
use_simpler
bool
true
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone Reza-Amani/myBoost from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts.
3Copy the filesCopy the .mq4 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 provides a diverse library of expert advisors and technical indicators for MetaTrader 4. The collection includes robots utilizing moving average crossovers, MACD trend-following signals, and mean-reversion strategies based on Bollinger Bands. A notable inclusion is a Martingale robot that scales lot siz
This repository is a collection of MetaTrader 4 expert advisors and indicators focused on aggressive trading strategies. The primary expert advisor uses a grid-based approach with martingale lot scaling to manage positions. It features multiple entry logics, including Bollinger Bands, Exponential Moving Averages, and m
This repository functions as a large collection of over 170 MetaTrader 4 expert advisors provided in source code format for further development. The library includes various automated trading robots based on popular technical indicators such as Heiken Ashi, RSI, Stochastic, and MACD crossovers. The included files utili
This collection of MetaTrader 4 expert advisors serves as a practice repository for automated trading scripts. It features several distinct strategies, including moving average crossovers, Bollinger Band mean-reversion, and RSI-based entries. A core component of the repository is a martingale-style system that layers o
This repository is a collection of several MetaTrader 4 expert advisors, including robots based on RSI and MACD crossovers, engulfing patterns, and pending order strategies. The primary code provided utilizes a combination of the Relative Strength Index (RSI) for overbought and oversold detection and Moving Average Con
This repository provides a collection of over 100 expert advisors for MetaTrader 4 and MetaTrader 5, produced using the Forex Strategy Builder software. The robots are configured for specific forex pairs including GBPUSD, USDJPY, and EURAUD on low timeframes. Trading logic typically combines multiple technical indicato