The expert advisors utilize various technical indicators, including ADX, DMI, RSI, and Heiken Ashi, to determine market entry points. Some strategies are based on price action from previous candle directions. Trade management features include fixed stop losses and take profit targets, alongside a lot size multiplier for recovery. The repository includes specialized files for gold and general forex pairs. While some versions include risk controls, others are explicitly designed without stop losses or utilize martingale lot scaling. The README documentation is minimal.
Read from TaPN_XS_xlot_v3.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
mode
string
=== Trading Mode Settings ===
tradingMode
TradingMode
TWO_WAYS
strategy
Strategy
ADX_DMI
strategy1
string
=== ADX Settings ===
ADXPeriod
int
14
ADXThreshold
int
30
ADXDiff
int
15
strategy2
string
=== RSI & Heiken Ashi Settings ===
RSIPeriod
int
14
RSIOverBought
int
70
RSIOverSold
int
30
RSIDiff
int
5
Show all 19 inputs
Name
Type
Default
Description
strategy3
string
=== Previous Candle Settings ===
SameDirection
bool
true
RR
string
=== Risk Management Settings ===
baseLot
double
0.01
targetTakeProfit
int
600
targetStopLoss
int
400
multiplier
double
2.0
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone tambillbka/fx-trading-EA from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts or MQL5/Experts.
3Copy the filesCopy the .mq4 / .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 provides a collection of MetaTrader 4 expert advisors and utility tools. It includes diverse trading strategies ranging from M1 scalping and Heiken Ashi trend following to swing-based approaches. The codebase features a robust trade management framework with classes for order execution, error handling,
This repository is a collection of various MetaTrader 4 expert advisors, featuring the WallStreet Forex Robot along with other tools like SteadyWinner and IndoRun. The primary EA utilizes technical indicators such as Moving Averages, CCI, and Williams' Percent Range to execute trades on the M15 timeframe. It includes c
GitGpa is an extensive repository of MetaTrader 4 expert advisors, primarily featuring implementations of the OzFX strategy alongside various technical indicator-based bots. The collection includes tools for trend chasing, breakout trading, and moving average crossovers. These experts incorporate multiple risk manageme
This MetaTrader 4 collection contains various expert advisors, including a primary strategy based on EMA 50/200 crossovers and RSI filtering. The main EA manages entries through trend confirmation and provides risk controls such as stop loss, take profit, and trailing stops. It includes features for breakeven activatio
This MetaTrader 4 repository contains a collection of expert advisors and utilities, primarily focused on the AM grid robot and various scalping scripts. The main EA employs a grid-based strategy that layers orders at specific distances and includes settings for trend and counter-trend protection. It features a mechani
This repository provides a collection of MetaTrader 4 expert advisors and libraries designed to integrate with the 4xlots risk management web service. The collection includes various trading robots such as a trend-following system, a double SMA crossover strategy, and a Martingale-based EA. It focuses on dynamic risk c