By utilizing the iCustom function, it monitors specific indicator buffers and triggers trades when the defined buy or sell modes are detected. It features adjustable parameters for lot sizing, stop loss, and take profit to manage trade risk. The tool is primarily intended for testing the viability of various custom indicators by mapping their signals to automated order execution. The README notes potential errors in signal mapping for certain indicators and highlights the experimental nature of the code.
External indicator mapping via iCustom
Configurable buffer modes for buy and sell signals
Read from Signal-COunt-with-ordersend.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
IndName1
string
Tipu CCI
Indicator Name
trade_test
bool
false
Trade Test
num_mode_sell
int
6
Sell Mode
num_mode_buy
int
7
Buy Mode
num_shift
int
0
Shift
method_num
int
6
Method Number
Lots
double
.1
SL
int
2000
TP
int
500
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone inceabdullah/MQL4-iCustom-Mode-Shift-Numbers-Detector-ith-ordersend 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 functions as an automated trading robot using the Average Directional Index (ADX) to identify trend strength and direction. It executes trades based on ADX crossovers and specific level thresholds. The EA provides essential risk management tools, including stop loss, take profit, and a
This high-frequency trading robot implements latency arbitrage by comparing price feeds across two separate MetaTrader terminals. It requires a fast data source to serve as a reference and a slower broker where price delivery lags behind the market. The EA communicates between instances via a socket library to detect p
This expert advisor for MetaTrader 4 implements a grid-based scalping strategy. It places multiple trade orders at fixed intervals, defined by a configurable pip gap. The system manages a specific number of grid lines on both sides of the starting price, aiming to capture small price movements. It utilizes fixed lot si
SuperMao is an automated trading robot for MetaTrader 4 that executes trades based on technical indicator configurations. The repository includes variations of the strategy, specifically utilizing Ichimoku Kinko Hyo for trend identification and a combination of Bollinger Bands with MACD crossovers for momentum-based en
This MetaTrader 4 expert advisor is a scalper designed for the five-minute timeframe across several Forex pairs. It utilizes three strategies based on overbought and oversold market conditions to execute trades. Risk management features include a fixed hard stop loss, a virtual take profit and stop loss derived from an
This expert advisor for MetaTrader 4 focuses on gold trading using daily price extremes and moving averages. It 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