• 미리보기
  • 리뷰 (1)
  • 코멘트 (3)
  • 새 소식

Fast API Copier MT4

5

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 or Visual Studio 2022* 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 prompt when a new connection is needed. Alternatively, you can type the following in CMD to allow connections on Port 80: netsh advfirewall firewall add rule name="HTTP Port 80" dir=in action=allow protocol=TCP localport=80 .
  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 typing cd C:\ (or just D: without cd if the files are on the D: drive). Then, type cd tv2 twice to enter the correct subfolder.
  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). Maybe press some key to see if its finish. Leave the window open.
  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.

Tips

* If you use Visual Studio 2022, you may need to download and install these packages after installation (you will also see these download links in the CMD window, after do Step 7):

Do copy/paste:

** If you want to find out which program is blocking Port 80, type the following command in the black CMD window: netstat -ano | find ":80" . This will give you an ID. Replace 1234 with the ID you get and run: tasklist /FI "PID eq 1234" .

To open IIS on Windows Server 2012: Hold down the Windows key and press the R key (win+r), then type inetmgr . If IIS is not installed, port 80 may already be free.

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 not below %. Using negative Value=Drawdown is below %. Needs Parameter long or short to open the Position.

riskbalance=% open new Position if the Drawdown of Balance is not below %. Using negative Value=Drawdown is below %. Needs Parameter long or short to open the Position. To enable this Feature you need to activate Riskbalance in EA Settings.

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.

hedgeall Hedge all Positions without look on Magic Number.

hedgelong, hedgeshort Hedging only long or short Positions.

hedgeallshort, hedgealllong Hedging only long or short Positions without look on Magic Number.

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%


Pending Order Syntax

selllimit Opens new Pending selllimit Order. Needs Parameter price

sellstop Opens new Pending sellstop Order. Needs Parameter price

buylimit Opens new Pending buylimit Order. Needs Parameter price

buystop Opens new Pending buystop Order. Needs Parameter price


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
Deepwave
55
Deepwave 2021.01.15 14:29 
 

First of let me say a big thank you, I read your comments on the chrome web-store page for the "TradingConnector" extension. I am happy you reached out and introduced your solution, the "Tradingview Connector Copier MT4" is freaking awesome! The trades get executed instantly and we don't have to rely on open chrome windows or anything, just beautiful. The connection is very stable and it uses a very reliable way of delivering the alerts. I have been looking for a server-client based solution like this for months, this product is exactly the way i want to implement the translation from TradingView to MT4. A little advise: Take your time to get familiar with the setup and the alert syntax, it is worth it. :)

추천 제품
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.7 (61)
MetaTrader 4용 트레이드 복사기.       모든 계정의 외환 거래, 포지션, 주문을 복사합니다. 그것은 최고의 무역 복사기 중 하나입니다       MT4 - MT4, MT5 - MT4       위해       카피롯 MT4       버전(또는       MT4 -  MT5   MT5 - MT5       위해       카피롯 MT5       버전). MT5 버전 전체 설명   +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 복사기   버전         MetaTrader 5   터미널 (   МТ5 - МТ5, МТ4 - МТ5   ) -   Copylot Client MT5 고유한 복사 알고리즘은 마스터 계정에서 고객 계정으로 모든 거래를 정확하게 복사합니다. 이 제품은 또한 높은 작동 속도에서 높은 오류 처리로 유명합니다. 강력한 기능 세트. 프로그램
MT4 to Discord Signal Provider 는 Discord로 직접 거래 신호를 보내는 데에 설계된 사용자 친화적이고 완전히 맞춤화할 수 있는 유틸리티입니다. 이 도구는 귀하의 거래 계좌를 효율적인 신호 제공자로 변환합니다. 귀하의 스타일에 맞게 메시지 형식을 사용자 정의하세요! 사용 편의성을 위해 사전에 디자인된 템플릿을 선택하고 포함하거나 제외할 메시지 요소를 선택할 수 있습니다. [ 데모 ] [ 매뉴얼 ] [ MT5 버전 ] [ Telegram 버전 ] 설정 간편한 설정을 위해 저희의 상세한 사용자 가이드 를 따르세요. Discord API에 대한 사전 지식이 필요 없습니다; 필요한 모든 도구를 제공합니다. 주요 기능 구독자 업데이트를 위한 주문 세부 정보를 사용자 정의합니다. 각 계층이 다른 수준의 신호 접근을 제공하는 브론즈, 실버, 골드와 같은 계층적 구독 모델을 구현합니다. 주문이 실행된 차트의 스크린샷을 첨부합니다. 더 명확하게 하기 위해 이 스크린
Scalping Snake Pro is a unique scalping indicator that shows the trader the price reversal moments and does not redraw. This indicator, unlike many others on the Internet, does not redraw its values. It draws signals on the very first bar, which allows you not to be late with opening deals. This indicator sends notifications to the trader by phone and email when a signal appears. You get all this functionality for only $147. How to trade with this indicator? Open the H1 timeframe. Currency pa
This EA will help you to automatically put stop loss and take profit for all your orders. Stop loss point and take profit points can be selected in the tab of the input parameters. You can specify three symbols with SL and TP values (you can see symbol1 , symbol2 ... in the input tab below). The EA performs checks. If a new order with symbol1 appears, it puts SL and TP with stoploss1 and takeprofit1 values (in points). If a new order with symbol2 appears, it puts SL and TP with stoploss2 and tak
We present you the indicator "Candle closing counter", which will become your indispensable assistant in the world of trading. That’s why knowing when the candle will close can help: If you like to trade using candle patterns, you will know when the candle will be closed. This indicator will allow you to check if a known pattern has formed and if there is a possibility of trading. The indicator will help you to prepare for market opening and market closure. You can set a timer to create a p
Forex Daily Scalping EA is a professional scalping advisor for daily work on the FOREX currency market. In trading, along with experience, traders usually come to understand that the levels of accumulation of stop orders, price and time play a significant role in the market. Recommend ECN broker with LOW SPREAD: IC Market , Exness, NordFX , FXPRIMUS , Alpari , FXTM PARAMETERS: PRICE - the price distance to be covered in the allotted time period; TIME - time allotted in seconds; HL_PERIOD -
TrendEx Pro
Md Abdur Rahim
We do not want to make you confused with an imaginary high profit screenshot from Strategy Tester which has no relation/guarantee of future profit! We just want to tell you the real thing about our EA. TrendEx Pro has been developed to trade on Gold specially, combining multiple strategies algorithm to ensure Trend catching and trading on. It can identify both short and long trends and opens positions accordingly with excellent built-in risk management logic. There is no use of any dangerous met
Harvest GOLD
Sayan Vandenhout
Harvest GOLD USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 3 great strategies The EA can be run on even a $
HIBgRID
Luca Pulito
5 (2)
Follow live performance:   Aggressive settings: https://www.mql5.com/en/signals/564559 Revolutionary hybrid grid: more than 13 years backtest with starting balance as low as 100 dollars - VERY IMPORTANT TO BACKTEST DEMO: please read backtest instruction or ask via PM. Description: The HIBgRID is a Hybrid Grid EA based on the mean-reverting characteristics of the pair GBP/CAD during low volatility and low volume period. The EA utilizes the mathematical principles of a Ornstein–Uhlenbeck process t
Sunan Giri
Victor Adhitya
3 (2)
Sunan Giri EA by Victoradhitya Risk Disclosure : Futures, Forex, Stock, Crypto and Derivative trading contains substantial risk and is not for every investor. An investor could potentially lose all or more than the initial investment. I am not responsible for any financial losses you may incur by using this EA! ea uses a no martingle strategy or martingale strategy depends on your set every trade always uses a hidden SL EA has back test for 5 years Minimum balance $1000
FREE
EA Black Box
Vitali Vasilenka
EA 블랙박스 전문가 자문은 이미 시대를 앞서 있습니다! - 주요 고조파 패턴을 포함하는 거래 알고리즘 고조파 패턴이 있습니다: 강세_5-0_패턴 약세_5-0_패턴 Bearish_Three_Drives Bullish_Three_Drives 우리 커뮤니티의 텔레그램 채널 - https://t.me/EAQuantumLab 공식 커뮤니티 사이트 - https://eaQuantumlab.com 실제 신호는 여기에서 확인할 수 있습니다: https://www.mql5.com/en/users/vitalvasa/seller 거래를 위한 최소 입금액 1000$ 최소 스프레드가 있는 계좌를 사용하세요 M15-M30-H1-H4 거래에 가장 적합한 기간 최고의 거래 쌍: XAUUSD. EURUSD. GBPUSD. USDCAD.NZDUSD. GBPJPY. CADJPY. EURJPY 중요한 정보! 지침에 따라 고문을 설정하십시오 !!! 중요한 정보! 처음 2주 동안은 데모 계좌 또는
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT4 version, click  here  for  Blue CARA MT5  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic R esponsive A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhapse most popular) Inn
Elevate your trading experience with   Dynamic Trader EA MT4 , a cutting-edge trading robot designed to optimize your investment strategy. This advanced algorithm harnesses the power of four key indicators:   RSI   ( Relative Strength Index ),   Stochastic Oscillator ,   MACD   ( Moving Average Convergence Divergence ) and   ATR   ( Average True Range ) to make informed and precise trading decisions. ATR is used to dynamically set stop-loss and take-profit levels based on market volatility. IMP
The Arrow Scalper
Fawwaz Abdulmantaser Salim Albaker
1 (2)
Dear Friend..  I share with you this simple Expert Adviser .. it is full automatic  this Expert Adviser following the trend of the pair you install on or any stocks or indices , it is works like that: - when the trend on H4 chart show a start of up trend the expert will wait till the 15M & 1H charts show an up trend the EA will open a buy order directly , and do the same for down trend and open a sell order the buy or sell  order lot size and take profit and stop loss will measured manually  by
FREE
Magic EA MT4
Kyra Nickaline Watson-gordon
3 (1)
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA
Auto Trade Copier
Vu Trung Kien
4.74 (88)
Auto Trade Copier is designed to copy trades to multiple MT4, MT5 and cTrader accounts/terminals with 100% accuracy. The provider and receiver accounts must be on the same PC/VPS. With this tool, you can copy trades to receiver accounts on the same PC/VPS. All trading actions will be copied from provider to receiver perfectly. This version can be used on MT4 accounts only. For MT5 accounts, you must use Auto Trade Copier for MT5 . Reference: - For MT4 receiver, please download Trade Receiver Fre
Advanced Stochastic Scalper
Evgeny Belyaev
4.53 (15)
Advanced Stochastic Scalper - is a professional indicator based on the popular Stochastic Oscillator. Advanced Stochastic Scalper is an oscillator with dynamic overbought and oversold levels, while in the standard Stochastic Oscillator, these levels are static and do not change. This allows Advanced Stochastic Scalper to adapt to the ever-changing market. When a buy or a sell signal appears, an arrow is drawn on the chart and an alert is triggered allowing you to open a position in a timely mann
Angry bull Option Binary
Fabio Oliveira Magalhaes
1 (1)
Angry Bull Option Binary   This is a Binary Options robot, which contains 7 strategies, you can backtest it to check what the best strategies are Settings Initial Batch Value Dynamic Investment = If activated it will use an automatic lot according to its capital Balance ($) w/ backtest = Starting balance to backtest PorcRiscoInvestment = It will be the value of % for the automatic lot if it is activated Expiration (in minutes) = It will be the expiration time of orders in Binary Options Ma
Description: Please tick "Show object descriptions" in chart properties to enable hrays views That utility converts a trendline into a horizontal ray known as tool for drawing supply and demand zones. Simply create a trendline on a chart and once selected, it will get converted. Ray remains horizontal while dragging.  Quick ray plot: press "R" key to create horizontal ray. It will be snapped to the nearest OHLC value Further versions will be improved. For feature request please post new c
GlodWinner
Jia Jie Tian
GLOD Winner EA is the most efficient EA on the market. I spent a lot of time and effort to make this software sophisticated with possibilities of high potential returns while keeping the drawdown below 20%. The algorithms of the robot provide investors of any level of training with an investment opportunity that is both safe and aggressive. Golden Coup EA imitating the work of the brain, capable of learning and adapting to changing conditions and predicting situations. When applied to trading in
Black Square
Maksim Neimerik
This is an Expert Advisor with the elements of graphics trading. It performs trading operations using the "Rectangle" (or "Square") shape. The Expert Advisor automatically draws a square and opens a Buy or Sell orders when the price crosses its lower or upper bounds respectively. The shape can be drawn manually. For this purpose you should disable the auto drawing feature in the Expert Advisor settings. If the price moves in the wrong direction, the Expert Advisor sets up to four orders in accor
Pattern 123
Pavel Verveyko
"Pattern 123" is an indicator-a trading system built on a popular pattern, pattern 123. This is the moment when we expect a reversal on the older trend and enter the continuation of the small trend, its 3rd impulse. The indicator displays signals and markings on an open chart. You can enable/disable graphical constructions in the settings. The indicator has a built-in notification system (email, mobile terminal, standard terminal alert). "Pattern 123" has a table that displays signals from
This is the Pro version, which replaces the first Rsi version of Rsi I posted, which has great multipliers, average prices and entry points for all currency pairs. Most importantly, it has the ability to preserve capital for you. I wish you a favorable transaction, reaping many profits Tutorial : Instruction for RSI Pro v1.0 1. Lot 1 st trade: volume for 1 st trade. 2. Max lot: Maximum volume for each trade. 3. DCA Step: Step between 2 trades 4. TP: Example: You have X orders with DCA step
Rebate Virtual Grid
Sergii Onyshchenko
3 (1)
This is a Virtual Grid EA  with  positive (for traders) slippage. I recommend it for pair EURUSD. EA may be use as Rebate generator. Works ok during news and gaps (with depo >1000$). Working timeframe M1 . Strategy The system does not use regular takeprofits and stop loss. Martingale is not used. EA use unique indicator (for open "Zero"). Monitoring (5EAs) _ https://www.mql5.com/en/signals/508303 Parameters (one of the safest) Rebate Virtual Grid                          MM_Type    0  MM: 0-
MACD Color for GOLD
Chitipat Changsamrit
MACD Color for GOLD  Use for looking moving-way of graph and checking will be buy or sell  Easy for looking by see the color of trand. Red is down / Blue is up.  Can to use it with every time-frame by 1. Long Trade : Use it with time-frame H1 /  H4 /  Daily  2.Short Trade : Use it with  time-frame  M5 / M15  / M 30 /  H1 and you can see when you will open or close the orders by see this indicator by well by see signal line cut with color line again in opposite. and you can use this indicator for
안녕하세요  누구나 하루 동안 외환 거래를하거나 장기 투자를 할 수 있습니다  당신이 필요로하는 것은"프로 일중 EA"입니다 프로 장중 EA 또한 구매/판매에서 이 영역을 결정하여"안전 구매/판매"포인트에 의 처리"가장 낮은 가치와 최고의 가치"오늘의 이 계기에 대한 지정된 기간.  1-구매 영역을 제공합니다.  2-판매 영역을 제공합니다;1 판매-2 판매  3-Dec Yesilmaz 는 대기 영역을 제공합니다;첫 번째 빨간색 선과 첫 번째 녹색 선 사이에서 EA 는이 영역에서 조치를 취하지 않습니다! Pro intraday EA 기능 및 기능 ; 1-귀하의 추세 분석에 따라 중장기 포지션을 취함 2-일중 거래 만,일종의 스캘핑 3-EA 는 하루 중반과 장기간에 동시에 거래 할 수 있습니다 4-자동 헤지 시스템(기존 수익 포지션 보호) 5-자동 헤징을 통한 마진 관리 6-운동의 위치.. 위치에 따라 sl 이 위치한 지점 아래/위에서 다시 작업 할 수있는 능력
BreakOut Grid
Catalin Zachiu
This expert is a combination between a grid and a scalper and it uses a grid of ten pending orders , five for long and five for short , with a 500 point spacing between them with a 100 point scalp target. It has three working modes , first , the entry by level , the expert starts operation when the price aproaches an important trade level ( a former resistance or support) , second , the entry by time , launches the expert at a specific time (input by user) and the third type is continuous operat
Accuwiser
Arash Nikniazi
Accuwiser Expert Advisor We have developed a strategy for GOLD which is now available for everyone through Accuwiser Expert advisor. Tight money management and risk management have been applied to this expert. The way we handle losing trades is unique and 3 different methods are applied if any trade goes in loss. Furthermore Entering a trade is time-based and differs in various modes we recommend. Different risk levels which have been provided have no interaction with higher lot size. Only
Goal Time
Mourad Ezzaki
GOAL TIME is an expert advisor based on the notion of time, it studies the change of price according to time, and it finally detects the best time to execute a good order. The EA is based on an indicator that draws a price curve in relation to time, this curve is deduced by an algorithm that analyzes old data. Then, the EA exploits the generated curve and executes the correct order. In case of incorrect choice, the EA has the mission to limit the losses. After a thorough study of this strategy o
PZ Mean Reversion MT4
PZ TRADING SLU
2.33 (3)
평균 회귀 거래에 대한 전문적이고 정량적인 접근 방식을 구현하는 고유한 지표입니다. 이는 가격이 예측 가능하고 측정 가능한 방식으로 평균으로 전환되고 반환된다는 사실을 이용하여 비정량적 거래 전략을 훨씬 능가하는 명확한 진입 및 퇴장 규칙을 허용합니다. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] 명확한 거래 신호 놀랍도록 쉬운 거래 사용자 정의 가능한 색상 및 크기 성능 통계 구현 대부분의 거래 전략을 능가합니다. 적절한 SL 및 TP 레벨을 표시합니다. 이메일/음향/시각 알림을 구현합니다. 작동 원리 이 지표는 더 높은 기간에서 완전히 사용자 정의 가능한 이동 평균 주변의 표준 편차를 측정하고 추세 추종 접근 방식을 사용하여 정확하게 거래를 찾습니다. 거래는 현재 차트의 가격 동작을 살펴보고 선택한 더 높은 기간에서 계산된 평균 가격대로 가격이 돌아오면 닫힙니다. 코딩 방식 때문
이 제품의 구매자들이 또한 구매함
Trade Assistant MT4
Evgeniy Kravchenko
4.43 (180)
거래당 위험 계산, 라인을 사용한 손쉬운 신규 주문, 부분 청산 기능을 통한 주문 관리, 7가지 유형의 트레일링 스탑 및 기타 유용한 기능을 제공합니다. 주의, 응용 프로그램은 전략 테스터에서 작동하지 않습니다. Manual, Description, Download demo 라인 기능       - 차트에 개시선, 손절매, 차익실현을 표시합니다. 이 기능을 사용하면 새로운 주문을 쉽게 하고 개봉 전에 추가 특성을 볼 수 있습니다. 위기 관리       -       위험 계산 기능은 설정된 위험과 손절매 주문의 크기를 고려하여 새 주문의 볼륨을 계산합니다. 이를 통해 손절매 크기를 설정하고 동시에 설정된 위험을 존중할 수 있습니다. 로트 계산 버튼 - 위험 계산을 활성화/비활성화합니다. 필요한 위험 값은 위험 필드에 0에서 100 사이의 백분율 또는 예금 통화로 설정됩니다. 설정 탭에서 위험 계산 옵션을 선택합니다. $ 통화, % 잔액, % 지분, % 자유 마진, % 사용
가격이 순식간에 변할 수 있는 시장에서 주문은 가능한 한 간단해야 한다고 생각하십니까? Metatrader에서는 주문을 열 때마다 시작 가격, 손절매 및 이익실현 및 거래 규모를 입력하는 창을 열어야 합니다. 금융 시장 거래에서 자본 관리는 초기 예금을 유지하고 곱하기 위해 필수적입니다. 따라서 주문을 하고 싶을 때 얼마나 큰 거래를 열어야 하는지 궁금할 것입니다. 이 단일 거래에서 위험을 감수해야 하는 예치금의 비율은 얼마입니까? 이 거래에서 얼마나 많은 이익을 얻을 수 있으며 위험 대비 이익 비율은 얼마입니까? 거래 규모를 설정하기 전에 거래 규모가 어떻게 되어야 하는지에 대한 질문에 대한 답을 얻기 위해 필요한 계산을 수행합니다. 이 모든 작업을 자동으로 수행하는 도구가 있다고 상상해 보십시오. 차트를 열고 시장 분석을 하고 진입점, 방어점(손절매) 및 목표(이익 실현)를 수평선으로 표시하고 마지막에 위험 수준을 정의합니다. 이 거래에서 감당할 수 있는 가용 자본의 %로, 이
The product will copy all telegram signal to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal, s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to
TradePanel MT4
Alfiya Fazylova
4.91 (85)
Trade Panel은 다기능 거래 보조원입니다. 이 애플리케이션에는 수동 거래를 위한 50개 이상의 기능이 포함되어 있으며 대부분의 거래 작업을 자동화할 수 있습니다. 구매하기 전에 데모 계정에서 데모 버전을 테스트할 수 있습니다. 데모는 여기 에서 확인하세요. 전체 지침은 여기 에서 확인하세요. 거래 . 한 번의 클릭으로 기본적인 거래 작업을 수행할 수 있습니다: 보류 주문 및 포지션 열기 주문 그리드 열기 보류 주문 및 포지션을 마감합니다. 포지션 전환(매수를 청산하여 매도를 개시하거나 매도를 청산하여 매수를 개시). 포지션 고정(반대 포지션을 열어 SELL과 BUY 포지션의 볼륨을 동일하게 만듭니다). 모든 포지션을 부분 청산합니다. 모든 포지션의 이익실현 및/또는 손절매를 공통 수준으로 설정합니다. 모든 포지션의 손절매를 손익 분기점 수준으로 설정합니다. 주문 및 포지션을 열 때 다음을 수행할 수 있습니다. 설정된 위험에 따라 거래량 자동 계산을 사용합니다. 한 번의 클릭으
당신이 멤버인 어떤 채널에서든(비공개 및 제한된 채널 포함) 신호를 직접 MT4로 복사하세요.  이 도구는 사용자를 고려하여 설계되었으며 거래를 관리하고 모니터하는 데 필요한 많은 기능을 제공합니다. 이 제품은 사용하기 쉽고 시각적으로 매력적인 그래픽 인터페이스로 제공됩니다. 설정을 사용자 정의하고 제품을 몇 분 안에 사용하십시오! 사용자 가이드 + 데모  | MT5 버전 | Discord 버전 데모를 시도하려면 사용자 가이드로 이동하십시오. Telegram To MT5 수신기는 전략 테스터에서 작동하지 않습니다! Telegram To MT4 특징 한 번에 여러 채널에서 신호를 복사합니다. 비공개 및 제한된 채널에서 신호를 복사합니다. Bot 토큰이나 채팅 ID가 필요하지 않습니다(필요한 경우 계속 사용할 수 있음). 위험 % 또는 고정된 로트를 사용하여 거래합니다. 특정 심볼을 제외합니다. 모든 신호를 복사할지 복사할 신호를 사용자 정의할지 선택합니다. 모든 신호를 인식하
회원으로서 어떤 채널에서도 신호를 복사하세요 (   Bot 토큰이나 관리자 권한이 필요하지 않음  바로 MT4로. 사용자를 고려하여 설계되었으며 관리 및 모니터링에 필요한 많은 기능을 제공합니다. 이 제품은 직관적이고 시각적으로 매력적인 그래픽 인터페이스로 제공됩니다. 설정을 사용자 정의하고 제품을 몇 분 안에 사용을 시작하세요! 사용자 가이드 + 데모  | MT5 버전 | 텔레그램 버전 데모를 시도하려면 사용자 가이드로 이동하세요. 디스코드를 MT4로 보내는 것은 전략 테스터에서 작동하지 않습니다. 디스코드   MT4 기능 회원으로서 어떤 채널에서도 복사하세요. Bot 토큰이나 채팅 ID가 필요하지 않음 위험 % 또는 고정된 로트로 거래하세요 특정 기호 제외 모든 신호를 복사할 것인지 또는 복사할 신호를 사용자 정의하세요 모든 신호를 인식하기 위해 단어 및 구문을 구성하세요 (기본 설정은 신호 제공자의 99%에 대해 작동해야 함) 원하는 경우 시간 및 날짜 설정을 구성하여
Telegram Signal pro
Sara Sabaghi
4.88 (8)
What is it? Think about it, you can send all the orders/positions info to your telegram channel or group to create your community or VIP signals on telegram. Position info means this EA forward all of your new positions open details (Open price, Open time, Position Type, position Symbol and volume), positions changes ( SL or TP modifying or pending price changes) and position close (Close price, profit or loss, position duration time) and also EA Send NEWS alert (Economic calendar event) on y
Ultimate Trailing Stop EA
BLAKE STEVEN RODGER
4.33 (15)
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (overr
The Expert Advisor will help you forward all pop-up alert with screenshot from  MetaTrader 4 to Telegram channel/ group, also forward all notifications to Telegram. Parameters  -  Telegram Bot Token - create bot on Telegram and get token.  -  Telegram Chat ID  - input your Telegram user ID,  group / channel ID  -  Forward Alert - default true, to forward alert.  -  Send message as caption of Screenshot - default false, set true to send message below Screenshot  How to setup and guide  - Telegram
The Expert Advisor will send notifications via Discord when orders are opened/modified/closed on your MetaTrader 4 account. - Send message and screenshot to Discord group/channel.  - Easy to customize message.  - Support custom message for all languages - Support full Emoji.  - Send report Daily, Weekly, Monthly ( must show all history of orders ) Parameters - Discord url Webhook - create webhook on your Discord channel. - Magic number filter - default all, or input magic number to notify with
Comprehensive on chart trade panel with the unique ability to be controllable from mobile as well. Plus has a library of downloadable configuration, e.g. exit rules, extra panel buttons, pending order setup and more. Please see our product video. Works with all symbols not just currency pairs. Features On chart panel plus controllable from free app for Windows, iPhone and Android Built-in script engine with library of downloadable configuration, e.g. add 'Close All Trades in Profit' button, exit
The product will copy all  Discord  signal   to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up. Work with almost signal formats, support to translate other language to English Work with multi channel, multi MT4. Work with Image signal. Copy order instant, auto detect symbol. Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. How to setup and guide: Let read all details about setup and download Discord To MetaTrade
G Labs Trade Manager
Garry James Goodchild
Trade manager  Auto calculates % risk per trade  Manual lot size input  $ Risk amount  Displays profit to loss ratio  Shows value of stop loss and take profit in pips and dollars  Shows Balance equity and open profit and loss  On screen trade entry lines with entry stop loss and take profit . All with lots size , pip value dollar value and  price level of line  The value of these lines is also displayed in the panel  Buttons on panel for  Close Winners, Close all, Execute .  Trade panel has func
News Trader Pro
Vu Trung Kien
4.41 (17)
News Trader Pro is a unique robot that allows you to trade the news by your predefined strategy. It loads every piece of news from several popular Forex websites. You can choose any news and preset the strategy to trade it, and then News Trader Pro will trade that news by selected strategy automatically when the news comes. News release gives opportunity to have pips since the price usually has big move at that time. Now, with this tool, trading news becomes easier, more flexible and more exciti
Summer 50% discount ($199 -> $99) Advanced trading tool: One click smart orders that execute under your conditions Developed by trader for trading community:  position size calculator (lot size), open position after price action, strategy builder, set and forget trading, mobile notifications... Risk Management -  Risk percentage position size calculator, gain percentage, target risk reward ratio, spread and commissions are included in calculations 7 Advanced order types   - Set and forget tra
RedFox Copier Pro
Rui Manh Tien
4.73 (11)
FREE SIGNAL CHANEL:  https://t.me/redfox_daily_forex_signals Time saving and fast execution Whether you’re traveling or sleeping, always know that Telegram To Mt4 performs the trades for you. In other words, Our   Telegram MT4 Signal Trader  will analyze the trading signals you receive on your selected Telegram channels and execute them to your Telegram to MT4 account. Reduce The Risk Telegram To Mt4   defines the whole experience of copying signals from   Telegram signal copier to mt4  p
Gann Model Forecast
Kirill Borovskii
5 (1)
I present to your attention a powerful utility for predicting the future movement of an asset based on W.D. Ganna’s law of vibration. This utility analyzes the selected market model and provides codes for future possible market movement patterns. If you enter the selected code into the appropriate box, you will receive a forecast of the potential market movement. The utility has the ability to display several potential forecast models. The forecast is not yet tied to time and price and gives th
FX28 Trader
Tsvetan Tsvetanov
5 (1)
FX28 Trader Dashboard 소개 - 귀하의 궁극적인 트레이드 매니저 FX28 Trader Dashboard는 외환 거래를 새로운 차원으로 끌어올릴 수 있는 포괄적이고 직관적인 트레이드 매니저로 귀하의 거래 경험의 전체 잠재력을 발휘합니다. 귀하가 경험이 풍부한 트레이더이든, 금융 여정을 시작한 지 얼마 안 된 초보자이든, 이 강력한 도구는 귀하의 거래 활동을 효율적으로 정리하고 의사 결정 과정을 향상시키기 위해 개발되었습니다. 주요 특징: 사용자 친화적 인터페이스: FX28 Trader Dashboard는 모든 수준의 트레이더에게 적합한 사용자 친화적 인터페이스를 자랑합니다. 다양한 기능과 도구를 쉽게 탐색하여 몇 번의 클릭으로 거래를 완전히 통제할 수 있습니다. 실시간 시장 데이터: 실시간 시장 데이터 피드를 통해 통화 쌍, 트렌드 및 시장 변동에 대한 최신 정보를 얻어 자신감 있게 거래를 실행하세요. 고급 트레이드 분석: FX28 Trader Dashboard를 사
EA for Cycle Sniper Indicator This utility is designed to open/close auto trades according to the Cyle Sniper indicator's signals. Different entry rules  with various stop loss, take profit options can be applied. You will find the details in this blogpost.  https://www.mql5.com/en/blogs/post/749655 Some important issues are explained in the video. Please do not hesitate to contact us if you need further information. IMPORTANT NOTE: You can not test the full functions of the EA on the strategy t
Trade Copier Pro
Vu Trung Kien
4.57 (14)
Trade Copier Pro is a tool to copy trade remotely to MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not be able to receive t
Trade like a time traveler thanks to latency arbitrage Everyone knows that the best way to make money in the markets is by knowing the future. Have you ever wished to know the future price of something in advance? Even if it were just a few days, hours, or minutes ahead? What if it were possible to know it but with less than a second of advance notice? That's precisely what the PZ Latency Arbitrage EA robot does. PZ Latency Arbitrage EA is your personal time machine: but it can only travel into
Live Bot Maker
Nabeel Zafar
5 (4)
Let Your Ideas Earn For You. Convert your Ideas and Strategies in to automated trading bots directly on MT4. Visual Strategy Builder with Instant Results on the chart. This One of a kind strategy builder, allows you to specify rules and visually see the signals based on those rule as you create them. Visit the link for Group, User Manual, Video Examples Why Use LBM LBM is an essential tool for traders of all levels. It allows traders to create strategies quickly and easily, and to test th
Mentfx Mmanage
Anton Jere Calmes
5 (15)
The added video will show you the full functionality, effectiveness, and simplicity of this trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool c
The Best One Scalping Trade Panel functional manual trade panel with risk reward, auto SL by candle ( original solution), lot size calculation, one-click trading, scale in and out of trades (partial close),  Works with all symbols not just currency pairs, perfect works on DAX, NASDAQ, GOLD, ...... I earn every day during live stream on ZakopiecFX - join Me Risk by lot Risk by percent SL by points SL by Candle, Renko, RangeBar ( original solution) TP by point TP by Risk/Reward Auto Trailing b
JoyBoy EA advantage: the first support for small capital work EA, real trading more than 4 years; this EA based on volatility adaptive mechanism, only one single at a time, each single with a stop-loss, an average of about 4 orders per day, holding a single length of about 12 hours. This EA does not use Martingale or Grid strategy Makes it safer for your capital. You can also use this EA to pass prop firm Challenges because of its very low drawdowns and stable profits. Support currency: EURNZ
Trade Assistant Pro 36 in 1
Makarii Gubaydullin
4.95 (19)
다기능 도구: 로트 계산기, 가격 조치, R/R 비율, 무역 관리자, 공급 및 수요 영역을 포함한 65개 이상의 기능 데모 버전   |   사용자 매뉴얼   |   MT5 버전 이 유틸리티는 전략 테스터에서 작동하지 않습니다. 여기에서 데모 버전을 다운로드하여 제품을 테스트할 수 있습니다. Contact me   질문/개선 아이디어가 있는 경우/버그가 발견된 경우 저에게 연락 하십시오. 거래 프로세스를 간소화, 가속화 및 자동화하십시오. 이 대시보드로 표준 터미널 기능을 확장하십시오. 유틸리티는 외환, 주식, 지수, 암호화폐 등 모든 거래 수단에서 작동합니다. 1. 새로운 거래 열기 : 로트/리스크/RR 계산: 1. Lot 계산기 (리스크 규모에 따른 거래량 계산) 2. 리스크 계산기 (로트 규모에 따른 리스크 금액) 3. 위험/보상 비율(RR) 4. 주문에 대한 활성화 트리거 + StopLimit 구매 / StopLimit 판매 5. 가상 SL / TP 레벨 (숨겨진 SL
Click and Go Trade Manager
Victor Christiaanse
5 (9)
Click and Go Trade Manager, the ultimate solution for seamless trading execution. With a simple click on the chart, you can effortlessly define your stop loss, entry price, and target levels. No more hassle of inputting values manually - it's made incredibly intuitive and easy. Embedded risk management is a key feature of our Trade Manager. We understand the importance of protecting your investments, which is why the Click and Go Trade Manager incorporates risk management. When placing orders,
TakePropips TradePad Pro
Eric John Pajarillaga Aldana
5 (3)
TakePropips TradePad Pro 에는 강력한 거래 관리자, 통화 강도 측정기, 계정 보고 도구, 위험 관리 도구 등이 포함되어 있습니다! 그것은 당신이 만나게 될 가장 진보된 외환 거래 관리자이자 거래 도우미 중 하나입니다! 보다 효율적인 무역 거래 관리 방법을 원하는 트레이더를 위한 완벽한 솔루션입니다. 다음 블로그 게시물에서 사용 설명서를 다운로드할 수 있습니다.   https://www.mql5.com/en/blogs/post/751180 Strategy Tester에서 이 거래 시스템을 테스트할 수 있습니다(비주얼 모드 활성화). 실시간 차트에서 테스트하고 싶다면 저에게 메시지를 보내 7일 평가판을 받을 수도 있습니다. 자세한 내용은 설명 아래에 비디오 자습서도 제공됩니다. 질문이 있거나 도움이 필요한 경우 언제든지 저에게 연락해 주시면 기꺼이 도와드리겠습니다. TradePad Pro는 모든 Forex 쌍, 금속, 상품, 지수 및 암호화폐에서 작동합니다.
ManHedger MT4
Peter Mueller
5 (1)
THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please DON'T BUY this product before testing or watching my video about it. Contact me for user support & advices! MT5 Version With this Expert Advisor, you can: Implement your own   Zone Recovery   strategy to capitalize on trending markets. Create   Grid   trading strategies, to profit from ranging markets. Place orders easily and clearly. Display your trades/strategies on the chart. Display your Take Profits/Stop Losses as
TPSpro Trade PRO
Roman Podpora
5 (4)
테스트 모드(테스터에서)에서는 패널 기능이 활성화되지 않습니다. 우리는 패널 자체의 시각적 표현만을 제공했습니다. 주어진 정지 손실 수준을 기반으로 포지션 규모나 위험을 즉시 계산할 수 있는 도구는 전문 트레이더와 초보자 모두에게 중요합니다. TRADE PRO 거래 유틸리티는 빠르고 정확한 계산을 제공하여 제한된 시간과 증가된 시장 변동성 조건에서 결정을 내리는 데 도움을 줍니다. 지침 -   https://www.mql5.com/ru/blogs/post/758419 주요 기능: 원래의. 단지. 효과적인. 독창적이고 편리한 메인 거래 패널 열기: 차트 오른쪽에 마우스를 올려 놓고 적절한 방향을 클릭하면 향후 주문이 가능합니다. 시장 주문의 빠른 설정 TRADE PRO를 사용하여 잔액이나 자본의 위험 비율 수준을 설정하거나 특정 위험 금액을 지정하세요. 차트에서 정지 손실 수준을 시각적으로 결정하여 도구가 각 통화 쌍에 대한 최적의 포지션 크기를 자동으로 계산할 수 있도록 합니다.
제작자의 제품 더 보기
Simple Signal Provider
Konstantin Stratigenas
Trade with your MT5 Account on a custom API-Endpoint. 1. Activate API on your Signal Site. 2. Enter your Username. 3. Enter your Account-Password. 4. Enter the API-Endpoint URL to your MT5 Account (Extras -> Options -> Experts -> Allow WebRequest). Lot Size Settings Auto Lot = 0 and Fixed Lot = 0 : Copy Lot Size. Auto Lot : Option to send normalized Lot-Size depends from Free Margin on Trading-Account. Because other Traders will start with different Account Size. For Example:
Fast API Copier
Konstantin Stratigenas
4 (1)
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 Download and Install Visual Studio 2019  or Visual Studio 2022 *  on your Windows Server.  Cho
필터:
Deepwave
55
Deepwave 2021.01.15 14:29 
 

First of let me say a big thank you, I read your comments on the chrome web-store page for the "TradingConnector" extension. I am happy you reached out and introduced your solution, the "Tradingview Connector Copier MT4" is freaking awesome! The trades get executed instantly and we don't have to rely on open chrome windows or anything, just beautiful. The connection is very stable and it uses a very reliable way of delivering the alerts. I have been looking for a server-client based solution like this for months, this product is exactly the way i want to implement the translation from TradingView to MT4. A little advise: Take your time to get familiar with the setup and the alert syntax, it is worth it. :)

리뷰 답변
버전 4.9 2024.09.03
- New parameter added for copying in the opposite direction as a hedge.
- Hedge command can now be used multiple times (each time a new position is opened, you can hedge again, open another, and hedge again...).
- Enhanced stability.
- Improved grouping of input parameters.
- Bugfix pending orders on MT4 -> MT4.
버전 4.6 2021.07.04
Small Alert Fix
버전 4.4 2021.04.06
Parameter riskbalance small fix
버전 4.3 2021.03.20
New Parameters:
riskbalance
riskpos
risk
closepart
hedge
closehedge
hedgeall
hedgelong, hedgeshort
hedgealllong, hedgeallshort

Stop-Loss / Take-Profit in Price, % or in pips
버전 3.4 2021.02.07
MT4 Tradingview Command: closelong, closeshort. fixed
버전 3.3 2021.02.05
Some Trades was missing out on MT5 -> MT4 copy. fixed.
버전 3.2 2020.12.22
- Included Symbols. fixed.
- Performance improved.
버전 3.1 2020.12.21
- New Parameter Max Lotsize.
- Transmit and adjust pending Orders for Copier.
- New Setting Microlot for fixed Microlot.
버전 2.8 2020.12.14
- Case insensitive. Solved.
- Connect after Re-Init. Solved.
- More Stable.
- New MT4 Version.