Multi Trader allows traders to open up to three simultaneous orders with a unified stop loss but independent take profit targets and lot sizes. The expert advisor manages trade progression by adjusting stop levels to break even as targets are hit. It features automatic broker digit detection, input validation, and trade pre-checks to ensure compliance with broker distance rules. Trade data persists across terminal restarts using global variables.
Read from Multi Trader 2018 v1.05.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
Default_PIP_level_Settings
string
==============
stop_loss_pips
double
50.0
tp_1_pips
double
20.0
tp_1_lots
double
0.02
tp_2_pips
double
50.0
tp_2_lots
double
0.01
tp_3_pips
double
100.0
tp_3_lots
double
0.01
Trade_Management_Settings
string
==============
enable_trade_management
bool
True
trade_manage_pip_offset
int
+5.0
refresh_rate
int
5
Show all 16 inputs
Name
Type
Default
Description
Other_Settings
string
==============
start_with_pip_mode
bool
True
panel_x
int
10
X offset
panel_y
int
30
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone ChamalAB/Multi-Trader 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 5 utility is a comprehensive manual trading panel and risk management suite. It simplifies order execution by calculating lot sizes based on a defined risk percentage of account equity. Users can manage trades via automated break-even points, multi-mode trailing stops including Fractals, Moving Averages
NNFX Backtest C1 is a specialized utility for MetaTrader 4 designed to evaluate external confirmation indicators using the No Nonsense Forex methodology. It enables users to backtest custom indicators by defining signal logic such as two-line crossovers, zero-line crosses, or histogram changes. The system manages risk
This MetaTrader 4 collection provides a testing framework for trend confirmation indicators based on the No Nonsense Forex methodology. It includes three Expert Advisors designed to evaluate different signal types: Zero Line crosses, Two Line crosses, and Chart indicators. The system simulates trades at candle closes u
Up Or Down is a MetaTrader 4 utility designed to analyze market trends and export data to external files. The expert advisor generates a graphical button on the chart that, when triggered, scans ten major currency pairs on the Daily timeframe. It calculates multiple Simple Moving Averages and Average True Range values
This repository contains a diverse collection of MetaTrader 4 expert advisors and R-based financial scripts. The primary robot is based on the Nanningbob trading system, which utilizes multi-timeframe analysis across daily and four-hour charts to identify trends and ranging markets. It employs Bollinger Bands for mean-
This MetaTrader 4 repository contains a collection of expert advisors, primarily focused on the MultiTrader dashboard and various technical utility robots. MultiTrader functions as a multi-symbol management tool that monitors dozens of currency pairs simultaneously, using high and low percentage levels for trade execut