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

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 Expert Advisor를 소개합니다 : 혁신적인 복합 논리 거래 시스템 No Marti No Party Expert Advisor(EA)는 매우 복잡하고 상호 의존적인 논리 웹을 통합하여 비교할 수 없는 거래 통찰력을 제공하고 수익성 있는 거래를 생성하는 거래 기술의 정점을 나타냅니다. 전문 수학자, 통계학자 및 노련한 트레이더로 구성된 팀이 개발한 이 EA는 고급 알고리즘과 인공 지능의 힘을 활용하여 금융 시장의 복잡성을 탐색합니다. No Marti No Party 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에서 추적할 통화 쌍입니다. 관심 있는 모든 문자를 쉼표로 구분하여 입력하십시오. 예: EURUSD,GBPUSD,USDCHF. 이 필드를 비워두면 어드바이저는 설치된 심볼에서만 작동합니다. 로봇이 시작되면 터미널의 "전문가" 탭에 모니터링되는 기호가 표시됩니다. Estimated Timeframe - 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. - 계정 유형: 모든 E
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
MT5의 경우: https://www.mql5.com/en/market/product/97828 수동으로 개설된 포지션을 보완하도록 설계된 ASSISTANT Expert Advisor(EA)는 거래 프로세스를 크게 간소화할 수 있습니다. 예를 들어 통화 쌍의 경우에만 이 EA는 MetaTrader 플랫폼 내에서 작동할 수 있습니다. 그 특징과 기능에 대한 개요는 다음과 같습니다. 수동 거래 보완: 거래자가 수동으로 포지션을 개설하면 EA가 활성화되어 특정 거래를 지원하고 관리합니다. 사용자 정의 가능한 설정: EA가 후속 위치를 처리하는 방법을 정의하기 위해 매개변수를 처음에 설정할 수 있습니다. 여기에는 다음이 포함될 수 있습니다. 로트 크기 조정: 위험 허용 범위 또는 계정 잔액을 기준으로 합니다. 이익실현(TP) 및 손절매(SL) 수준: 사전 정의된 종료 지점을 설정합니다. 추적 중지: 거래가 호의적으로 움직일 때 이익을 고정하는 것입니다. 시간 기반 관리: 거
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)
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 setting up automat
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
이 제품의 구매자들이 또한 구매함
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 버전 | Discord 버전 데모를 시도하려면 사용자 가이드로 이동하십시오. Telegram To MT5 수신기는 전략 테스터에서 작동하지 않습니다! Telegram To MT4 특징 한 번에 여러 채널에서 신호를 복사합니다. 비공개 및 제한된 채널에서 신호를 복사합니다. Bot 토큰이나 채팅 ID가 필요하지 않습니다(필요한 경우 계속 사용할 수 있음). 위험 % 또는 고정된 로트를 사용하여 거래합니다. 특정 심볼을 제외합니다. 모든 신호를 복사할지 복사할 신호를 사용자 정의할지 선택합니다. 모든 신호를 인식하
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)
이 맞춤형 Ultimate Sniper 대시보드는 원래 Ultimate Sniper 대시보드 지표에 대한 EA 업그레이드입니다. 최대 98개의 서로 다른 알고리즘과 함께 작동하여 작업하는 자산 클래스에 대한 추세의 진정한 특성을 포착합니다. 이는 몇 달 동안 대부분의 고객으로부터 받은 많은 제안과 조언에 대한 직접적인 응답입니다. 이 사용자 정의 버전은 완전히 사용자 정의할 수 있습니다. 98개의 개별 맞춤형 알고리즘으로 구동됩니다. 매우 멋진 시각적 인터페이스로 모든 쌍 또는 기간에 대한 전체 시장 추세를 쉽고 자신 있게 따를 수 있습니다. 텔레그램에 실시간 알림을 보낼 수 있습니다. 거래 쌍에 따라 자신의 인덱스를 만들 수 있습니다. 휴대폰으로 실시간으로 알림을 보낼 수 있으므로 움직임이 설정되고 있음을 알기 위해 PC에 있을 필요가 없습니다. 입력 설정에서 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 에는 강력한 거래 관리자, 통화 강도 측정기, 계정 보고 도구, 위험 관리 도구 등이 포함되어 있습니다! 그것은 당신이 만나게 될 가장 진보된 외환 거래 관리자이자 거래 도우미 중 하나입니다! 보다 효율적인 무역 거래 관리 방법을 원하는 트레이더를 위한 완벽한 솔루션입니다. 다음 블로그 게시물에서 사용 설명서를 다운로드할 수 있습니다.   https://www.mql5.com/en/blogs/post/751180 Strategy Tester에서 이 거래 시스템을 테스트할 수 있습니다(비주얼 모드 활성화). 실시간 차트에서 테스트하고 싶다면 저에게 메시지를 보내 7일 평가판을 받을 수도 있습니다. 자세한 내용은 설명 아래에 비디오 자습서도 제공됩니다. 질문이 있거나 도움이 필요한 경우 언제든지 저에게 연락해 주시면 기꺼이 도와드리겠습니다. TradePad Pro는 모든 Forex 쌍, 금속, 상품, 지수 및 암호화폐에서 작동합니다.
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)
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)
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) 계정/터미널 간에 거래를 복사하도록 설계되었습니다. 이 도구를 사용하면 제공자(소스) 또는 수신자(대상) 역할을 할 수 있습니다. 모든 거래 행위는 지연 없이 제공자에서 수신자로 복사됩니다. 이 도구를 사용하면 0.5초 미만의 매우 빠른 복사 속도로 동일한 컴퓨터의 여러 MetaTrader 터미널 간에 거래를 복사할 수 있습니다. 무역 복사기 에이전트 설치 및 입력 가이드 복사를 시작하기 전이나 주문이 없을 때 공급자 계정의 설정을 적용하십시오! 주문이 있는 동안 모든 변경 사항은 수신자 계정에 영향을 미칩니다. 예: 공급자 계정이 구매 주문을 적용한 다음 구매를 비활성화하면 수신자 계정의 모든 구매 주문이 닫힙니다. EA에 대한 알림을 받으려면 URL(   http://autofxhub.com   ) MT4 터미널을 추가하십시오(스크린샷 참조). MT5 버전   https://www.mql5.com/en
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는 Telegram 채널, 그룹, 채팅을 통해 수신되는 신호를 거래하는 데 도움이 되는 EA입니다. 채널의 소유자일 필요도 없습니다. 텔레그램 계정에서 시그널 텍스트를 읽을 수 있다면 모두 거래할 수 있습니다. EA는 Telegram API를 통해 Telegram 채널, 그룹, 개인 채팅에서 신호 텍스트를 읽는 데 도움이 되는 Telegram Reader 응용 프로그램인 멋진 무료 도구가 필요합니다. 설정 방법 여기에서 사용자 가이드를 읽고 EA가 어떻게 작동하는지 설정하고 이해하십시오. * 주요 특징: 10개의 라이선스: 10개의 VP, 데스크톱, 노트북에서 EA를 실행할 수 있습니다. 무제한 MT4 계정 및 텔레그램 채널: 무제한 MT4 계정(데모 및 실제), 무제한 텔레그램 채널(모든 채널, 그룹, 채팅), 무제한 텔레그램 계정(귀하의 계정 및 다른 사람의 계정)에 대해 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)
다기능 도구: 로트 계산기, 가격 조치, R/R 비율, 무역 관리자, 공급 및 수요 영역을 포함한 65개 이상의 기능 데모 버전   |   사용자 매뉴얼   |   MT5 버전 이 유틸리티는 전략 테스터에서 작동하지 않습니다. 여기에서 데모 버전을 다운로드하여 제품을 테스트할 수 있습니다. Contact me   질문/개선 아이디어가 있는 경우/버그가 발견된 경우 저에게 연락 하십시오. 거래 프로세스를 간소화, 가속화 및 자동화하십시오. 이 대시보드로 표준 터미널 기능을 확장하십시오. 유틸리티는 외환, 주식, 지수, 암호화폐 등 모든 거래 수단에서 작동합니다. 1. 새로운 거래 열기 : 로트/리스크/RR 계산: 1. Lot 계산기 (리스크 규모에 따른 거래량 계산) 2. 리스크 계산기 (로트 규모에 따른 리스크 금액) 3. 위험/보상 비율(RR) 4. 주문에 대한 활성화 트리거 + StopLimit 구매 / StopLimit 판매 5. 가상 SL / TP 레벨 (숨겨진 SL
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는 일부 Prop(독점) 회사의 HFT 챌린지 계정을 통과하도록 설계된 전문 자문입니다. 거래 전략: 이 전문가 고문은 1분 안에 다우존스 기호에 대해 작업하고 빈도가 높은 거래를 실행합니다. 이 제품은 HFT 계정의 챌린지 단계를 매우 짧은 시간(보통 30분 미만)에 통과할 수 있습니다. 하락폭도 매우 낮아 소품 회사 계정 조건에 적합합니다. ***제품의 현재 가격은 처음 5명의 구매자에게 단 $150입니다. 5회 구매시 최대 $200까지 가격이 인상되니 이번 기회를 놓치지 마세요. 전문가 자문 테스트 결과: 아래 이미지에서 하락폭, 이익, 이 이익이 발생한 기간의 예를 볼 수 있습니다.  이러한 결과를 바탕으로 우리 팀이 설계한 HFT 기술의 성능을 평가할 수 있습니다. 백테스트 방법은? mt4 Strategy Tester에서 데모 버전을 백테스트하는 방법을 보려면 < 여기를 클릭하세요 >를 클릭하세요. 제품 구매 후 '댓글'에 댓글을 남겨
제작자의 제품 더 보기
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.