• 概述
  • 评论 (16)
  • 评论 (107)
  • 新特性

Exp4 Close Minus by Plus

4.93

EA可以通过搜索并平掉盈利仓位来平掉无利可图的仓位

该助手在所有位置中寻找终端中无利可图的位置

进一步地,通过搜索剩余的盈利头寸,他计算出当一个或多个头寸的利润大于另一个头寸的损失时可以弥补损失的一系列头寸。

如果找到一组此类头寸,顾问就会将其平仓。

一系列位置可以由任何位置组成。

它们的最大数量可以在顾问设置中调整。

您还可以指定搜索的最小损失和平仓的额外利润。

您可以在策略测试器中测试 Expert Advisor,并在可视化模式下使用我们的 EAPADPRO 工具栏进行交易!

近减加加在图表上的工作原理

认为

  1. 您以1.600的价格开设买入 #1 仓位;
  2. 价格跌至1.550 ,目前亏损-50点;
  3. 盈亏平衡点(平均价格)= 1.600 
  4. 如果我们打开 SELL #2、Sell #3 和 Sell #4;
  5. EA 交易开始执行主算法。
  6. 那么总利润将为+5$;
  7. 智能交易系统 (EA) 激活算法,并且必须平仓 4 个仓位。
        • 亲爱的朋友和Expforex EA 的用户,请在评论部分添加您的评分

    EA 交易的操作

    该操作包括将 EA 交易附加到单独的图表、进行必要的设置以及继续在我们的终端上工作。当编程条件触发时,EA 交易就会发挥作用并开始进行计算。

    所有计算都写入日志,如下所示:

    close #22079015 sell 1.00 EURUSD at 1.35141 at price 1.35119

    Tickets of prof positions: .22079015

    close #22085491 sell 1.00 USDCHF at 0.90423 at price 0.90430

    Tickets of loss positions: 22085491

    Number of positions to Close: 80635972

    All profit from open positions: 20 dollars

    Maximum profit ticket: 22079015

    Maximum profit: 20 dollars

    Maximum Loss ticket: 22085491

    Maximum loss: -7 dollars

    Overlapping loss positions by closing profitable positions started using the minus:



    设置

    姓名 描述
    待平仓单位类型

    TypeOfUnitToClose
    损益类型。
    以美元或点(Pips) 为单位
    单位最小损失

    MinLossInUnit
    最小头寸损失(单位: TypeOfUnitToClose ),EA 交易会考虑这一点。
    亏损为“ MinLossPoss_in_unit ”单位(美元或点数)的订单必须设置在负值区域。
    这对于寻找亏损头寸非常重要。


    例如
    MinLossInUnit = -100 TypeOfUnitToClose = 美元,
    那么 EA 寻找或预期亏损大于或等于 -100 美元的头寸,
    例如, -100美元、-150美元、-200美元等等。
    亏损-99美元的头寸已被忽略。
    单位额外利润

    AdditionalProfitInUnit
    平仓时差额的利润单位数。
    总利润超过“ AdditionalProfitInUnit ”单位损失的头寸(一笔或多笔交易)。


    例如:
    单位额外利润= 10 单位最小损失= -100平仓类型= 美元:
    顾问正在寻找或等待至少 2 个头寸,其中一个亏损 -100 美元,第二个盈利 +110 美元。
    如果找到此类仓位(交易),则 EA 交易(EA)将关闭这些仓位(交易)。
    类中最大位置

    MaxPos_in_Class
    参数“MaxPos_in_Class”应限制盈利平仓的数量。
    例如:
    MaxPos_in_Class = 3,则 Expert Advisor (EA) 将从最多 3 个盈利仓位 + 1 个无利可图仓位中寻找平仓组合。
    第一个符号关闭

    FirstSymbolClose
    搜索头寸对并仅关闭我们正在处理的货币对。
    您可以关闭 false  FirstSymbolClose参数;
    然后,EA 将关闭整个账户中亏损和盈利头寸中的任何货币对,无论计算中包含哪个货币对。
    当您打开( true ) FirstSymbolClose时 – 专家顾问会监控并平仓一个货币对的一系列头寸。
    OpenHoura OpenMinutea EA 交易的开始时间
    关闭Houra 关闭Minutea

    CloseHoura CloseMinutea
    EA 交易的结束时间
    订单关闭

    OrderToClose
    职位类型:
    -1 = 所有订单,
    1 = 卖出,
    0 = 购买
    魔法关闭

    MagicToClose
    神奇位置数
    -1 = 任何幻数。
    或者您可以指定应处理的位置的唯一幻数。
    您可以指定多个以逗号分隔的幻数。
    例如: 777,888,999
    关闭符号

    SymbolToClose
    用于监控的货币对
    -1 = 所有符号
    1 = 仅当前交易品种(EA安装的交易品种)
    您可以编写以逗号分隔的货币对列表。
    例如,欧元兑美元、美元瑞郎、美元日元



    评论 16
    Gellet Manchenella
    430
    Gellet Manchenella 2023.11.09 13:53 
     

    the best utility I have used. Easy to set up and works great to recover losses. But if it can close a partial lot of the profit-making trade in the direction of the trend will be better. In my case, a profit-making trade of $400 was closed against a trade of $-100. There was potential to make more money. When profit is higher than loss-making trade (with profit target) you should consider closing to the extent of loss+profit target. Hope you will consider.

    afsff saaa
    18
    afsff saaa 2023.03.18 22:22 
     

    very smart idea i love this EA It solved many problems

    abdelhamid khabkhabi
    42
    abdelhamid khabkhabi 2022.03.22 11:39 
     

    Thank you a very good EA

    推荐产品
    PZ The Zone
    PZ TRADING SLU
    4.25 (4)
    This indicator displays buy or sell signals according to Bill Williams' definition of the Trading Zone. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and understand Avoid trading flat markets Deterministic indicator with clear rules The indicator is non-repainting It implements alerts of all kinds It has straightforward trading implications. A blue arrow is a buy signal A red arrow is a sell signal According to Bill Williams trading in the zone helps to
    FREE
    RJT Salamander for MT4
    Rafael Jimenez Tocino
    RJT SALAMANDER, the indicator as in a video game VERSION 2 Pilot your PRICE spaceship inside the cavern and avoid the collision against the stalactites (green) and stalagmites (red), dodging these obstacles to win. When these objects are forming (or disappearing) then you must make the decision how to move your ship (just like in a video game) Depending on the market and the size of the candles/bars you can adjust the calculation of stalactites and stalagmites (based on the last bars) in
    FREE
    This indicator is the basis for an Expert Advisor that can be categorized as "almost Grail". See details below.             This indicator displays the projection of the Renko chart on the price chart. This projection is displayed as a stepped line, not as "bricks" (rectangles). See slides 1 and 2. Abbreviated name of the indicator: LRC – L ine of R enko on the price C hart.             The principle of its construction is very simple. First, a grid of horizontal lines (levels) is bu
    FREE
    Wise Men Indicator demo
    Bohdan Kasyanenko
    3.67 (3)
    The indicator displays signals according to the strategy of Bill Williams on the chart. Demo version of the indicator has the same features as the paid, except that it can work only on a demo account . Signal "First Wise Man" is formed when there is a divergent bar with angulation.  Bullish divergent bar - with lower minimum and closing price in the upper half. Bearish divergent bar - higher maximum and the closing price at the bottom half. Angulation is formed when all three lines of Alligat
    FREE
    MQLTA Bollinger Bands Breakout Alert
    MQL4 Trading Automation
    4 (4)
    Bollinger Bands Breakout Alert is a simple indicator that can notify you when the price breaks out of the Bollinger Bands. You just need to set the parameters of the Bollinger Bands and how you want to be notified. Parameters: Indicator Name - is used for reference to know where the notifications are from Bands Period - is the period to use to calculate the Bollinger Bands Bands Shift - is the shift to use to calculate the Bollinger Bands Bands Deviation - is the deviation to use to calculate
    FREE
    Follow The Line
    Oliver Gideon Amofa Appiah
    4 (13)
    FOLLOW THE LINE GET THE FULL VERSION HERE: https://www.mql5.com/en/market/product/36024 This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL.  It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more
    FREE
    Starboy
    Rofhiwa Bruce Nthulane
    2 (1)
    Are you a levels or supply and demand trader but don't know it is best to jump in or avoid the trade? Then this Bot is for you, it will not take trades even in levels you deem as best if it sees that certain conditions are not met. This Bot will help you catch those turning points but as always the case with my EAs you will need to join our community to be able to successfully use this EA, this is just one of the best ways for us to protect our IP in this cruel world.  The Bot will take trade wi
    FREE
    I make this indicator to help you for setting effective stoploss and getting more signals from following trends. This indicator helps to tell the trends and sideway, when 2 lines stand above of blue cloud, it means uptrend. When 2 lines stand above red cloud, it means down trend, the other else, it means sideway market. For taking order, you have to wait the arrows. You also need to see the cloud position, if the cloud's res, you have to wait the yellow arrow for selling order. If the cloud's bl
    FREE
    KeltnerChannelIndicator
    Todd Terence Bates
    5 (1)
    The Keltner Channel is a volatility-based technical indicator composed of three separate lines. The middle line is an exponential moving average (EMA) of the price. Additional lines are placed above and below the EMA. The upper band is typically set two times the Average True Range (ATR) above the EMA, and the lower band is typically set two times the ATR below the EMA. The bands expand and contract as volatility (measured by ATR) expands and contracts. Since most price action will be encompasse
    FREE
    MQLTA Pattern Detector DEMO
    MQL4 Trading Automation
    Pattern Detector can detect the most common 1, 2 and 3 candlestick patterns and send notifications when detected. The DEMO version only works on AUDNZD pair. Full product can be found https://www.mql5.com/en/market/product/29190 How does it work Add the indicator to the chart you want to analyze and select which patterns to detect, the indicator will draw the detected patterns. You can also be notified via alert, app and email when a new pattern is detected. Parameters Indicator Name - Used
    FREE
    Fractal Waves
    Maxim Romanov
    5 (1)
    The indicator looks for market Highs and Lows. They are defined by fractals, i.e. the market creates the indicator algorithm and structure, unlike ZigZag having a rigid algorithm that affects the final result. This indicator provides a different view of the price series and detects patterns that are difficult to find on standard charts and timeframes. The indicator does not repaint but works with a small delay. The first fractal level is based on the price, the second fractal level is based on t
    FREE
    GS spread
    Aleksander Gladkov
    The indicator calculates the current spread for each tick using the formula Spread=(ASK-BID)/Point. Schedule of changes in the boundaries spread over the timeframe displayed in a separate window from the date of accession of the indicator. Two lines corresponding to the minimum and maximum spread values are displayed. The indicator window is self-adjusted according to the minimum and maximum values from the moment of launch. The minimum and maximum values for the entire period of the indicator o
    FREE
    Free automatic fibonacci
    Tonny Obare
    4.63 (59)
    Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
    FREE
    Ichimoku Signals Scanner This is the Demo version, please download Full version  here. Find Ichimoku signals as easy as you can. Ichimoku is one of the most powerful trends recognition indicators. And it has valid signals for the trades. This indicator scans several symbols and time-frames by the Ichimoku to find all the signals that you want and show in a dashboard. It's easy to use, just drag it onto the chart. It's better to add  Ichimoku indicator  to chart before adding this indicator. Ichi
    FREE
    Mr Beast Sniper
    Luis Mariano Vazquez Marcos
    Asesor Experto "Sniper FX": Precisión Milimétrica para Tus Operaciones El asesor experto "Sniper FX" redefine la precisión en el trading automatizado al ofrecer un enfoque estratégico centrado en pocas, pero extraordinariamente precisas, entradas en el mercado. Inspirado por la agudeza de un francotirador, este asesor experto utiliza algoritmos avanzados para identificar oportunidades óptimas de compra y venta, maximizando el potencial de beneficios mientras minimiza la exposición al mercado.
    FREE
    RSI vs Envelopes
    Yurij Izyumov
    1.67 (3)
    This semaphore indicator is based in the standard RSI, which is applied over the Envelopes indicator that shows an envelope or envelope fluctuation borders. This is a version of RSI vs Envelopes Graph drawn in a separate window . A sell signal emerges when the upper envelope/border is broken by the RSI indicator from top to bottom. A buy signal emerges when the lower envelope/border is broken by the RSI indicator from bottom upwards. The indicator can draw arrows on the indicator, draw vertical
    FREE
    Simple RSI Forex Trading Strategy
    Victor Manuel Valderrama Zamora
    2.5 (2)
    Diversify the risk in your trading account by combining our Expert Advisors. Build your own custom trading system here:   Simple Forex Trading Strategies The expert advisor opens trades when RSI indicator enter in oversold or overbought areas. The Stop Loss, Take Profit, and Trailing Stop are calculated based on the ATR indicator. The recommended currency pair is EURGBP and the recommended timeframe to operate and to do backtests is H4. This Expert Advisor can be profitable in any TimeFrame a
    FREE
    OtkatD
    Aleksandr Chernov
    The recommended timeframe is M15. Searches for the price reversal points according to the indicator, after the market correction. Uses the patterns of price movement to enter a position. In the free version, there are no settings for indicator parameters, lot multiplication threshold and lot size. By default, the lot is 0.1 Caution!!! The robot trades aggressively! Recommended deposit from 10000 Recommended leverage from 1:500
    FREE
    Close by percentage MT4
    Konstantin Kulikov
    4.86 (7)
    Hello friends. I wrote this utility specifically for use in my profile with a large number of Expert Advisors and sets ("Joint_profiles_from_grid_sets" https://www.mql5.com/en/blogs/post/747929 ). Now, in order to limit losses on the account, there is no need to change the "Close_positions_at_percentage_of_loss" parameter on each chart. Just open one additional chart, attach this utility and set the desired percentage for closing all trades on the account. The utility has the following function
    FREE
    一个专业的交易工具是RSI和价格之间的背离指标,它允许您及时收到关于趋势反转的信号或捕捉价格回调走势(取决于设置)。 指标设置允许您根据RSI峰值的角度和价格的百分比变化来调整发散的强度,这使得微调信号强度成为可能。 指标代码经过优化,并作为Ea交易的一部分进行了非常快速的测试。  指标不重绘,交易方向的箭头正好位于信号出现的位置--在柱的开口处。 PeriodRSI_P     = 14 ;   //Period IndentFrom50_P  = 20.0 ; //Indent +- from 50 [0...50] LeftBars_P      = 1 ;     //LeftBars RightBars_P     = 1 ;     //RightBars IndDivForce_P   = 55.0 ; //Divergences force of indicator PriceDivForce_P = 0.01 ; //Divergences force of price Price_P         = PRICE_CLOSE ; //Price type
    FREE
    RSI Divergence F MT4
    Andrey Dik
    4.5 (2)
    一个专业的交易工具是RSI和价格之间的背离指标,它允许您及时收到关于趋势反转的信号或捕捉价格回调走势(取决于设置)。 指标设置允许您根据RSI峰值的角度和价格的百分比变化来调整发散的强度,这使得微调信号强度成为可能。 指标代码经过优化,并作为Ea交易的一部分进行了非常快速的测试。  指标不重绘,交易方向的箭头正好位于信号出现的位置--在柱的开口处。 Fractal True PeriodRSI_P     = 14 ;   //Period IndentFrom50_P  = 20.0 ; //Indent +- from 50 [0...50] LeftBars_P      = 1 ;     //LeftBars RightBars_P     = 1 ;     //RightBars IndDivForce_P   = 55.0 ; //Divergences force of indicator (not for the Lite version) PriceDivForce_P = 0.01 ; //Divergences force of price (not f
    FREE
    CRW CCI and RSI and WPR
    Kaijun Wang
    4.38 (8)
    交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 顺势指标又叫CCI指标,CCI指标是 美国 股市 技术分析   家唐纳德·蓝伯特(Donald Lambert)于20世纪80年代提出的,专门测量股价、外汇或者贵 金属 交易是否已超出常态分布范围。属于超买超卖类指标中较特殊的一种。波动于正无穷大和负无穷大之间。但是,又不需要以0为中轴线,这一点也和波动于正无穷大和负无穷大的指标不同。 相对强弱指标RSI是根据一定时期内上涨点数和下跌点数之和的比率制作出的一种技术曲线。能够反映出市场在一定时期内的景气程度。由威尔斯.威尔德(Welles Wilder)最早应用于期货买卖,后来人们发现在众多的图表技术分析中,
    FREE
    Crossover MA Histogram
    Mariusz Piotr Rodacki
    The Cossover MA Histogram indicator is a simple tool showing the trend based on crossover of moving averages. Simply specify two mobving averages and addicional parameters like MA method and Applied price. When fast MA is above slow MA the histogram is green, indicating an uptrend. When MA fast is below MA slow the histogram is red, indicating an downtrend.
    FREE
    PZ Turtle Trading
    PZ TRADING SLU
    3.77 (13)
    海龟交易指标实现了原始的 Dennis Richards 和 Bill Eckhart 的交易系统, 俗称海龟交易法。这个趋势跟踪系统依据突破历史高点和低点来下单或平仓: 它与“低买高卖”方式完全相反。主要规则是 "在 N-日突破时下单,并在 M-日的高点或低点突破时获利了结 (N 必须在 M 之上)"。 介绍 海龟交易法的传奇始于美国千万富翁、大宗商品交易商 Richard Dennis,和他的商业伙伴 William Eckhardt 之间的赌局。Dennis 相信交易者可以通过培养而成功; Eckhardt 不认可这种主张,他认为遗传是决定因素,而娴熟的交易者对于明晰市场趋势拥有与生俱来的敏锐感觉。而在 1983-1984 发生的事件,成为交易史上的著名实验之一。平均每年 80%,计划成功,表明任何人如果具有良好的规则和足够的资金,都可以成功。 在 1983 中期,Richard Dennis 开始在华尔街日报上刊登广告,他征求申请者参加他自己的交易理念培训,无须任何经验。他最终召集了具有不同背景的约 21 名男性和两名女性。这群交易者被集中到芝加哥市中心一座家俱稀少的大房间
    FREE
    RSI Candle Signal
    Jonathan Destailleur
    4.67 (3)
    RSI Candle Signal Indicator will change bars’ color when set overbought or oversold levels reach. How to Use RSI Candle Signal Uptrend/Downtrends  - RSI may be used to detect trending markets. For example, the RSI may stay above the mid line 50 in an uptrend. Top and Buttoms  - RSI may help in identifying the tops around the overbought readings (usually above 70), and the bottoms around the oversold area (usually below 30). Divergence  - divergence occurs when RSI directional movement is not c
    FREE
    OrderBlock TS Roman
    Vladislav Vlastovskii
    4 (7)
    Индикатор строит блоки заказов (БЗ) по торговой системе (ТС) Романа. Поиск блоков осуществляется одновременно на двух таймфремах: текущем и старшем (определяемым в настройках). Для оптимизации и игнорирования устаревших блоков в настройках задается ограничение количества дней в пределах которых осуществляется поиск блоков. Блоки строятся по правилам ТС состоящем из трех шагов: какую свечу вынесли (что?); какой свечой вынесли (чем?); правило отрисовки (как?).
    FREE
    PZ Penta O MT4
    PZ TRADING SLU
    2.67 (3)
    The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
    FREE
    Terminal
    Roman Podpora
    4 (5)
    The Terminal indicator is a substitution for the standard Terminal tab. The indicator is displayed as a kind of table consisting of several elements: A row with column descriptions; Open orders; Summary information of open orders; Summary information of current day closed orders. The indicator settings: Graph corner for attachment - the corner of the chart where the table will be positioned Font - font type Fontsize - font size Text color - display settings Profit color - display settings Loss
    FREE
    RSI Signalz  ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- NOW FREE FOR EVERYONE! TUNABLE IN THE INPUT SETTINGS - ENJOY :) (IT DOES NOT TRADE FOR YOU. THIS IS TOO JUST HELP WITH MANUAL TRADING)  Fully Automated EA for marking good
    FREE
    The indicator detects and displays М. Gartley's Butterfly pattern. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The pattern and wave parameters are displayed on the screenshots. The default parameters are used for demonstration purposes only in order to increase the amount of detected patterns. Parameters
    该产品的买家也购买
    Trade Assistant MT4
    Evgeniy Kravchenko
    4.46 (181)
    它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 7 种类型的追踪止损和其他有用的功能。 注意,该应用程序在策略测试器中不起作用。 Manual, Description, Download demo 线条功能  - 在图表上显示开仓线、止损线、止盈线。 有了这个功能,就可以很容易地设置一个新的订单,并在开仓前看到它的附加特性。   风险管理  - 风险计算功能在考虑到设定的风险和止损单的大小的情况下,计算新订单的成交量。它允许你设置任何大小的止损,同时观察设定的风险。 批量计算按钮 - 启用 / 禁用风险计算。 在 " 风险 " 一栏中设置必要的风险值,从 0 到 100 的百分比或存款的货币。 在 " 设置 " 选项卡上选择风险计算的变量: $ 货币, % 余额, % 资产, % 自由保证金, % 自定义, %AB 前一天, %AB 前一周, %AB 前一个月。   R/TP 和 R/SL - 设置止盈和止损的关系。 这允许你设置相对于损失的利润大小。 例如, 1 : 1 - 这决定了 TP = SL 的大小。 2 : 1 - 这意味着 TP 是
    您认为在价格可以瞬间变化的市场中,下单应该尽可能简单吗? 在 Metatrader 中,每次您要开单时,您都必须打开一个窗口,您可以在其中输入开盘价、止损和止盈以及交易规模。 在金融市场交易中,资本管理对于维持您的初始存款并使其倍增至关重要。 因此,当您想下订单时,您可能想知道应该开多大的交易? 在这单笔交易中,您应该承担多少百分比的存款? 您可以从这笔交易中获利多少,利润风险比是多少? 在您设置交易规模之前,您需要进行必要的计算,以获得交易规模应该是多少的问题的答案。 想象一下,您有一个工具可以自动完成所有这些工作。 您打开图表,进行市场分析并用水平线标记入场点、防御点(止损)和目标(止盈),最后您定义风险水平,例如 作为可用资本的百分比,您可以在此交易中承担,此时程序提供: 定义风险和止损规模的可接受交易规模 以点数、点数和账户货币计的止损和获利值 风险回报率 现在剩下的就是点击面板上的相应按钮来打开交易。 如果您是黄牛,需要在不设置防御或目标的情况下快速打开和关闭交易,那么您可以在交易管理器面板中轻松掌握一切,您可以在其中定义固定订单参数并通过单击“购买”或 “卖出”按钮。 关闭
    Local Trade Copier EA MT4
    Juvenille Emperor Limited
    5 (77)
    通过 Local Trade Copier EA MT4 获得非常快速的交易复制体验。它的简单1分钟设置,使您可以在同一台Windows计算机或Windows VPS上在多个MetaTrader终端之间复制交易,具有闪电般快速的复制速度,低于0.5秒。 无论您是初学者还是专业交易者, Local Trade Copier EA MT4 都提供了广泛的选项,可根据您的特定需求进行自定义。对于任何希望增加利润潜力的人来说,这都是终极解决方案。 今天就尝试一下,看看为什么它是市场上最快、最简单的贸易复印机! 提示: 您可以在您的模拟账户中下载并试用 Local Trade Copier EA MT4 模拟版: 这里 将下载的免费演示文件粘贴到您的 MT4 >> 文件 >> 打开数据文件夹 >> MQL4 >> 专家文件夹并重新启动您的终端。  免费演示版本每次可在 4 小时内发挥全部功能,仅限演示帐户。 要重置试用期,请转至 MT4 >> 工具 >> 全局变量 >> Control + A >> 删除。 请仅在非关键模拟账户上执行此操作,不要在挑战道具公司账户中执行此操作。 Local
    TradePanel MT4
    Alfiya Fazylova
    4.91 (85)
    交易面板是一个多功能的交易助手。 该应用程序包含 50 多个专为手动交易而设计的功能。 允许您自动执行大多数交易操作。 应用程序的主要功能: 适用于任何交易工具(外汇、差价合约、期货及其他)。 通过一个终端窗口即可使用所有交易工具。 允许您创建最多四个交易工具工作列表。 允许您选择您最喜欢的交易工具。 允许您在所有(或选定的)终端图表上快速切换交易品种。 允许您使用多种方法来计算交易量。 自动计算每笔交易的风险。 根据止损的大小计算风险。 风险经理。 让您可以在图表上直观地看到新订单的交易水平。 允许您设置虚拟止损和获利。 允许您设置指定的止损和获利比率。 允许您在共同价格水平上为所有头寸设置止损或止盈。 允许您下 OCO 订单(一个订单取消另一个订单)。 允许您根据指定参数关闭订单和平仓。 允许您在达到指定的总利润或损失时平仓。 允许您在图表上设置任务线。 允许您反转“卖出转买入”和“买入转卖出”仓位。 允许您锁定仓位。 允许您设置追踪止损功能。 允许您设置盈亏平衡函数。 允许您设置部分平仓功能。 允许您在达到指定价格水平时设置提醒。 允许您自动和手动截图。 有 5 种界面配色方案
    MT4 至 Telegram 信号提供者 是一款易用、可完全自定义的工具,它使发送信号到 Telegram 成为可能,将您的账户变成信号提供者。 消息的格式 可以完全自定义! 但是,为了简便使用,您也可以选择一个预设模板,并能够启用或禁用消息的特定部分。 [ 演示 ]  [ 手册 ] [ MT5 版本 ] [ Discord 版本 ] [ Telegram 频道 ] 设置 可通过 用户指南 获取逐步说明。 无需了解 Telegram API;开发者提供所需的一切。 主要特性 自定义发送给订阅者的订单详情的能力 您可以创建分层订阅模型,例如铜牌、银牌、金牌。金牌订阅可获得所有信号等。 按订单号、符号或备注过滤订单 包括执行订单的图表的屏幕截图 在发送的屏幕截图上绘制已关闭的订单,以便额外验证 推迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情的全透明度: 新的市场订单 *附带屏幕截图 订单修改(止损、获利点) 已关闭订单 *附带屏幕截图 部分关闭订单 ** 新的挂起订单 修改的挂起订单(进场价格) 挂起订单激活(作为新的市场订单) 已删除的挂起订单
    Exp COPYLOT CLIENT for MT4
    Vladislav Andruschenko
    4.66 (67)
    MetaTrader 4 的交易复制器。     它从任何账户复制外汇交易、头寸、订单。 它是最好的贸易复印机之一     MT4 - MT4,MT5 - MT4     为了   复制 MT4     版本(或     MT4 - MT5 MT5 - MT5     为了   复制MT5     版本)。 MT5版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 复印机 版本       MetaTrader 5 终端 (   МТ5 - МТ5, МТ4 - МТ5   )-   Copylot 客户端 MT5 独特的复制算法将所有交易从主账户准确复制到您的客户账户。 该产品还以其高运行速度而著称,并且具有强大的错误处理能力。 一组强大的功能。 该程序可以在多个终端绑定上运行。 使用它作为您在一个账户上交易的多个账户的交易 的同步器 , - COPYLOT 会将您的交易复制到其他终端。 从已关闭的账户中复制 Invest 密码; 部分关闭仅从 mt4 到 mt4
    交易管理器可帮助您快速进入和退出交易,同时自动计算风险。 包括帮助您防止过度交易、报复性交易和情绪化交易的功能。 交易可以自动管理,账户绩效指标可以在图表中可视化。 这些功能使该面板成为所有手动交易者的理想选择,并有助于增强 MetaTrader 4 平台。多语言支持。 MT5版本  |  用户指南+演示 交易经理在策略测试器中不起作用。 如需演示,请参阅用户指南 风险管理 根据%或$自动调整风险 可选择使用固定手数或根据交易量和点自动计算手数 使用 RR、点数或价格设置盈亏平衡止损 追踪止损设置 最大每日损失百分比,在达到目标时自动平仓所有交易。 保护账户免遭过多提款并阻止您过度交易 最大每日损失(以美元为单位)在达到目标时自动关闭所有交易。 保护账户免遭过多提款并阻止您过度交易 一键实现所有交易的盈亏平衡 自动计算从手机/电话发送的交易的风险 OCO 在设置中可用 交易和头寸管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 高级挂单管理。 调整何时关闭挂单的规则 追踪挂单 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停
    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
    Trade copier MT4
    Alfiya Fazylova
    4.67 (30)
    Trade Copier 是一种专业实用程序,旨在复制和同步交易账户之间的交易。 复制发生从供应商的帐户/终端到收件人的帐户/终端,安装在同一台计算机或 vps 上。 在购买之前,您可以在演示帐户上测试演示版本。 演示 这里 。 完整说明 这里 。 主要功能和优点: 支持复制MT4>MT4、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
    Grid Manual MT4
    Alfiya Fazylova
    4.71 (17)
    Grid Manual是一个交易面板,用于处理订单网格。 该实用程序是通用的,具有灵活的设置和直观的界面。 它不仅可以在亏损方向上设置订单网格,还可以在盈利方向上设置订单网格。 交易者不需要创建和维护订单网格,实用程序会这样做。 打开一个订单就足够了,Grid manual会自动为它创建一个订单网格,并伴随它直到非常关闭。 该实用程序的主要特性和功能: 伴隨以任何方式打開的訂單,包括從移動終端打開的訂單。 適用於兩種類型的網格:“限制”和“停止”。 使用兩種方法計算網格間距:固定和動態(基於 ATR 指標)。 允許您更改未結訂單網格的設置。 顯示圖表上每個網格的盈虧平衡水平。 顯示每個網格的利潤率。 允許您一鍵關閉網格中的盈利訂單。 讓您一鍵關閉每個訂單網格。 允許您對訂單網格應用追踪止損功能。 允許您在訂單網格上應用將訂單網格的止損轉移到盈虧平衡水平的功能。 相對於訂單網格的盈虧平衡水平自動重新排列止盈(僅在限價網格模式下,距離取決於所選的計算類型:“保守”或“激進”)。 最多可管理 20 個訂單網格,每個網格最多可包含 100 個訂單。 計算初始手數時,要考慮入金的大小,不要讓大手
    控制您的外匯投資組合。立即查看您的站立位置、工作原理以及導致您疼痛的原因! 此處提供 MT5 版本: https://www.mql5.com/en/market/product/58658 交易經理儀表板旨在讓您一目了然地顯示您當前在外匯市場中的每個頭寸,並使風險管理和貨幣敞口更易於理解。 對於通過多個頭寸或交易網格和籃子策略逐漸進入市場的交易者,這是需要查看的關鍵信息。監控終端中的多個位置通常很難管理。 過度槓桿化和使用低風險:回報是新交易者和一些經驗豐富的交易者面臨的主要問題,交易經理向您展示您對每種貨幣的風險敞口,確保您不會同時進行雙向交易。 特徵: 未平倉交易 - 查看您當前按貨幣對排序的所有未平倉交易。您不僅可以在該貨幣對上看到您的方向偏差,還可以在該貨幣對上運行的每筆交易或頭寸上看到您的方向偏差。 回撤和利潤信息 - 立即查看您交易活躍的貨幣對的回撤或盈利情況。輕鬆識別需要管理的交易。 手數大小 - 查看您在每個貨幣對上的手數以及您進行的交易數量。 風險敞口 - 查看您對每種貨幣的方向偏差,以確保您不會在另一個入場時以相反的方向交易。另請查看您在該貨幣中使用
    MT4 Alert Signal Trader  is an EA that helps you trade MT4 Alert popup. Some indicators can provide signals by showing an alert popup containing signal texts. This EA will read and trade these signal texts. The alert texts should contain at least 2 elements:  (1) a symbol text   (ex: "EURUSD") and  (2) a command type   (ex: "Buy", "Sell", "Close") that trigger EA's trading activities. Some other contents that may have or not are open price, stop loss, take profit values... The EA needs an aweso
    OrderManager MT4
    Lukas Roth
    4.63 (19)
    介绍 OrderManager :MT4的革命性工具 使用全新的Order Manager实用程序,像专业人士一样管理您在MetaTrader 4上的交易。Order Manager设计简单,易于使用,可让您轻松定义和可视化每笔交易的风险,从而做出明智的决策并优化您的交易策略。有关OrderManager的更多信息,请参阅手册。 [ 手册 ] [ MT5版本 ] [ Telegram 频道 ] 主要功能: 风险管理:快速轻松地定义您交易的风险,让您做出更好的决策并提高交易性能。 视觉表示:图形化地查看您的交易和相关风险,以清晰简洁地了解您的开放头寸。 订单修改:只需几次点击即可轻松修改或关闭您的订单,简化您的交易过程,为您节省宝贵的时间。 掌握新闻:一键获取最新市场新闻。 不要错过这个MT4交易员的必备工具。用Order Manager提升您的交易体验,将您的交易游戏提升到新的水平。 OrderManager在startegyTester中 不 工作! OrderManager 仅与 Windows 兼容。 请考虑给这个产品一个5星级评价。您的优秀反馈将激励作者加快更新
    KT Equity Protector MT4
    KEENBASE SOFTWARE SOLUTIONS
    3 (2)
    KT Equity Protector EA consistently monitors the account equity and closes all the market and pending orders once the account equity reached a fixed equity stop loss or profit target.  After closing all trading positions, the EA can close all open charts to stop other expert advisors from opening more trading positions. Equity Stop-Loss If your current account balance is $5000 and you set an equity stop loss at $500. In this case, the KT Equity Protector will close all the active and pending
    The News Filter
    Leolouiski Gan
    5 (17)
    这个产品在新闻时间过滤所有的专家顾问和手动图表,因此您不必担心突然的价格波动会破坏您的手动交易设置或其他专家顾问输入的交易。此产品还带有完整的订单管理系统,可在任何新闻发布前处理您的持仓和挂单。一旦您购买了 The News Filter ,您将不再需要依赖以后的专家顾问内置的新闻过滤器,因为这个产品可以从此过滤它们所有。 新闻选择 新闻来源于Forex Factory的经济日历。 选择可以基于任何一种货币,如USD,EUR,GBP,JPY,AUD,CAD,CHF,NZD和CNY等。 选择也可以基于关键识别,例如Non-Farm (NFP),FOMC,CPI等。 能够选择新闻影响级别的筛选,从低、中、到高影响。 自动模式只选择与图表相关的新闻。 新闻来源每小时自动刷新,以确保最新的新闻数据。 为每个新闻影响级别提供单独的输入,以确定您要过滤掉的新闻发布前后的分钟数。 订单管理选项 在新闻发布前关闭未平仓头寸的选项,并在新闻发布后恢复它们。 在新闻发布前删除挂单的选项,并在新闻发布后恢复它们。 在新闻发布前移除止损和止盈水平的选项,并在新闻发布后恢复它们。 在新闻发布前移动止损
    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种传输方式相互复制。这就像一个贸易共享网络。 一个提供者可以将
    VirtualTradePad mt4 Extra
    Vladislav Andruschenko
    4.88 (59)
    一键交易的交易面板。处理头寸和订单!通过图表或键盘进行交易 交易小组进行人工交易。您可以从图表(图表窗口)或键盘进行交易。打开和关闭,反向和锁定。处理职位和订单! МetaТrader4中主要订单的交易控制面板:买入,卖出,买入,买入,卖出,卖出限制,收盘,删除,修改,追踪止损,止损,止损。 MT5版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 从符号窗口交易并从键盘交易! 您正在为MetaTrader 4终端提供一个独特的插件 - 虚拟控制面板VirtualTradePad。 Description on English 注意!如果您想学习如何交易 策略测试器  ,请查看我们的免费 TesterPad 实用程序 VirtualTradePad在“  MQL5语言最佳图形面板  ”竞赛中 获得二等奖 。 工作标签 职位标签   -使用职位: 开/关买入和卖出, 冲销所有头寸, 锁定一个共同的立场, 更改止损/获利, 设定一般的止损/获利的位置, 启用追踪止损, 实现盈亏
    Trade Dashboard MT4
    Fatemeh Ameri
    5 (20)
    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
    DrawDown Limiter MT4
    Haidar, Lionel Haj Ali
    5 (9)
    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
    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 adding more 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 trad
    Take a Break
    Eric Emmrich
    5 (27)
    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
    Mentfx Mmanage
    Anton Jere Calmes
    5 (16)
    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 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
    Trade Assistant GS
    Vasiliy Strukov
    5 (33)
    交易面板僅限於管理訂單 - 使用按鈕打開和由用戶打開。 收藏中簡單方便。 將補充任何買家。 我建議將它與 Gold Stuff 指標一起使用。 將交易設置為單個訂單並構建有距離的網格。 要創建標準網格,只需設置一個較大的距離,例如 10000。 可以在此處查看實時結果。 購買後立即聯繫我以獲得設置和個人獎勵!   設置 打開新系列 - 打開/關閉新系列訂單的開始。 Lot miltiplier - 以下訂單的手數乘數。 TP - 獲利,以點為單位。 SL - 止損,以第一個訂單的點數為單位。 Trail Start - 激活追踪止損。 Trail Step - 激活追踪止損時與價格的距離。 DD Reduction Algoritm - 回撤減少算法,當最後一個有利潤的訂單將與第一個有虧損的訂單系列關閉時。 Number order for DD Reduction Algoritm - 減少回撤算法被激活的順序。 DD 減少算法的利潤百分比 - 在回撤減少模式下關閉訂單時的利潤百分比。 Magic - 是 EA 分配給其訂單的特殊編號。 Fix distance -
    Equity Shield
    Vladimir Stepanov
    4.57 (7)
    EA 将通过持续监控净值并按照参数输入的规则来保护您的账户免受意外损失。 当违反规则时,EA 将关闭所有交易。 您可以将 EA 设置为以特定百分比或货币亏损关闭所有交易,或以特定百分比或货币利润关闭。 此实用程序对于 Prop Trading Challenges 非常有用,可以保持低亏损并保护您的资产! 我的信号和其他产品可以在这里找到 购买后请联系我以获得支持和礼物。 参数: For 1 pair only: 将 Equity Guard 放在您要管理的货币对上 For all pairs at account :Equity Shield 将控制终端上的所有货币对(将 Equity Shield 放在任何货币对上) TP at money(0:关闭):TP in money SL at money(0:关闭):SL in money TP at % at account Equity: TP 将在 X% 的账户利润中关闭交易 SL at % account equity :SL 将关闭所有未平仓交易,账户损失 X 百分比 如何开始: 仅在一张图表上加载 EA 自定义您的设置 不理
    将信号从您所属的任何渠道(包括私人和受限渠道)直接复制到您的 MT4。 该工具在设计时充分考虑了用户的需求,同时提供了管理和监控交易所需的许多功能。 该产品采用易于使用且具有视觉吸引力的图形界面。 自定义您的设置并在几分钟内开始使用该产品! 用户指南 + 演示  |     MT5版本  |     不和谐版本 如果您想尝试演示,请参阅用户指南。 Telegram To MT4 接收器在策略测试器中不起作用! Telegram 至 MT4 功能 一次复制多个通道的信号 从私人和受限频道复制信号 不需要机器人令牌或聊天 ID(如果出于某种原因需要,您仍然可以使用这些) 使用风险百分比或固定手数进行交易 排除特定符号 选择复制所有信号或自定义要复制的信号 配置单词和短语以识别所有信号(默认值应适用于 99% 的信号提供商) 配置时间和日期设置以仅在需要时复制信号 设置一次打开的最大交易量 交易和头寸管理 使用信号或自动设置的管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止
    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
    Custom Ultimate Sniper Dashboard
    Hispraise Chinedum Abraham
    5 (2)
    这个自定义终极狙击手仪表盘是原始终极狙击手仪表盘指标的一个EA升级。它与多达98种不同的算法一起工作,以确保它能捕捉到你工作的资产类别上的趋势的真实性质。 它是对我们几个月来从大多数客户那里得到的很多建议和意见的直接回应。   这个自定义版本是完全可定制的。 由98个独立的自定义算法提供。 非常漂亮的视觉界面,因此你可以轻松和自信地跟踪任何货币对或时间框架的整体市场趋势 可以向telegram发送实时警报 允许你根据你所交易的货币对创建自己的指数 可以向你的手机实时发送警报,所以你不必在电脑前就知道有一个动作正在酝酿。 让你从输入设置中设置8个指数 让你设置你想获得警报的指数和时间框架 当检测到没有互联网连接时,会显示警报   自定义终极狙击手仪表盘已经进行了大量的优化,在动作开始后立即显示。这样,你就不会错过你感兴趣的货币对的任何变动。它的速度非常快,可以在移动发生时迅速捕捉到,并实时向你发送警报,这样你就可以利用移动的优势,而不必整天坐在办公桌前。 它是任何交易策略的一个超级补充,你可以将这个工具与任何其他交易策略和指标一起使用。它主要是为了与我们的其他
    News Trapper EA
    Noha Mohamed Fathy Younes Badr
    5 (6)
    Hi, all.  News trapper EA It is an expert for trading very safe expert  put Settings interest rate only or high impact news for Automated Trading on the news of the economic calendar. It shows stable trading during last 10  years. EA doesn't use dangerous technologies like martingale, grid. The Expert is very simple to use. The program contains flexible settings In the terminal settings, you need to add the news site to the list of allowed URLs. Click Tools >Options > Expert Advisors. Check th
    作者的更多信息
    Exp COPYLOT CLIENT for MT4
    Vladislav Andruschenko
    4.66 (67)
    MetaTrader 4 的交易复制器。     它从任何账户复制外汇交易、头寸、订单。 它是最好的贸易复印机之一     MT4 - MT4,MT5 - MT4     为了   复制 MT4     版本(或     MT4 - MT5 MT5 - MT5     为了   复制MT5     版本)。 MT5版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 复印机 版本       MetaTrader 5 终端 (   МТ5 - МТ5, МТ4 - МТ5   )-   Copylot 客户端 MT5 独特的复制算法将所有交易从主账户准确复制到您的客户账户。 该产品还以其高运行速度而著称,并且具有强大的错误处理能力。 一组强大的功能。 该程序可以在多个终端绑定上运行。 使用它作为您在一个账户上交易的多个账户的交易 的同步器 , - COPYLOT 会将您的交易复制到其他终端。 从已关闭的账户中复制 Invest 密码; 部分关闭仅从 mt4 到 mt4
    交易面板一键交易。 处理仓位和订单! 通过 图表 或 键盘 进行交易 。 使用我们的交易面板,您只需单击一下即可直接从图表中执行交易,执行交易操作的速度比使用标准 MetaTrader 控件快 30 倍。 参数和函数的自动计算使交易者的交易更加快捷、方便。 图形提示、信息标签和有关贸易交易的完整信息均位于图表 MetaTrader 上。 MT4版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 打开和关闭、反转和锁定、部分关闭/Autolot。虚拟/真实止损/止盈/追踪止损/盈亏平衡,订单网格... МetaТrader 5 中主要订单的交易控制面板 :买入、卖出、buystop、buylimit、sellstop、selllimit、平仓、删除、修改、追踪止损、止损、获利。 有 5 个选项卡 可用:头寸、挂单、账户信息、信号和总利润。 Description on English VirtualTradePad在“  MQL5语言最佳图形面板  ”竞赛中 获得二等奖 。 注意
    VirtualTradePad mt4 Extra
    Vladislav Andruschenko
    4.88 (59)
    一键交易的交易面板。处理头寸和订单!通过图表或键盘进行交易 交易小组进行人工交易。您可以从图表(图表窗口)或键盘进行交易。打开和关闭,反向和锁定。处理职位和订单! МetaТrader4中主要订单的交易控制面板:买入,卖出,买入,买入,卖出,卖出限制,收盘,删除,修改,追踪止损,止损,止损。 MT5版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 从符号窗口交易并从键盘交易! 您正在为MetaTrader 4终端提供一个独特的插件 - 虚拟控制面板VirtualTradePad。 Description on English 注意!如果您想学习如何交易 策略测试器  ,请查看我们的免费 TesterPad 实用程序 VirtualTradePad在“  MQL5语言最佳图形面板  ”竞赛中 获得二等奖 。 工作标签 职位标签   -使用职位: 开/关买入和卖出, 冲销所有头寸, 锁定一个共同的立场, 更改止损/获利, 设定一般的止损/获利的位置, 启用追踪止损, 实现盈亏
    Exp TickSniper PRO FULL
    Vladislav Andruschenko
    4.06 (52)
    Exp-TickSniper - 具有自动为每个货币对自动选择参数的高速蜱黄牛。 您是否梦想有一位顾问会自动计算交易参数?自动优化和调整? MetaTrader 4 系统的完整版:       TickSniper   黄牛 为MetaTrader 4 TickSniper - 完整说明     + 演示 + PDF EA 是根据近 10 年的 EA 编程经验开发的。 EA 策略适用于任何符号。 时间范围无关紧要。 机器人基于当前报价、分时到达速度、点差大小和其他合约规范参数。 系统自动定义有利的止损和获利水平,以及平均持仓距离、追踪止损距离等。 EA 应用针对趋势的额外开仓系统(“平均”)。 它的设置已经过优化,可以在我们的真实账户上进行测试。 Expert Advisor 可以处理任何货币对。 交易系统的所有参数都是自动计算的,并取决于货币对的当前点差。 推荐交易账户: 建议存款 LOW   RISK 1,000 美元,最低手数为 0.01 3 个货币对(例如,EURUSD USDCHF USDJPY); 建议存款 300 美元的中等 风险,1 个货币对(例如 EURUSD
    Exp COPYLOT CLIENT for MT5
    Vladislav Andruschenko
    3.76 (17)
    MT5 交易复印机是 МetaТrader 5 平台的交易复印机 。 它复制外汇交易 之间   任何账户 MT5   -   MT5, MT4   -   MT5 对于 COPYLOT MT5 版本(或 MT4   - MT4 MT5   -   MT4 对于 COPYLOT MT4 版本) 值得信赖的复印机! MT4版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 您还可以在 МТ4 终端 (   МТ4   -   МТ4, МТ5   -   МТ4   ) 中 复制交易: COPYLOT CLIENT for MT4 此版本包括在终端 МТ5   -   МТ5, МТ4   -   МТ5 之间 。 交易复制器用于在 2/3/10 终端之间复制交易/头寸。 支持从模拟账户和投资账户复制。 该程序可以在多个终端绑定上运行。 使用它作为您在一个账户上交易的各种投资者账户的交易的同步器, - COPYLOT 会将您的交易复制到其他终端。 从 多个 终端复制到一个; 从一
    Exp Averager
    Vladislav Andruschenko
    4.79 (19)
    Exp-Averager 旨在通过开立平均交易对已收到一定回撤的交易进行平均。 顾问能够顺势或逆势开立新仓位。 它还包括适用于一系列头寸的智能追踪止损功能。 顾问可以增加或减少头寸的手数。 这是一种广泛使用的策略,用于将亏损头寸调整至平均价格。 MT5版本 详细描述 +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 链接 我们的 TickSniper 黄牛 平均系统示例 具有平均功能的通用交易顾问 The X EA 交易对其所附图表的货币对进行操作。 例如,要启用 EURUSD 的平均值,请打开 EURUSD 图表并运行 Expert Advisor 笔记 该系统不能自动进行交易。 相反,它会跟踪您的交易,并在出现亏损时对其进行平均,直到您实现盈利。 您可以使用策略测试器试用 Expert Advisor,并在可视化模式下使用我们的 EAPADPRO 工具栏进行交易! 它是如何工作的? EA 交易将在指定点数( 距离 )后以相同方向开仓。 持仓交易量的计算方式为前一笔交易的交易量 *
    Profit or Loss Pad
    Vladislav Andruschenko
    4.5 (10)
    在 MetaTrader 5 中使用利润跟踪功能在达到总利润/亏损时平仓。 带尾随的 CloseIfProfitorLoss 您可以启用 虚拟停止(单独订单)   , 分别计算和关闭 买入和卖出头寸 (Separate BUY SELL)   , 关闭和计算 所有交易品种或仅当前交易品种(所有交易品种)   , 启用追踪获利( 追踪 利润) 头寸是根据存款货币、点数、% 和回撤 的价值平仓的。 该应用程序旨在与任何其他 EA 一起用于任何账户或与手动交易结合使用。 MT4版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 一旦某些货币对或所有货币对的交易总余额大于或等于设置中指定的值,所有头寸将被关闭并删除订单。 此版本不仅能够在指定的利润水平平仓,而且还可以追踪利润以获得更好的结果。 我们实用程序的主要功能 按所有交易品种的总利润平仓; 按单独交易的总利润结算。 (虚拟模式); 按总利润结算并追踪利润; 按总利润以点数、百分比或货币结算; 所有交易或单独交易均以总亏损结束
    Exp5 The xCustomEA for MT5
    Vladislav Andruschenko
    4.27 (11)
    MetaTrader 5自定义指标的全球交易顾问。 战略的建设者 MetaTrader4  的  版本  :  MetaTrader 4终端   的xCustomEA  版本 通用交易顾问的功能xCustomEA完全复制了我们的顾问 The X 所有参数,除了一个: xCustomEA 适用于自定义指标,能够为MT5终端编制自己的交易策略。 xCustomEA 具有指向可从Internet或mql5市场下载的自定义指标的链接。 我们的新顾问  xCustomEA  基于顾问  The X-Universal EA 您可以 编写   自定义指标  ,我们的顾问 xCustomEA 将打开信号位置。 通过购买我们的Universal Trade Adviser  xCustomEA  ,您可以每天为指标编程顾问! 关于指标PIPFINITE TREND PRO的专家顾问的示例 关于指标的顾问和编程策略的完整说明 Description on English 基本设置:  您可以为以下各项指示和信号编程:    打开  ,    关闭  ,    过滤器  ,    止损  ,   
    Exp Swing
    Vladislav Andruschenko
    4.18 (45)
    它使用称为 Swinger (Pendulum, Cheburashka) 的著名策略模型 - 交替放置增加手数的挂单。 策略在于放置两个相反的挂单。当价格向某个方向移动时,触发一个挂单,同时增加另一个订单的手数。 EA 提供三种类型的挂单(TypeofTrade) 放置后自动开仓(即时开仓AutoTrade) 手动开仓后的开仓管理(Manual opening ManualTrade) 按高/低水平开盘(过去的 TFTrade 柱线的高低) OCO(一个取消另一个)订单是一种由两个订单组成的条件订单。如果第二个订单被执行,第一个订单就会自动取消。 Swing - 完整说明 这个怎么运作? 开始时,EA 发出两个订单 - 买入止损 和 卖出止损 ,距离当前价格的距离为 StopOrderDeltaifUSE。 如果 Buy Stop 触发,则 Sell Stop 将被删除,并且将放置一个交易量为 BuyStop   *   Martin 的 Sell Stop 订单。 如果 Sell Stop 触发,Buy Stop 将被删除,并且将放置交易量 SellStop   *  
    FREE
    CloseIfProfitorLoss with Trailing
    Vladislav Andruschenko
    4.87 (30)
    在 MetaTrader 4 中使用利润跟踪功能在达到总利润/亏损时平仓。 您可以启用 虚拟停止(单独订单)   , 分别计算和平仓 买入和卖出头寸 (Separate BUY SELL)   , 关闭和计算 所有交易品种或仅当前交易品种(所有交易品种)   , 启用追踪获利( 追踪 利润) 关闭存款货币、点数、余额百分比的总损益。 该应用程序旨在与任何其他 EA 一起用于任何账户或与手动交易结合使用。 MT5 版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 一旦某些货币对或所有货币对的交易总余额大于或等于设置中指定的值,所有头寸将被关闭并删除订单。 此版本不仅能够在指定的利润水平平仓,而且还可以追踪利润以获得更好的结果。 我们实用程序的主要功能 按所有交易品种的总利润平仓; 按单独交易的总利润结算。 (虚拟模式); 按总利润结算并追踪利润; 按总利润以点数、百分比或货币结算; 所有交易或单独交易均以总亏损结束; 关闭交易后关闭图表和终端、风险管理器、包含关闭信息的邮件
    Exp Assistant 5
    Vladislav Andruschenko
    4.72 (120)
    自动设置、止损、止盈、追踪止损、盈亏平衡水平,实现 虚拟 止损和止盈。 经验助理 将帮助您组织职位维护。 该程序(EA 交易)旨在自动设置 真实或虚拟   交易时您的仓位的 止损和止盈 水平。 您可以从图表上的控制面板轻松管理 EA 交易的所有操作。 如果您在为未平仓头寸设置止损、止盈、 追踪止损 或 盈亏平衡 时遇到任何困难 ,或者如果您更喜欢手动交易,您可以使用助手。 它将自动执行必要的操作,例如为您的交易设置止损和获利、打开追踪止损以及在需要时将止损移至盈亏平衡。 该助手还具有基于 抛物线 Sar 指标的追踪止损功能。 MT4 版本 详细描述 +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 我们的助手的9个主要功能: 打开买入卖出; 止损/止盈集; 设置追踪止损; 一套收支平衡; 抛物线追踪止损; 虚拟止损和止盈; 虚拟栏杆止损和盈亏平衡; 显示当前柱的结束时间; 显示有关帐户的有用信息; 对于实时图表上的一键交易,您可以下载实用程序 VirtualTradePad for Meta
    FREE
    Exp TickSniper
    Vladislav Andruschenko
    4.09 (34)
    Exp-TickSniper 是一种快速滴答剥头皮器,可以分别为每个货币对自动选择参数。 EA 是根据近 10 年的 EA 编程经验开发的。 EA 使用智能追踪止损并基于当前货币对数据、其报价、规格和点差来执行短期交易。 平均策略用于防止信号检测算法造成的损失。 如果未平仓头寸出现一定的亏损,则触发平仓功能。 在极端情况下,TickSniper 开设的头寸都伴随着止损。如果自动交易系统无法获得最低利润,则通过止损一一平仓。 系统自动定义有利的止损和获利水平,以及平均持仓距离、追踪止损距离等。 EA 从货币对规范、当前价格和作为我们策略一部分的其他因素中获取有关这些参数的数据。 完整的 MetaTrader 5 版本:   Exp-TickSniper MT5 PRO FULL TickSniper - 完整说明 + 演示 + PDF 推荐交易账户: 建议存款 LOW RISK   1,000 美元,最低手数 0.01 3 个货币对(例如 EURUSD USDCHF USDJPY); 建议存款 300 美元的中等风险 ,1 个货币对(例如 EURUSD)的最小手数为 0.01; 建议
    Averager FULL
    Vladislav Andruschenko
    4.9 (10)
    Exp-Averager 旨在通过开立平均交易对已收到一定回撤的交易进行平均。 顾问可以顺势和逆势建仓! 包括一系列头寸的平均追踪止损! 他们正在增加和减少批次。 一种流行的策略,用于将无利可图的头寸调整至平均价格。 MT4版本 详细描述 +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 链接 MetaTrader 5 终端中 Expert Advisor 中平均器的操作示例:   Exp - TickSniper   。 具有平均功能的通用交易顾问 The X 笔记 这不是一个自动交易系统。 它会监控您的交易并在出现亏损时对其进行平均,直到您获得利润。 您可以在策略测试器中测试 Expert Advisor,并在可视化模式下使用我们的 EAPADPRO 工具栏进行交易! 它是如何工作的? EA 交易将在指定点数( 距离 )后以相同方向开仓。 持仓交易量的计算方式为前一笔交易的交易量 *   LotsMartin   。 此外,EA 还会修改所有交易的共同止盈,将其设置为“同一方向所有仓位的
    Lib5 EAPadPRO for MT5
    Vladislav Andruschenko
    4.5 (6)
    用于将信息面板添加到您的 MetaTrader 5 EA 的库。 我们不能保证程序的信息和界面会让您在交易中获利,但我们可以肯定地说,即使是最简单的程序界面也能增强第一印象。 将我们的面板添加到您的 智能交易系统的 详细说明和说明在我们的博客中:   LIB - EAPADPRO 分步说明 我们面板的详细说明和使用 EAPADPRO 的说明 MetaTrader 4 库版本 添加的过程包括 10 个步骤 ,我们的文章中详细介绍了它们。 安装库 从此站点安装库; 打开您的智能交易系统; 打开我们的示例和安装代码的分步指南,文件 Exp - EAPADPRO LIBRARY TEST(可以在博客中找到)   ; 按照建议中的说明执行每个步骤,或使用我们网站上的分步说明。 EAPADPRO 个性化 本段描述了您可以在我们的面板中更改的所有内容: versionea   - 面板中显示的智能交易系统版本; BMPLOGO   - 显示在面板上的 BMP 60x60 顾问的徽标; icon   - 您的专家的图标,显示在专家的属性中; defEANAME - 面板中显示的您的智能 交易系统的
    FREE
    Exp5 Duplicator
    Vladislav Andruschenko
    4.71 (7)
    Expert Advisor Duplicator 在您的账户 MetaTrader 5 上重复 交易/持仓/信号预设次数。 它复制所有手动或由另一个“EA 交易”打开的交易。可以增加信号的批量大小。 复制信号并增加信号的数量! MQL5 信号手数增加 支持以下功能:复制交易的自定义手数、复制止损、止盈、使用追踪止损等等。 链接 MT4 版本 详细描述 +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 MetaTrader 的交易复印机可在此处获得:   COPYLOT 注意力 注意 :这不是用于终端之间贸易的复印机。 复印机不能用于净额结算帐户。 您可以在策略测试器中测试“   EA 交易”,并在可视模式下使用我们的 EAPADPRO 工具栏进行交易! 在 1 个货币对上安装 EA 就足够了。默认情况下,它将监视所有打开的符号。 这个怎么运作? Duplicator 助手 EA 重复在终端中打开的头寸。 要复制的位置或顺序称为 源 。重复位置是一个 副本 。 The EA repeats
    Exp SafetyLock PRO
    Vladislav Andruschenko
    4.7 (27)
    SAFETYLOCK 允许交易者通过为已经开立的头寸设置相反的订单来避免强烈的市场逆转。 如果交易者或 EA 开仓,SAFETYLOCK 会为其开立反向挂单。如果头寸亏损,挂单将被激活以创建锁定。 EA 允许您关闭初始头寸、使用追踪止损或乘以手数。 您还可以根据持仓价格修改挂单开仓价格。 详细描述 +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 参数基本(我们博客中对参数的完整描述) MilliSecondsTimerForMonitoring   - 算法执行的持续时间,以毫秒为单位(默认为 1000 = 1 秒)。 SymbolMonitoring   - SymbolMonitoring = ALL_SYMBOL = 监控账户上的所有交易品种和所有交易。如果您在任何货币对图表上启动智能交易系统,它将监控所有货币对。 Type_Monitoring   - EA 监控的交易类型,买入卖出或全部。 Magic_Monitoring   - EA 监控的神奇头寸数量,您可以指定多个以逗号分隔的值
    Exp Assistant 4
    Vladislav Andruschenko
    4.87 (85)
    设置止损,获利,追踪止损,盈亏平衡,启用虚拟止损。 Exp Assistant 将帮助您组织职位维护。 此EA交易将为您的头寸设置所有必要的止损和获利水平。 所有Expert Advisor操作都通过图表上的控制面板进行管理。 如果您有未平仓头寸,但您的EA交易无法设置止损,获利,追踪止损或盈亏平衡,如果您手动交易,您可以使用助理。它将自动为您的交易设置止损并获利,将在需要时开启追踪止损或止损至盈亏平衡。它还具有基于抛物线Sar指标的追踪止损。 MT5版本 详细描述 +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 我們助手的9個主要功能 -  開盤買賣; 安裝止損/獲利; 啟用追踪止損; 包括盈虧平衡; 拋物線尾隨停止; 虛擬止損和獲利; 虛擬追踪止損和盈虧平衡; 顯示當前條的結束時間; 顯示有關帳戶的有用信息; 只需在实时图表上单击交易,即可下载 MetaTrader 4的 实用程序 VirtualTradePad 和 MetaTrader 5的VirtualTradePad For
    FREE
    Exp4 THE X FULL Universal EA for MT4
    Vladislav Andruschenko
    4.29 (17)
    MetaTrader 4 的通用指标顾问,具有广泛的功能,可处理标准指标。 1 个智能交易系统中的策略构建器。 来自标准 MetaTrader 集的大量交易指标。 可以选择 20 个信号中的 1 个和 20 个滤波器中的 5 个。 一百多个参数进行个性化定制以满足您的要求。 对于每个信号,您可以自定义指标参数、选择时间范围并指定信号条。 链接: MetaTrader 5 终端的 X       (MT5 的 X) 注意力     !新的通用交易顾问     Exp The xCustomEA     为了   元交易者 4       , 处理自定义指标 如果您想购买自我优化的自动交易顾问,请参阅我们的           滴答狙击手     ! 可以在我们的博客中找到 EA 设置 + 演示 + PDF   的完整手册和说明 设置和输入的描述 即使 在博客中,也有关于如何优化和测试我们的顾问 The X 的信息 一个简短的功能列表: 逆势平均, 对趋势的额外发现, 追踪止损,盈亏平衡点, 关闭总损益, 虚拟止损、止盈和追踪止损, 处理头寸或挂单/限价单的能力, 鞅, 抛物线追
    Exp5 Tester PAD for Strategy Tester
    Vladislav Andruschenko
    4.61 (28)
    该实用程序允许您在策略测试器中手动测试您的策略。在可视化图表上一键交易。 策略测试器现在也提供了方便且完整的测试交易技能的功能。 复盘大师 Pad 是一款用于策略测试的交易模拟器。使用指标进行交易。 我们实用程序的主要功能 MT4版本 详细描述 +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 适用于 MetaTrader 策略测试程序 4 和 5; 交易、头寸和订单管理; 可以使用任何指标; 止损、止盈、追踪止损、订单网格; EAPAD PRO 图表友好的仪表板; 一键单击即可控制速度、暂停和图表控制。等等。 警告:此面板供策略测试人员使用! 对于实时图表上的一键交易,您可以下载我们的实用程序 VirtualTradePad for MetaTrader 4 和 VirtualTradePad for MetaTrader 5   。 结合我们 EA 通用面板 EAPADPRO 的优点和 VirtualTradePad交易实用程序的强大功能, 我们创建了产品 Exp - Tester PAD
    FREE
    Exp THE X FULL
    Vladislav Andruschenko
    4.79 (28)
    这是MetaTrader 5的通用自动EA交易,用于标准指标。 UniversalEA 构造函数EA提供了大量函数。 您可以选择20个信号中的一个来开仓,20个过滤器中的5个用于挑选MetaTrader包中包含的标准指标的信号。 此外,您可以调整指标参数,选择时间范围并为每个信号指定信号条。 注意!新的通用贸易顾问 Exp - xCustomEA 致力于自定义指标: Exp   MetaTrader 5   的xCustomEA Exp   MetaTrader 4   的xCustomEA Description on English 如果您想购买自动交易顾问,请查看我们的 TickSniper  ! EA包含以下功能:  反趋势平均, 在趋势方向上的额外开放, 追踪止损, 收支平衡, 以总利润或亏损结算, 虚拟止损,获利和追踪止损, 能够使用头寸或挂单/限价单, 鞅, 抛物线追踪止损, 缩编限制功能, 按时间和周日交易 和许多其他人.... 您也可以下载X EA for MetaTrader 4终端 The X for MT4 有关EA设置的完整手册和说明,请访问 我们的
    Exp Tick Hamster MT5
    Vladislav Andruschenko
    3.75 (16)
    为 MetaTrader 5 的任何交易品种自动优化所有参数的专家。 无需设置的交易EA! 打钩 Hamster   - 这是一个 自动交易专家,适合不想设置顾问的新手和用户! 该交易顾问的交易策略已经测试了 7 年。 使用我们专为初学者设计的自动交易专家,让交易变得前所未有的简单。 告别设置交易顾问的麻烦,向无压力交易问好。 今天就开始使用,迈出成功交易的第一步。 MT4版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 这个怎么运作? 下载; 安装在图表上; 顾问将自动交易; 留下评论。 如何设置专家? 您不需要自定义任何东西!我们为您准备好了一切! 1 设置参数 = Trading Lot 手数。 魔法       - 使用具有唯一职位编号的顾问。 (想定制还是购买?   TickSniper - 自动剥头皮 ,可以微调参数)! EA 算法与 ticksniper 相同,但删除所有设置以进行操作。一切都是自动配置的。 推荐交易账户: 推荐存款 低风险  
    Exp COPYLOT MASTER for MT4
    Vladislav Andruschenko
    4.54 (26)
    МetaТrader的交易复印机4.它复制任何账户的外汇交易,头寸,订单。 这是МТ5↔️МТ4今天贸易复印机的最佳 МТ4   -   МТ4, МТ5   -   МТ5, МТ4   -   МТ5, МТ5   -   МТ4 。 独特的复制算法将所有交易从主账户复制到您的客户账户。运行速度快。严格的错误处理。一组强大的功能。 所有这些品质都合并在一个程序中 - EXP - COPYLOT。 该程序可以在多个终端绑定上运行。 在一个账户上交易的各种投资者账户中将其用作交易的同步器, - COPYLOT会将您的交易复制到其他终端。 安装 CopyLot Master - 要在帐户上安装的专家,您要从中复制职位和订单。 在终端中安装此专家,您可以从中将位置复制到投资帐户。 将任何文本标签名称指定为pathWrite(pathRead),例如“COPY”。 EA需要设置为1图表!默认情况下,我们的顾问会复制您帐户中的所有头寸和订单! 要复制您需要在第二个帐户或 Copylot客户端MT5 上安装 COPYLOT客户端MT4 的位置 注意:设置列表在我们的 博客中  ! 特
    FREE
    Exp Tick Hamster MT4
    Vladislav Andruschenko
    3.5 (14)
    为 MetaTrader 4 的任何交易品种自动优化所有参数的专家。 无需设置的交易EA! Tick   Hamster   - 这是一个 自动交易专家,适合不想设置顾问的新手和用户! 通过我们适合初学者的专家顾问体验无忧的自动交易。 无需担心复杂的设置 - 我们的专家会为您处理一切。 今天就开始您的成功交易之旅! MT5版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 这个怎么运作? 下载; 安装在图表上; 顾问将自动交易; 留下评论。 如何设置专家? 您不需要自定义任何东西!我们为您准备好了一切! 1 设置参数 = Trading Lot 手数。 魔法       - 使用具有唯一职位编号的顾问。 (想定制还是购买?   TickSniper - 自动剥头皮 ,可以微调参数)! EA 算法与 ticksniper 相同,但删除所有设置以进行操作。一切都是自动配置的。 推荐交易账户: 推荐存款 低风险     1,000 美元,最小手数 0.01 3 个货币对
    Exp4 Tester PAD for Strategy Tester
    Vladislav Andruschenko
    4.86 (28)
    该实用程序允许您在策略测试器中手动测试您的策略。在可视化图表上一键交易。 该实用程序的最新版本为交易者提供了手动测试其交易策略的高级功能。借助策略测试器,您现在可以在模拟环境中评估交易策略的有效性。此功能允许您分析交易技术的表现并对其进行改进以提高您的交易技能。 此外,策略测试器提供了一种便捷高效的方式来执行交易,在可视化图表上一键交易。此功能使您能够以所需的价格水平快速进入和退出交易,而无需在不同屏幕之间切换。 借助策略测试器中提供的完整功能,您可以有效且高效地模拟和完善您的交易策略、分析结果并优化您的交易技能。 MT5 版本 详细描述 +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 警告:此面板供策略测试人员使用! 对于实时图表上的一键交易,您可以下载我们的实用程序 VirtualTradePad for MetaTrader 4 和 VirtualTradePad for MetaTrader 5   。 结合我们 EA 通用面板 EAPADPRO 的优点和 VirtualTradeP
    FREE
    Exp4 The xCustomEA for MT4
    Vladislav Andruschenko
    4.17 (6)
    MetaTrader 4自定义指标的全球交易顾问。 战略的建设者 MetaTrader 4  版本  :  MetaTrader 5终端   的xCustomEA 版本 通用交易顾问的功能xCustomEA完全复制了我们的顾问 The X 所有参数,除了一个: xCustomEA 适用于自定义指标,能够为MT4终端编制自己的交易策略。 xCustomEA 具有指向可从Internet或mql5市场下载的自定义指标的链接。 您可以编制  自定义 指标  ,  和我们的顾问  xCustomEA  将在信号上开仓。 通过购买我们的Universal Trade Adviser  The   xCustomEA  ,  你可以每天为指标编程顾问! 关于指标PIPFINITE TREND PRO的专家顾问的示例 关于指标的顾问和编程策略的完整说明   + DEMO + PDF Description on English 基本设置:  您可以为以下各项指示和信号编程:    打开  ,    关闭  ,    过滤器  ,    止损  ,    获利  。 所有其他设置与X的设置相
    Exp4 Duplicator
    Vladislav Andruschenko
    4.52 (21)
    EA 在您的帐户 MetaTrader 4 上重复 交易和头寸或发出预设次数的信号。 它复制所有手动或由另一个“EA 交易”打开的交易。 复制信号并增加信号的数量 ! 增加其他 EA 的数量。 支持以下功能:复制交易的自定义手数、复制止损、获利、使用追踪止损。 MT5版本 详细描述 +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 链接 MetaTrader 的交易复印机可在此处获得:   COPYLOT 注意力 注意:这不是终端之间交易的复印机。 您可以在策略测试器中测试“EA 交易”,并在可视模式下使用我们的 EAPADPRO 工具栏进行交易! 在 1 个货币对上安装 EA 就足够了。默认情况下,它将监视所有打开的符号。 这个怎么运作? Duplicator/Dublicator 助手 EA 重复在终端中打开的头寸。 EA 能够复制头寸和挂单。 要复制的位置或顺序称为 源 。重复位置是一个 副本 。 The EA repeats the source the specified numb
    Ind4 Extra Report Pad
    Vladislav Andruschenko
    4.49 (45)
    这是一个统计小组,提供您的交易账户分析。 分析结果实时显示在图表上。 多货币交易现在很流行。但是,交易量越大,分析每个交易的盈利能力就越困难。按月分析交易并计算每笔交易的统计数据是更具挑战性的任务。 MT5版本 详细描述 +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 该面板提供了一种有效的解决方案,可以分析您的帐户并实时准备详细的统计数据 注意!按钮  EXPORT TO HTML  可用 - 我们的指标将所有接收的数据保存在单独的HTML文件中! 标签和控件 该小组目前包含六个标签: TRADES    - 目前的开放交易 历史   - 历史上封闭的交易 所有交易   - 开放和平仓交易 报告   - 关于您的交易账户的已平仓交易的详细报告 分配符号  - 买入和卖出交易相对于总量和分配的分布 量 每个符号的有利可图的交易。该选项卡还显示有利可图的交易的分布,包括每个符号的总利润和手数,以及 分配 每个符号的亏损交易 分配时间  -显示条目数,以及按小时,一周中的几天和几个月的损益。如果查看列名称,
    FREE
    Exp5 COPYLOT MASTER for MT5
    Vladislav Andruschenko
    4.2 (10)
    Exp5 - COPYLOT MASTER 是 МetaТrader 5 和 MetaTrader 4 的交易复制器。它从任何账户复制外汇交易。 安装 这个 Expert Advisor 是一个复制大师。在您想要复制交易的终端中安装“EA 交易”。 将任何文本标签名称指定为 pathWrite,例如,“COPY”。 在您想要复制交易的终端上安装 COPYLOT MASTER for MT5。 然后在您要复制到 的 MT4  终端上安装 COPYLOT Client MT4。 或 MetaTrader 5 的 Copylot 客户端 MT5 您也可以下载 COPYLOT MASTER for MT COPYLOT - 完整说明和手册 PDF 指南 注意:可以在“注释”选项卡上找到设置列表。 EA 需要设置为 1 个图表!默认情况下,我们的顾问会从您的账户复制所有头寸和订单! 订单在激活时被复制(头寸)并复制到客户账户。 不支持部分关闭!订单只能在与打开时相同的批次中关闭!如果您的主人使用不同的批次进行关闭,那么复印机可能会失败! # 它是当今最好的 MT5 到 MT4 贸易复
    FREE
    Ind5 Extra Report Pad
    Vladislav Andruschenko
    4.77 (30)
    这是一个统计小组,提供MetaTrader 5交易账户的分析。 分析结果实时显示在图表上。 多币种交易非常受欢迎。但是,交易量越大,分析每个交易的盈利能力就越困难。按月分析交易并计算每笔交易的统计数据是更具挑战性的任务。 MT4版本 详细描述 +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 然而,交易量越大,分析每笔交易的盈利能力就越困难。 按月分析交易和计算每笔交易的统计数据更是具有挑战性的任务。 如果您想全面了解交易系统的表现,有多种工具可以帮助您实现这一目标。 其中一些工具包括报告、统计、myfxbook、交易日志、账户分析、性能统计、分析和创新的仪表盘。 利用这些工具,您可以详细分析自己交易系统的表现,并获得有关优势领域和潜在弱点的宝贵见解。 无论您是希望提高业绩的新交易员,还是希望优化交易策略的经验丰富的交易员,这些工具都能为您提供所需的信息,帮助您做出明智的决策,实现您的财务目标。 该面板提供了一种有效的解决方案,可以分析您的帐户并实时准备详细的统计数据 亲爱的朋友和我们的EA用户 Ex
    FREE
    Market Time Pad
    Vladislav Andruschenko
    4.6 (15)
    此指标显示世界主要市场的当前时间。它也显示当前时段。 使用非常容易。它不会占用太多图表空间。 它可以与 EA 或其它面板一起工作, 比如 虚拟交易板 。 这是经典风格版本。 Dear friends and users of our EAs, please add your ratings in the  Reviews  section. All updates to our forex software are  free ! This is a free trading utility! 其它功能: 输入参数中有一个选项: 显示/隐藏鼠标覆盖按钮提示, 您也可以选择提示的语言英语 / 俄语; 关闭按钮终止此应用程序; 最大化/最小化按钮在图表上缩放格板; 格板可以在图表上移动。要想移动,在面板上部靠近关闭和最小化按钮的地方用鼠标拖拽,移动到期望的位置。 Expforex,Vladon,Indicator,Utility
    FREE
    筛选:
    Vladimir
    45
    Vladimir 2024.01.19 06:30 
     

    магики через запитую не подхватывает. берет в работу только один магик тот что первый в строке Хорошо бы исправить

    Gellet Manchenella
    430
    Gellet Manchenella 2023.11.09 13:53 
     

    the best utility I have used. Easy to set up and works great to recover losses. But if it can close a partial lot of the profit-making trade in the direction of the trend will be better. In my case, a profit-making trade of $400 was closed against a trade of $-100. There was potential to make more money. When profit is higher than loss-making trade (with profit target) you should consider closing to the extent of loss+profit target. Hope you will consider.

    afsff saaa
    18
    afsff saaa 2023.03.18 22:22 
     

    very smart idea i love this EA It solved many problems

    abdelhamid khabkhabi
    42
    abdelhamid khabkhabi 2022.03.22 11:39 
     

    Thank you a very good EA

    bighead1971
    2355
    bighead1971 2022.03.06 04:02 
     

    excellent!

    E D
    76
    E D 2021.04.17 01:27 
     

    So far the best utility I have used. Easy to set up and works great to recover losses. It's actually amazing to watch results. No setfiles are needed because all accounts are different. Read the instructions and practice on a demo account. Play with the settings and once you find the best settings, set it up on live account. Works great.

    Vladislav Andruschenko
    244437
    来自开发人员的回复 Vladislav Andruschenko 2021.04.17 07:09
    Thank you very much for your feedback.
    Vadim Vronsky
    486
    Vadim Vronsky 2020.12.04 21:37 
     

    I love that EA - Utility. Designed very smart-well. I run it on a demo live acct and the results just excellent covering losses and minizine trading risks. I plan to use it in my live acct next week. Close + by - utility works well with other EAs too. My 5 stars to Vladislav for his work business and IT development creativity. FYI, I use TickSniper EA on live acct and like it. Well done, Vlad.

    Vladislav Andruschenko
    244437
    来自开发人员的回复 Vladislav Andruschenko 2020.12.04 22:12
    Thank you for your feedback. )))
    ROBERT URBANSKI
    1387
    ROBERT URBANSKI 2020.08.06 13:55 
     

    Excellent Utility and very usefull. Many time rescue my .... :). Thank you Vladislav and you team

    Evolve
    224
    Evolve 2020.07.26 07:42 
     

    Excellent Utility !

    Vasil lupanov
    722
    Vasil lupanov 2019.12.30 19:40 
     

    Five stars for the helper and 10 gold stars for its creator. Well done !!!

    [删除] 2019.12.25 16:04 
     

    用户没有留下任何评级信息

    Staffan Ofwerman
    2075
    Staffan Ofwerman 2019.04.03 11:24 
     

    This is a great EA to add to every setup. Great help from the seller and it works fantastic. It will take away the worst trade with the help of your profit trades. And with the latest update it's even better when you can see so much info about what is happening. Is it possible to give it 6 stars?

    Vladislav Andruschenko
    244437
    来自开发人员的回复 Vladislav Andruschenko 2021.05.03 10:37
    Thank you.
    eriva
    263
    eriva 2019.01.13 11:08 
     

    I use many products from Vladislav, the utilities are exceptional even if they require a bit of patience to find the right settings based on their use. Each reviewed utility is used in my real account. Vladislav is a kind and helpful person for any help required. Great Vladislav !!

    Gusstaw
    33
    Gusstaw 2015.05.16 12:17 
     

    работает на 5+,любой счет,любой депозит,полезен новичкам,те постоянно в минуса лезут,закрывает и -10 и -100,настройки минимальны и очень просты,авторы всегда помогут,если и закрывает с минусом,то минимальным..поверьте-это один из лучших помошников

    Alexey Lushnikov
    1792
    Alexey Lushnikov 2015.04.09 23:00 
     

    я так понял главное правильно настроить. И в принципе из 10 пар закрывает пачку ордеров плюс минус.

    savagerus
    121
    savagerus 2015.01.15 15:42 
     

    Отличный и полезный советник

    回复评论
    版本 24.413 2024.04.13
    Fixed: BUY/SELL buttons are enabled by default
    版本 24.409 2024.04.09
    4270 ReCompile
    版本 24.404 2024.04.08
    Global Update EAPADPRO v55 with build 4260

    !!!Attention! Support of visual Graph Elements (Buttons, input line, Edit Box, CheckBox) is no longer supported by VPS server from MetaQuotes!!!!


    -Added: information about profit from closed positions to the chart.
    The information is displayed for each bar of the current timeframe.
    You can change the timeframe to see the result of trading on a certain bar of the current timeframe.
    If several positions/deals are closed on one bar of the current timeframe, the trading result is summarized, and the total information for a certain bar is displayed.
    The information is updated when the next position/deal is closed.
    You can turn off showing history in the panel settings.

    ===========================================================================================

    -Added: The status of the Expert Advisor operation if it was launched on the server from "VPS MQL MetaQuotes".
    When Expert Advisor is running on the server from MetaQuotes, a message will be created on the home computer that Expert Advisors are running on the server "VPS MQL MetaQuotes". The smiley face is blue.
    Attention: If an Expert Advisor is launched on both the server and the home computer, it can trade in parallel on 2 terminals (server "VPS MQL MetaQuotes" + home computer); there may be conflicts.
    Attention: If the Expert Advisor is launched on the server "VPS MQL MetaQuotes", do not Turn it on work on the home computer to avoid conflicts.
    Frequency of polling the status of work on the server = 1 day.
    After deinitialization of the Expert Advisor on the server - It will get the status - stopped.
    To test the work on the server from "VPS MQL MetaQuotes", pending orders are created!

    ===========================================================================================

    -Added: The error status of the Expert Advisor operation can now be read on the EAPADPRO panel.
    You can click on the Smile or the Expert Advisor operation status bar and you will be shown a message about current errors of Expert Advisor operation.
    If you click on the Smile button on the panel, you will be shown the causes and errors and their solutions with pictures.

    ===========================================================================================

    -Added: Notification of errors and opening/closing of trades to the chart in the form of InfoBox.
    Notification is shown for 4 types:
    ---Opening a new trade;
    ---Closing a deal;
    ---Modification of a trade;
    ---Error received by Expert Advisor from the server;
    In the EAPADPRO panel settings, you can turn on or off the notification type you need.
    Notifications can be viewed as they arrive in the notification queue.
    Notifications are accumulated in a data array each time you install/reinstall/change Expert Advisor settings.
    In the EAPADPRO header you can also enable disable INFOBOX.
    ===========================================================================================

    -Added: Working with Telegram (Beta version)
    For Expert Advisor to work with the Telegram bot, you need to set up the bot on your phone and create a "public" or "private" channel.
    To receive notifications from your account, you need to assign your bot as an administrator of your "public" or "private" channel.
    Attention! Sending notifications and working with commands takes computer resources! Use the Telegram bot only for your own needs.

    How To set Telegram bot: https://www.mql5.com/en/market/product/30733#!tab=comments&page=1&comment=52925811

    New settings for working with Telegram:
    EAPadPRO2=" =============== Telegram bot ";
    ==input ENUM_UPDATE_MODE TG_UpdateMode=UPDATE_SLOW --> Update Mode. Timer speed, to receive commands from Telegram bot. The faster the timer runs, the more computer resources will be used! Please do not change it unnecessarily. 2sec,3sec,10sec
    ==TG_PRIORITY=TG_HOME_VPS --> Priority of work. This is the priority mode when the Telegram bot works on the MetaQuotes VPS server and your home computer.
    TG_HOME_ONLY=1, // Only the HOME bot. The Telegram bot works only on the home computer.
    TG_VPS_ONLY=2, // Only the VPS bot. The Telegram bot works only on the MetaQuotes VPS server.
    TG_VPS_HOME=3, // First VPS bot, second HOME bot. The Telegram bot works on the MetaQuotes VPS server if you upload it to the server. If not, it will work on your home terminal. Check the work on the VPS server every 10 minutes.
    TG_HOME_VPS=4, // First HOME bot, second VPS bot. The Telegram bot works on a home computer, but if the home computer/terminal is turned off, it will work on the VPS server from MetaQuotes. Check the VPS server's work every 10 minutes.
    Attention! Screenshots are not available on the VPS server from MetaQuotes!
    ==TG_Token="" --> Token bot. Token (unique code) of the bot that will send notifications and receive commands
    ==TG_ChannelName="" --> --> Public Channel Name @. Or "private" ID starts -100 of the private channel. That will send notifications about opening/closing/modification/errors and screenshots from the terminal.
    Attention: Telegram bot works only with public channels. Private channels are not supported.
    ==TG_UserNameFilter="" --> Whitelist Usernames. List of users, starting with @, who can use the bot.
    Attention! Sending notifications and working with commands takes computer resources! Use the Telegram bot only for your own needs.
    ==TG_UseBotTimer=false;//TG_UseBotTimer --> Working with the bot from the phone

    New notification type added to EAPADPRO panel settings:
    ==Notice Open TG - Send a notification to the Telegram channel if a trade is open;
    ==Notice Close TG - Send a notification to the Telegram channel if a trade is closed;
    ==Notice Modify TG - Send a notification to the Telegram channel if a trade is modified;
    ==Notice Error TG - Send a notification to the Telegram channel if an error is received;
    ==ScreenShot TG - Send a screenshot to the Telegram channel if a trade is opened or closed;

    Attention! This is a beta version of working with the Telegram bot. We are working on improving and adding new features.
    If you have any suggestions, please write in the "Comments" section.

    ===========================================================================================


    -Improvement: Code optimization to increase speed.
    -Improvement: The speed of the panel update in the strategy tester is now calculated automatically depending on the speed of quotes arrival.
    This is done to increase the speed of the program in the strategy tester.
    Information update is now equal to 1 real second.
    -Improvement: The speed of the program running EAPADPRO in the strategy tester.
    Attention! Events in the strategy tester are processed only when a new tick is created.
    If a new tick (minimum price movement) is not created, then the panel waits for the next tick.

    With Visualization:
    Version 48: 390sec (TickSniper 2024-2024)
    Version 55: 244sec >>159% (TickSniper 2024-2024)
    w/o Visualization:
    Version 48: 363sec (TickSniper 2020-2024)
    Version 55: 220sec >>165% (TickSniper 2020-2024)
    with Visualization:
    Version 48: 15750sec (TickSniper 2020-2024)
    Version 55: 6220sec >>253% (TickSniper 2020-2024)

    -Improvement: The color of the button to close a position on the chart changes depending on the current profit of this position.
    -Improvement: Graphic improvements to optimize the Expert Advisor's performance
    -Improvement: The account deposit Symbol is cent ¢, USD $, or eur €. All others are the first letter of the deposit currency name.
    -Improvement: When visual testing is completed, objects are not removed from the graph.
    -Improvement: When creating screenshots after opening/closing positions, the EAPAPDPRO Control Panel will be expanded to show full information.
    This is done in order to study the trading history of Expert Advisor on the visualization graph after testing is completed.
    -Fixed: Managing positions and orders from the chart when the panel is minimized.
    -Fixed: Corrected the error of clearing the chart from unused order labels.
    -Fixed: AutoSize when switching charts.
    -Fixed: Drawing errors to Print when the Expert Advisor runs on "VPS MQL MetaQuotes"



    版本 24.127 2024.01.28
    +Added languages Chinese, Japanese, Korean, and Turkish.
    +Added full control from the chart. Closing positions/orders, removing Stop Loss / Take Profit.
    For full management and testing of Expert Advisor in the strategy tester.
    EAPADPRO v48
    版本 24.125 2024.01.25
    Eapadpro v47
    版本 23.999 2023.12.27
    EAPADPRO v46
    版本 23.913 2023.09.18
    -EAPADPRO v44
    -Last Build Compilation
    版本 22.114 2022.01.14
    Косметические изменения
    版本 22.110 2022.01.12
    Update EAPADPRO
    版本 21.614 2021.06.12
    Correction of information output on Inputs
    版本 21.612 2021.06.12
    EAPADPRO v40 update, according to the new rules for using the MQL5 Market
    版本 21.432 2021.04.30
    Version 4/32
    版本 21.431 2021.04.30
    Up Up date date
    版本 21.430 2021.04.30
    EAPADPRO v39
    -Added additional information that will be displayed on the "Strategy" tab of our panel.
    This will help monitor the current situation when closing positions.
    版本 20.119 2020.01.19
    Исправлена ошибка с MagicToClose
    版本 20.116 2020.01.15
    UpDateUpDateUpDate
    版本 20.115 2020.01.15
    Исправление ошибки SymbolToClose
    版本 20.112 2020.01.12
    Closing algorithm update.
    EAPADPRO v33
    版本 19.999 2019.12.24
    EAPAPDPRO v 33
    版本 19.802 2019.08.03
    EAPADPRO v31
    Added tooltips for parameters in external settings.
    版本 19.107 2019.01.07
    - Update EAPADPRO v25;
    - Additional languages added to the panel: Spanish, Portuguese (Brazil), German, Chinese, Japanese;
    The translation was made using the GOOGLE Translator + MQL + Terminal site!
    if you find an error in your language, please report it in messages. Thank!
    - Increase the speed of the panel;
    版本 18.830 2018.08.30
    Close Minus by Plus Update EAPADPRO v 20
    版本 18.515 2018.05.29
    - Updated EAPADPRO v2.0 info panel;

    Attention!
    - Renamed the parameters:
    TypyClose = TypeOfUnitToClose
    MinLossPoss_in_unit = MinLossInUnit
    ProfitPerLoss_in_unit = AdditionalProfitInUnit
    MagikToClose = MagicToClose
    版本 17.208 2017.02.14
    Improved EAPADPRO
    版本 17.123 2017.01.27
    - Added the EAPADPRO information panel
    Details on the panel in our blog: https://www.mql5.com/en/blogs/post/687140
    版本 16.121 2016.04.07
    Fixed the error of closing the profitable trades when there are no unprofitable ones and the MinLossPoss_in_unit parameter is set to +
    MinLossPoss_in_unit - should be set in the negative zone. This is the upper limit when searching for unprofitable positions.
    If the parameter is set to MinLossPoss_in_unit=-10, then the unprofitable trade (covered by the profitable ones) must be less than -10 dollars (points)
    MinLossPoss_in_unit = parameter that limits the EA operation if the negative trade is greater than the MinLossPoss_in_unit. For example, when opening a trade, it profit = -spread.
    版本 15.731 2015.08.03
    Added the message to the strategy tester stating that the product cannot be tested in the strategy tester.
    版本 15.729 2015.07.30
    Added: disabling algorithm if there are more than 1 positive trade.
    The algorithm works if there are 2 or more positions to be closed.
    版本 14.965 2014.12.23
    - Compiled under new build.
    - Added enumerations to select calculation and close type.
    版本 14.709 2014.07.09
    Added array release before every pass to avoid closing positions with the same tickets.