Mql5官网 Fast API Copier MT4 外汇EA

Mql5官网 Fast API Copier MT4 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
Mql5官网 Fast API Copier MT4 外汇EA
此内容为免费资源,请登录后查看
0积分
免费资源

如果免费资源下载的文件为TXT文档

请联系站长更新!站长微信:Lv596999  Telegram:@eapoj

“Mql5官网”板块的EA基本都有,大部分是无限制NODLL版,NODLL版本MT1420升级,大多数不可用!这些EA来源为国外花钱买过来的

有需要,请联系站长!

“EA测评”板块资源全部现有,看见不错的,可以联系站长看EA在确定是否收费

“无限制EA”板块,大部分免费,下载文件全部存在,都可以免费下载

站长硬盘EA太多,因大部分时间做交易,做风控,没太多时间更新下载地址,请谅解!

需要更新下载文件,请联系站长微信!国外朋友请联系Telegram。


This EA Connects Trading-Systems or Terminals on a Windows Server (VPS). You can also use it as a Trade Copier Local or Remote. Fast and stable Solution with 10ms Reaction Time.

Make sure you have one of this:

  • It works on VPS which allows to Run it as a Webserver (fixed IP Address and open Port 80 for Incoming Connections).
  • It works on your own Datacenter / Computer with fixed IP or DNS.


Installation

  1. Download and Install Visual Studio 2019 on your Windows Server. Choose “ASP.NET and web Development”. Download-URL: https://visualstudio.microsoft.com/downloads/?utm_content=download+vs2019
  2. Copy and extract this Files to C:\ or any Folder you want on your Windows Server: https://drive.google.com/file/d/1z24kXqLZ6sVJ6pwSZ7_uRb0v2vL1xZJ7/view?usp=sharing
  3. Set Windows Firewall to Ask if new Connection is needed.
  4. Make sure Port 80 is free. If IIS is installed change IIS Port for Example to 8080. https://youtu.be/2cnX1miEsas
  5. Open Command Line (Type Win+R and Enter “cmd”).
  6. Navigate to the Folder with the Files by type “cd C:\” and after “cd tv2” and after “cd tv2”.
  7. Type the follow Command to Run: dotnet run. (If your VPS Machine is slow and this Step takes more than 1 Minute, then disable Windows Defender Antivirus)
  8. Check API Endpoint with external URL http://YOUR_SERVER_IP/api/todoItems and internal URL 127.0.0.1/api/todoItems. You must see a JSON Value []
  9. Go to MT5 Terminal, open Menu Tools->Options->Expert Advisors->Allow Web Request for listed URL. Type in: http://127.0.0.1 (MT4) or 127.0.0.1 (MT5)
  10. Start Expert Advisor, set a secret Password. A Label “Connected” on the Chart, says you that the API is Ready.

If Step 8 is not Success with external URL http://YOUR_SERVER_IP/api/todoItems, then Install https://www.wireshark.org on your VPS Server to look for Incoming Connection on Port 80 like in Screenshot. You have to type in http://YOUR_SERVER_IP/api/todoItems from external Computer.

Setup Trading-System

Configure your Alerts in Trading-System. You need to make JSON Request like:

{
  "Value":"{{strategy.order.comment}} tradesymbol=XAUUSD lot=0.03"
  ,"password":"YOUR_PASSWORD"
}

In your Strategy write Comment “long” for Long Position or Comment “short” for Short Position. Write “closelong” to Close Long Position and “closeshort” to close Short Position. The Placeholder will be / must be replaced by the Alert and will look like this:

{
  "Value":"long tradesymbol=XAUUSD lot=0.03"
  ,"password":"YOUR_PASSWORD"
}

Alert Syntax

lot Set Fixed Lot

microlot Set the needed Amount for 1 microlot (Autolot)
For Example: Free Equity of 500$ and Microlot of 100$: (500$ / 100$) * 0.01 = 0.05 Lot. EA looks which is lower, Equity or Balance to Calculate the Autolot.

tradesymbol Symbol to Trade, for Example EURUSD or XAUUSD

long Open a Long Trade

short Open a Short Trade

closelong Close all Long Trades on used tradesymbol (from this EA / Magic Number)

closeshort Close all Short Trades on used tradesymbol  (from this EA / Magic Number)

tradeid Unique Identifier for the Trade

close Close Trade. You need Parameter tradeid

sl Stoploss Price

tp Takeprofit Price

pyramiding defines how many Positions can be opened at same Symbol and Direction.
For example pyramiding=2 Maximal 2 eurusd long and 2 xauusd long.

closepart=%/Lot Close Percentage or Lot Amount of Winning Positions on same Symbol.
For example closepart=50% tradesymbol=eurusd Close 50% of eurusd.

riskpos=% open new Position if the Drawdown is below %. Needs Parameter long or short to open the Position.

hedge opens opposite Position of open Positions at same Position Size. Needs Param tradesymbol.
For example hedge tradesymbol=eurusd

closehedge close current hedge Position. So the Position is open again.

risk Open new Position based on Risk in Percentage of Equity or Balance (the lower one). Needs Parameter “long” or “short” and Parameter tradesymbol.
For example: long tradesymbol=ustec risk=1.5% sl=5% tp=3%

Channels

You can Target different Channels from your Trading-System. The Default Channel Address is

http://YOUR_SERVER_IP/api/todoItems

For second Channel use:

http://YOUR_SERVER_IP/api2/todoItems

Use Parameter Channel in EA, to listen to a different Channel than the Default.

Do not use same Channel for Copy and your Trading-Systems

图片[1]-Mql5官网 Fast API Copier MT4 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
图片[2]-Mql5官网 Fast API Copier MT4 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
图片[3]-Mql5官网 Fast API Copier MT4 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站

© 版权声明
THE END
喜欢就支持一下吧
点赞77 分享