XAUUSD Forex Trader calculates the 7-day Simple Moving Average and identifies the highest price points from the previous five trading days to determine market direction. The EA executes its logic on a five-second timer interval rather than processing every price tick. Input parameters are primarily dedicated to tracking specific order ticket numbers for up to twenty positions. The documentation is minimal and the provided code lacks visible risk management controls like stop loss or take profit in the external inputs.
Read from Trader.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
firstOrderTicketNumber
int
0
secondOrderTicketNumber
int
0
thirdOrderTicketNumber
int
0
fourthOrderTicketNumber
int
0
fifthOrderTicketNumber
int
0
sixthOrderTicketNumber
int
0
seventhOrderTicketNumber
int
0
eightthOrderTicketNumber
int
0
ninethOrderTicketNumber
int
0
tenthOrderTicketNumber
int
0
sellTicketNumber
int
0
sellTicketNumber2
int
0
Show all 20 inputs
Name
Type
Default
Description
sellTicketNumber3
int
0
sellTicketNumber4
int
0
sellTicketNumber5
int
0
sellTicketNumber6
int
0
sellTicketNumber7
int
0
sellTicketNumber8
int
0
sellTicketNumber9
int
0
sellTicketNumber10
int
0
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone frkn2076/XAUUSD-Forex 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.
Mad Pound Profits is a MetaTrader 4 expert advisor that automates trading based on structural breakouts and price action. The system utilizes time-specific analysis windows throughout the day to identify entry opportunities. It incorporates technical elements such as Fibonacci levels, momentum indicators, and mean reve
Session Sauce is an automated expert advisor for MetaTrader 4 designed to trade market session transitions and price extremes. It allows users to configure entries based on session opens, highs, and lows for the New York, London, and Asian sessions. The EA includes risk management features such as fixed stop losses, ta
HFT V1 is a MetaTrader 4 expert advisor designed to execute trades based on historical data analysis. The robot calculates dynamic price levels, including mid-lines and breath levels, by evaluating a minimum threshold of previous account history. It manages risk through fixed stop loss and take profit settings, with lo
This MetaTrader 4 expert advisor utilizes the SuperTrend and Bollinger Bands indicators to identify market entries. It monitors for trend changes, breakouts, corrections, and pullbacks. The EA incorporates several risk management tools, including a configurable stop loss, dynamic stop loss logic, and a trailing stop. I
This MetaTrader 4 expert advisor is designed specifically for the EURUSD pair, focusing on price surge detection and subsequent pullback entries. It identifies significant volatility using ATR and candlestick body ratios, entering trades during correction phases. The robot incorporates multi-timeframe analysis across M
Ubot is an automated trading robot for MetaTrader 4 that utilizes technical analysis to execute market orders. It incorporates specific strategy patterns such as Sharkfin and Squeeze logic, likely based on the included Traders Dynamic Index library. The EA features comprehensive trade management including trailing prof