The main strategy identifies entry points using multiple Bollinger Band deviation levels filtered by RSI and Stochastic oscillators. It is designed for mean-reversion or trend reversal setups, utilizing fixed stop loss and take profit levels for risk management. The collection also includes swing trading variants and a Fibonacci-based system. The code is structured for single-order execution without complex lot scaling, although documentation is absent.
Read from Gold Digger 1.0.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
tt
string
Îïòèìèçèðîâàòü è òåñòèðîâàòü òîëüêî ïî òèêàì!
txt
string
Ïàðàìåòðû òîðãîâëè
magic
int
30000
comment
string
Gold Digger 1.0
InpLots
double
0.01
InpTakeProfit
int
200
InpStopLoss
int
180
b1
string
Íàñòðîéêè Bollinger Bands
bolinger_per
int
140
bolinger_deviation_yellow
int
2
xtx
string
Íàñòðîéêè RSI
RSIFilter
int
0
âêëþ÷àåì ôèëüòð ïî RSI
Show all 18 inputs
Name
Type
Default
Description
rsi_period
int
8
rsi_ur
int
70
àâòîìàòè÷åñêè âû÷èñëÿåòñÿ íèæíèé óðîâåíü 100-80.
txx
string
Íàñòðîéêè Stohastic
StohasticFilter
int
1
âêëþ÷àåì ôèëüòð ïî Stohastic-ó
stohastic_period
int
20
stohastic_ur
int
95
àâòîìàòè÷åñêè âû÷èñëÿåòñÿ íèæíèé óðîâåíü 100-80.
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone EvZhdan/mql4 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.
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 offers a collection of MetaTrader 4 expert advisors focused on technical indicator triggers and price action. The suite includes tools for trading moving average crossovers, ADX momentum, and Stochastic oscillators. A dedicated EA identifies specific candlestick patterns such as Three White Soldiers and
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 repository contains a collection of Expert Advisors and trading tools developed for the MetaTrader 4 platform. It features multiple standalone scripts implementing classic technical strategies, including Ichimoku Cloud trend following, Moving Average crossovers, and momentum-based entries using RSI or MACD. The Ex
This repository provides a collection of MetaTrader 4 expert advisors centered on trend-following and hedging mechanics. The primary Trend EA identifies market entries using moving average crossovers, stochastic oscillators, and MACD indicators. Risk is managed through percentage-based equity lot sizing and pair-specif
This repository contains a collection of MetaTrader 4 expert advisors and utility scripts for the Forex market. The primary expert advisor combines ADX momentum, Stochastic oscillators, and candlestick patterns, such as Doji and Engulfing candles, to identify trade entries. It features automated lot sizing based on acc