• Übersicht
  • Bewertungen
  • Diskussion
  • Neue Funktionen

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.




Empfohlene Produkte
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-Version: https://www.mql5.com/en/market/product/99545 Wir stellen den No Marti No Party Expert Advisor vor: Ein revolutionäres komplexes Logik-Handelssystem Der No Marti No Party Expert Advisor (EA) stellt die Spitze der Handelstechnologie dar und beinhaltet ein hochkomplexes und voneinander abhängiges Logiknetz, um beispiellose Handelseinblicke zu liefern und profitable Geschäfte zu generieren. Dieser EA wurde von einem Team aus erfahrenen Mathematikern, Statistikern und erfahrenen
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
Der Hauptzweck dieses Handelsexperten besteht darin, die Funktionen eines Trailing Stops auszuführen. Es öffnet oder schließt keine Positionen, sondern setzt und bewegt nur Take-Profit- und Stop-Loss-Niveaus. Zur Berechnung von Take-Profit und Stop-Loss werden die Statistiken der Preisbewegung und die moralische Erwartung von D. Bernoulli verwendet. Aus diesem Grund bieten die vom Experten festgelegten neuen Niveaus die beste (der möglichen) Option in Bezug auf das Risiko-Ertrags-Verhältnis. Sc
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
Der Trendfänger: Die Strategie des Trendfängers mit Alarmindikator ist ein vielseitiges technisches Analysewerkzeug, das Händlern hilft, Markttrends und potenzielle Ein- und Ausstiegspunkte zu identifizieren. Sie verfügt über eine dynamische Trendfängerstrategie, die sich den Marktbedingungen anpasst, um eine klare visuelle Darstellung der Trendrichtung zu ermöglichen. Händler können die Parameter an ihre Vorlieben und Risikotoleranz anpassen. Der Indikator hilft bei der Trendidentifikation,
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
Für MT5: https://www.mql5.com/en/market/product/97828 Der ASSISTANT Expert Advisor (EA), der als Ergänzung zu manuell eröffneten Positionen entwickelt wurde, kann Handelsprozesse erheblich rationalisieren. Ausschließlich für Währungspaare könnte dieser EA beispielsweise innerhalb der MetaTrader-Plattform betrieben werden. Hier ist ein Überblick über seine Merkmale und Funktionalitäten: Ergänzende manuelle Trades: Wenn ein Händler manuell eine Position eröffnet, wird der EA aktiviert, um d
FIBO Price Calculator  Brief Description 1. Automated Fibonacci Retracement Drawing This indicator automatically draws Fibonacci Retracement lines on the MT4 chart, assisting traders in quickly identifying potential support and resistance levels. 2. Customizable Fibonacci Sequence Users can customize the Fibonacci sequence values, and the indicator automatically converts them into corresponding price levels based on the current market price. 3. Adjustable Indicator Window Position The indicator
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
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)
Experte Automatischer und manueller Handel Fertiges Handelssystem auf der Grundlage von Elliott-Wellen und Fibonacci-Niveaus . Einfach und erschwinglich Abbildung den Markup der Elliott-Wellen (Haupt- oder Alternativvariante) in einem Diagramm an Ausbau von horizontalen Ebenen, Stütz- und Widerstandslinien, Kanal Überlagerung der Fibonacci-Niveaus auf die Wellen 1, 3, 5, A Warnsystem (am Bildschirm, E-Mail, Push-Benachrichtigungen) Visuelles Feld zur Oderöffnung beim manuellen Handel Visuelles F
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
High frequency arbitrage brushing orders! Attention! Attention! Attention!: Low cost and low point platforms are necessary for brushing orders. Please review first and then simulate trading. Do not directly conduct actual trading and test suitable trading varieties A set of arbitrage brushing strategies developed after years of research and development Suggested variety of gold
Käufer dieses Produkts erwarben auch
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
-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
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
Kopieren Sie Signale von jedem Kanal, dem Sie angehören (einschließlich privater und eingeschränkter Kanäle) direkt auf Ihren MT4.  Dieses Tool wurde mit dem Benutzer im Hinterkopf entwickelt und bietet viele Funktionen, die Sie benötigen, um die Trades zu verwalten und zu überwachen. Dieses Produkt wird in einer benutzerfreundlichen und visuell ansprechenden grafischen Benutzeroberfläche präsentiert. Passen Sie Ihre Einstellungen an und starten Sie die Nutzung des Produkts innerhalb weniger Mi
Trade Copier Pro
Vu Trung Kien
4.6 (15)
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 after that
Custom Ultimate Sniper Dashboard
Hispraise Chinedum Abraham
5 (2)
Das Custom Ultimate Sniper Dashboard ist ein EA-Upgrade des ursprünglichen Ultimate Sniper Dashboard-Indikators. Er arbeitet mit bis zu 98 verschiedenen Algorithmen, um sicherzustellen, dass er die wahre Natur eines Trends in einer Anlageklasse, mit der Sie arbeiten, einfängt. Es ist eine direkte Antwort auf viele Vorschläge und Ratschläge, die wir von den meisten unserer Kunden über mehrere Monate hinweg erhalten haben.   Diese benutzerdefinierte Version ist vollständig anpassbar. Sie wird
MT4 Alert Signal Trader
Nguyen Van Anh
4.5 (4)
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
TakePropips TradePad Pro
Eric John Pajarillaga Aldana
5 (4)
TakePropips TradePad Pro enthält einen leistungsstarken Handelsmanager, Währungsstärkemesser, Kontoberichtstools, Risikomanagementtools und mehr! Es ist einer der fortschrittlichsten Forex-Handelsmanager und Handelsassistenten, denen Sie jemals begegnen werden! Es ist die perfekte Lösung für Händler, die Handelstransaktionen effizienter verwalten möchten. Sie können das Benutzerhandbuch in unserem Blogbeitrag herunterladen:   https://www.mql5.com/en/blogs/post/751180 Sie können dieses Handelss
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
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 --------------------------------------------------------------
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 ($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)
News Trader Pro is a unique robot that allows you to trade the news by your predefined strategy. It loads every piece of news from several popular Forex websites. You can choose any news and preset the strategy to trade it, and then News Trader Pro will trade that news by selected strategy automatically when the news comes. News release gives opportunity to have pips since the price usually has big move at that time. Now, with this tool, trading news becomes easier, more flexible and more exciti
FiboPlusWaves
Sergey Malysh
5 (1)
Produktserie unter dem Markennamen FiboPlusWave Fertiges Handelssystem auf der Grundlage von Elliott-Wellen und Fibonacci-Niveaus . Einfach und erschwinglich. Abbildung den Markup der Elliott-Wellen (Haupt- oder Alternativvariante) in einem Diagramm an. Ausbau von horizontalen Ebenen, Stütz- und Widerstandslinien, Kanal. Überlagerung der Fibonacci-Niveaus auf die Wellen 1, 3, 5, A. Warnsystem (am Bildschirm, E-Mail, Push-Benachrichtigungen). Merkmale : Ohne auf die Elliott-Wellen-Theorie einzuge
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 -------------------
Easy Strategy Builder
Gheis Mohammadi
5 (4)
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)
Vorstellung des FX28 Trader Dashboards – Ihr ultimativer Handelsmanager Entdecken Sie das volle Potenzial Ihrer Handelserfahrung mit dem FX28 Trader Dashboard, einem umfassenden und intuitiven Handelsmanager, der entwickelt wurde, um Ihren Forex-Handel auf ein neues Niveau zu heben. Ob Sie ein erfahrener Trader sind oder gerade erst Ihre finanzielle Reise beginnen – dieses leistungsstarke Tool ist darauf ausgerichtet, Ihre Handelsaktivitäten zu optimieren und Ihren Entscheidungsprozess zu verbe
Der Trade Copier Agent wurde entwickelt, um Trades zwischen mehreren MetaTrader(4/5)-Konten/Terminals zu kopieren. Mit diesem Tool können Sie entweder als Anbieter (Quelle) oder als Empfänger (Ziel) agieren. Alle Handelsaktionen werden ohne Verzögerung vom Anbieter zum Empfänger kopiert. Mit diesem Tool können Sie Trades zwischen mehreren MetaTrader-Terminals auf demselben Computer mit blitzschnellen Kopiergeschwindigkeiten von weniger als 0,5 Sekunden kopieren. Installations- und Eingabehandbu
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.
StarseedFX Smart Trading Tool
Mohamed Elsayed
4.91 (22)
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
Bots Builder Pro MT4
Andrey Barinov
5 (1)
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
Nguyen Van Anh
4.84 (77)
Telegram MT4 Signal Trader ist ein EA, der Ihnen hilft, Signale zu handeln, die über Telegrammkanäle, Gruppen und Chats empfangen werden. Sie müssen nicht einmal der Eigentümer der Kanäle sein. Wenn Sie die Signaltexte in Ihrem Telegram-Konto lesen können, können Sie sie alle handeln. Der EA benötigt ein großartiges kostenloses Tool – die Telegram Reader-Anwendung, die hilft, Signaltexte von Telegram-Kanälen, Gruppen und privaten Chats über die Telegram-API zu lesen. WIE STELLT MAN DAS EI
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)
Multifunktionswerkzeug: 65+ Funktionen, einschließlich: Lot-Rechner, Price Action, Risiko/Gewinn-Verhältnis, Trade Manager, Angebot und Nachfrage Zonen Demo version   |   Anwenderhandbuch   |    MT5 Das Dienstprogramm funktioniert nicht im Strategietester: Sie können die   Demoversion HIER   herunterladen, um das Produkt zu testen. Bei Fragen kontaktieren Sie mich / Verbesserungsvorschläge / im Fall eines gefundenen Fehlers Vereinfachen, beschleunigen und automatisieren Sie Ihre Handelsprozes
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
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 ist ein Expert Advisor, der entwickelt wurde, um die HFT-Herausforderungskonten einiger proprietärer Unternehmen zu bestehen. Handelsstrategie: Dieser Expert Advisor bearbeitet das Dow-Jones-Symbol in einem Zeitrahmen von 1 Minute und führt Hochfrequenzgeschäfte aus. Dieses Produkt kann die Challenge-Phase von HFT-Konten in sehr kurzer Zeit, oft in weniger als 30 Minuten, bestehen. Auch der Drawdown ist sehr gering, sodass es sich für Prop-Firma-Kontokonditionen eignet. ***Der
Weitere Produkte dieses Autors
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
Auswahl:
Keine Bewertungen
Antwort auf eine Rezension
Version 1.3 2024.01.01
Lighter internal processing.
Version 1.1 2023.06.01
Minor corrections.