Expert Advisors (EAs) and MT4 Setup Guide

Expert Advisors (EAs) and MT4 Setup Guideの画像

Expert Advisors (EAs) available on SYSTEMTRADE.COM are compatible with MT4 (MetaTrader 4).

MT4 is software that runs on your computer and serves as a trading platform provided by FX brokers.

This platform allows you to trade in the FX markets.

Required Settings Before Using SYSTEMTRADE.COM EAs (3-min setup)

To run EAs from SYSTEMTRADE.COM, configure the following 3 settings in MT4. This is a one-time setup.

  1. Allow WebRequest
    Go to Tools → Options → Expert Advisors tab, check “Allow WebRequest for listed URL” and add the following (copy & paste):
    https://sys-tre.com/
  2. Allow automated trading
    Check “Allow automated trading” in the same tab
  3. Allow DLL imports
    Check “Allow DLL imports (only for trusted applications)”
MT4 Options - WebRequest, automated trading, DLL settings

→ Click OK to save. EAs will not run without these settings.

目次

What is MT4?

To run an EA properly, you need to apply the EA to a chart with the specified currency pair and timeframe, then start automated trading.

Chart Display

MT4 graphically displays forex rates and prices of other financial instruments. By viewing these charts, you can understand price movements and trend patterns.

Trade Orders

As a trading platform, it naturally allows you to place trade orders. For example, you can place “buy orders” to purchase or “sell orders” to sell specific currency pairs (e.g., EUR/USD). To place orders, you need to specify the trade size (order volume) and entry point (price).

Technical Analysis

MT4 provides various technical indicators and graphical tools that you can use to analyze price movements and trends. For instance, you can utilize indicators such as moving averages and the Relative Strength Index (RSI).

Automated Trading

MT4 includes functionality for creating and executing EAs (Expert Advisors). This allows you to automatically execute trades based on predefined rules. This is the feature you’ll use for EAs downloaded from our site.

Backtesting

MT4 also allows you to test trading strategies using historical data. This enables you to evaluate trading performance based on past data and verify the accuracy of future predictions.

Downloading MT4

XM(XMTRADING)
AXIORY
HFM
Bigboss
TITAN
Milton Markets
FXGT
Exness

How to Set Up EAs in MT4

STEP
Open the Expert Folder in MT4

Launch MT4 and click “File” →”Open Data Folder”. In the displayed folder, navigate to MQL4 → Experts and save your EA in this folder.

Expert Advisors (EAs) and MT4 Setup Guideの説明画像
STEP
Place the EA in the Expert Folder

Move the saved EA file to the Experts folder mentioned above.

Expert Advisors (EAs) and MT4 Setup Guideの説明画像
STEP
Confirm the EA is in MT4

Right-click in the Navigator and select “Refresh” to update the EAs. If the update doesn’t reflect, try restarting MT4.

Expert Advisors (EAs) and MT4 Setup Guideの説明画像
STEP
Configure Expert Advisor Settings
  • From the top toolbar in MT4, select”Tools” →”Options”
  • From the Options screen tabs, select”Expert Advisors”
  • Check”Allow automated trading”
  • Check”Allow DLL imports (for trusted applications only)”
  • Click the”OK” button

Add https://sys-tre.com/ to the WebRequest allowed URL list.

↓Copy and paste the following into the URL list!↓

  • https://sys-tre.com/
Expert Advisors (EAs) and MT4 Setup Guideの説明画像

Once configuration is complete, automated trading will be enabled.

STEP
Open Chart and Set TimeframeOpen Chart and Set Timeframe

To run an EA, you need to set it on a chart and select the operating currency pair and timeframe. From the MT4 toolbar, select “File” →”New Chart”, choose your desired currency pair, then set your preferred timeframe (M1, M5, etc.).

Expert Advisors (EAs) and MT4 Setup Guideの説明画像
STEP
Set EA on Chart and Execute Automated Trading

To execute automated trading, select the EA you want to use from the Navigator on the left side of MT4, then drag and drop it onto the chart you created.

To execute automated trading, select the EA you want to use from the Navigator on the left side of MT4, then drag and drop it onto the chart you created.

  • Select the”Common” tab in the displayed screen
  • Check”Allow automated trading”
  • Check”Allow DLL imports”
  • Check”Allow external experts imports”
  • Finally, click the”OK” button to save the settings.
Expert Advisors (EAs) and MT4 Setup Guideの説明画像

If the “AutoTrading” button at the top of the MT4 screen shows a green triangle, automated trading is enabled. If it shows a red square, automated trading is disabled.

Confirm that the automated trading button shows a green triangle, and if a smiley face appears in the top right of the chart screen, this indicates that automated trading is running. To stop automated trading, click the”AutoTrading” button to change it to a red mark.

Expert Advisors (EAs) and MT4 Setup Guideの説明画像
STEP
Confirm Operation in Expert Tab

If “systre.com Account verification succeeded” is displayed, web authentication has been completed successfully.

Expert Advisors (EAs) and MT4 Setup Guideの説明画像
STEP
Confirm Operation in Expert Tab

If “systre.com Account verification succeeded” is displayed, web authentication has been completed successfully.

STEP
Confirm Operation

Pay attention to the icon in the top right of the chart.

Expert Advisors (EAs) and MT4 Setup Guideの説明画像

Running

Expert Advisors (EAs) and MT4 Setup Guideの説明画像

Stopped

Expert Advisors (EAs) and MT4 Setup Guideの説明画像

Summary

MT4 remains the most widely used trading platform for automated EA trading. Download the broker-specific version, place your EA in the Experts folder, enable automated trading, and test it on a demo account before going live. A VPS keeps your EA running 24/5 without interruption. Monitor the Experts log regularly to catch any errors early.

Frequently Asked Questions about MT4 EA Setup

What is an Expert Advisor (EA) for MT4?

An Expert Advisor (EA) is an automated trading program that runs inside MT4. It monitors the market, opens and closes trades based on pre-programmed rules, and operates 24/5 without manual intervention. EAs are written in MQL4 and installed as .ex4 files.

How do I install an EA on MT4?

Copy the .ex4 file into the MT4 data folder under MQL4/Experts, then restart MT4 or right-click the Navigator panel and select Refresh. Drag the EA onto a chart, check “Allow automated trading” in the EA settings, and ensure the AutoTrading button at the top of MT4 is enabled (green).

What settings should I configure for an EA?

At minimum, configure the lot size (or risk percentage), stop loss, take profit, and magic number. The magic number uniquely identifies trades from this EA and is essential when running multiple EAs on the same account. Always review the EA documentation for recommended parameter values.

Do I need a VPS for EA trading?

A VPS (Virtual Private Server) is strongly recommended. It keeps MT4 running 24/5 even if your local PC is off, eliminates latency from your home internet connection, and prevents missed trades due to power outages. Most brokers offer discounted VPS services for active accounts.

How do I know if my EA is working correctly?

Check the Experts tab at the bottom of MT4 for activity logs. If the EA is running, you will see timestamped messages. Verify that trades appear in the Terminal tab when expected. Run a Strategy Tester backtest on the same settings to confirm the logic matches your live results.

What should I do if my EA is not opening any trades?

Check that: (1) AutoTrading is enabled (green button), (2) the EA is attached to the correct chart and timeframe, (3) “Allow live trading” is checked in the EA properties, (4) the account has sufficient margin. Review the Experts log for error codes — code 130 means invalid stops, code 4 means server is busy.

シストレ.COM編集部|200種類以上のEAをフォワード計測する運営3年の検証メディア。MetaTrader (MT4/MT5) を実運用してきた編集部が監修・執筆しています。

⚠ リスクに関する注意事項

本記事は情報提供を目的としており、特定の金融商品の売買を推奨するものではありません。FX取引はレバレッジ取引の特性上、預託した証拠金以上の損失が生じる可能性があります。取引の際は、ご自身の判断と責任において行ってください。詳しくは特定商取引法に基づく表記をご確認ください。

シストレ.COMで実績のあるEAが使い放題!/
無料会員登録はこちら
FX自動売買でEAを探すなら
シストレ.COM 記事下バナー
実績あるEAが無料
厳格な審査を乗り越えた実績のあるEAが無料で使えます!
自由な口座選び
有料版を購入し柔軟な口座選びが可能!
フォワードテスト公開
全EAのフォワードテスト結果を公開中!
FX初心者も安心
初心者の方も安心して取引を始められます。
多様なEA選択肢
様々な種別のEAをご用意!自分の手法にあった取引が可能です。
信頼のFX会社と提携
人気のFX会社と提携中!様々なFX会社から選べます。
1分で登録完了!EA探すならシストレ.COM!/
無料会員登録はこちら
Expert Advisors (EAs) and MT4 Setup Guideの画像

この記事が気に入ったら
フォローしてね!

お役立ち情報をシェアする
  • URLをコピーしました!

この記事を書いた人

シストレ.COM編集部は、FX自動売買(EA)とテクニカル分析を専門とするインターネットメディア「シストレ.COM」の編集チームです。200本以上のEAのフォワードテスト結果を公開し、実際の運用データに基づいた客観的な情報を発信しています。記事の執筆・監修はMetaTrader(MT4/MT5)での実運用経験を持つスタッフが担当。

目次