Getting Started
Requirements
Before installing, make sure you have:
- MetaTrader 5 (build 3000 or higher)
- A demo or live account at any broker
- AutoTrading and Algo Trading enabled in MT5
Enabling AutoTrading & Algo Trading
The EA requires both AutoTrading and Algo Trading to be active before placing orders.
AutoTrading (toolbar button):
- In MT5, look at the top toolbar
- Click the AutoTrading button — it turns green when active
- If it stays grey, check that your broker allows automated trading
Algo Trading (per-chart permission):
- Right-click the chart where the EA is loaded
- Go to Expert Advisors → Properties (or press
F7) - In the Common tab, check Allow Algo Trading
- Click OK
Warning
Orders will be rejected if either AutoTrading or Algo Trading is disabled.
Installation
- Download the compiled EA (
.ex5file) from the MQL5 Marketplace - Copy it to your MT5
Expertsfolder:- In MT5, go to File → Open Data Folder
- Navigate to
MQL5 → Experts - Paste the
.ex5file there
- Restart MT5 or right-click the Navigator panel and select Refresh
- The EA will appear under Navigator → Expert Advisors
Adding the EA to a Chart
- Open any chart in MT5
- In the Navigator panel, expand Expert Advisors
- Double-click OrdersManager_All_In_One or drag it onto the chart
- The Properties window will open — configure your settings and click OK
- The panel will appear on the left side of the chart
Recommended first steps
- Set your preferred language from the Settings menu (
⚙icon → General tab →[EN][ES][PT][RU]) - Set your Magic Number in the EA properties (
[GC]section) - Make sure AutoTrading and Algo Trading are both enabled
Account Types
The EA works on both Hedging and Netting accounts. Multi-TP is supported on both, adapting automatically to the account type.
| Account Type | Multi-TP | How it works |
|---|---|---|
| Hedging | ✅ Up to 4 TPs | Each TP closes an independent position |
| Netting | ✅ Up to 4 TPs | Intermediate TPs via automatic partial closes |
Compatibility
The EA has been tested on both Hedging and Netting account types across multiple brokers and prop firm environments.
Prop firm rules
Always verify that your prop firm allows EAs before using this tool on a funded account.