MT4 Expert Advisor
Download TradeAutomate EA
Free · Open source MQL4 · Works on all MT4 brokers
Platform
TradeAutomate-EA.mq4
v1.0.0 · 4.2 MBWindows 10 / 11 · 64-bit · MT4 required
Download the EA file
Click the button above. Save TradeAutomate-EA.mq4 anywhere on your PC.
Open MT4 File Manager
In MetaTrader 4, go to File → Open Data Folder → MQL4 → Experts.
Copy the EA file
Paste TradeAutomate-EA.mq4 into the Experts folder.
Compile
In MetaEditor (F4) open the file and press Compile (F7). No errors = success.
Attach to chart
Drag the EA from the Navigator panel onto any chart. Set AppURL and AuthToken, then click OK.
CLI Install
# Using curl
curl -O https://your-app.com/TradeAutomate-EA.mq4
# Then place it in MT4's Experts folder:
# C:/Users/{username}/AppData/Roaming/MetaTrader 4/MQL4/Experts/EA Feature Set
Signal Mode
Polls your app for BUY / SELL signals every 5 seconds
Scalping Mode
Tight TP/SL with spread filter for fast in-and-out trades
Spread Guard
Skips execution if live spread exceeds your max threshold
Dual Magic
Separate magic numbers for signal vs scalping orders
Error Logging
Prints OrderSend errors and ticket IDs to MT4 Journal
Auto Reconnect
EventSetTimer keeps polling even after network drops
Ready to automate?
Go to the dashboard to configure signals and scalping.