• 概述
  • 评论
  • 评论 (5)
  • 新特性

Exit By Indicators

Exit based Indicator - What is it?

Exit your open positions based on up to 10 indicators. Even those you buy in Market !!!

Use any indicator that provides buffer values (most of them output buffers).

You can use any available buffers and even compare various indicator values.

Selectors for exiting Buy Positions and Sell Positions are separate.

The EA works in AND or OR mode. You can combine multiple instances to create elaborate rules.

NO BROKER SIDE STOP LOSS IS USED.


Usage Ideas / Examples

- Exit all buy trades when slow MA below fast MA (MA cross over)

- Exit all sell when macd signal above macd value

- Exit trade when ATR below certain level

- It can be used in addition to or in spite of a stop loss. 


How to Use (Please see screenshots):

1. Attach the indicator(s) to chart.

2. Press the FillCombos button to refresh indicator list.

3. Select indicators to use in drop down.

4. Select the buffer number.

5. Select operator. Supports: =, >, <, <=, >=, !=

6. Select a value to compare with (comparison value).

7. Optionally check the c tickbox. If ticked, it will only take the value at close of candle.

8. Press LoadIndicators when done.

9. Remember to confirm the EA mode (AND / OR)


Important Backend Values:

Please use the Magic Number to govern what trades will be closed.

You MUST provide hard price boundaries for the EA.

If you want the EA to operate at all times, use boundaries that are very high.

e.g. if buy upper limit is 1.17 and buy lower limit is 1.16, the EA will only work when price is in this range.

In case of EURUSD e.g. if I set upper limit as 2 and lower limit as 1, the EA will pretty much all the time.


EA MODE:

Each EA instance can work in AND mode or OR mode.

In AND mode, all the given conditions should be true.

In OR mode, any of the given conditions can be true.

Remember, you can have multiple instances.


Advanced Feature - Compare with ASK price

You can use the letter "a" om the comparison value. It represents the ask price.

You can also use + or - to add or subtract

e.g. in EURUSD "a + 0.00001" means add 1 point to the ask price


Advanced Feature - Compare buffers

You can compare a buffer of the indicator with another buffer of same or another indicator.

E.g. lets take a chart of EURUSD with macd attached to it.

Window will be 1 (since the chart window is numbered 0)

Indicator will be 0 (since the only indicator in that window. We start count by 0)

Buffers:

- The macd value buffer is 0 (you can check either from data window or ask the developer)

- The macd signal buffer is 1


Now you can compare like this for condition that signal is greater than macd:

---------- Example of row of selector

Indicator  (dropdown): 1 0 MACD    Buffer: 0    operator: <    Comparison Value: f 1 0 1

--------- Example explained

"f" means we are evaluating a function. It is mandatory.

Exactly one <space> is required between the function statement values.

First Function value 1 stands for the window number.

Second Function value 0 stands for the indicator number.

Third Function value 1 stands for the buffer number.


TIPS:

1) You can often find buffer values in the data window.

2) While the order of the buffer numbers in the data window starts with 0, it is not always in order.

3) You can get buffer number and description from developer or looking at code, if available.

4) You can simply increase the buffer numbers and see if you get a value.

5) If you can see a value in chart, chances are it is being output in a buffer.


I am here for support:

This indicator is definitely work in progress. I use it myself.

It may need some getting used to. Please feel free to ask for support.


KNOWN ISSUES:

- No back test

Reason: The nature of this EA does not permit any back testing. You can test on a demo account.

- Sometimes the indicator buffer value will translate to N/A. 

Possible reason: The buffers could not be read.

Solution: Wait for about 10s then press FillCombos. Then proceed to select indicators again.

Troubleshoot: Remember to press LoadIndicators to refresh/populate values.


Disclaimer:

I cannot claim that this expert advisor will work perfectly, or even to your satisfaction. It is given on as is basis and you can use it only if you indemnify me from any direct or indirect loss incurred by use of this expert advisor.

推荐产品
J2T Hot Keys
Ivan Pyatkov
5 (5)
Утилита Горячие Клавиши. Работает только на неттинговых типах счетов. Позволяет совершать торговые операции без мыши. Удобно использовать для акций, фьючерсов, валютных пар, криптовалют. В совокупности со стаканом получается полноценный скальперский привод. Реализованные команды : ·          покупка по рынку; ·          продажа по рынку; ·          выставление лимитного ордера на покупку с заданным отступом (может быть отрицательным) от цены Бид; ·          выставление лимитного ордера на прод
FREE
Lot by Risk MT5
Sergey Vasilev
4.43 (7)
风险交易面板是为手动交易而设计的. 这是发送订单的另一种方式。 面板的第一个特点是使用控制线方便地下订单。 第二个特征是在存在止损线的情况下计算给定风险的交易量。 使用热键设置控制行: 获利-默认情况下T键; 价格-默认情况下p键; 止损-默认情况下,S键; 您可以在交易面板的设置中自行配置密钥。 运算算法: 1)-我们把水平在所需的地方(这是没有必要把所有的水平); 2)-指定风险(可选); 3)-点击绿色发送订单按钮; 4)-我们正在等待下订单,或者会出现带有错误消息的警报; 5)-如果我们想关闭当前符号的所有订单,通过魔术链接到专家顾问,然后点击关闭订单按钮。 您不应该多次按下发送订单按钮。 一次就够了。 下单后,按钮将呈现"未按下"状态。 要发送带有风险计算的订单,需要设置止损线并在交易面板的"风险"字段中设置风险。 否则,订单将以当前交易工具的最低手数放置。 风险是从账户余额计算出来的. 由于经纪商对保证金交易细节的限制,不可能承担100%的风险。 在"风险"字段中允许小数(例如,您可
FREE
Risk Manager Pro
Jhojan Alberto Tobon Monsalve
Risk Manager Pro is a simple utility that calculates the necessary lots with the risk percentage and the pips of stop loss, before opening positions. The web calculators can be useful in some cases but they are not efficient to open operations in real time. In the trading days, there are few opportunities to open positions and when the opportunity arises, the seconds make the difference. This is not possible with conventional web calculators, since to calculate the size of an operation regarding
The purpose   of this utility is to manage one or more subwindow in the same chart by opening and closing them through a button or the keyboard keys How it works: If you want to handle more than one subwindow you need to reinstall the indicator . In this case some setups has to be customized onlu in the last subwindow installed and others setups in the installed subwindow during the first time installation. They are denoted in the input rispectively as ' LW ' and ' IW '. First of all insta
Playback of previously saved data from the order book. Key features: Historical data navigation Adjusting the playback speed with the "---" and "+++" buttons, as well as with the mouse, you can by scrolling the wheel over the area of ​​these buttons and between them Turning Price Centering On and Off Time display accurate to thousandths of a second Attention: This product also needs a utility to save data: https://www.mql5.com/en/market/product/71642
FREE
This reliable, professional trade copier system is without a doubt one of the best on the market, it is able to copy trades at very fast speeds from one master account (sender) to one or multiple slave accounts (receivers). The system works very fast and mimics the master account a full 100%. So changing stop losses, take profits, pending orders on the master account is executed on the slave accounts too, like each other action. It is a 100% full copy (unlike many other copiers who only copy ma
CloseByLossOrProfit
Konstantin Chernov
4 (1)
CloseByLossOrProfit Expert Advisor closes all positions as their total profit or loss reaches a specified value (in deposit currency). In addition, it can delete pending orders. Allow AutoTrading before running the Expert Advisor. Usage: Run the Expert Advisor on a chart. Input Parameters:  Language of messages displayed (EN, RU, DE, FR, ES) - language of the output messages (English, Russian, German, French, Spanish); Profit in the currency  - profit in points; Loss in the currency  - loss in p
FREE
MT5toTLGRM
Fernando Morales
3.67 (3)
Do not use Windows 7 with this EA MT5toTLGRM EA only sends text messages to a Telegram group or channel of your choice. The messages are customizable to show information about any trading activity in the account. Also it shows a daily PnL report. Several instances of this EA can be used simultaneously in the same MT5 terminal for sending messages to different Telegram group/channel but ensure that each one has a different number in [B13] setting. Following are the features of MT5toTLGRM EA send
FREE
Important! Demo version will work only on EURGBP. 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. "-"   ,  "+"  change OCT window size  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 additiona
FREE
啟用TrailingTrader腳本後 報價視窗的交易品種 將會進行移動止損 設定參數 TrailingDistance 啟動移動的點數 TrailingCallBack 移動止損的回調點數 工作原理 持倉單在獲利的條件下 市價超過設定的點數時 腳本自動設定止損線在市價回調的點數位置 當市價繼續往獲利的方向運行時 止損線會持續往運行方向調整 直到市價回調到止損線時獲利平倉 當同一品種持有多張持倉單時 移動止損會分開運行 當盈利超過一定的範圍時 移動止損線會形成同步狀況 特點 當交易員習慣手動開單 又無法長時間盯盤時 可以啟用移動止損 當持倉單一旦觸發工作 就可以確認該單會在獲利的條件下出場 起用條件 需要使用MT5交易的電腦全天候開機運行 可以啟用腳本後 再同步到官方VPS 此時同步的腳本可以全天候監視交易帳戶
FREE
The script shows statistics of trades for the specified period. For example, if you want to know the details of trades of the ATC2010 Winner ( bobsley ): Login with his account using the investor (read-only) password (MetaTrader5); Open the chart of his trading symbol (EURUSD); Run this script on the chart; Specify 2010.10.1 in "date from", and the diagram will be shown.
这款专为MetaTrader 5设计的EA(Expert Advisor),能够在加载后自动关闭所有图表,并立即从当前图表中自行移除。它适合那些希望快速清理所有图表,并避免手动关闭每个图表的用户。 功能特点: 一次性清理: 加载后立即关闭所有打开的图表。 自动移除: 执行完毕后,EA自动从当前图表中移除,无需手动操作。 快速高效: 适用于快速清理交易环境,特别适合在需要快速重置或结束交易日的情境。 使用说明: 只需将此EA添加到任何一个图表上,它将自动执行关闭所有图表的操作并自行移除。使用前,请确保已保存所有重要的图表数据和设置。 风险提示: 请谨慎使用此EA,以防不小心关闭重要图表。 适用于MetaTrader 5平台。 技术支持: 如有任何技术问题或需求,请联系我以获得帮助。
FREE
背景 本产品是基于 周期论 而开发出的实用看盘工具。 当您需要使用 多周期图表 来分析 一个品种 时,手动添加不同周期的图表并且应用模板的时间是个非常大的成本。 这一款产品可以帮助您快捷新增一个或多个交易品种的多个周期的图表,并且 统一应用同一种模板 ,新增后可将图表拖拉至副屏,适用于多屏分析。 使用方法 在需要添加的交易品种图表上应用此脚本,在弹出的面板输入您需要添加图表的数量和应用模板名称即可。 第一行填写需要添加图表的数量,新增图表的周期默认顺序为:M5, M15, M30, H1, H4, D1。 第二行填写您需要应用模板的名称,您可以使用系统自带的模板,也可以使用您自定义的模板,但是名称需同步,包括英文大小写。 点击 这里 查看快捷切换多屏图表的工具,可配合此产品一起使用。 点击 这里 查看基于周期论的指标产品,可配合此产品一起使用。 如果您有任何问题或需要帮助,请通过私信与我联系。 注意! 我的所有产品只能在这里购买,即官方 MQL5 网站。 谨防骗子!
FREE
Look Back My Trading History MT5
Sa No Tsuyoshi Kokorozashi
5 (2)
Description This is a utility tool for MT5 reminding traders of all the entry points by highlighting trading history. For those who just started to learn trading, one of the most efficient tips to improve their trading skill is to look back their own trading history. However, trade history arrow shown on MT5 chart is simply too small to find out, which will keep traders away from reviewing their trade, especially stupid mistakes like overtrading. By clearly showing their trade history and face i
FREE
BackTest
Kabelo Frans Mampa
Have you ever wanted to back-test a strategy but never wanted to risk real money? And the thought of using a demo account is  exhausting as real time markets develop your skills slowly. This utility will help you develop your strategy faster and will help determine if the strategy works long-term by simulating real trading through back-tests. This will save you time as you can back-test strategies from previous price data.  With the new update you can now change your lot-size add take-profit and
FREE
Account Trailing Stop Manager MT5 Description: The "Account Trailing Stop Manager MT5" EA is designed to automatically calculate and remember the profit of the entire account or specific magic number, and trail it like a trailing stop loss. When the current profit becomes lower than the last saved profit, it will close all trades. This EA provides a convenient way to manage trailing stops for your account. For detailed documentation  Overall Settings/Input Guide   High Level Overview of Featu
FREE
用於自動設置盈虧平衡水平的實用程序,在經過給定距離時將交易轉移到盈虧平衡點。讓您將風險降至最低。由專業交易者為交易者創建。該實用程序適用於交易者手動或使用顧問打開的任何市場訂單。可以通過幻數過濾交易。該實用程序可以同時處理任意數量的訂單。 MT4 版本 https://www.mql5.com/en/market/product/57076 公用事業可以做什麼: 從 1 點設置虛擬盈虧平衡水平 設定盈虧平衡的實際水平 分別處理每個訂單(為每個訂單分別設置盈虧平衡水平) 處理一籃子單向訂單(盈虧平衡水平設置為所有訂單通用,分別買入和賣出) 處理一籃子雙向訂單(盈虧平衡水平為所有訂單設置通用,一起買入和賣出) 對於測試和工作,您可以使用圖表上的按鈕。 選項: BREAKEVEN_STOP - 將訂單移動到盈虧平衡點的點數; BREAKEVEN_STEP - 訂單關閉時的利潤點數; BASKET - 一籃子訂單或每個訂單單獨; MULTIDIRECTIONAL - 雙向或單向訂單; 虛擬 - 真實或虛擬的止損和止盈; MAGIC_NUMBER - 訂單的幻數,如果 =
Monkey Lite
Dang Cong Duong
3 (1)
Monkey Lite  offers the following array of features: One-click instant order entry (short or long). Track total current orders and total current profit. Instant Close Buy, Close Sell, Close All button. Utility types Risk management, Graphical objects, Panels. Main features Take Profit and Stop Loss by money (not pip). After the price reached the Take Profit threshold, trailing stop 20% of the current profit. After the price reached the Stop Loss threshold, the orders will be closed immediately.
FREE
This tool will assist all those who trade the forex market manually. It will help them in a sense that it will calculate the required margin in order to initiate a trade. This calculator is so simple to use that a  that the user only inputs only 2 pieces of information. which are   Price   and   Lot size   the trader wishes to take. All other information needed to calculate the calculator will work it out by itself. It will run or calculate  on the current opened chart. As the name suggest it's
Equity X MT5
Alessandro Grossi
Equity X è una utility che chiude tutte le posizioni ed eventuali ordini pendenti ad un importo prestabilito, è possibile fissare il bilancio del tuo conto quando il netto e uguale o superiore oppure uguale inferiore all'importo desiderato Ha integrato un sistema per la notifica mobile instantanea che genera il messaggio ad operazione avvenuta Uno strumento che permette di ottimizzare al massimo il rendimento del tuo investimento, è possibile utilizzarlo anche come gestore virtuale di take prof
CloseAllPosition
Konstantin Chernov
4.67 (3)
A script for closing positions If you need to quickly close several positions, this script will make all the routine for you! The script does not have any input parameters. Allow AutoTrading before running the script. Usage: Run the script on a chart. If you need to specify the maximal deviation and the number of attempts to close positions, use the script with input parameters https://www.mql5.com/en/market/product/625 You can download MetaTrader 4 version here: https://www.mql5.com/en/market
FREE
Bober Real MT5
Arnold Bobrinskii
4.76 (17)
Bober Real MT5 is a fully automatic Forex trading Expert Advisor. This robot was made in 2014 year and did a lot of profitbale trades during this period. So far over 7000% growth on my personal account. There was many updates but 2019 update is the best one. The robot can run on any instrument, but the results are better with EURGBP, GBPUSD, on the M5 timeframe. Robot doesn't show good results in tester or live account if you run incorrect sets. Set files for Live accounts availible only for c
Account Balance
Nikita Chernyshov
5 (2)
Простая утилита, которая показывает на какую сумму средств куплено активов в портфеле. Необходима для отслеживания загрузки депозита. Выводит информацию в удобную надпись, которую можно разместить в любом месте графика.  Учитывает валюту депозита: USD или RUB Учитывает, в какой валюте торгуется актив (USD или RUB) и автоматически конвертирует по текущему курсу. Можно настроить размер и цвет надписи
FREE
Broker Desynchronization script MT5 is a script in the form of an EA. It will check the desynchronization of a BROKER's server compared to your time at your PC. Usually BROKER sets time forward to have some space to execute trades. If you wish to check how big the difference is, please load the EA to any chart. After loading, it will wait for the first tick to check the desynchronization. Information will be available for 10 seconds. NOTE! If market is closed, you get information to try ag
FREE
Easy and simple Automatic Stop Loss and Take Profit manager. For all pairs, indexes etc. Works with all instruments. All types of orders. All charts. Users inputs: - take profit in pp - stop loss in pp - font name,size and color - corner for place settings info Save & Load settings option. Fast, simple and reliable trade assistant. A "MUST HAVE" for all traders. Check out other tools provided by our team!
Simple Order
Mikhail Nazarenko
5 (3)
Simple order is designed to make placing pending orders as easy and fast as possible. Setting a pending order takes just two steps. 1. Double-click on the price of placing an order, after that a panel with buttons for order names appears. 2. Click on the button of the required order That's it, the pending order is set. If necessary, we adjust the order by dragging, as well as change the sizes of stop loss and take profit. Don't forget to pre-set the size of the stop loss and take profit in the S
FREE
Manual Assistant MT5
Igor Kotlyarov
4.67 (3)
Bonus when buying an indicator or an advisor from my list. Write to me in private messages to receive a bonus. Manual Assistant MT5 is a professional manual trading tool that will make your trading fast and comfortable. It is equipped with all the necessary functions that will allow you to open, maintain and close orders and positions with one click. It has a simple and intuitive interface and is suitable for both professionals and beginners. The panel allows you to place buy and sell orders
FREE
Calculating the volume of orders every time you create an order is an extremely important thing in risk management Let this tool simplify your work! ----------------------------------------------------- How to use? Attach the indicator to the chart and set its parameters:  Risk size in %  or money and Risk Reward Ratio. Click on the ON button and locate the horizontal line to your would-be StopLoss level. Options: Click on the Pending/Instant button to locate the horizontal line  to your would-b
FREE
PnL Calendar
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
TradeEasily
Mehrdad Zarei
5 (1)
Money Management   will help you to Easy Trade with   One Click ,   instance and pending, set SL, and manage the number of your TP . You can use this expert for different   currency pairs, CFDs, cryptocurrency, and stocks . The basic formula for calculating   pip value and position size ,  which has been used in this expert, are: Pipette Value   = Position Size * (Exchange Rate (Base Currency) / Entry Price) * Contract Size * Digits Exp.  Account Currency: USD Currency Pair: GBPJPY Position
FREE
该产品的买家也购买
Trade Assistant MT5
Evgeniy Kravchenko
4.4 (171)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 7 种类型的追踪止损和其他有用的功能。   注意,该应用程序在策略测试器中不起作用。 您可以在描述页面下载演示版  Manual, Description, Download demo 线条功能  - 在图表上显示开仓线、止损线、止盈线。 有了这个功能,就可以很容易地设置一个新的订单,并在开仓前看到它的附加特性。   风险管理  - 风险计算功能在考虑到设定的风险和止损单的大小的情况下,计算新订单的成交量。它允许你设置任何大小的止损,同时观察设定的风险。 批量计算按钮 - 启用 / 禁用风险计算。 在 " 风险 " 一栏中设置必要的风险值,从 0 到 100 的百分比或存款的货币。 在 " 设置 " 选项卡上选择风险计算的变量: $ 货币, % 余额, % 资产, % 自由保证金, % 自定义, %AB 前一天, %AB 前一周, %AB 前一个月。   R/TP 和 R/SL - 设置止盈和止损的关系。 这允许你设置相对于损失的利润大小。 例如, 1 : 1 - 这决定了 TP = SL 的大小。 2 :
您认为在价格可以瞬间变化的市场中,下单应该尽可能简单吗? 在 Metatrader 中,每次您要开单时,您都必须打开一个窗口,您可以在其中输入开盘价、止损和止盈以及交易规模。 在金融市场交易中,资本管理对于维持您的初始存款并使其倍增至关重要。 因此,当您想下订单时,您可能想知道应该开多大的交易? 在这单笔交易中,您应该承担多少百分比的存款? 您可以从这笔交易中获利多少,利润风险比是多少? 在您设置交易规模之前,您需要进行必要的计算,以获得交易规模应该是多少的问题的答案。 想象一下,您有一个工具可以自动完成所有这些工作。 您打开图表,进行市场分析并用水平线标记入场点、防御点(止损)和目标(止盈),最后您定义风险水平,例如 作为可用资本的百分比,您可以在此交易中承担,此时程序提供: 定义风险和止损规模的可接受交易规模 以点数、点数和账户货币计的止损和获利值 风险回报率 现在剩下的就是点击面板上的相应按钮来打开交易。 如果您是黄牛,需要在不设置防御或目标的情况下快速打开和关闭交易,那么您可以在交易管理器面板中轻松掌握一切,您可以在其中定义固定订单参数并通过单击“购买”或 “卖出”按钮。 关闭
TradePanel MT5
Alfiya Fazylova
4.89 (112)
交易面板是一个多功能的交易助手。 该应用程序包含 50 多个专为手动交易而设计的功能。 允许您自动执行大多数交易操作。 注意! 该应用程序在策略测试器中不起作用。 您可以在演示帐户上测试该实用程序;为此,请在此处下载演示版本: 演示版本 。 应用程序的主要功能: 适用于任何交易工具(外汇、差价合约、期货及其他)。 通过一个终端窗口即可使用所有交易工具。 允许您创建最多四个交易工具工作列表。 允许您选择您最喜欢的交易工具。 允许您在所有(或选定的)终端图表上快速切换交易品种。 允许您使用多种方法来计算交易量。 自动计算每笔交易的风险。 根据止损的大小计算风险。 风险经理。 让您可以在图表上直观地看到新订单的交易水平。 允许您设置虚拟止损和获利。 允许您设置指定的止损和获利比率。 允许您在共同价格水平上为所有头寸设置止损或止盈。 允许您下 OCO 订单(一个订单取消另一个订单)。 允许您根据指定参数关闭订单和平仓。 允许您在达到指定的总利润或损失时平仓。 允许您在图表上设置任务线。 允许您反转“卖出转买入”和“买入转卖出”仓位。 允许您锁定仓位。 允许您设置追踪止损功能。 允许您设置盈亏平
Local Trade Copier EA MT5
Juvenille Emperor Limited
5 (63)
通过 Local Trade Copier EA MT5 获得非常快速的交易复制体验。它的简单1分钟设置,使您可以在同一台Windows计算机或Windows VPS上在多个MetaTrader终端之间复制交易,具有闪电般快速的复制速度,低于0.5秒。 无论您是初学者还是专业交易者, Local Trade Copier EA MT5 都提供了广泛的选项,可根据您的特定需求进行自定义。对于任何希望增加利润潜力的人来说,这都是终极解决方案。 今天就尝试一下,看看为什么它是市场上最快、最简单的贸易复印机! 提示: 您可以在您的模拟账户中下载并试用 Local Trade Copier EA MT5 模拟版: 这里 将下载的免费演示文件粘贴到您的 MT5 >> 文件 >> 打开数据文件夹 >> MQL5 >> 专家文件夹并重新启动您的终端。  免费演示版本每次可在 4 小时内发挥全部功能,仅限演示帐户。 要重置试用期,请转至 MT5 >> 工具 >> 全局变量 >> Control + A >> 删除。 请仅在非关键模拟账户上执行此操作,不要在挑战道具公司账户中执行此操作。 Loc
Trade Manager DaneTrades
DaneTrades Ltd
4.73 (22)
交易管理器可帮助您快速进入和退出交易,同时自动计算风险。 包括帮助您防止过度交易、报复性交易和情绪化交易的功能。 交易可以自动管理,账户绩效指标可以在图表中可视化。 这些功能使该面板成为所有手动交易者的理想选择,并有助于增强 MetaTrader 5 平台。多语言支持。 MT4版本  |  用户指南+演示 交易经理在策略测试器中不起作用。 如需演示,请参阅用户指南 风险管理 根据%或$自动调整风险 可选择使用固定手数或根据交易量和点自动计算手数 使用 RR、点数或价格设置盈亏平衡止损 追踪止损设置 最大每日损失百分比,在达到目标时自动平仓所有交易。 保护账户免遭过多提款并阻止您过度交易 最大每日损失(以美元为单位)在达到目标时自动关闭所有交易。 保护账户免遭过多提款并阻止您过度交易 一键实现所有交易的盈亏平衡 自动计算从手机/电话发送的交易的风险 OCO 在设置中可用 交易和头寸管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 高级挂单管理。 调整何时关闭挂单的规则 追踪挂单 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停
The product will copy all telegram signal to MT5 ( 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 s
Mentfx Mmanage mt5
Anton Jere Calmes
4.43 (7)
The added video will showcase all functionality, effectiveness, and uses of the 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 calculates al
MT5 to Telegram Signal Provider 是一个易于使用且完全可自定义的工具,它允许向 Telegram 的聊天室、频道或群组发送 指定 的信号,将您的账户变为一个 信号提供商 。 与大多数竞争产品不同,它不使用 DLL 导入。 [ 演示 ] [ 手册 ] [ MT4 版本 ] [ Discord 版本 ] [ Telegram 频道 ] 设置 提供了逐步的 用户指南 。 不需要了解 Telegram API;开发者提供了您所需的一切。 关键特性 能够自定义发送给订阅者的订单详情 您可以创建分层的订阅模型,例如铜、银、金。其中金订阅获得所有信号等。 通过 id、符号或评论过滤订单 包括执行订单的图表截图 在发送的截图上绘制已关闭的订单,以便额外核实 延迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情完全透明: 新的市场订单*带截图 订单修改(止损、获利) 已关闭的订单*带截图 部分关闭的订单** 新的挂单 修改的挂单(进场价格) 挂单激活(作为新的市场订单附加) 已删除的挂单 历史订单报告*** 可自定义的评论 注意: *
Adam FTMO MT5
Vyacheslav Izvarin
5 (1)
ADAM EA Special Version for FTMO Please use ShowInfo= false for backtesting ! Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94362 Signal using ADAM  https://www.mql5.com/en/signals/2190554 --------------------
Trade copier MT5
Alfiya Fazylova
4.35 (26)
Trade Copier 是一种专业实用程序,旨在复制和同步交易账户之间的交易。 复制发生从供应商的帐户/终端到收件人的帐户/终端,安装在同一台计算机或 vps 上。 在购买之前,您可以在演示帐户上测试演示版本。 演示 这里 。 完整说明 这里 。 主要功能和优点: 支持复制MT5>MT5、MT4>MT5、MT5>MT4,包括МТ5 netting账户。 供应商和收件人模式在同一产品中实现。 简单直观的界面,允许您直接从图表中实时控制复制。 连接中断或终端重新启动时不会丢失设置和位置。 允许您选择要复制的符号,也可以替换接收者的符号,例如 EURUSD> USDJPY。 支持回拷贝。 能够仅复制某些订单。 允许您设置开仓交易价格的最大差异和最大时间延迟。 正确复制部分订单关闭的执行。 计算复制手数的几种方法。 同步止盈和止损。有几种方法可以计算它们的位置。 支持通过执行在“Market account”上工作,其中 SL / TP 仅在开仓后设置。 如何使用简单的设置复制交易 将供应商终端和接收终端安装在同一台计算机或 VPS 上。 在供应商终端上以“Master”模式安装复印机,然后
-25% discount ($199 -> $149) 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 trading w
Trade Dashboard MT5
Fatemeh Ameri
5 (25)
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   deta
OrderManager MT5
Lukas Roth
4.88 (16)
介绍 OrderManager :MT5的革命性工具 使用全新的Order Manager实用程序,像专业人士一样管理您在MetaTrader 5上的交易。Order Manager设计简单,易于使用,可让您轻松定义和可视化每笔交易的风险,从而做出明智的决策并优化您的交易策略。有关OrderManager的更多信息,请参阅手册。 [ 手册 ] [ MT4版本 ] [ Telegram 频道 ] 主要功能: 风险管理:快速轻松地定义您交易的风险,让您做出更好的决策并提高交易性能。 视觉表示:图形化地查看您的交易和相关风险,以清晰简洁地了解您的开放头寸。 订单修改:只需几次点击即可轻松修改或关闭您的订单,简化您的交易过程,为您节省宝贵的时间。 掌握新闻:一键获取最新市场新闻。 不要错过这个MT5交易员的必备工具。用Order Manager提升您的交易体验,将您的交易游戏提升到新的水平。 OrderManager在startegyTester中 不 工作! OrderManager 仅与 Windows 兼容。 请考虑给这个产品一个5星级评价。您的优秀反馈将激励作者加快更新
The top-selling EAs on the market cost a lot and one day they are suddenly gone. This is because one strategy will not work in the forex market all the time. Our product is unique from all others in the MQL Marketplace because our EA comes with 34+ built-in indicators that allow develop strategies every time.  You build your strategy and keep updating it. If one strategy does not work, simply build another all using only one EA. This is All-In-One EA   in this market place. You can use as trade
UTM Manager 是一款直观且易于使用的工具,可提供快速高效的交易执行。其中一项突出的功能是“忽略价差”模式,该模式使您能够以蜡烛的价格进行交易,完全忽略价差(例如,允许在 LTF 上交易更高价差的货币对,避免因价差而退出交易)。 UTM Manager 的另一个关键方面是其独特的本地交易复印机,允许在每个经纪商中灵活地运行不同的交易策略和设置,例如不同的 TP、BE 和风险规则。 交易执行: 快速高效的交易执行:通过点击图表上的入场价格和止损价格或使用一键固定止损尺寸功能轻松进入交易。 自动手数计算:根据预定义的风险设置计算手数,当通过拖动修改仓位时会重新计算手数。 能够同时处理一个或多个职位。 止盈和盈亏平衡: 灵活的止盈设置:通过特定的风险回报 (RR) 比率设置灵活的部分止盈水平。 可配置的自动盈亏平衡功能:当达到一定的利润水平时,将止损移至盈亏平衡点。 用户友好的界面: 用户友好的图形界面 (GUI),可轻松保存和加载设置。 内置帮助工具提示来解释其他功能。 职位定制: 仓位定制和调整:经理将所有仓位绘制在图表上,通过拖动线条即可轻松定制和调整。 图表上的按钮: 图
将信号从您所属的任何渠道(包括私人和受限渠道)直接复制到您的 MT5。 该工具在设计时充分考虑了用户的需求,同时提供了管理和监控交易所需的许多功能。 该产品采用易于使用且具有视觉吸引力的图形界面。 自定义您的设置并在几分钟内开始使用该产品! 用户指南 + 演示  |   MT4版本  |   不和谐版本 如果您想尝试演示,请参阅用户指南。 Telegram To MT5 接收器在策略测试器中不起作用! Telegram 至 MT5 功能 一次复制多个通道的信号 从私人和受限频道复制信号 不需要机器人令牌或聊天 ID(如果出于某种原因需要,您仍然可以使用这些) 使用风险百分比或固定手数进行交易 排除特定符号 选择复制所有信号或自定义要复制的信号 配置单词和短语以识别所有信号(默认值应适用于 99% 的信号提供商) 配置时间和日期设置以仅在需要时复制信号 设置一次打开的最大交易量 交易和头寸管理 使用信号或自动设置的管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止过度交易
Grid Manual MT5
Alfiya Fazylova
4.83 (12)
Grid Manual是一个交易面板,用于处理订单网格。 该实用程序是通用的,具有灵活的设置和直观的界面。 它不仅可以在亏损方向上设置订单网格,还可以在盈利方向上设置订单网格。 交易者不需要创建和维护订单网格,实用程序会这样做。 打开一个订单就足够了,Grid manual会自动为它创建一个订单网格,并伴随它直到非常关闭。 该实用程序的主要特性和功能: 伴隨以任何方式打開的訂單,包括從移動終端打開的訂單。 適用於兩種類型的網格:“限制”和“停止”。 使用兩種方法計算網格間距:固定和動態(基於 ATR 指標)。 允許您更改未結訂單網格的設置。 顯示圖表上每個網格的盈虧平衡水平。 顯示每個網格的利潤率。 允許您一鍵關閉網格中的盈利訂單。 讓您一鍵關閉每個訂單網格。 允許您對訂單網格應用追踪止損功能。 允許您在訂單網格上應用將訂單網格的止損轉移到盈虧平衡水平的功能。 相對於訂單網格的盈虧平衡水平自動重新排列止盈(僅在限價網格模式下,距離取決於所選的計算類型:“保守”或“激進”)。 最多可管理 20 個訂單網格,每個網格最多可包含 100 個訂單。 計算初始手數時,要考慮入金的大小,不要讓大手
将信号从任何您是会员的渠道(无需机器人令牌或管理员权限)直接复制到您的 MT5。 它的设计以用户为中心,同时提供您需要的许多功能 该产品采用易于使用且具有视觉吸引力的图形界面。 自定义您的设置并在几分钟内开始使用该产品! 用户指南 + 演示  | MT4版本 | 电报版本 如果您想尝试演示,请参阅用户指南。 Discord To MT5 在策略测试器中不起作用。 Discord MT5 功能 从您是会员的任何频道复制。 无需机器人令牌或聊天 ID 使用风险百分比或固定手数进行交易 排除特定符号 选择复制所有信号或自定义要复制的信号 配置单词和短语以识别所有信号(默认值应适用于 99% 的信号提供商) 配置时间和日期设置以仅在需要时复制信号 设置一次打开的最大交易量 交易和头寸管理 使用信号或自动设置的管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止过度交易 确保仓位的每日最大利润目标(%) 最大开放交易以限制风险和敞口。 使用 RR、点数或价格自动获取部分内容 使用固
-25% discount ($149 -> $111) Everything for chart Technical Analysis indicator mt5 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 mt5 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
交易面板一键交易。 处理仓位和订单! 通过 图表 或 键盘 进行交易 。 使用我们的交易面板,您只需单击一下即可直接从图表中执行交易,执行交易操作的速度比使用标准 MetaTrader 控件快 30 倍。 参数和函数的自动计算使交易者的交易更加快捷、方便。 图形提示、信息标签和有关贸易交易的完整信息均位于图表 MetaTrader 上。 MT4版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 打开和关闭、反转和锁定、部分关闭/Autolot。虚拟/真实止损/止盈/追踪止损/盈亏平衡,订单网格... МetaТrader 5 中主要订单的交易控制面板 :买入、卖出、buystop、buylimit、sellstop、selllimit、平仓、删除、修改、追踪止损、止损、获利。 有 5 个选项卡 可用:头寸、挂单、账户信息、信号和总利润。 Description on English VirtualTradePad在“  MQL5语言最佳图形面板  ”竞赛中 获得二等奖 。 注意
Trade Assistant 38 in 1
Makarii Gubaydullin
4.87 (15)
多功能工具:超过65个功能,其中包括:手数计算,价格行为,盈亏比,交易管理,供需区域。 演示版   |   用户手册   |  MT5版 任何问题 / 改进意见 / 如果发生了故障或错误    都可以联系我 该实用程序在策略测试器中不起作用:您可以在此处下载 演示版来测 试产品。 Trading functions require permitted auto trading (including on the broker's side) 简化,加快并且自动化你的交易过程。利用这款工具的控制功能就能增强普通交易端的执行力。 建立一笔新的交易:手数 / 风险 / 盈亏计算 1. 手数计算工具 (基于风险规模的交易量计算) 2. 风险计算工具 (基于手数大小的风险额计算) 3. 盈亏比 4. 订单的激活和触发,买入或卖出限价/买入或卖出止损 5. 虚拟的止损/止盈 (隐藏的止损,止盈:交易商不可见) 6.  智能的止损/入场点:当价格柱在收盘时已超越了才入场 (避免无效触发) 7. 隐藏掉挂单 (虚拟的订单) 8. 预订挂单:在市场关闭的时候你也可以下挂单 (适合周末
Bots Builder Pro MT5
Andrey Barinov
4.75 (4)
This is exactly what the name says. Visual strategy builder . One of a kind. Turn your trading strategies and ideas into Expert Advisors without writing single line of code. Generate mql source code files with a few clicks and get your fully functional Expert Advisors, which are ready for live execution, strategy tester and cloud optimization. There are very few options for those who have no programming skills and can not create their trading solutions in the MQL language. Now, with Bots Build
Binance Quotes Updater
Andrey Khatimlianskii
5 (1)
This service is designed to stream online cryptocurrency quotes   from the Binance exchange to your MetaTrader 5 terminal. You will find it perfectly suitable if you want to see the quotes of cryptocurrencies in real time — in the Market watch window and on the MetaTrader 5 charts. After running the service, you will have fully featured and automatically updated  cryptocurrency charts in your MetaTrader 5. You can apply templates, color schemes, technical indicators and any non-trading tools to
Ultimate Trailing Stop EA MT5
BLAKE STEVEN RODGER
4.57 (7)
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 (overri
Auto Trade Copier 被设计成多的MT5账户/端子,绝对精度之间复制交易。 有了这个工具,你可以充当要么提供商(源)或接收(目的地) 。每一个交易行为将由提供商克隆到接收器,没有延迟。 以下是亮点功能:     在一个工具提供商或接收器之间转换角色。     一个供应商可以交易复制到多个接收者的账户。     绝对兼容MT5的顺序/位置管理规则,该规则允许与调整容积为每个符号只有一个位置。     自动识别和同步代理之间的符号后缀。     允许高达5特殊符号的设置(即: GOLD - > XAUUSD ,等等) 。     多lotsize设置选项。     允许过滤的订单类型将被复制。     关断端子或电源关闭后恢复以前的设置和状态。     实时控制面板。     使用方便,界面友好。 用法: - 安装工具提供的MT5终端,并选择角色“提供者” ,然后启用它。 - 安装工具接收的MT5终端,并选择角色的“接收器” ,输入提供商的帐号,然后启用它(你可以有很多接收者的帐户,只要你想) 。 设置和参数:      特殊符号设置(菜单)
Trade Copier Agent 旨在复制多个 MetaTrader(4/5) 账户/终端之间的交易。 使用此工具,您可以充当提供者(源)或接收者(目的地)。所有交易行为都将立即从提供者复制到接收者。 该工具允许您在同一台计算机上的多个 MetaTrader 终端之间复制交易,复制速度快如闪电,不到 0.5 秒。 贸易复印机代理安装和输入指南 请在开始复制之前或没有订单时在提供商帐户上应用设置! 有订单时的任何更改都会影响收款人帐户。 例如:如果提供者账户应用买单然后禁用接收者账户上的所有买单将被关闭。 如果您想获得有关 EA 添加 URL (  http://autofxhub.com   ) MT4 终端的通知(请参阅屏幕截图)。 MT5版本 https://www.mql5.com/en/market/product/77134 以下是亮点功能: 在 MT4 和 MT5 账户之间复制。 在一个工具内切换提供者或接收者。 每个账户既可以作为Provider又可以作为Receiver,因此账户之间可以通过2种传输方式相互复制。这就像一个贸易共享网络。 一个提供者可以将交
Hedge Ninja
Robert Mathias Bernt Larsson
請務必在 www.Robertsfx.com 加入我們的 Discord 社區,您也可以在 robertsfx.com 購買 EA 無論價格向哪個方向移動,都能贏得勝利 無論價格向哪個方向移動,該機器人都會根據價格的移動方向改變方向,從而獲勝。這是迄今為止最自由的交易方式。 因此,無論它向哪個方向移動,您都會贏(當價格移動到屏幕截圖中的任何一條紅線時,它會以您設置的利潤目標獲勝)。 您面臨的唯一風險是價格是否正在整合(停留在一個地方)。 對沖忍者是一種半自動交易工具,您可以使用下面的對沖設置進行設置。當您告訴它進行交易時,購買或出售它,然後為您處理一切。 每次機器人改變方向時,它都會彌補你之前的損失,所以當你到達任何一條紅線時,你的利潤將是你決定的。 一個好的經驗法則是使用相當高的風險來獲得回報,但是你在這個鏈接上知道如何交易這個機器人的交易秘密。你想要的是價格移動,一旦它開始移動,你就直接走向你的利潤資金:) 設置 ADR / 平均點差 ADR 是平均每日範圍,顯示該工具在一天內通常平均移動多少點。很高興知道這一點,因為您不希望該機器人在點差變得更高
Take a Break MT5
Eric Emmrich
4.71 (14)
The most advanced news filter and drawdown limiter on MQL market NEW: Take a Break can be backtested against your account history! Check the " What's new " tab for details. Take a Break has evolved from a once simple news filter to a full-fledged account protection tool. It pauses any other EA during potentially unfavorable market conditions and will continue trading when the noise is over. Typical use cases: Stop trading during news/high volatility (+ close my trades before). Stop trading when
DrawDown Limiter
Haidar, Lionel Haj Ali
5 (17)
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
ИДЕТ ЗАКРЫТЫЙ БЕТА ТЕСТ. Не покупайте сейчас, ждите анонса. Спасибо. Инструмент предназначен для автоматического набора позиций от заданных уровней к заданным целям.  - Задай ключевые зоны интереса и цели, для всего остального есть HINN Lazy Trader! - Время — это единственный по настоящему ценный ресурс. HINN Lazy Trade r р азработан для минимизации времени, проводимым за чартом, максимизации охвата торговых идей без необходимости контролировать что-либо.  - Призван стать идеальным инструментом
作者的更多信息
TeaCii trend is a LEADING NON-LAG indicator to trade Ranged Markets or Breakouts. The indicator marks support and resistance at the moment they are formed . It has only one setting for the ATR. We recommend leaving default. This is not an indicator that draws lines from the highs or lows and regards them as SR. It creates actual SR levels way before the market even shows the level as SR. Often 5 to 10 candles before the naked eye can see it. Look at the first dot and know that SR was declared
TeaCii Auto Fibonacci MTF is an implementation of Fibonacci Levels The indicator is simple and yet more powerful than those in the market IMPORTANT: UNIQUE SELLING POINTS - The Levels are set automatically - You can see ANY TIMEFRAME Levels in ANY Chart. E.g. Watch H1 on M1. Watch M1 on H1 - The Levels are available in Buffers for EA Use - Helps you to get an edge early in by using multi timeframe Parameters TimeFrame  :  The timeframe of the indicator. It can be same, higher or lower than t
See AutoTrade deals ONLY on select charts If you attach this indicator to the chart, all the Autotrade deals will be removed from chart display. This solves the problem that deals on chart is turned on Universally. Now turn on the Universal show deal on charts. Attach this indicator to the charts that you do not want to see the deals. E.g. if you are trading m1 chart, it may clutter your h1 chart bar.
筛选:
无评论
回复评论
版本 1.18 2018.08.28
v1.18
- Error corrected when sometimes all orders would be closed, rather than one direction
- Error corrected where a - value was not working properly