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

FastMove

FastMove is a panel with 5 buttons, a notification area and a text entry. Its goal is to enable quick and simple execution.

Buttons:

  • MOVE - Move the interface
  • BUY - Start of buy process
  • SELL - Start of sell process
  • L - Select quantity of lots
  • % - Select quantity of percent of balance

Keyboard inputs

  • 'ESC' - Cancels the operation or return to the previous stage.
  • 'F' - Lock or unlock interface to prevent accidental executions.
  • M - Move the interface.
  • P - Exchange between pending orders or market orders.

Areas:

  • Notifications - This area displays notifications of the various states of the program and the commands sent.
  • Text input - Here you enter the number of lots or the percentage of risk capital depending on the option selected.

Entry selection:

You can choose between two modes of entry to the market:

  • L - Select this option to configure a fixed lot value with a single left mouse click.
  • % - Select this option to set a dynamic lot value according to your stop loss.

Process for Market orders:

The process starts with a click of the left mouse button on one of the two operations buttons (BUY MARKET or SELL MARKET).

To execute each stage press a click of the left mouse button.

It has 3 stages, the first 2 are executed by the user, the third automatically by the program. Successful execution of each stage starts the next, if the execution is not successful the program is in the current stage.

To return to the previous stage the user must press the 'ESC' key. If it is in stage 2 it will return to stage 1 and if it is in stage 1 the process will be canceled.

Execution diagram:

BUTTON -> click -> STAGE 1 -> click -> STAGE 2 -> click -> EXECUTION

STAGE 2 -> 'ESC' -> STAGE 1 -> 'ESC' -> CANCELLATION

  • In the execution stage you can not return to the previous stage or cancel.

Stages:

  • STAGE 1: In this stage the program generates a horizontal red line that the user can move only below the current price or above the current price depending on the button pressed (BUY or SELL). This line is to configure the price of the order's StopLoss.
  • STAGE 2: In this stage the program generates a green horizontal line that the user can move only above the current price or below the current price depending on the button pressed (BUY or SELL). This line is to configure the price of the order's TakeProfit.
  • STAGE 3 (EXECUTION): At this stage the program executes an internal process to send the order to the market. First it sends a market order with the current price and then modifies the stop loss and take profit levels of that order. This is done because some brokers do not support sending the order with the Stop and Profit levels included.

Process for Pending Orders:

BUTTON (BUY OR SELL PENDING) >> click >> STAGE 1 >> click >> STAGE 2 >> click >> STAGE 3 >> click >> EXECUTION

STAGE 3 >> 'ESC' >> STAGE 2 >> 'ESC' >> STAGE 1 >> 'ESC' >> CANCELLATION

In the execution stage, it is not possible to return to the previous stage or cancel.

  • STAGE 1: In this stage the program generates a blue horizontal line that the user can move to choose the execution price of the order.
  • STAGE 2: In this stage the program generates a horizontal red line that the user can move only below the execution price or above the execution price depending on the button pressed (BUY PENDING or SELL PENDING), this line is to configure The price of the stop loss order.
  • STAGE 3: In this stage the program generates a horizontal green line that the user can move only above the execution price or below the execution price depending on the pressed button (BUY PENDING or SELL PENDING), this line is for set the price of the take profit order.

EXECUTION: Same as in market order.


Input parameters

  • Lots - Value of lots with which you want to enter the market.
  • Percent Risk - Percentage balance risk with which you want to enter the market.
  • Slippagge - Deviation of the price in points.
  • Playsounds - Enable or disable playback of program sounds.
  • Stopdistance - Minimum distance in points from the current price to Stop Loss.
  • Minimum distance from the current price to the pending order - It is the minimum distance in points from the current price at which the pending order can be entered, it must be greater than 20 points.
추천 제품
One Click Trader is a tool designed for MetaTrader 4 platform, which enables you to take your trading to the next level. It enables you to open, manage and close your trades in simple an efficient way by just one click of your mouse button. Up arrow minimizes the OCT panel Down arrow maximizes the OCT panel Right arrow displays the next panel with additional features Left arrow hides the panel with additional features Red SELL button enables you to open short market orders Red SELL STOP button e
RiskManager
Roman Zhitnik
5 (2)
The Expert Advisor is a risk manager helping users to control their trading. In the settings, it is possible to specify the parameters at which the risk manager force closes the opened trades and closes the terminal as well, if it is needed to prevent opening trades on emotions, which do not correspond to the trading strategy. Link to Version for MetaTrader 5  Risk Manager settings Check limit to close   - check the equity limit Limit to close (account currency)   - equity limit that is checked
Introducing RabihFx Trade Manager New vesrion 2022 Update at 15/11/2022 and 100 activations now Rabihfx Trade Manager V2 is here with added Features click here Rabihfx Trade Manager is a trading utility tool (EA) allow you to place 3 orders with 3 take profit levels with custom  lot size for each trade with a stop loss  If your signal provider give you 3 take profit levels and a stop loss you will place these levels in  rabihfx trade manager with custom lot size for each level  and you choo
DepoControl – Full Control Over the Deposit Closers   Expert Advisor controls the overall account status and closes ALL market orders on the account when certain conditions occur. The trading robot closes ALL orders on the account in the following cases (by profit): Close ALL orders by a total profit on the account   in monetary terms . For example, suppose that the settings specify that   positions should be closed when profit of 100 is reached. In this case, the Expert Advisor closes all mark
HotKeys MT4
Alexey Valeev
3 (1)
This utility provides the ability to use hot keys in manual trading instantly responding to the current market situation. You can assign hot keys to open/close positions by their type, close all positions on the current chart and remove all orders on the current chart. You can also assign hot keys for five predefined trade volumes and switch between them if necessary with no need to change the volume manually from time to time. It is also possible to set the auto calculation of a trade volume in
PnL Calendar MT4
Keni Chetankumar Gajanan -
Monitoring your trades over time helps you build up your account balance and shows when you miss your goals. Viewing the closed trades of a symbol on the chart can help you adjust your strategy for better results. Maintaining a trade book allows you to record the applied strategy and note the reason for taking each trade. It helps you to evaluate and refine strategies based on its profitability. A possibility to download the Account history as a text file with delimited fields, allows upload to
MultiStopOrder
Agus Wahyu Pratomo
MultiStopOrder Tis Script will help us to put multiple stop order with single one click. This is a script not an EA Will place BUYSTOP and SELLSTOP with single click Main Feature 1. Put Multiple Stop Order 2. Specify how much stop orders will make 3. Set distance from current price 4. Set distance for each stop order 5. Set Take Profit dan Stop Loss  6. Use it on MT4 7. Set lot size with minmum 0.01 lots 8. Use with single one clicks
FastMove is a panel with 5 buttons, a notification area and a text entry. Its goal is to enable quick and simple execution. Buttons: MOVE - Move the interface BUY - Start of buy process SELL - Start of sell process L - Select quantity of lots % - Select quantity of percent of balance Areas: Notifications - This area displays notifications of the various states of the program and the commands sent. Text input - Here you enter the number of lots or the percentage of risk capital depending on the o
FREE
AW Metatrader to Telegram
AW Trading Software Limited
귀하의 구독자가 귀하의 거래 터미널에서 귀하의 거래 이벤트를 놓치지 않도록 알림을 보내는 자동화된 시스템. 계정의 모든 거래 작업에 대해 Telegram 메신저에 알림을 보내는 유틸리티입니다. Telegram ->   HERE   / MT5 ->   HERE   의 채널에 유틸리티를 연결하는 단계별 지침 장점: 쉬운 설정과 자세한 설명, 조정 가능한 스크린샷을 보낼 수 있습니다. 이모티콘을 사용하여 사용자 정의 가능한 알림 텍스트, 오픈, 전체 또는 부분 마감에 대한 알림 조정 및 주문 수정, 기본적으로 알림을 보낼 때 텍스트 파일이 자동으로 다운로드되며, 대기 중인 주문의 배치 또는 삭제에 대한 알림 조정, 기호 및 매직 넘버로 편리한 필터링. 입력 변수: TELEGRAM BOT AND CHAT SETTINGS Telegram bot token - Enter the token number received after registering the bot in "BotFather" T
This QuickClose help you to close all orders having profit immediately with only ONE CLICK, its work is very fast. You can choose which symbol you want or close all symbols so it will helpful for you in your trading to manage trading faster. This EA can quick close all Buy and Sell Orders by a selected symbol or total. This SymbolButton is designed for closing orders. There is available Manual and Automatic closing functions. Automatic closing function will close the orders according the paramet
This is an expert advisor that will trail stop loss of orders selected from the list displayed on the chart. To make it run, add the expert to an empty chart (please set it on a chart that is not in use for analysis or other trading purposes, you can minimize it when setting a new order trail timed stop loss is not required). Set the number of pips to trail and the number of minutes to wait for the next stop loss review at the inputs tab in the Expert Properties window. From the list displayed o
BuyLimit_SellLimit_Grid script opens BuyLimit and SellLimit pending orders. You just need to drop this script on the chart with a desired currency pair.  Before placing all pending orders, the input window is opened allowing you to modify all input parameters: LongPos - if TRUE, BuyLimit order is opened. ShortPos - if TRUE, SellLimit order is opened. InitLot - initial lot. LotCoeff - if 1, all pending orders will have the same lot size. InitStep - difference between two consecutive orders in poi
Risk Control Utility MT4   designed for manual trading. It helps to calculate and control your risks, transfer transactions to breakeven and accompany positions with trailing stop. Easy to set up and use. It can be used for calculating a trading lot, calculating stop loss and take profit levels. Works with currency pairs, CFDs, stocks, indices, futures, cryptocurrencies Displays   volume,   potential loss and profit before   placing an order Ability to set the expiration time of a pending order
AIP – MT4/MT5 To Telegram (Contact Telegram: @AutoInvestorPro) 1            Main features of MT4/MT5 EA To Telegram: Send all types of orders (Open Order/Close Order/Modify Order/Pending Order/Delete Order) Close and Modify Order with replies to the corresponding Open Order   Support sending to both private and public channels Support sending to multiple channels simultaneously Send Chart Screenshots Manage all symbols with a single EA on one terminal Automatic loading of templates, logos, and s
Visit our all-new   Stein Investments Welcome Page   to get the latest information, updates and trading strategies. Do you want to become a constantly profitable 5-star forex trader? Then  get our Stein Investments trading tools  and send us a screenshot to get your personal invitation to our exclusive trading chat with 500+ members. Crosshair is a fantastic tool that simplifies our chart analysis by bringing the price candles perfectly in line with the indicator values in the subwindows. You
Telegram ChartSnap is an utility tool to bridge your MetaTrader 4 activities to your Telegram chat/group/channel. It will screen shot your MetaTrader 4 chart and send it to your dedicated Telegram chat/group/channel through a Telegram bot. The whole process will keep repeating based on a time cycle that predetermined by the user. It is a convenient tool for those who like to get access to their favorite system/dashboard that only available at MetaTrader Desktop. Beside that, trader can easily
This utility sends notification to trader’s MT4 (for MT5 version, checkout this link ) mobile app, to remind traders about their open positions. Super useful for part time traders to keep track and not forget any positions. To turn on notification, please visit this link (https://www.metatrader4.com/en/trading-platform/help/setup/settings_notifications) Features Keep track on open orders (pending orders, running orders) Customize time to send notification Customize notification interval (send ev
automatically sets a pre set take profit and stop loss on all orders that lack the selected stop(orders without sl/tp or both). This enables quicker opening of orders especially if you use a common take profit, stop loss or both for all orders of a current pair. You only need to open orders without having to calculate your stops and no matter how many orders you have opened the EA will set stops for you as long as you have attached the EA on the currency pairs chart. For pending orders the EA
Send periodic (Health Check) notification from your MT4 terminal to your mobile phone to be sure that your MT4 terminal is still running. When you did not receive the notification, it means that your terminal is unavailable. Optional information like Account Equity and Trading Pairs are also available. Notification Period - 1 Hour, 2 Hours, 4 Hours, 8 Hours, 12 Hours, 24 Hours Attach EA to any H1 chart
PositionCalculatorMT4
Nguyen Duy Trung
5 (4)
Position Calculator calculates how many lots to trade based on: Entry and stop-loss levels Risk tolerance Account size (balance, equity, or even your savings account) Account currency Currency exchange rates - The main tab of the panel provides the primary control over the EA's functions and serves to output the most important calculation results: the position size, risk, reward, and risk-to-reward ratio. - The risk tab can help you assess current and potential risk and reward profile. Using a s
FREE
Itrade Manager MT4
Nestor Smill Soler Olivero
Itrade manager expert advisor (EA) is a type of software that can be programmed to perform a variety of tasks related to managing trades in the financial markets. Some of the ways in which the Itrade manager EA can help you trade better include: Itrade manager EA can automatically modify, and close trades based on predefined rules and conditions, freeing you up to focus on other aspects of your trading strategy. Managing risk: Itrade manager EA can help you manage risk by placing stop-loss and
This utility tool help you to close all orders having profit immediatly with only ONE CLICK, its work is very fast. You can choose which symbol you want or close all symbols so it will helpful for you in your trading to manage trading faster. If you want it work on all symbols, you just need to leave symbol parameter blank (like in default setting). If you want it work on 1 symbol only (for example EURUSD orders) you need to put symbol =EURUSD (see screenshot below). This is a script, so its wil
This tool working You can buy or sell from the button of this tool, the lot size can be filled manually, as for the close all buy button to end all buy positions, close all sell button to end all sell positions, Close All profit button to end  All  profit position, Close All Loss button to end all loss position, Delete Pending button to delete all Pending order, close all orders to end all orders. The variable, you can use close all percent for close all orders when profit in percent, if close
수동 거래를 위해 설계된 거래 도우미. 위험을 계산 및 제어하고 거래를 손익분기점으로 이전하고 후행 정지가 있는 위치를 동반하는 데 도움이 됩니다. 설정 및 사용이 간편합니다. 거래 로트를 계산하고, 손절매를 계산하고, 이익 수준을 취하는 데 사용할 수 있습니다. 통화 쌍, CFD, 주식, 지수, 선물, 암호화폐와 함께 작동 주문하기 전에 볼륨, 잠재적 손실 및 이익을 표시합니다. 보류 중인 주문의 만료 시간을 설정하는 기능 손익분기점으로 거래 이전 후행 정지 추적. MT5 버전 - https://www.mql5.com/ru/market/product/57902 옵션: RISK_PER_TRADE - 거래당 위험, = 0이면 사용되지 않습니다. CALC_MODE - 거래당 위험, 잔고 비율 또는 고정 금액을 계산하는 모드. INITIAL_LOT - RISK_PER_TRADE = 0인 경우 거래 로트; INITIAL_STOPLOSS, INITIAL_TAKEPROFIT -
MT4 Telegram Management (from now simply “EA”) will be attached on specific MT4 chart user want to manage from remote. Note to developer: if possible, EA will be able to read info from command from user to select automatically the correct pair to work on, even if EA is attached only on one pair. EA should open/close position or manage opened or pending position. The MT4 Telegram Management l (form now simply “panel”) will be a simple Telegram group setted from user. By panel, user should be able
Let us increase your profit and decrease your loss. One of the most important part of trading is choosing correct lot size. With this expert you needn’t to calculate your lot size because it’ll pick the best lot size automatically based on your trading performance, initial deposit, reward to risk ratio and your psychological risk acceptance. By using this expert, you protect your account against margin call and makes it to have minimum loss and minimum drawdown on each position which makes your
Program for automatic placement of stop loss and take profit orders. Values are calculated as points distance from open price. BreakEven option is also included. all options could be applied to BUY, SELL separately or together. Enter values ​​in points in the fields on the right side of the menu and press dedicated button to aplly your settings. If in doubt, The instruction is displayed in the tooltip.
FREE
StarBot
Dmitry Bondarenko
The StarBot utility works with open Sell and Buy orders, partially closes profit when the specified level is passed. There are three levels for partially closing the Sell and Buy orders. The utility also transfers Stop Loss to breakeven when the specified level is passed. It works on all currency pairs and timeframes. Demo version for testing can be downloaded at: https://www.mql5.com/en/market/product/27247 Input parameters Follow the orders - manage all orders, or select from Sell and Buy. A
Overview The script displays information about the trade account and the current financial instrument. Information about the trade account: Account - account number and type (Real or Demo); Name - name of the account owner; Company - name of a company that provide the access to trading; Server - trade server name; Connection State - connection state; Trade Allowed - shows whether trading is allowed on the account at the moment; Balance - account balance; Equity - account equity; Credit - amount
See my other products here. One Click Order This product helps you to send your order as quickly and easily as possible. Send your order as fast as possible: Just set your position parameter values(Price, TP, SL, Ex Date) with just a few simple mouse drags. On the other hand, the calculation of the losses and profits value before ordering is always a big challenge for traders; This expert is very useful in taking a position and calculating the amount of the stop loss/the take profit(in the curr
FREE
이 제품의 구매자들이 또한 구매함
Trade Assistant MT4
Evgeniy Kravchenko
4.43 (180)
거래당 위험 계산, 라인을 사용한 손쉬운 신규 주문, 부분 청산 기능을 통한 주문 관리, 7가지 유형의 트레일링 스탑 및 기타 유용한 기능을 제공합니다. 주의, 응용 프로그램은 전략 테스터에서 작동하지 않습니다. Manual, Description, Download demo 라인 기능       - 차트에 개시선, 손절매, 차익실현을 표시합니다. 이 기능을 사용하면 새로운 주문을 쉽게 하고 개봉 전에 추가 특성을 볼 수 있습니다. 위기 관리       -       위험 계산 기능은 설정된 위험과 손절매 주문의 크기를 고려하여 새 주문의 볼륨을 계산합니다. 이를 통해 손절매 크기를 설정하고 동시에 설정된 위험을 존중할 수 있습니다. 로트 계산 버튼 - 위험 계산을 활성화/비활성화합니다. 필요한 위험 값은 위험 필드에 0에서 100 사이의 백분율 또는 예금 통화로 설정됩니다. 설정 탭에서 위험 계산 옵션을 선택합니다. $ 통화, % 잔액, % 지분, % 자유 마진, % 사용
가격이 순식간에 변할 수 있는 시장에서 주문은 가능한 한 간단해야 한다고 생각하십니까? Metatrader에서는 주문을 열 때마다 시작 가격, 손절매 및 이익실현 및 거래 규모를 입력하는 창을 열어야 합니다. 금융 시장 거래에서 자본 관리는 초기 예금을 유지하고 곱하기 위해 필수적입니다. 따라서 주문을 하고 싶을 때 얼마나 큰 거래를 열어야 하는지 궁금할 것입니다. 이 단일 거래에서 위험을 감수해야 하는 예치금의 비율은 얼마입니까? 이 거래에서 얼마나 많은 이익을 얻을 수 있으며 위험 대비 이익 비율은 얼마입니까? 거래 규모를 설정하기 전에 거래 규모가 어떻게 되어야 하는지에 대한 질문에 대한 답을 얻기 위해 필요한 계산을 수행합니다. 이 모든 작업을 자동으로 수행하는 도구가 있다고 상상해 보십시오. 차트를 열고 시장 분석을 하고 진입점, 방어점(손절매) 및 목표(이익 실현)를 수평선으로 표시하고 마지막에 위험 수준을 정의합니다. 이 거래에서 감당할 수 있는 가용 자본의 %로, 이
사용자 지정 알림은 8가지 주요 통화(USD, CAD, GBP, EUR, CHF, JPY, AUD, NZD)와 금(XAU), 이러한 통화를 기준으로 하는 28개의 모든 외환 및 금 쌍, US30, UK100, WTI, 비트코인 등 최대 7개 지수에 걸쳐 유망한 설정을 식별하는 다목적 멀티마켓 모니터링 도구입니다. 완전히 사용자 정의할 수 있습니다. 이 도구는 FX 파워, FX 볼륨, IX 파워 지표에서 데이터를 수집하여 중요한 이벤트를 알려줍니다.   시작하기 전에 이 멀티 마켓 스캐너가 제공하는 모든 옵션을 활용하려면 터미널에 사용 중인 보조지표가 이미 설치되어 있어야 합니다. 기능 및 다양한 알림 옵션에 대한 자세한 내용은 ->   사용자 지정 알림 FAQ에서 확인하세요.                                                                                                        사용자 지정 알림
TradePanel MT4
Alfiya Fazylova
4.9 (86)
Trade Panel은 다기능 거래 보조원입니다. 이 애플리케이션에는 수동 거래를 위한 50개 이상의 기능이 포함되어 있으며 대부분의 거래 작업을 자동화할 수 있습니다. 구매하기 전에 데모 계정에서 데모 버전을 테스트할 수 있습니다. 데모는 여기 에서 확인하세요. 전체 지침은 여기 에서 확인하세요. 거래 . 한 번의 클릭으로 기본적인 거래 작업을 수행할 수 있습니다: 보류 주문 및 포지션 열기 주문 그리드 열기 보류 주문 및 포지션을 마감합니다. 포지션 전환(매수를 청산하여 매도를 개시하거나 매도를 청산하여 매수를 개시). 포지션 고정(반대 포지션을 열어 SELL과 BUY 포지션의 볼륨을 동일하게 만듭니다). 모든 포지션을 부분 청산합니다. 모든 포지션의 이익실현 및/또는 손절매를 공통 수준으로 설정합니다. 모든 포지션의 손절매를 손익 분기점 수준으로 설정합니다. 주문 및 포지션을 열 때 다음을 수행할 수 있습니다. 설정된 위험에 따라 거래량 자동 계산을 사용합니다. 한 번의 클릭으
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
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 고유한 복사 알고리즘은 마스터 계정에서 고객 계정으로 모든 거래를 정확하게 복사합니다. 이 제품은 또한 높은 작동 속도에서 높은 오류 처리로 유명합니다. 강력한 기능 세트. 프로그램
Telegram To MT4 Receiver
Levi Dane Benjamin
5 (3)
당신이 멤버인 어떤 채널에서든(비공개 및 제한된 채널 포함) 신호를 직접 MT4로 복사하세요.  이 도구는 사용자를 고려하여 설계되었으며 거래를 관리하고 모니터하는 데 필요한 많은 기능을 제공합니다. 이 제품은 사용하기 쉽고 시각적으로 매력적인 그래픽 인터페이스로 제공됩니다. 설정을 사용자 정의하고 제품을 몇 분 안에 사용하십시오! 사용자 가이드 + 데모  | MT5 버전 | Discord 버전 데모를 시도하려면 사용자 가이드로 이동하십시오. Telegram To MT5 수신기는 전략 테스터에서 작동하지 않습니다! Telegram To MT4 특징 한 번에 여러 채널에서 신호를 복사합니다. 비공개 및 제한된 채널에서 신호를 복사합니다. Bot 토큰이나 채팅 ID가 필요하지 않습니다(필요한 경우 계속 사용할 수 있음). 위험 % 또는 고정된 로트를 사용하여 거래합니다. 특정 심볼을 제외합니다. 모든 신호를 복사할지 복사할 신호를 사용자 정의할지 선택합니다. 모든 신호를 인식하
Trade Dashboard MT4
Fatemeh Ameri
5 (38)
Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download  Demo Version  right now. You can find  Details
MT4 to Telegram Signal Provider 는 사용하기 쉽고 완전히 사용자 정의가 가능한 도구로, 텔레그램으로 신호를 보내어 계정을 신호 제공자로 변환할 수 있습니다. 메시지 형식은 완전히 사용자 정의가 가능합니다! 그러나 간단한 사용을 위해 미리 정의된 템플릿을 선택하고 메시지의 특정 부분을 활성화하거나 비활성화할 수도 있습니다. [ 데모 ]  [ 매뉴얼 ] [ MT5 버전 ] [ 디스코드 버전 ] [ 텔레그램 채널 ] 설정 단계별 사용자 가이드 가 제공됩니다. 텔레그램 API에 대한 지식이 필요 없으며, 개발자가 필요한 모든 것을 제공합니다. 주요 기능 구독자에게 보낸 주문 세부 정보를 사용자 정의할 수 있는 기능 예를 들어 브론즈, 실버, 골드와 같은 계층 구독 모델을 만들 수 있습니다. 골드 구독은 모든 신호 등을 받게 됩니다. ID, 심볼 또는 코멘트별 주문 필터링 주문이 실행된 차트의 스크린샷을 포함 보낸 스크린샷에 종료된 주문을 그려 추가
Trade Copier Agent는 여러 MetaTrader(4/5) 계정/터미널 간에 거래를 복사하도록 설계되었습니다. 이 도구를 사용하면 제공자(소스) 또는 수신자(대상) 역할을 할 수 있습니다. 모든 거래 행위는 지연 없이 제공자에서 수신자로 복사됩니다. 이 도구를 사용하면 0.5초 미만의 매우 빠른 복사 속도로 동일한 컴퓨터의 여러 MetaTrader 터미널 간에 거래를 복사할 수 있습니다. 무역 복사기 에이전트 설치 및 입력 가이드 복사를 시작하기 전이나 주문이 없을 때 공급자 계정의 설정을 적용하십시오! 주문이 있는 동안 모든 변경 사항은 수신자 계정에 영향을 미칩니다. 예: 공급자 계정이 구매 주문을 적용한 다음 구매를 비활성화하면 수신자 계정의 모든 구매 주문이 닫힙니다. EA에 대한 알림을 받으려면 URL(   http://autofxhub.com   ) MT4 터미널을 추가하십시오(스크린샷 참조). MT5 버전   https://www.mql5.com/en
Strategy Builder offers an incredible amount of functionality. It combines a trade panel with configurable automation (covert indicators into an EA), real-time statistics (profit & draw down) plus automatic optimization of SL, TP/exit, trading hours, indicator inputs. Multiple indicators can be combined into an single alert/trade signal and can include custom indicators, even if just have ex4 file or purchased from Market. The system is easily configured via a CONFIG button and associated pop-up
Grid Manual MT4
Alfiya Fazylova
4.72 (18)
"Grid Manual"은 주문 그리드 작업을 위한 거래 패널입니다. 이 유틸리티는 보편적이며 유연한 설정과 직관적인 인터페이스를 제공합니다. 그것은 손실을 평균화하는 방향뿐만 아니라 이익을 증가시키는 방향으로 주문 그리드와 함께 작동합니다. 거래자는 주문 그리드를 만들고 유지할 필요가 없으며 유틸리티에서 수행합니다. 거래자가 주문을 시작하는 것으로 충분하며 "Grid Manual"는 자동으로 그를 위한 주문 그리드를 생성하고 거래가 마감될 때까지 그와 동행할 것입니다. 전체 설명 및 데모 버전 여기 . 유틸리티의 주요 기능: 모바일 터미널을 포함하여 어떤 방식으로든 열린 주문과 함께 작동합니다. "제한" 및 "중지"의 두 가지 유형의 그리드와 함께 작동합니다. 고정 및 동적(ATR 표시기 기반)의 두 가지 유형의 그리드 간격 계산과 함께 작동합니다. 오픈 오더 그리드의 설정을 변경할 수 있습니다. 차트에서 각 주문 그리드의 손익분기점 수준을 표시합니다. 각 주문 그리드에 대한 이익
Trade Manager MT4 DaneTrades
Levi Dane Benjamin
4.33 (9)
거래 관리자는 위험을 자동으로 계산하는 동시에 거래를 빠르게 시작하고 종료하는 데 도움을 줍니다. 과잉 거래, 복수 거래 및 감정 거래를 방지하는 데 도움이 되는 기능이 포함되어 있습니다. 거래를 자동으로 관리할 수 있으며 계정 성과 지표를 그래프로 시각화할 수 있습니다. 이러한 기능은 이 패널을 모든 수동 거래자에게 이상적으로 만들고 MetaTrader 4 플랫폼을 향상시키는 데 도움이 됩니다. 다중 언어 지원. MT5 버전  |  사용자 가이드 + 데모 트레이드 매니저는 전략 테스터에서 작동하지 않습니다. 데모를 보려면 사용자 가이드로 이동하세요. 위기 관리 % 또는 $를 기준으로 위험 자동 조정 고정 로트 크기 또는 거래량과 핍을 기반으로 한 자동 로트 크기 계산을 사용하는 옵션 RR, Pips 또는 Price를 사용한 손익분기점 손실 설정 추적 중지 손실 설정 목표 달성 시 모든 거래를 자동으로 마감하는 최대 일일 손실률(%)입니다. 과도한 손실로부터 계정을 보호하고 과도한
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
DrawDown Limiter MT4
Haidar, Lionel Haj Ali
5 (8)
Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
On the occasion of the first days of publishing and attracting first customers, a 50% discount $120 for first 10 user (3 license left) Next price is $160 > $200 > $240 Don't forget to send a message after buying (not renting) to add you to our VIP group for free. Live OrderBoook, Another high-level tool by Ziwox Order Book An order book is an electronic list of buy and sell orders for a specific asset, organized by price level. It provides real-time data on market depth, showing the amount o
Summer 40% discount ($149 -> $88) Everything for chart Technical Analysis indicator mt4 in one tool Draw your supply demand zone with rectangle and support resistance with trendline and get alerts to mobile phone or email alert -  Risk reward indicator Video tutorials, manuals, DEMO download   here .  Find contacts on my   profile . 1.   Extended rectangles and trendlines Object will be extended to the right edge of the chart when price will draw new candles on chart. This is rectangle extend
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
어시스턴트: 트레이드 어시스턴트-MT4 (클릭하여 다운로드) 트레이드 어시스턴트-MT5 (클릭하여 다운로드) 사용설명서를 주의 깊게 읽어보세요. 기초: 포지션 빠른 오픈 및 클로즈, 원클릭 포지션 오픈 및 클로즈, 원클릭 주문 드로우라인 트레이드 자동 sl/tp 기호로 닫기 이익 보호 SL 프로텍트 이동 후행 SL 계정 위험 관리 주문의 그림자 자동 주문 추가 자동 마감 주문 닫기 다시 열기 기호 정보 채팅 오픈 데이터 통계 언어 선택 및 전환 지원(현재 중국어와 영어 지원)           자동 언어 인식 지원하다       단축키 열기 및 닫기       바인딩, 단축키를 사용하여 위치를 빠르게 열고 닫으세요...       단축키 닫기. 최대 30개의 단축키 지원 잠금 해제는 대부분의 기능을 지원합니다       다시 하다       운영 및 캔       테스트 환경에서 사용 가능 오픈 및 클로징 포지션 영역: 원클릭 포지션 오픈 (       손절매 및
EA Hedger
Sergej Chukhista
4.67 (3)
거래 고문을 구입했습니까, 신호를 구독했습니까, 아니면 수동으로 거래하고 있습니까?! 위험 관리를 잊지 마십시오. EA Hedger   는 헤징을 사용하여 위험을 관리할 수 있는 다양한 설정이 있는 전문 거래 유틸리티입니다. 헤징은 이미 열려 있는 포지션의 반대 포지션을 여는 거래 기법입니다. 헤징을 통해 위치를 완전히 또는 부분적으로 차단(잠금)할 수 있습니다. 이 제품을 사는 것이 유익한 이유: 신뢰성   - 어드바이저가 철저히 점검 및 테스트되었습니다. 유용성 -전문가 고문은 실제 거래에 사용되며 그 작업에 효과적입니다 성능 -위험 회피와 거래의 결과는 위험 회피없이 거래의 결과보다 훨씬 낫다 가용성 -고문의 비용은 한 달에$4.91 또는 하루에$0.17 입니다-이것은 1-2 스프레드입니다 지원   – 토론에서 판매자에게 질문하고 조언을 얻을 수 있습니다. 개발   - 제품에 대한 희망 사항을 작성할 수 있으며 가능한 경우 추가됩니다. 업데이트   - 예정된 업데이트를
이 Expert Advisor는 비용이 많이 드는 손실을 방지하고 거래 규칙을 준수하기 위해 거래 계좌의 자산을 지속적으로 모니터링합니다. 특정 규칙이 위반되면 EA는 경고하고 모든 거래를 닫고 경우에 따라 모든 보류 중인 주문을 삭제합니다. 선택적으로 모든 차트를 닫아 계정에서 작동하는 모든 EA를 제거할 수도 있습니다. 이 EA는 FTMO 챌린지 또는 PZ 챌린지와 같은 소품 거래 챌린지에 특히 유용합니다. [ 설치 가이드 | 업데이트 가이드 | 문제 해결 | 자주하는 질문 | 모든 제품 ] 다음 기능이 구현되며 마음대로 활성화 또는 비활성화할 수 있습니다. 자기자본 최대 손실(Trailing Equity Drawdown) 일일 자기자본 최대 손실 자기자본이익 목표 주식 후행 정지 기타 이점은 다음과 같습니다. 사용하기 쉬운 죽은 소품 거래 회사 및 거래자에게 유용합니다. 모든 종류의 경고를 구현합니다. 터미널에 보고 기술적 인 정보: 최대 자기자본과 일일 자기
MT4 To Notion
Levi Dane Benjamin
5 (2)
이 프로그램을 사용하면 매우 친숙한 사용자 인터페이스를 사용하여 MetaTrader 계정에서 모든 거래를 직접 Notion으로 내보낼 수 있습니다.  MT5 버전  |  사용자 가이드 + 데모 시작하려면 사용자 가이드를 사용하고 Notion 템플릿을 다운로드하십시오. 데모를 원하는 경우 사용자 가이드로 이동하십시오. 전략 테스터에서 작동하지 않습니다! 주요 기능 거래 계정의 모든 거래를 Notion으로 내보내기 최근 일부터 거래 내보내기 최근 주부터 거래 내보내기 최근 달부터 거래 내보내기 사용자 정의 시간 범위에서 거래 내보내기 모든 새로운 종료된 거래를 자동으로 Notion으로 보내기 주문 유형, 거래량, 개시 시간, 종료 시간 등을 포함하여 내보내기에 포함할 필드 선택 시작하는 방법 위의 사용자 가이드로 이동하거나 EA를 시작하고 '연결 도움말 받기'를 클릭하십시오. 연결된 후에는 '시작: 모두 내보내기'를 클릭하여 현재 트레이드를 모두 내역에서 Notion으로 보내십
가격 조치 도구 키트 EA는 주로 스캘퍼를 위해 설계되었지만 모든 시간대에 사용하여 정지 수준에 따라 올바르게 계산된 로트 크기로 시장에 빠르게 진입할 수 있습니다. 주문) 그런 다음 시장이 움직일 때 스탑을 조정하고 이익을 얻습니다. 사용할 모든 기능, 설정 및 모범 사례 전략의 전체 목록을 보려면 여기를 클릭하십시오. https://www.mql5.com/en/blogs/post/748072 위험 기반 진입 빠른 주문 버튼을 사용하면 계정의 위험 비율을 기반으로 포지션을 잡을 수 있습니다. 선택한 위험과 손절매까지의 거리를 기반으로 로트 크기를 자동으로 계산합니다. 따라서 브로커가 0.01 로트 크기 사용을 허용하는지 확인해야 합니다. 0.10 또는 1.00 로트 증분을 사용해야 하는 경우 작동하지 않습니다. 빠른 거래 실행 버튼 차트에 빠른 거래 실행 버튼을 배치하여 즉시 거래를 자동으로 열거나 닫거나 조정할 수 있습니다. 일반 진입 버튼뿐만 아니라 모든 포지션을
Riskless Pyramid
Snapdragon Systems Ltd
5 (1)
Introduction This powerful MT4 trade mangement EA offers a way potentially to aggressively multiply trade profits in a riskfree manner. Once a trade has been entered with a defined stoploss and take profit target then the EA will add three pyramid add-on trades in order to increase the overall level of profit. The user sets the total combined profit target to be gained if everything works out. This can be specified either as a multiple of the original trade profit or as a total dollar amount. Fo
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
스마트 트레이딩 코파일럿:   이는 일일 거래 관리를 도와주는 스마트 거래 보조 도구입니다. 스마트 트레이딩 코파일럿은 현대적인 디자인과 최첨단 기술을 사용한 사용자 친화적인 거래 패널을 제공합니다. 스마트 트레이딩 코파일럿은 다음과 같은 다양한 기능을 제공합니다: 1. 리스크 관리 지원: 지정된 리스크 비율과 손절매를 기준으로 적절한 로트 크기를 자동으로 계산하여, 트레이더가 리스크를 효과적으로 관리할 수 있도록 돕습니다.   2. 리스크 대 보상 미리보기: 거래를 시작하기 전에 잠재적인 수익과 손실을 표시하여 더 나은 의사 결정을 도와줍니다.   3. 자동 로트 크기 계산: 손절매와 원하는 리스크에 따라 로트 크기를 자동으로 조정하여 일관된 리스크 관리를 보장합니다.   4. 종합적인 주문 관리: 트레이더가 다양한 주문 유형(시장 주문 및 지정가 주문 포함)을 쉽게 열고, 수정하고, 닫을 수 있도록 합니다.   5. 브레이크이븐 및 추적 손절매: 클릭 한 번으로 브레이크
AW Workpad
AW Trading Software Limited
3.67 (3)
AW Workpad는 수동 및 반자동 거래를 위해 설계된 다기능 거래 컨트롤 패널입니다. 예약 주문, 시장 포지션을 관리하고 광범위한 통계 데이터를 제공하며 고전적인 지표 그룹의 다중 기간 분석을 제공합니다. 이 유틸리티는 5개의 탭으로 표시됩니다.   POSITIONS, PENDING, CLOSE, INDICATORS, INFO.  각 탭에는 현재 시장 상황에 대한 주문 또는 정보를 처리하기 위한 자체 기능 그룹이 있습니다. MT5 버전 ->       여기   / 문제 해결 ->   여기     기능 또는 이점: 이 유틸리티는 모든 시간대와 기호(통화, 지수, 석유, 금속, 주식)에서 작동합니다. 각 패널의 모든 요소에는 추가로 레이블이 지정되어 있어 요소 위로 마우스를 가져가기만 하면 됩니다. AW Workpad 거래 패널에는 유연한 설정과 직관적인 패널 인터페이스가 있습니다. 가장 필요한 모든 기능을 하나의 제품에 담았습니다. 트레이딩 패널 탭: . 위치 - 이 탭에서는 시장
Unlimited Trade Copier Pro is a tool to copy trade remotely to multiple 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 b
MT4 to Discord Signal Provider 는 Discord로 직접 거래 신호를 보내는 데에 설계된 사용자 친화적이고 완전히 맞춤화할 수 있는 유틸리티입니다. 이 도구는 귀하의 거래 계좌를 효율적인 신호 제공자로 변환합니다. 귀하의 스타일에 맞게 메시지 형식을 사용자 정의하세요! 사용 편의성을 위해 사전에 디자인된 템플릿을 선택하고 포함하거나 제외할 메시지 요소를 선택할 수 있습니다. [ 데모 ] [ 매뉴얼 ] [ MT5 버전 ] [ Telegram 버전 ] 설정 간편한 설정을 위해 저희의 상세한 사용자 가이드 를 따르세요. Discord API에 대한 사전 지식이 필요 없습니다; 필요한 모든 도구를 제공합니다. 주요 기능 구독자 업데이트를 위한 주문 세부 정보를 사용자 정의합니다. 각 계층이 다른 수준의 신호 접근을 제공하는 브론즈, 실버, 골드와 같은 계층적 구독 모델을 구현합니다. 주문이 실행된 차트의 스크린샷을 첨부합니다. 더 명확하게 하기 위해 이 스크린
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.88 (57)
한 번의 클릭으로 거래할 수 있는 거래 패널.   위치 및 주문 작업!   차트 또는 키보드에서 거래. 거래 패널을 사용하면 차트에서 클릭 한 번으로 거래하고 표준 MetaTrader 컨트롤보다 30배 빠르게 거래 작업을 수행할 수 있습니다. 거래자의 삶을 더 쉽게 만들고 거래자가 훨씬 빠르고 편리하게 거래 활동을 수행할 수 있도록 도와주는 매개변수 및 기능의 자동 계산. 차트의 무역 거래에 대한 그래픽 팁 및 전체 정보. MT5 버전 전체 설명   +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 열기 및 닫기, 반전 및 잠금, 부분 닫기/오토로트. 가상/실제 손절매/이익 실현/후행 정지/손익분기점, 주문 그리드 .... MetaТrader 4   의 주요 요청 거래 제어판   : 구매, 판매, 구매 중지, 구매 제한, 판매 중지, 판매 제한, 닫기, 삭제, 수정, 후행 중지,
제작자의 제품 더 보기
FastMove is a panel with 5 buttons, a notification area and a text entry. Its goal is to enable quick and simple execution. Buttons: MOVE - Move the interface BUY - Start of buy process SELL - Start of sell process L - Select quantity of lots % - Select quantity of percent of balance Areas: Notifications - This area displays notifications of the various states of the program and the commands sent. Text input - Here you enter the number of lots or the percentage of risk capital depending on the o
FREE
필터:
리뷰 없음
리뷰 답변
버전 1.2 2017.12.29
New function to execute pending orders:
The function is activated by pressing the P key, to return to execution by market press again the letter P.

Process for pending orders:

BUTTON (BUY OR SELL PENDING) >> click >> STAGE 1 >> click >> STAGE 2 >> click >> STAGE 3 >> click >> EXECUTION

STAGE 3 >> 'ESC' >> STAGE 2 >> 'ESC' >> STAGE 1 >> 'ESC' >> CANCELLATION

        In the execution stage, it is not possible to return to the previous stage or cancel.

STAGES:

STAGE 1: In this stage the program generates a blue horizontal line that the user can move to choose the execution price of the order. It is defined with a click of the left mouse button.

STAGE 2: In this stage the program generates a horizontal red line that the user can move only below the execution price or above the execution price depending on the button pressed (BUY PENDING or SELL PENDING), this line is to configure The price of the stop loss order. It is defined with a click of the left mouse button.

STAGE 3: In this stage the program generates a horizontal green line that the user can move only above the execution price or below the execution price depending on the pressed button (BUY PENDING or SELL PENDING), this line is for set the price of the take profit order. It is defined with a click of the left mouse button.
 
EXECUTION: In this stage the program executes an internal process to send the order to the market. First sends the corresponding execution order and then modifies the stop loss and take profit levels of that order. This is done because some brokers do not support sending the order with the Stop and Profit levels included.
The program will report on the status of the process in the Notification area.