Gordon Day Trading combines signals from multiple Exponential Moving Averages, the Relative Strength Index, and Bollinger Bands to determine trade entries. The software includes visualization features for Fibonacci levels and unretraced zones on the price chart. Risk management parameters include fixed lot sizing and a user-definable stop loss, though the default value is zero. The README is missing, and the repository includes draft files, indicating the project is likely in an experimental or development stage.
Exponential Moving Average crossover logic
RSI and Bollinger Band volatility filters
Fibonacci level and unretraced zone visualizers
Low-level Windows API interaction for terminal control
Read from GordonDayTrading-LastVersion.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
test
int
5
fiboColor
color
Yellow
fiboWidth
double
1
fiboStyle
double
0
unretracedZoneColor
color
Green
showUnretracedZone
bool
true
RSIPeriod
int
14
BANDPeriod
int
20
deviation
double
2
lots
double
0.1
Fast_EMA
int
47
Slow_EMA
int
166
Show all 14 inputs
Name
Type
Default
Description
Signal_MA
int
11
stopLoss
double
0
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone xcai004/GordonDayTrading 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 MetaTrader 4 expert advisor focuses on Gold trading using institutional pivot point levels and fractal-based support and resistance zones. The robot filters entries through a combination of RSI, MACD, and moving average alignment, supplemented by a trade quality scoring system. It includes comprehensive risk contr
This MetaTrader 4 expert advisor is designed for gold scalping using a combination of Relative Strength Index and Exponential Moving Average indicators. It identifies entry points when momentum reaches specific overbought or oversold thresholds while considering moving average trends. The system manages risk through fi
This MetaTrader 4 expert advisor executes trades based on momentum oscillators, trend filters, and price action patterns. It utilizes a Stochastic oscillator alongside multiple Exponential Moving Averages to identify entry points in alignment with the prevailing trend. The logic incorporates candlestick analysis, speci
This MetaTrader 4 expert advisor automates trading using a combination of trend-following and mean-reversion indicators. It executes trades based on the crossover of two Exponential Moving Averages, filtered by Relative Strength Index levels and Bollinger Band boundaries. The robot enters a position when an EMA crossov
This Expert Advisor for MetaTrader 4 executes trades based on the confluence of Relative Strength Index levels and Moving Average crossovers. It enters long positions when the RSI is oversold and a fast exponential moving average crosses above a slow one, and short positions when the RSI is overbought during a downward
This MetaTrader 4 expert advisor automates trading using Stochastic Oscillator signals. It allows for the confluence of up to three separate Stochastic indicators, potentially across different timeframes, to determine entry points. Trades are triggered by line crossovers or when the indicator reaches user-defined overb