• 概述
  • 评论
  • 评论
  • 新特性

Rep Trick Trader

Support tools for repeat trades

Set the direction of the trade,the desired price range, and the number of repeats( or pips ) in the parameters.
The EA will then automatically repeat the buy and sell according to your settings.
The range can be set for both selling and buying, which broadens the range of strategies.

This EA is just a support tool that allows the user to trading; the EA does not use indicators or other means to judge the situation internally.

Functions and Usage

Save the downloaded file in the MQL4/Experts folder as you would with a regular EA, and apply it to the chart of the symbol you wish to trade.

Basic operation

  • Set any price range and number of repeats (or pips width) with parameters.
    Automatically trades according to TP and SL settings.

  • The EA internally maintains entry level information and make a position by market order.
    ( A range of plus or minus 5 points is acceptable because price of pinpoints may not be executed. )

  • The installation time frame is created assuming M1 to M5. (However, there are no restrictions.)

  • All trading operations by the EA are performed with market orders.

Operation by buttons on the chart

Each button on the lower left of the chart can be used to pause, close all transactions, etc.
(Please see also attached image.)

  • Run/Pause button
    Click to start/pause building a new position.
    Since the EA itself is not stopped, existing positions will be closed according to the TP/SL settings.
    By default, green = Running, orange = Pausing.

  • BUY button / SELLbutton
    It appears next to the Run/Pause button when Both is selected in Trade Direction.
    The functions is the same as the Run/Pause button, whth B applying to the buy direction only and S to the sell direction only.
    By default, green = Running, orange = Pausing.

  • CLOSE button
    Clicking on the button displays a confirmation dialog box for closing all open positions, and clicking OK executes the closing of all open positions.
    Only works during pause to prevent unintended entries after settlement.


Remote operation with pending orders

Even when running on a VPS, you can pause, close all positions, etc. by sending limit orders from MT4 on your local PC or smartphone app.
However, due to the use of non-EA orders (magic numbers and comments are not available), there is a possibility of malfunction if multiple patterns are running on the same account and with the same symbol, so please use the button operation on the chart.

Executes a combination of order type and price as a command. (Please see also attached image.)
To make it as easy as possible to remember, the orders used are BuyLimit at the top of the MT4 limit order list and SellStop at the bottom.

  • Sent as the order price that the price 0 of the symbol plus the price (points) in the table above.

    Example:
    In the case of USDJPY, place an order at "BuyLimit / Price 0.001" -> Pausing (both)
    In the case of EURUSD, place an order at "BuyLimit / price 0.00012" -> Pausing (sell only)

    BuyLimit order is not deleted after operation. Also, even if a restart command is sent while an order remains, it will be pausing again.Please delete it manually before restarting.

  • To settle the entire transaction, SellStop is sent after a pause.

    Example:
    In the case of EURUSD, place an order at " BuyLimit / price 0.00011" -> pause (buy only), then place an order at "SellStop / price 0.00001" → close all(buy only).

    Positions in the direction not paused will not be closed by sending SellStop.
    The SellStop order will be automatically deleted after the settlement process is completed.

  • If you want to use the query of the operation status, please allow push notification from [Tools]-[Options]-[Notification] of MT4 running the EA.
    If you allow push notifications on your phone app, you will receive them almost in real time. If you do not allow them, the data is received when the app is restarted.


Initialization (e.g., setting changes) with open positions held

We try to reacquire position information after loading whenever possible, but positions may overlap in price ranges that are close to those after the setting change, because if the price range or number of repeats is changed, or if slippage on the broker's side occurs at execution time, it is difficult to reflect all of them.

If you do not want positions to overlap, please refer to "How to transfer open positions that were omitted from being acquired due to initialization" below.

Even if positions are not reflected in the CSV, this will not affect TP/SL and other close processing, as well as breakeven and trail operations.


Import from CSV

If you wish to keep the price range and repeat settings but change other parameters, you can use import from CSV .

The advantage over initialization by parameters is that the state of the most recent open position can be inherited as-is.

  • The CSV is saved in the "MQL4\Files\RepTrickTrader_UsrData" folder as "Symbol Name Magic Number_PriceB" for buys and "Symbol Name Magic Number_PriceS" for sells.

  • The information to be read is the [ split entry level ] and [ ticket number of the corresponding position ].

How to transfer open positions that were omitted from being acquired due to initialization

Although it is like a subterfuge, it is possible to take over the position information by writing the ticket numbers of open positions that were omitted from the acquisition by initialization directly to CSV and read them back in.

< Procedure >

  1. Turn off the MT4 auto-trading icon (stop the EA itself)

  2. The ticket number of the omitted position should be replace with -999 in the corresponding entry-level row in the CSV, and save.

  3. Open the EA configuration and set the parameter "Initializing Rate Level by" as "CSV".Then, reapply the EA to the chart.

  4. Turn on the MT4 auto-trading icon.

    *If you change CSV manually, be sure to stop the EA itself (the changes will not be reflected because the EA overwrites the CSV).
    *Ticket numbers must be entered that exist as open positions. Entry levels with non-existent numbers will not build subsequent positions.

Parameters

BASE SETTINGS

  • Comment
    Comment

  • Run/Pause Button's Initial State
    Initial state of the Run/Pause button when EA is installed. The default setting is “Pausing” to prevent entries immediately after placement. Please set it to “Running” for backtesting.

  • Trade Direction
    Select either BUY Only / SELL Only / Both.

  • Slippage(pips)
    Slippage (enabled if setting is allowed by broker)

  • Max Spread ( points )
    Maximum Spread. An order is placed only when it is less than or equal to the specified value.

  • Max Positions ( per One Side )
    Maximum number of positions per side.

  • Max Trade ( Daily / Closed Base / per One Side )
    Maximum number of positions per day (closed basis/per side)

  • Trade Interval ( Bars )
    The interval until the next position is opened is set by the number of installation time frame bars.(If set to 0, positions may be opened in quick succession in the event of a sudden change.)

REPEAT SETTINGS

  • Initializing Rate Level by

    Parameter Set (initialize) the entry level from the parameters.
    CSV Loads entry-level and existing position information from a saved CSV.
    The most recently saved state is reflected.

  • Repeat Set Type

    Set by Times Specified by the number of repeats within the specified range.
    Set by Pips Specify in pips width.

  • Magic Number

    magic number
    Set for buy and sell positions, respectively.

  • Lots
    Lots
    Set for buy and sell positions, respectively.

  • Upper Rate
    Upper limit price
    Set for buy and sell positions, respectively. There is no problem even if the buy and sell ranges overlap.

  • Lower Rate
    Lower limit price
    Set for buy and sell positions, respectively. There is no problem even if the buy and sell ranges overlap,

  • Repeat Count ( Times )
    Number of repeats
    If "Set by Times" is selected under Repeat Set Type, this value will be referenced.
    Set for buypositions and sell positions, respectively.

  • Repeat Span ( pips )
    Repeat width
    If "Set by Pips" is selected under Repeat Set Type, this value will be referenced.
    Set for buy positions and sell positions, respectively.

  • Rangeout Behavior
    Sets the behavior when the upper and lower price limits are exceeded.

    No Action No setting. If it comes back within range, position building will resume.
    Pause Stop building new positions. Existing positions will be maintained as usual until TP/SL.
    Close All & Pause All existing positions are closed (by sell/buy) and new positions are stopped being built.

TP / SL SETTINGS

  • Takeprofit : Behavior
    Take-profit movement type

    Individual
    Each position is closed individually at the specified pips.
    Total Current open positions are closed together when the specified profit (positions multiplied by specified pips) is reached.

  • Takeprofit : Pips
    Take-profit value

  • Stoploss : Behavior
    Stop-loss movement type

    Individual Each position is closed individually at the specified pips.
    Total Current open positions are closed together when the specified loss (positions multiplied by specified pips) is reached.

  • Stoploss : Pips
    Stop-loss value

BREAKEVEN / TRAILING STOP

  • Starting Count of Position
    The break even/trail operation starts when the number of positions set in this item is reached.

  • Break Even
    Set to true if break even is used.

  • Break Even : Distance ( pips )
    The break even is activated when the price changes favorably up to this set value.

  • Trail : Start Distance ( pips )
    Trailing is initiated when the price changes favorably up to this set value.

  • Trail : Loss Distance ( pips )
    Sets the width of the stop loss to be used for trailing.

  • Trail : Modifying Span ( pips )
    After the start of the trail, the stop position is updated each time the price changes favorably by this set value.

EA START OPTION

  • Trading Term
    Set to true if you want the EA to run for a specified period of time.

  • Start Date ( Server Time )
    Set the start date and time in server time.

  • End Date ( Server Time )
    Set the end date and time in server time.

TRADE DAY SETTINGS

  • Day/Time Filter
    Set to true if Day/Time filter used.

  • Day Filter : Trade Month ( Server time )
    Set the month in which trades are enabled.

  • Day Filter : Trade Day ( Server time )
    Set the date in which trades are enabled.

  • Day Filter : Trade Weekday ( Server time )
    Set the day of the week in which trades are enabled.
    Monday=1, Tuesday=2, Wednesday=3, Thursday=4, Friday=5

  • Time Filter : Trade Hour ( Server time )
    Set the hour in which trades are enabled.(Corresponds to daylight saving time.)

  • Time Filter : Trade Minute ( Server time )
    Set the minutes in which trades are enabled.

    Day/Time Filter Common Format
    The method of describing each period individually, such as "1,2,3,4,5," and the method of describing the period collectively, such as"1-30," are employed.("-" is a half-width hyphen)
    Both formats can be mixed, such as "1,2,5-10,15,20-31".
    Only when all items are matched will they take effect. For example, if you want to use only the day of the week , you can leave the date as 1-31.
    All dates and times used in the setting are server time (the same as displayed in the charts).

  • Summer Time
    Select from OFF / ON : Type USA / ON : Type UK

    When daylight saving time is used, the time entry field is based on winter time.
    (For GMT2/GMT3, input "1" = winter "Server time 1 o'clock (8 o'clock JST)" = summer "Server time 2 o'clock (8 o'clock JST)")
    The GMT offset is automatically obtained. (Except for back testing. Also, if the market is closed, the exact value will not be retrieved.)
    Type UK planned to abolish the system in 2022, but left it in place.

  • GMT Offset ( for backtest )
    GMT offset for backtesting.

DISPLAY SETTINGS

  • Show Upper/Lower Line ( BUY )
    Display the upper and lower price lines in the buy direction.

  • Upper Line Color ( BUY )
    Color of the upper line in the buy direction.

  • Lower Line Color ( BUY )
    Color of the lower line in the buy direction.

  • Show Upper/Lower Line ( SELL )
    Display the upper and lower price lines in the sell direction.

  • Upper Line Color ( SELL )
    Color of the upper line in the sell direction.

  • Lower Line Color ( SELL )
    Color of the lower line in the selling direction.

  • Show Average Price Level
    Displays the average open price line.

  • Average Level Color
    Color of average open price line.

  • Button(Run) : Background Color
    Run button background color.

  • Button(Run) : Border Color
    Run button border color.

  • Button(Run) : Text Color
    Run button text color.

  • Button(Pause) : Background Color
    Pause button background color.

  • Button(Pause) : Border Color
    Pause button border color.

  • Button(Pause) : Text Color
    Pause button text color.

  • Button(CLOSE) : Background Color
    Close button background color.

  • Button(CLOSE) : Border Color
    Close button border color.

  • Button(CLOSE) : Text Color
    Close button text color.




推荐产品
Easy Open and manage your orders and positions – Calculate risk and lot size – Build your expert adviser from the integrated indicators – Trail your profits in various ways Key Features: Virtual Trading Lines: free changeable in any direction to build resistance, support, channels, triangles,… Order Types: Buy, Sell, Buy Limit, Sell Limit, Buy Stop, Sell Stop, OCO, Bracket Order Virtual Profit Trailing Strategies: Static, Percent, Exponential, Scaling up, Scaling down, Fifo, Bulk, Bollinger Ch
Candle EA MT4
Mansour Babasafary
4.58 (38)
This expert is based on patterns The main patterns of this specialist are candlestick patterns Detects trends with candlestick patterns It has a profit limit and a loss limit, so it has a low risk The best time frame to use this expert is M30 time frame The best currency pairs to use with this expert is the EURUSD, GBPUSD, AUDUSD, USDCAD currency pairs The price will increase by 100$ after every 10 purchases! Final price 2450$ Get a 50% bonus by buying (or even renting) any of our product
MT5版本: https://www.mql5.com/en/market/product/99545 隆重推出 No Marti No Party EA 交易系统:革命性的复杂逻辑交易系统 No Marti No Party Expert Advisor (EA) 代表了交易技术的顶峰,融合了高度复杂且相互依赖的逻辑网络,可提供无与伦比的交易见解并产生有利可图的交易。 该 EA 由专家数学家、统计学家和经验丰富的交易员团队开发,利用先进算法和人工智能的力量来应对金融市场的复杂性。 No Marti No Party EA 的核心是建立在复杂的神经网络架构之上,并根据大量历史市场数据进行精心训练。 该神经网络具有识别复杂模式、解释市场情绪并实时做出准确预测的卓越能力。 它是多年研究和微调的结晶,形成了一个能够以无与伦比的精度适应不断变化的市场条件的智能系统。 EA 的复杂逻辑是一个由相互关联的策略、指标和风险管理协议组成的综合网络。 这些组件协同工作,同时分析多个因素,从而创建市场动态的整体视图。 这些组件的相互作用使 EA 能够识别高概率的交
Perceptrader AI
Valeriia Mishchenko
EA has a live track record with 48 month of stable trading with low drawdown: Live performance MT5 version can be found here Perceptrader AI is a cutting-edge grid trading system that leverages the power of Artificial Intelligence, utilizing Deep Learning algorithms and Artificial Neural Networks (ANN) to analyze large amounts of market data at high speed and detect high-potential trading opportunities to exploit. Supported currency pairs: NZDUSD, USDCAD, AUDNZD, AUDCAD, NZDCAD, GBPCHF Timefra
该交易专家的主要目的是执行追踪止损的功能。它不会开仓或平仓,而只会设置和移动止盈和止损水平。为了计算止盈和止损,使用了价格变动的统计数据和 D. Bernoulli 的道德期望。因此,专家设定的新水平在风险/回报率方面提供了最好的(可能的)选项。让我们看一下交易机器人的参数。 Tracked Symbols - 将由 EA 跟踪的货币对。输入您感兴趣的所有字符,用逗号分隔。例如:欧元兑美元、英镑兑美元、美元兑瑞郎。如果您将此字段留空,则顾问将仅在安装它的符号上工作。启动时,机器人会在终端的“专家”选项卡中显示受监控的符号。 Estimated Timeframe - 设置 EA 将收集价格变动统计数据的时间范围。对于使用大量入场而利润微薄的交易策略(剥头皮等),您需要使用较小的时间范围。对于趋势策略,您需要选择更大的时间范围。一般的规律是这个参数越大,持仓的时间越长,利润就越高。但我们绝不能忘记不断增加的风险。 Sensitivity - 设置 EA 对价格变化敏感度的参数。随着这个参数的增加,专家设置的第一个止损将离开盘价越来越远。这可以增加交易的盈利能力,但也会增加持仓时间和
MaxProfitDz v4
Hafis Mohamed Yacine
MaxProfitDZ Expert adviser MaxProfitDz v1.4     Recommendations Symbol: ALL PAIRS ..i Recommended    EURUSD. Time Frame:1M. Brokers: ALL brokers .  low spread/commission, 1:500 leverage Minimum Deposit Recommended :   $500 USD  Lot Size for 500$   : 0.01  Use a broker with good execution and with a spread of 0.1-2 points. A very fast VPS is required Parameters EA TrendON=true (Read the  note ) MMType = 2 LotMultiplikator = 1 LotConst_or_not = TRUE Take profit :5-10 pips  for accounts with fi
This TraderMaster EA is super helpful for professional trader.  Input Parameter Section: 1) Allow trader to set different line style, such as color, width; 2) Apply our chart style, if set false, it will not change the chart style; 3) Select different panel mode 3.a) Simple Mode, for trader immediately place a market order, pending order, delete and close orders; 3.b) Draw Line Mode, for price action traders who want to trade for trend and reverse in his trading plan; 3.c) Advanced Mode, inclu
Trend Catcher with Alert
Issam Kassas
4.79 (43)
趋势捕捉器: 具有警示指标的趋势捕捉器策略是一种多功能的技术分析工具,可帮助交易员识别市场趋势和潜在的进出点。它采用动态趋势捕捉器策略,根据市场条件进行调整,清晰地呈现趋势方向。交易员可以自定义参数,以符合其偏好和风险容忍度。该指标有助于识别趋势,发出潜在的反转信号,充当跟踪止损机制,并提供实时警报,以便及时应对市场。 具有警示指标的趋势捕捉器策略是一种多功能的技术分析工具,可帮助交易员识别市场趋势和潜在的进出点。它采用动态趋势捕捉器策略,根据市场条件进行调整,清晰地呈现趋势方向。交易员可以自定义参数,以符合其偏好和风险容忍度。该指标有助于识别趋势,发出潜在的反转信号,充当跟踪止损机制,并提供实时警报,以便及时应对市场。 特点: 趋势识别:信号牛市趋势和熊市趋势。 趋势反转:当蜡烛颜色从牛市变为熊市,反之亦然时,提醒可能的反转。 实时警报:为新趋势识别生成警报。 建议: 货币和货币对:EURUSD,AUDUSD,XAUUSD... 时间框架:H1。 账户类型:任何ECN,低点差账户。
FREE
Prosperity MT4
Mr James Daniel Coe
High growth, low draw-down bot. Great for beginners AND pros. 5 COPIES LEFT - NEXT PRICE $999 Contact me after purchase for group info, manual and a personal bonus! Prosperity live fund, real money (>$2,000) signal:  CLICK HERE ABOUT A rare diamond in a sea of EAs - 4x improvements in most backtest stats. We read descriptions saying 'no martingale, grid, or 'AI'' - I offer alternate parameters... Original EA No history reading No .set files changing constantly, all built-in as default Not an 'e
Perfection
Mikhail Senchakov
Perfection is a multicurrency, fully automated and secure trading robot. The robot is designed for both portfolio trading and trading a single instrument. The EA does not use averaging methods, the volume of positions is strictly regulated. Orders are opened only in the direction of market movement in a grid. Due to this, the robot operates efficiently on any strong movements. The decision making algorithm does not use indicators. Instead, the robot automatically calculates the key levels, which
I present to your attention a powerful utility for predicting the future movement of an asset based on W.D. Ganna’s law of vibration. This utility analyzes the selected market model and provides codes for future possible market movement patterns. If you enter the selected code into the appropriate box, you will receive a forecast of the potential market movement. The utility has the ability to display several potential forecast models. The forecast is not yet tied to time and price and gives th
Dear Trader It is my pleasure to introduce to you my tool called the " Forex Sniper Indicator" . The major aim of this tool is to help serious traders and investors in all type of Financial Markets to catch price next movement right at the moment the price direction is about to change. This tool can be used to snipe the price direction in both down trend, uptrend and ranging markets. This tool can be used as the stand alone tool though it may be combined with other tools as well. My goal is to h
MAx overclock EA
Kevin John Hastings
Head to   tr1cky.com   to get this EA linked to one of our partners 100% FREE.   Elevate Your Trading Game with Our Expert Advisor! Are you tired of the guesswork in trading? With a decade of programming experience and 3 years in trading, I’ve developed an Expert Advisor that’s designed to take your trading career to new heights! Our Expert Advisor is a game-changer. It’s built to detect overbought and oversold market conditions, identify trends, and help you find the best times to trade y
MODIFIER V.11 The EA Modifier is based on the Pending Position (PPS) strategy and highly sophisticated secret trading algorithms. The Modifier EA strategy is a combination of secret custom indicators,Candlestick Patterns, Trend Lines, Support & Resistance (Price Action) levels and the most important secret trading algorithms mentioned above. Modifier is a unique and sophisticated EA, can receive and forward manual orders that you send via gadgets and home PCs, anti-floating (if floating occur
In a trend trading system, find the right entry and exit points. In forex trading, a trading strategy is a fixed plan designed to make a decent return by going long or short the market. The main reason a properly researched trading strategy is helpful is because it is verifiable, quantifiable, consistent, and objective. For each trading strategy, you need to define the assets to be traded, the entry/exit points, and money management rules.
MaxScalper
Moses Maina Muriithi
About this EA Demo Signals: Option: put money in your account (at least $5000) I will trade it for you. After a month, we split up 50/50. Possible profits of over 50% per month. 1.  https://www.mql5.com/en/signals/2147305?source=Site +Signals+From+Author 2.  https://www.mql5.com/en/signals/2155270?source=Site +Signals+From+Author Even though the bot can work with small accounts with, I urge to use $1000 accounts. The monthly profit from this bot is 50%, though this is a rough figure. Ti
Assistant MT4
Agus Santoso
对于 MT5: https://www.mql5.com/en/market/product/97828 ASSISTANT Expert Advisor (EA) 旨在补充手动开仓,可以显着简化交易流程。 例如,仅针对货币对,该 EA 可以在 MetaTrader 平台内运行。 以下是其特性和功能的概述: 补充手动交易: 当交易者手动建仓后,EA 就会被激活来协助和管理该特定交易。 可定制设置: 可以在开始时设置参数来定义 EA 将如何处理后续仓位。 这些可能包括: 手数调整:基于风险承受能力或账户余额。 止盈 (TP) 和止损 (SL) 水平:设置预定义的退出点。 追踪止损:随着交易的有利走势锁定利润。 基于时间的管理:设置交易的持续时间。 技术分析整合: 利用技术指标(移动平均线、RSI、MACD 等)来触发操作,例如平仓或修改仓位。 风险管理: 实施风险回报率,以确保相对于潜在收益而言,潜在损失受到限制。 提供对冲或部分平仓的选择,以确保利润,同时最大限度地降低风险。 通知和警报: 根据特定交易事件(例如,达到止盈位或止损位)向交易者的首选平台或设
FIBO Price Calculator 功能简介 1. 自动绘制斐波那契回调线 本指标可自动在MT4图表上绘制斐波那契回调线,助您快速识别潜在支撑和阻力位。 2. 自定义斐波那契数列 用户可自定义斐波那契数列的数值,指标会根据当前市场价格自动换算成相应价格水平。 3. 灵活调整指标窗位置 指标窗可放置在图表的四个角中的任意位置,方便用户根据个人喜好和交易习惯调整布局。 综上所述,本指标不仅能够帮助交易者自动绘制斐波那契回调线,还提供了自定义输入斐波那契黄金数列换算成价格以及自定义指标窗位置的功能,为交易者提供了更便捷、更灵活的技术分析工具。无论是初学者还是经验丰富的交易者,都能够通过本指标更好地把握市场趋势,提高交易成功率。
Big Forex Players MT4
Marzena Maria Szmit
4.64 (22)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the   biggest Banks   (p ositions are sent from our databa
Draw Horizontal Ray
JUAN LUIS CIENFUEGOS RUIZ
5 (1)
Sometimes we want to draw a horizontal ray from any given price based on a candlestick, and this tool solves that with just 1 key! In order to draw an horizontal ray you just need to drag and drop the indicator over any chart you want and then: 1) Click over ANY candle and then 2) Hit any of the following keys: O - It will draw an horizontal ray right at the OPEN price of the clicked candle H - It will draw an horizontal ray right at the HIGH price of the clicked candle L - It will draw an horiz
Diamond PRO
Fanur Galamov
5 (9)
Diamond PRO is enhanced powerful version of Diamond for advanced traders. Pro version includes optimized cores, new impoved entry points filters, new multistage profit closure algorithm and сontains number of external control parameter that allows build and fine tune own tradind decisions and algorithms. The system provides more accurate market entries, analyzes and filters upcoming economic news, contains spread protection and an advanced position management algorithm. Main goal of Diamond PRO
NickZ Tool
Nicolas Zouein
This is a must have tool for a serious trader. It saves your precious time spent for opening/closing trades, creating pending trades and modifying your TP/SL in bulk according to either pips or price. If you need to quickly open several pending orders (Buy Stop, Sell Stop) at a certain distance from each other, this script will do all the routine for you! The first time you use this handy tool, you will realize it has already paid for itself. Instructions: Drag and drop this script onto a chart.
The Grid Inside
Luiz Godoy
5 (1)
The Grid Inside works on a counter trend mode, automatically opens a new order when it hits the price target due to the Fibonacci levels at 23.6 and 73.6. If the price goes the wrong way it opens another order with a calculated lot and position. All the positions are closed when it reaches the target profit defined on settings. As TGI does not use stop loss, I don't recommend you put on your account more than you can afford to lose, the higher the timeframe safer it gets. Once an order is trigge
TradeButterfly
Evgeniy Zhdan
The MT4 trading advisor calculates the formed Gartley Butterfly shapes and makes a decision at the start of trading. "Butterfly Gartley" - one of the figures of graphical analysis, popularized by technical analyst Larry Pesavento, taken from the author's publication "Profit in the stock market", published in the mid-thirties. To date, there are 12 basic "Gartley patterns" - graphic figures with the construction, based on the application of Fibonacci levels and ratios. The algorithm of track
FiboPlusWaveRunner
Sergey Malysh
3.29 (7)
Expert.   Automatic and manual trading. Ready-made trading system based on   Elliott waves   and Fibonacci retracement levels . It is simple and affordable. Display of the marking of Elliott waves (main or alternative option) on the chart. Construction of horizontal levels, support and resistance lines, a channel. Superposition of Fibonacci levels on waves 1, 3, 5, A Alert system (on-screen, E-Mail, Push notifications).    visual panel for opening orders in manual trading. visual panel for sett
Asteroid
Evgeniy Zhdan
The basis of the work of the adviser is to use the change in trend strength to determine the optimal entry points to the market. The logic of the advisor’s work combines two strategies: control of price consolidation and its “explosion” and control of the trend end to work in the channel. The EA does NOT use dangerous trading methods. Each trade has a stop loss and take profit. Recommended trading tools (5m): EURUSD, GBPUSD, USDJPY, USDCAD. Settings: MaxRisk - Value for calculating the tr
ReitakFX ProTrend EA
Boris Sedlar
5 (1)
This is automated version of my ProTrend Indicator (20x5* reviews) - so please look on indicator first how it works ----  https://www.mql5.com/en/market/product/47367  ---- It works based on the result of multiple EMAs, with some specific averaging and algorithm . Output of an EMA is the input for another EMA. Works on Forex, Commodities, Indicies, Stocks, Crypto, ... on all timeframes (but recommend 1H or 4H) and on every brooker. If you want this and all my other products for FREE ,
Dusha Trailers
Fawwaz Abdulmantaser Salim Albaker
Dear Friends ,    this EA helps u to automatically tracing (following) your opening trades .. the trades will opened manually .. you can set all parameters such as  lot size sl tp distance from open price to set the break even point (that's to keep your deal in safe from losing any funds in case of the market go on negative way that you expect ) trailng your trade by set the distance of pips u need  if u need any assistance , add me and  contact me on my links in profile . wish all the be
FREE
NeuralProfit
Vladislav Filippov
NeuralProfit is a fully automated trading advisor. The advisor's methodology is based on initiating a number of sequential processes: aggregating a diversified number of potential deals into a special channel with their subsequent transformation into a special information flow, internal calibration of deals by the eventuality indicator. NeuralProfit- - does not use the martingale strategy and other strategies based on lot multiplication, preferring the safety of trading and the absence of h
高频刷单! 高频刷单! 高频刷单! 注意! 注意! 注意! :必须低成本低点平台才能刷单,请先复盘,然后模拟盘,请勿直接实盘自负盈亏,测试出适合的交易品种。 注意!   注意!   注意!   :必须低成本低点平台才能刷单,请先复盘,然后模拟盘, 请勿直接实盘 自负盈亏 ,测试出适合的交易品种。 注意!   注意!   注意!   :必须低成本低点平台才能刷单,请先复盘,然后模拟盘,请勿直接实盘 自负盈亏 ,测试出适合的交易品种。 建议货币对:黄金 主要参数对照表: typess-开仓方向 buy多,sell空 Distance_pips_STOP  顺势N微点挂顺势单 lots-开仓手数 tp_pips 止盈微点数 sl_pops 止损微点数 Profit_pips 盈利微点数启动移动止损 Reduced_profits 回踩微点数移动止损平仓
该产品的买家也购买
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
Unlimited Trade Copier Pro is a tool to copy trade remotely between multiple MT4/MT5 accounts at different computers/locations over internet. This is an ideal solution for signal provider, who want to share his trade with the others globally on his own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not be able to receive the signal
-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
FTMO Sniper 4
Vyacheslav Izvarin
Dedicated for FTMO and other Prop Firms Challenges 2020-2023 Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Best results on GOLD and US100  Use any Time Frame Close all deals and Auto-trading  before  US HIGH NEWS, reopen 2 minutes after Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday Recommended time to trade 09:00-21:00 GMT+3 For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94887 -------------------
将信号从您所属的任何渠道(包括私人和受限渠道)直接复制到您的 MT4。 该工具在设计时充分考虑了用户的需求,同时提供了管理和监控交易所需的许多功能。 该产品采用易于使用且具有视觉吸引力的图形界面。 自定义您的设置并在几分钟内开始使用该产品! 用户指南 + 演示  |     MT5版本  |     不和谐版本 如果您想尝试演示,请参阅用户指南。 Telegram To MT4 接收器在策略测试器中不起作用! Telegram 至 MT4 功能 一次复制多个通道的信号 从私人和受限频道复制信号 不需要机器人令牌或聊天 ID(如果出于某种原因需要,您仍然可以使用这些) 使用风险百分比或固定手数进行交易 排除特定符号 选择复制所有信号或自定义要复制的信号 配置单词和短语以识别所有信号(默认值应适用于 99% 的信号提供商) 配置时间和日期设置以仅在需要时复制信号 设置一次打开的最大交易量 交易和头寸管理 使用信号或自动设置的管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止
The product will copy all  Discord  signal   to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up. Work with almost signal formats, support to translate other language to English Work with multi channel, multi MT4. Work with Image signal. Copy order instant, auto detect symbol. Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. How to setup and guide: Let read all details about setup and download Discord To MetaTrade
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
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
Custom Ultimate Sniper Dashboard
Hispraise Chinedum Abraham
5 (2)
这个自定义终极狙击手仪表盘是原始终极狙击手仪表盘指标的一个EA升级。它与多达98种不同的算法一起工作,以确保它能捕捉到你工作的资产类别上的趋势的真实性质。 它是对我们几个月来从大多数客户那里得到的很多建议和意见的直接回应。   这个自定义版本是完全可定制的。 由98个独立的自定义算法提供。 非常漂亮的视觉界面,因此你可以轻松和自信地跟踪任何货币对或时间框架的整体市场趋势 可以向telegram发送实时警报 允许你根据你所交易的货币对创建自己的指数 可以向你的手机实时发送警报,所以你不必在电脑前就知道有一个动作正在酝酿。 让你从输入设置中设置8个指数 让你设置你想获得警报的指数和时间框架 当检测到没有互联网连接时,会显示警报   自定义终极狙击手仪表盘已经进行了大量的优化,在动作开始后立即显示。这样,你就不会错过你感兴趣的货币对的任何变动。它的速度非常快,可以在移动发生时迅速捕捉到,并实时向你发送警报,这样你就可以利用移动的优势,而不必整天坐在办公桌前。 它是任何交易策略的一个超级补充,你可以将这个工具与任何其他交易策略和指标一起使用。它主要是为了与我们的其他
RedFox Copier Pro
Rui Manh Tien
4.75 (12)
FREE SIGNAL CHANEL:  https://t.me/redfox_daily_forex_signals Time saving and fast execution Whether you’re traveling or sleeping, always know that Telegram To Mt4 performs the trades for you. In other words, Our   Telegram MT4 Signal Trader  will analyze the trading signals you receive on your selected Telegram channels and execute them to your Telegram to MT4 account. Reduce The Risk Telegram To Mt4   defines the whole experience of copying signals from   Telegram signal copier to mt4  p
TakePropips TradePad Pro
Eric John Pajarillaga Aldana
5 (4)
TakePropips TradePad Pro 包括一个强大的交易管理器、货币强度计、账户报告工具、风险管理工具等等! 它是您将遇到的最先进的外汇交易经理和交易助手之一!对于想要更有效地管理贸易交易的交易者来说,它是完美的解决方案。 您可以在我们的博文中下载用户手册: User Manual 您可以在 Strategy Tester 上测试此交易系统(启用可视模式)。如果您喜欢在实时图表上进行测试,也可以给我发消息以获取 7 天试用版。 视频教程也可在说明下方获得更多详细信息。 如果您有任何疑问或需要帮助,请随时与我联系,我很乐意提供帮助。 TradePad Pro 适用于所有外汇对、金属、商品、指数和加密货币。 主要特点 订单管理 - 公开市场或挂单,轻松调整止盈、止损和手数大小。 获利计算 - 手动点数、ATR 乘数和风险回报率。 止损计算- 手动点,   ATR 乘数和供应/需求。 批量计算 - 手动点,   每笔交易的风险百分比和风险金额。 账户保护 - 回撤保护允许您设置账户回撤的最大限额以避免进一步损失。利润保护为您的账户设置最大利润限额以避免过度交易。 编辑订
What Exactly Is A Smart Trading Tool? Smart Trading Tool was developed for fast and comfortable trading of the financial markets especially for ORDER BLOCKS TRADERS . It provides traders functionalities, such as: A Drawing Tool One-Click Trading Panel Automated Lot Sizes Calculation based on your risk appetite & Money Management ( Watch this video , how this tool can help manage your risk per trade better!) Built in PRICE LEVELS (Fibonacci, Round Numbers, Daily hi-low, etc) Shows Trading Informa
ADAM for FTMO 40
Vyacheslav Izvarin
ADAM EA Special Version for FTMO  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/94887 Signal using ADAM  https://www.mql5.com/en/signals/2190554 --------------------------------------------------------------
-25% discount ($149 -> $111) Everything for chart Technical Analysis indicator mt4 in one tool Draw your supply demand zone with rectangle and support resistance with trendline and get alerts to mobile phone or email alert -  Risk reward indicator Video tutorials, manuals, DEMO download   here .  Find contacts on my   profile . 1.   Extended rectangles and trendlines Object will be extended to the right edge of the chart when price will draw new candles on chart. This is rectangle extender or
News Trader Pro
Vu Trung Kien
4.41 (17)
新闻操盘手专业版 是一个独特的机器人,让您使用您预先定义的策略进行消息交易。它从几个流行的外汇网站加载的每条消息的片断。您可以选择任何消息和预设的策略进行交易,之后新闻操盘手专业版根据选定的策略,在新闻来临时自动进行交易。 新闻发布给出了赚点数的机会,因为在那个时刻,价格通常有大动作。现在,利用这款工具,新闻交易变得比以往任何时候更容易,更灵活,更令人兴奋。不要等待,不要错失,不要再迷惑了。每周只需针对重要新闻设置一次,这个工具将完全按照您的计划进行精准交易。 演示版: 由于这不是一个自动交易机器人 (它是半自动), 您需要下载单独的演示版本: https://www.mql5.com/zh/market/product/5931 参考: 如果您只需要加载新闻 (无需交易), 您可以购买新闻加载机专业版: https://www.mql5.com/zh/market/product/5463 功能 包括所有 新闻加载机专业版 的功能 (查看详情)。 针对每条新闻构建您自己的策略,具有非常灵活的参数。 支持五种高级策略,带有大量控制参数 (止损, 止盈, 尾随, 网格间隔, 手数缩放
FiboPlusWaves
Sergey Malysh
5 (1)
FiboPlusWave Series products Ready-made trading system based on Elliott waves and Fibonacci retracement levels . It is simple and affordable. Display of the marking of Elliott waves (main or alternative option) on the chart. Construction of horizontal levels, support and resistance lines, a channel. Superposition of Fibonacci levels on waves 1, 3, 5, A Alert system (on-screen, E-Mail, Push notifications).    Features: without delving into the Elliott wave theory, you can immediately open one of
The  Easy Strategy Builder (ESB)  is a " Do It Yourself " solution that allows you to create a wide range of the automated trading strategies without any line of codes. This is the world’s easiest method to automate your strategies that can be used in STP, ECN and FIFO brokers. No drag and drop is needed. Just by set conditions of your trading strategy and change settings on desired values and let it work in your account. ESB has hundreds of modules to define unlimited possibilities of strategi
50% off. Original price: $375 Reward Multiplier is a semi-automatic trade manager based on pyramid trading that opens additional orders with the running profit of your trades to maximize return exponentially without increasing the risk. Unlike other similar EAs, this tool shows potential profit/loss and reward to risk ratio before even entering the first trade! Download Demo here  (starting lot is fixed at 0.01) Guide + tips here MT5 version   here You only open the first order. When your t
FX28 Trader
Tsvetan Tsvetanov
5 (1)
介绍FX28 Trader Dashboard – 您的终极交易管理工具 通过FX28 Trader Dashboard,解锁您交易体验的全部潜力,这是一款全面而直观的交易管理工具,旨在将您的外汇交易提升到新的水平。无论您是经验丰富的交易员还是刚刚开始您的金融之旅,这个强大的工具旨在简化您的交易活动并提高您的决策过程。 主要特点: 用户友好界面: FX28 Trader Dashboard拥有用户友好的界面,适应各个层次的交易员。通过几次点击轻松导航各种功能和工具,确保您只需轻松几下就完全掌控了交易。 实时市场数据: 利用实时市场数据源,始终保持领先地位,为您提供有关货币对、趋势和市场波动的最新信息。做出明智的决策,充满信心地执行交易。 高级交易分析: 通过高级分析深入了解您的交易绩效。跟踪交易历史,分析趋势,并识别模式,以优化您的策略和改善您的结果。 风险管理工具: 用我们强大的风险管理工具保护您的投资。轻松设置止损和获利订单,自定义仓位大小,并轻松实施风险收益比,确保自律和受控的交易方法。 多时间框架分析: FX28 Trader Dashboard允许您同时分析不同时间框架的市
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种传输方式相互复制。这就像一个贸易共享网络。 一个提供者可以将
This Dashboard displays signals in grid view for the 28 major fx currency pairs. It is Mainly used for forex scalping in between 10 to 20 pips maximum and can be used on major trend market decisions. It Uses mainly Moving average and does not give false signal. All you need to note is the point in the grid where the signal occurs.  A beep sound is heard whenever there is a new signal and it will be displayedat the top of the chart.
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
Telegram MT4 Signal Trader 是一款 EA,可帮助您交易通过 Telegram 频道、群组、聊天接收的信号。 您甚至不需要成为频道的所有者。如果您可以阅读 Telegram 帐户中的信号文本,则可以全部交易。 EA 需要一个很棒的免费工具——Telegram Reader 应用程序,它可以帮助通过 Telegram API 从 Telegram 频道、群组、私人聊天中读取信号文本。 如何设置 阅读此处的用户指南,了解如何设置和了解 EA 的工作原理。 * 主要特点: 10 个许可证:您可以在 10 个 VP、台式机、笔记本电脑中运行 EA 无限的 MT4 帐户和电报频道:您可以将 EA 用于无限的 MT4 帐户(模拟和真实)、无限的 Telegram 频道(所有频道、群组、聊天)、无限的 Telegram 帐户(您的帐户和其他人的帐户) 可以交易所有信号类型:EA 被开发用于交易各种信号结构,甚至是 OCR 技术的图像信号,或任何复杂的信号文本。如果 EA 不能适应您的信号,我将开发 EA 使其适合您 过滤信号:仅通过设置以下条件来
Smart Channel M4
Vahidreza Heidar Gholami
The trend in the market can be predicted using trend lines but the problem is you don’t know where exactly the price is going to touch the trend line where you can put your pending orders on. Smart Channel Expert Advisor makes it possible to put an advanced channel around the price data, which can be configured to handle placing orders, opening and closing positions, managing risk per trade, spread, slippage, and trailing stop-loss and take-profit automatically. Features Money Management (Calcul
Trade Assistant Pro 36 in 1
Makarii Gubaydullin
4.95 (20)
多功能工具:超过65个功能,其中包括:手数计算,价格行为,盈亏比,交易管理,供需区域。 演示版   |   用户手册   |  MT5版 该实用程序在策略测试器中不起作用:您可以在此处下载 演示版来测 试产品。 任何问题 / 改进意见 / 如果发生了故障或错误  都可以联系我 Trading functions require permitted auto trading (including on the broker's side) 简化,加快并且自动化你的交易过程。利用这款工具的控制功能就能增强普通交易端的执行力。 建立一笔新的交易:手数 / 风险 / 盈亏计算 1. 手数计算工具 (基于风险规模的交易量计算) 2. 风险计算工具 (基于手数大小的风险额计算) 3. 盈亏比 4. 订单的激活和触发,买入或卖出限价/买入或卖出止损:MT4也适用 5. 虚拟的止损/止盈 (隐藏的止损,止盈:交易商不可见) 6.  智能的止损/入场点:当价格柱在收盘时已超越了才入场 (避免无效触发) 7. 隐藏掉挂单 (虚拟的订单) 8. 预订挂单:在市场关闭的时候你也可以下挂单 (适
Strategy Builder offers an incredible amount of functionality. It combines a trade panel with configurable automation (covert indicators into an EA), real-time statistics (profit & draw down) plus automatic optimization of SL, TP/exit, trading hours, indicator inputs. Multiple indicators can be combined into an single alert/trade signal and can include custom indicators, even if just have ex4 file or purchased from Market. The system is easily configured via a CONFIG button and associated pop-up
Forex Market View Dashboard and CSM
Opengates Success International
5 (2)
FFXMV Dashboard + CSM is a custom indicator combined with Currency Strength Meter . It is created to give the Traders a full view of what is going on in the market. It uses a real time data to access the market and display every bit of information needed to make a successful trading. Before attaching this Indicator to your window chart, go to your MT4's Market Watch panel and HIDE all the Currency pairs you don't need or trade and leave the rest there. The reason is that FFMV Dashboard will DISP
Semi Automated EA for working as your trading assistant. Overview Trading planner will make you act like professional traders in real markets. Before entering markets, they make a plan for their trades, screening out all opportunities in all time frames. Trading Planner can be used for all Time Frames (M1 ~ MN). Simply draw trendline as a trend and Support/Resistance . At this version , market opportunities will be taken by trendline using strategy of 1, 2, 3 . Simply draw the trendline by defi
AntiMartingale-Execution is a pyramidal Money Management system capable of increasing positions as equity increases using the positive margin of the transaction. It is possible to set the capital for each operation, the operating and maximum margins and the target level to be reached. Once the general trade settings have been made, it is possible to preview the grid of operations that will be activated by pressing the BUY / SELL button. If necessary, it is also possible to close all operations
HFT Prop Passer
Faran Ataeiraveshti
5 (1)
HFT Prop Passer 是一款 EA 交易程序,旨在传递一些自营(专有)公司的 HFT 挑战账户。 交易策略: 该 EA 交易在 1 分钟时间范围内处理道琼斯符号并执行高频交易。 该产品可以在很短的时间内(通常不到30分钟)通过HFT账户的挑战阶段。 回撤也非常低,适合自营公司账户条件。 ***目前该产品的前 5 名购买者价格仅为 150 美元。 购买5次后,价格将上涨最多200美元,所以不要错过这个机会。 EA 测试结果: 您可以在下图中查看回撤水平、利润以及获得利润的持续时间的示例。  根据这些结果,您可以评估我们团队设计的高频交易技术的威力。 如何回测? 点击此处查看如何在 mt4 策略测试器上回测演示版本。 购买产品后,请在“评论”部分留下评论,以便我向您发送设置文件。 拥有高频交易允许账户的道具公司: 您可以在下面查看提供高频交易账户的自营公司列表  < Click Here >. 笔记: 如果您不知道自营公司是什么、它们如何运作或高频交易账户是什么,建议不要购买此产品。 请务必研究上述道具公司并确保其可信度。 为此,您可以使用 Trustpilot
作者的更多信息
SimpleTPT
Zhi Zi Ma Chang
Product Overview This tool is discretionary trading aid that executes a one-time entry when the conditions are set. Action after the newest bar is fixed (opening action) For example, there is no need to worry about being pruned by the shadow of the same price before that if you set it in the condition of when the closing price was broken. It is not possible to set complicated conditions, and it is not designed for continuous automatic trading, but since it works after the time period
FREE
筛选:
无评论
回复评论
版本 1.3 2024.01.01
Lighter internal processing.
版本 1.1 2023.06.01
Minor corrections.