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

Pending Order Grid EA MT4

Pending Order Grid is a multi-symbol multi-timeframe Expert Advisor that enables multi-strategy implementation based on pending order grids. The EA offers multi-option through input parameters to configure the pending orders. 

General Description 

Pending Order Grid allows the performing of a user-defined strategy through the creation of one or more grids of pending orders. The Expert Advisor places pending orders of a given type (Buy Limit, Sell Limit, Buy Stop, or Sell Stop) at equidistant price levels to form each grid. The user might set up multiple grids, with different features, to exist simultaneously  it's just needed to attach the EA at multiple chart windows of the intended symbol(s). 

The start and stop of a grid might be chosen between two modes: price or time. Depending on the selected modes, the trading robot only starts placing pending orders when the current price is "near" the first target price (Start Price) or the Start Time is reached and stops placing when the last target price exceeds the Stop Price or the Stop Time is reached, where Start Price, Start Time, Stop Price and Stop Time are input parameters. 

A pending order placing is regulated by a price interval, whose limits are at the Stop Level and Stop Level + Extra Level distances from the order’s target price, where Extra Level is an input parameter. Every time new quotes are available, and the symbol's price is at this interval, the pending order is placed. The target price of the next order is simply given by the previous one added (Sell Limit / Buy Stop) or subtracted (Buy Limit / Sell Stop) with the Price Level input parameter. 

An exception to the previous procedure is when the grid’s first pending order is triggered by the Start Time. In this case, the trading robot tries immediately placing the order at the Stop Level distance. In case of rejection by the trade server, it will add 1 pip to the previous distance and try again for the order placing. This procedure will be repeated until the Stop Level + Extra Level distance is reached. 

The maximum number of simultaneous pending orders placed by the EA is given by the expression: 

  • Ceil ( (Stop Level + Extra Level) / Price Level ), for Price Level > 0, 

where Ceil represents the usual maths function. The expression may take the following values: 

  • 1 for Price Level ≥ Stop Level + Extra Level, 
  • 2 for (Stop Level + Extra Level)/2 ≤ Price Level < Stop Level + Extra Level, 
  • 3/more for Price Level < (Stop Level + Extra Level)/2. 

    Risk Management 

    The volume used to place a pending order is chosen between a fixed and a variable lot size, available through the Volume and Free Margin % input parameters, respectively. If there isn't enough money in the account for the chosen volume, a request for placing the order is still sent to the trade server. The purpose is to allow the corresponding position opening if the free margin increases enough until the target price is reached. This increase could be due to an account deposit or position profit, occurring between the pending order’s placing and its triggering. 

    Input Parameters 

    PENDING ORDER GRID 

    • Start Price: Price used to define the grid’s start. 
    • Start Time: Time used to define the grid’s start. 
    • Stop Price: Price used to define the grid’s stop. 
    • Stop Time: Time used to define the grid’s stop. 
    • Price Level: Distance used between pending orders of the same type (pips). 
    • Extra Level: Distance from the Stop Level, which in turn is a distance from the target price, both represent the limits of price interval where the symbol's price needs to be for the pending order's placing (pips). 

        PENDING ORDER PLACING 

        • Magic Number: Expert Advisor’s identifier. 
        • Type: Pending order type used to form the grid. 
        • Volume: Lot size per deal (lots). 
        • Free Margin %: Percentage of account free margin used to calculate the lot size of the current deal (%). 
        • Stop Loss: Distance from the market price for placing a Stop Loss at a position opening (pips). 
        • Take Profit: Distance from the market price for placing a Take Profit at a position opening (pips). 
        • Deviation: Maximum allowed slippage from the requested price (pips). 
        • Expiration Time: Order validity period. 
        • Comment: Text message displayed in the chart window (to which the EA is attached) after a(n) (re)initialization of the EA, in the description of a chart object after the creation of a horizontal/vertical line at one of the grid’s limits or after the placing of a pending order, and in the Trade / Account History tab of the Terminal window after the placing of a pending order (it only allows 31 characters). 

          POSITION MODIFYING 

          • Trailing Stop – SL: Distance from the market price for placing a Stop Loss after a favourable price movement (pips). 
          • Trailing Start – SL: Distance from the position’s opening price that must be reached for the “Trailing Stop – SL” function’s activation (pips). 
          • Trailing Step – SL: Distance from the price where the previous Stop Loss modification occurred that must be reached before the placing of a new Stop Loss (pips). 
          • Trailing Stop – TP: Distance from the market price for placing a Take Profit after an unfavourable price movement (pips). 
          • Trailing Start – TP: Distance from the position’s opening price that must be reached for the “Trailing Stop – TP” function’s activation (pips). 
          • Trailing Step – TP: Distance from the price where the previous Take Profit modification occurred that must be reached before the placing of a new Take Profit (pips). 

              OPTIMIZATION CRITERION 

              • Math Expression: Mathematical expression used to calculate a custom statistic parameter to sort the optimization results (see the Optimization Criterion section below). 

              Some of the available parameters accept values that lead to particular options. 

              • Start Price or Stop Price: A null/negative value means the parameter’s inactive function. 
              • Start Time or Stop Time: A value before the current time means the parameter’s inactive function. 
              • Price Level: A null value means that the target price is constant for all pending orders. 
              • Extra Level: A null value means that the symbol’s price needs to be exactly at the Stop Level distance from the target price for the pending order's placing. 
              • Volume: A value lower than the minimum allowed volume by the broker is converted in this last. A value higher than the maximum available volume by the free margin is converted in this last. 
              • Free Margin %: A value whose volume doesn’t reach the minimum allowed volume by the broker is converted in this last. A value whose volume exceeds the maximum available volume by the free margin is converted in this last. 
              • Stop Loss, Take Profit, Trailing Stop – SL or Trailing Stop – TP: A null value means the parameter’s inactive function. Any value between 0 and the Stop Level is converted in this last. 
              • Trailing Start – SL or Trailing Start – TP: A null value means the “Trailing Stop – SL” or “Trailing Stop – TP” function’s immediate activation, respectively. 
              • Trailing Start – SL: The spread value means the “Trailing Stop – SL” function’s activation at breakeven, although such hasn't been guaranteed. The spread + “Trailing Stop – SL” values mean the “Trailing Stop – SL” function’s activation in a profit where breakeven has been guaranteed. 
              • Trailing Step – SL or Trailing Step – TP: A null value means the “Trailing Stop – SL” or “Trailing Stop – TP” function’s continuous operation, respectively. 

                The input parameters that define the limits of the grid must obey a few rules. 

                • Both the start and stop of the grid must be selected, each chosen between a price or time. 
                • Any combination between the start and stop of the grid can be used: Start Price + Stop Price, Start Price + Stop Time, Start Time + Stop Price and Start Time + Stop Time
                • The Start Price cannot exceed the Stop Price in the Sell Limit or Buy Stop orders grid. 
                • The Stop Price cannot exceed the Start Price in the Buy Limit or Sell Stop orders grid. 
                • The Start Time cannot exceed the Stop Time in any pending order grid. 

                    Optimization Criterion 

                    The Expert Advisor allows the creation and use of a new statistical parameter (besides available ones) to sort the optimization results. This custom statistic parameter is obtained from a mathematical expression, inserted in the Optimization Criterion input parameter, which is calculated after the testing is over. The expression must obey syntax rules and precedence order, being constituted by the following elements: 

                    • Integer and real numbers. 
                    • Statistic parameters
                    • Mathematical operators for addition (+), subtraction (-), multiplication (*), division (/) and exponentiation (^). 
                    • Mathematical and trigonometric functions
                    • Curved parentheses (()) to define the precedence and contain the function’s argument(s). 
                    • Full stop (.) as decimal point and comma (,) as function’s arguments separator. 

                      The statistical parameters are used by writing the respective identifier initial(s) after the term “STAT”. In case there are two identifiers with the same initial(s), it must also be added “1” or “2”, depending on the order in which both appear in the list. For instance, “STAT_PROFIT” and “STAT_MAX_CONLOSS_TRADES” would be “P” and “MCT2”, respectively. List of identifiers, without “STAT_”, whose initial(s) require “1” or “2”: 

                      CONPROFITMAX (C1), CONPROFITMAX_TRADES (CT1), MAX_CONWINS (MC1), MAX_CONPROFIT_TRADES (MCT1), CONLOSSMAX (C2), CONLOSSMAX_TRADES (CT2), MAX_CONLOSSES (MC2), MAX_CONLOSS_TRADES (MCT2), EQUITYDD_PERCENT (EP1), EXPECTED_PAYOFF (EP2), LOSS_TRADES (LT1), LONG_TRADES (LT2). 

                      The mathematical/trigonometric functions are used by writing the respective name after “Math” and one or two arguments inside parentheses, separated by a comma in this last case. For instance, “MathLog10()” and “MathPow()” would be “Log10(argument)” and “Pow(argument1,argument2)”, respectively. List of names that correspond to the available functions: 

                      Abs, Arccos, Arcsin, Arctan, Ceil, Cos, Exp, Floor, Log, Log10, Max, Min, Mod, Pow, Rand, Round, Sin, Sqrt, Tan. 

                      Note: “MathRand()” is only executed with “GetTickCount()” as the argument of “MathSrand()”, it’s used without anything inside parentheses – simply writing “Rand()”. 

                      Additionally, the expression has the following properties: 

                      • The scientific, engineering and E notations are allowed. 
                      • The multiplication needs to be explicitly indicated (through the respective symbol). 
                      • The system is case-insensitive. 
                      • The space ( ) is allowed and doesn’t affect the expression’s calculation. 
                      • The input expression is limited to 511 characters. 

                        Examples of a number representation using various notations: “0.0000325” (decimal), “3.25*10^-5” (scientific), “32.5*10^-6” (engineering) and “32.5E-6” (E). 

                        IMPORTANT! The EA doesn’t verify if the input expression fulfils all the requirements, namely if it obeys syntax/standard rules, hence, any infringement of these leads to an unreliable result. 

                        Displayed Information 

                        The Expert Advisor possesses a vast number of messages to inform the user about errors and conditions changes that might occur during its operation. The messages are shown through the Alert function (by a pop-up window), its content includes: 

                        1. The warning that an input parameter has been incorrectly set. 
                        2. The info that the account doesn't have enough money for the chosen volume (see the Risk Management section above). 
                        3. The info that the number of permitted orders by the broker has been reached. 
                        4. The previous and current value of the symbol’s Stop Level when this is updated. 
                        5. The Trade Server Return Codes description. 
                        6. The symbol’s quotes (immediately) before the trade request’s formation, followed by the symbol’s quotes (immediately) after the trade server’s decision. 
                        7. The Runtime Errors description. 
                        8. The standard function in the include file where the runtime error was detected (only relevant to the programmer). 
                        9. The Uninitialization Reason Codes description. 

                                    Note: Some elements of the list are displayed simultaneously (in the same text line): 5 and 6; 7 and 8. 

                                    During the EA’s operation, the messages displayed are grouped by kind of occurrence (related to each list’s element, except the 1, 6 and 8) and counted. Immediately before the EA’s unloading, a final message containing those groups with the respective counts (if these were > 0) is presented. 

                                    Following the EA's (re)initialization, two reference lines are displayed in the chart at the grid’s limits (start and stop). Each line is horizontal/vertical when the grid’s limit is the price/time, respectively. Both lines are blue/red when the grid’s pending order type is Buy/Sell, respectively. Tip: Place the mouse pointer over one of those lines to see its object name ("Buy/Sell Limit/Stop – Start/Stop Price/Time") and description (the Comment input parameter). Note: The properties of a graphical object can be edited in the Objects list. 

                                    After the EA’s testing/optimization, the result of the mathematical expression, inserted in the Optimization Criterion input parameter, is presented in the Journal / Optimization Results tab of the Tester window, respectively. After the EA’s testing, the values of the available statistic parameters are also presented in the Journal tab. 

                                    Observations 

                                    In some cases, the quoting session might start before or end later than the corresponding trading session (with a five-minute difference, for instance). During the time interval when the quoting session is open, but the trading session is still/already closed, the Expert Advisor initiates/continues to process the available ticks, respectively. If the present conditions satisfy the EA's trading criteria, a trade request is formed and sent to the server. However, it won’t succeed, and an error message is displayed: “market is closed”. 

                                    During high activity periods, the trade server’s decision on whether a trade request is executed or rejected may suffer significant delays. Some data used in the request sent to the server might become incorrect, leading to the order’s rejection. When the server is evaluating a request and the symbol's quotes are updated, three cases might occur: 

                                    1. Pending order placing – the pending order’s target price becomes an incorrect distance. 
                                    2. Position opening/modifying – the position's Stop Loss or Take Profit intended level becomes an incorrect distance. 
                                    3. Position modifying – the position's Stop Loss or Take Profit previous level takes to its closing. 

                                    The symbol’s quotes mentioned in the sixth element of the list in the Displayed Information section are especially useful here (since firsts usually differ from lasts). A careful analysis of these quotes, knowing the implication that certain quote changes have on the request’s evaluation, permits understanding the reason when these cases occur. To avoid the request’s rejection by the trade server due to “invalid stops” (cases 1 and 2), the prices/levels used should exceed the symbol’s Stop Level by a few pips. 

                                    When placing a pending order, the validity period can’t be less than 10 minutes. During a grid creation, the Expert Advisor doesn’t place pending orders if the current time exceeds the Expiration Time minus 10 minutes (when the validity period is previously selected). 

                                    The Expert Advisor rechecks the validity of the grid’s limits in the price and time current context every time one of the input parameters is changed: Start Price, Start Time, Stop Price, Stop Time or Type. 

                                    Conclusion 

                                    Pending Order Grid is a helpful and effective tool regarding the automatic creation of pending order grids, especially when the grids consist of a significant number of orders, enabling a simple and intuitive setting of the grids to form.


                                    추천 제품
                                    Always a plus
                                    Aleksandr Nadein
                                    IT DOESN'T WORK CORRECTLY IN THE TESTER, IT'S MADE TO PASS TESTS ON mq5!!! It is better to test the advisor on a demo account! The advisor is always in the black. Does not use old indicators, developed using GPT, which eliminates errors in operation. Suitable for use on all instruments.Shows positive dynamics.GPT calculation confirmed the expert's work.At long distances, a grid is used, which brings a good profit. During long movements, the profit comes in parts from the main budget.
                                    The Expert Advisor cannot be tested in the MT4 Strategy Tester! Only on MT5, so put it on a demo account and test it in real time or download the same version for MT5. The Expert Advisor trades on instruments with a high correlation. At the same time, it insures (hedges) each transaction is made at the expense of another instrument. The principle of insurance is that we buy one instrument, and sell the opposite one. Since pairs with a positive correlation always follow in the same direction, t
                                    Fxdolarix
                                    Andrey Kozak
                                    Fxdolarix is an automatic robot scalper for GBPUSD M5. Was tested on a real account for 3 months. The robot uses a scalping strategy focused on short-term intraday price movements. The main emphasis is on identifying moments of short-term volatility and executing quick trades. The robot uses such indicators as: iMACD, iMA, iStochastic. Using these indicators, the robot identifies the direction of the trend, and with the help of tick price movement activity, the robot identifies sharp impulses i
                                    Risk Manager for MT4
                                    Sergey Batudayev
                                    4.56 (9)
                                    MT4의 Expert Advisor Risk Manager는 매우 중요하며 제 생각에는 모든 거래자에게 필요한 프로그램입니다. 이 Expert Advisor를 사용하면 거래 계정의 위험을 제어할 수 있습니다. 위험 및 이익 통제는 금전적 측면과 백분율 측면에서 모두 수행될 수 있습니다. Expert Advisor가 작동하려면 통화 쌍 차트에 첨부하고 예금 통화 또는 현재 잔액의 %로 허용되는 위험 값을 설정하기만 하면 됩니다. PROMO BUY 1 GET 2 FREE -   https://www.mql5.com/en/blogs/post/754725 어드바이저 기능 이 위험 관리자는 위험을 제어하는 ​​데 도움이 됩니다. - 거래를 위해 - 하루 - 일주일 동안 - 한 달 동안 당신은 또한 제어할 수 있습니다 1) 거래 시 최대 허용 랏 2) 1일 최대 주문 수 3) 하루 최대 수익 4) 지분 인수 이익 설정 그게 다가 아닙니다. 설정에서 자동 설정을
                                    XMaya Scalp ZR Series
                                    Samsul Anwar
                                    2.6 (5)
                                    XMaya Scalp ZR Series is a fully automated Expert Advisor designed for Traders. XMaya Scalp ZR Series is a robot trader with multi-currency scalper Expert Advisor. This robot trades on any Time Frame, Can be use on all pairs but not for use on XAU/GOLD . The system is ready-to-use with the setup is simple, with simple optimization on Take Profit, Stop Loss, and Trailing. User-Defined Variables OrderCmt - used for comments Magic - Magic Number to identify the order's mode for the EA. TargetProf
                                    Risk Manager m4
                                    Maryna Shulzhenko
                                    Risk Manager   at a Glance: A Revolutionary Robot with a Unique Trading System Risk Manager is a revolutionary robot. With its unique trading system using sentiment analysis and machine learning, Risk Manager is a game changer when it comes to executing trades. You can work on any hourly period, any currency pair and on the server of any broker. Risk Manager is a trading robot that uses its own algorithm to make trading decisions. Different approaches to analyzing input information are used,
                                    CAP Ichimoku EA Pro
                                    MEETALGO LLC
                                    3 (4)
                                    CAP Ichimoku EA MT4 Pro  trades using the Ichimoku Kinko Hyo Indicator. It offers many customizable Ichimoku trading scenarios and flexible position management settings, plus many useful features like customizable trading sessions, a martingale and inverse martingale mode. [  Installation Guide  |  Update Guide  |  Submit Your Problem  |  All Products  ] Before buy Pro version? You can buy alternation pro version, our powerfull EA,   CAP Strategy Builder EA .  This is strategy builder EA. It p
                                    ABCMarketsControl
                                    Svetlana Dzikovskaya
                                    ABCMarketsControl.ex4 utility manages already opened trades on any symbol by moving them to a breakeven when the price reaches a certain level. Besides, if the price goes further in favorable direction, the utility moves Stop Loss and Take Profit accordingly. The utility is most convenient for use on medium and long terms, as well as when trading on news. The parameters set by default are optimal, but it is better to select them individually for each trading symbol according to personal experien
                                    TropangFX v1
                                    Jordanilo Sarili
                                    PROMO: SPEND MORE TIME WITH YOUR FAMILY. ENJOY LIFE… DO NOTHING. We would like to share our coding skills to fellow traders and most especially to people from all walks of life to have the opportunity to trade or invest using auto-trading way to provide other source of income while letting the robot and your money works for you.  Recommendations: Timeframe:   H1 (Any Timeframe) Supported currency pairs:   EURUSD , EURCHF,   USDCAD, AUDCAD, EURAUD and many more except *** JPY*** Pairs ...
                                    Stability Pro MT4
                                    Profalgo Limited
                                    출시 프로모션: 990$ 대신 단 34 9 $! 이 프로모션 가격으로 몇 장만 남았습니다! 저희 프로모션 블로그   에서 "   Ultimate EA 콤보 패키지 "   를 꼭 확인해 보세요   !   JOIN PUBLIC GROUP:   Click here 실시간 결과 위험도 낮음 실시간 결과 고위험 STABILITY PRO에 오신 것을 환영합니다   . 시장에서 가장 발전되고 안정적이며 위험이 낮은 그리드 시스템 중 하나입니다! 이 EA는 사용하는 외환쌍의 전체 사용 내역에 대해 스트레스 테스트를 거쳤습니다. 이러한 스트레스 테스트 동안 EA는 아래 스크린샷에서 볼 수 있듯이 2007년부터 오늘까지 매달 수익을 올렸습니다. EA는 고정된 거리에서 그리드 거래를 추가하지 않지만 시장 움직임을 분석하여 그리드 위치를 결정하는 고급 SVG 알고리즘(스마트 변수 그리드)을 사용합니다. 나는 이 EA에 대해 좋은 위험/보상 비율과 강력한 복구 요소를 얻기 위해 많은 노력을 기
                                    Minner Pro EA
                                    Lai Thi Tuyet Mai
                                    Miner Pro EA is a fully automatic Expert Advisor. It can actually outsmart a market by placing BUY and SELL orders when the requirements are met. It uses an advanced technology to place orders in the right time with the right lot. This robot is designed for beginners yet expert traders: Most of the inner parameters are hidden from user so that even a beginner will not mess up.  All Parameters are optimized for the EUR/USD pair. Recommend ECN broker: ICMarket , Tickmill  Parameters Lots         
                                    Fx Ilan Pluss
                                    Denis Kudryashov
                                    Fx Ilan Pluss Советник Fx Ilan Pluss -это аналог советника, с добавлением множества дополнительных логик и возможностей для торговли, с оставленными настройками советника . Советник торгует по системе Мартингейл с увеличением последующих лотов в серии ордеров, с целью их усреднения. Первый ордер робот выставляет по сигналам встроенного индикатора. Так же советник имеет возможность прекращать торговлю в зависимости от новостей. FX Ilan Plus можно использовать либо на одном графике, либо на двух г
                                    Impuls Pro MT4
                                    Sergey Batudayev
                                    5 (3)
                                    EA의 전략은 스윙 트레이딩을 기반으로 하며 iPump 지표에 의해 계산된 날카로운 충동 이후의 항목이 있습니다. 앞서 언급했듯이 EA는 자동 지원으로 수동 거래를 열 수 있습니다. - 하락추세의 경우 ↓ 가격 조정 후 거래에 진입하고 자산이 과매수 영역에 들어가 추세를 따라 매도합니다. - 상승 추세 ↑의 경우 가격 조정 후 거래에 진입하고 자산이 과매도 영역에 빠지면 추세를 따라 매수합니다. 선택한 자산에서 거래할 때 고문은 추세를 고려하고 현재 추세에 따라 거래를 엽니다. 수익성이 없는 거래는 중지와 평균을 사용하여 마감할 수 있습니다. 두 번째 옵션은 확실히 더 수익성이 높지만 더 위험합니다. 장점 다양한 TF에 대한 레벨 분석을 위한 내장 레벨 표시기 차트에서 수동으로 평균화 수준을 선택하는 기능 많은 피라미드형 주문을 열어 이익을 배가할 수 있는 능력(주문 수는 스스로 제어할 수 있음) iPump 표시기의 역 신호를 기반으로 TP in% 설정에 대한 추가 기준 "손" 모
                                    ATR Robot PRO
                                    Vladimir Gribachev
                                    3 (2)
                                    This is an expanded version of ATR Robot . The EA is based on a multifunctional template and is designed for intraday trading with all major currency pairs on any timeframe. The strategy is based on analysis of price action within the daily volatility range for a given period. The EA has a vast set of features - it can be configured for any trading style, which makes it not just a trading robot, but a multifunctional flexible designer. The EA applies order placement levels, stop loss, take profi
                                    Lucky Bro
                                    Andrey Kozak
                                    Robot scalper. Default settings for GBPUSD, period M5. The robot opens from 10 to 50 trading transactions every day. TakeProfit is set physically, and StopLoss is indicated as a % of the deposit. The robot also accompanies transactions using a Trailing Stop. The ratio of transactions closed by Take Profit and Stop Loss is approximately 90/10. The robot also works well at various news events, and when important news comes out, if the price does not go in the direction of the technical forecast,
                                    News Trapper EA
                                    Noha Mohamed Fathy Younes Badr
                                    5 (7)
                                    Hi, all.  News trapper EA It is an expert for trading news very safe expert  put Settings interest rate only or high impact news for Automated Trading on the news of the economic calendar. It shows stable trading during last 10  years. EA doesn't use dangerous technologies like martingale, grid. The Expert is very simple to use. The program contains flexible settings In the terminal settings, you need to add the news site to the list of allowed URLs. Click Tools >Options > Expert Advisors. Che
                                    Binary Options Copier Remote is an EA that allows to copy binary options trades between MT4 accounts at different computers. This is an ideal solution for signal provider, who want to share his trade with the others globally on his own rules. Provider can give free bonus license to 10 receivers. That means those 10 receivers can copy from provider by using Binary Options Receiver Free (no cost). From 11th one, receiver have to buy Binary Options Receiver Pro (paid version) in order to copy from
                                    Black Spider
                                    Vladimir Gribachev
                                    무지표 그리드 전문가 고문. 변동성이 ATR 값을 초과하면 첫 번째 거래가 열립니다. 촛대가 약세이고 TrendDirection = 1인 경우 - 매수, TrendDirection = 2인 경우 - 매도. EA는 새로운 바 개설 가격에 대해 작업하며, 이는 테스트/최적화 결과가 실제 거래에 최대한 근접하도록 수행됩니다. 브로커에게 보이지 않는 새로운 주문, 손절매, 이익실현 및 추적 정지를 위한 동적 수준을 적용합니다. 그 값은 핍, 돈, 잔액 또는 변동성(ATR)의 백분율로 계산할 수 있습니다. 권장 사항 실제 돈으로 사용하기 전에 센트 거래 계정에서 최소한의 위험으로 고문을 테스트하십시오. 브로커 서버에 대한 네트워크 지연이 최소화된 VPS 또는 서버를 사용해야 합니다. 낮은 스프레드 + 낮은 수수료 + 고품질 실행 - 거래를 위해 브로커를 선택할 때 이것이 가장 중요합니다. EURUSD, GBPUSD, AUDUSD, USDJPY, USDCHF, USDCA
                                    Karla Two is a fully automated Expert Advisor that operates on advanced Neural Network. It requires very little setup and no supervision afterwards. Once attached to EURJPY H1 chart it will automatically trades following symbols: EURJPY, AUDUSD, EURAUD, AUDJPY and AUDNZD Being an Artificial Intelligence you can most certainly say that it has a brain on its own. Having said that it can spot and determine the right entry points in a matter of milliseconds. All the supporting tools it uses like - t
                                    Best Forex 15TF Scalper MT4
                                    Bruno Alexandre Azevedo Dantas
                                    MT4 VERSION: Hi everyone, I had make that product for try help you get another lever without so hard work and painful... This work on most EUR pairs, maked that for EURUSD but work one anothers, becouse the simple strategie is just follow some nicelh indicators that i use for trade... and is my strategie in a program ... i don't advise start with less that -1000 and more than 0.01 but you can find too how work the tool and how you can work with that so , i will let there a group of telegram f
                                    VVX Xerath XT MT4
                                    Artem Minchuk
                                    2.8 (5)
                                    Dear users, I would like to introduce you to my new trading advisor VVX Xerath XT. The VVX Xerath XT advisor operates on the platform of the iconic SSX Titan TT advisor, yet unlike it, it operates on lower timeframes of M15 and uses other indicators to generate trades, while also trading on two currency pairs, XAUUSD and USDJPY, which provides us with a slight diversification across pairs. My focus has been on creating an advisor that would use the best indicators combined, albeit with differen
                                    MT4 버전 : https://www.mql5.com/en/market/product/104716 MT5 버전 : https://www.mql5.com/en/market/product/104718 정교한 기술 분석과 강력한 위험 관리 전략의 통합을 통해 거래 결정을 최적화하도록 설계된 강력한 도구인 "Technical Master" Expert Advisor를 소개합니다. 이 전문 조언자는 MetaTrader에 내장된 지표 중 하나와 사용자 정의 가능한 위험 매개변수를 활용하여 다양한 금융 시장에서 거래 성과를 향상시킵니다. 주요 특징들: 기술 분석 통합: "기술 마스터" 전문 자문가는 고급 기술 분석 방법론을 활용하여 시장 동향을 해석하고 잠재적인 진입 및 퇴출 지점을 식별하며 거래 신호를 생성합니다. 이는 MetaTrader의 광범위한 내장 지표 라이브러리와 원활하게 통합되어 거래자가 이동 평균, 상대 강도 지수(RSI), 스토캐스틱 오실레이터 또는 거래 전략
                                    Silver Plus EA
                                    Sergey Belov
                                    5 (1)
                                    Fully automatic expert adviser developed for the forex market. - The number of characters in quotes is determined automatically. - Works with standard accounts and ECN accounts. - The timeframe of the chart does not matter. This parameter is defined in the settings. - You can use a dynamic lot or a fixed lot. - The spread filter does not allow the Expert Advisor to open orders at a large value. - Expert advisor always set TakeProfit on all of its open orders. - Drawdown control allows you to spe
                                    Hamster Original (Very Fast, Easy Setup, More Power!) You can check live Hamster Original trading  on  Telegram_Channel The  Hamster Original  is a Trading Robot with no use of Classic martingale. Schedule scalping Options. it uses some Indicators as a filter to maximize Correct entries. Recommendations :  Lot = 0.01. ( if autolot enabled  Allow (initial Lot) per (xx)USD  = 50 ). Balance  = 100 USD. Pair = EURUSD. TimeFrame = 5Min. Broker = Trusted Brokers Inputs descriptions :  Initial L
                                    Frigate
                                    Vladimir Gribachev
                                    The strategy is based on my template and is based on the AO and AC indicators. It buys at two green AO and AC, sells at two red AO and AC. The EA has been adapted for four- and five-digit quotes. VPS server is recommended. Before installing on a real trading account, it is recommended to test the parameters on 99.90% quotes at least for the last year. If you need any help, send me a private message. Advantages of the EA template It is possible to combine different capabilities of the template to
                                    CSV Trader
                                    Aleksandar Petrinic
                                    CSV Trader reads CSV files and executes the orders written in. When you need to send orders to mt4 using different platforms or softwares you can easily set them to write their orders to CSV file and then use this EA to execute them in MT4. Many time I read in Freelance section that people needed a CSV trade executor and now I coded a generic one that can fits all your need. Pay attention: if you are in live/demo you should put your CSV files in " MQL4\Files\CSV_Orders\ " , when you backtest it
                                    Triangular EA Free MT4
                                    Kyra Nickaline Watson-gordon
                                    Note: MT4 Backtest cannot test EAs that trades with several symbols simultaneously. For backtest use MT5 versions download here . Note : Free version can be used for trading on Demo Accounts. Important : This is Arbitrage EA and may not work on all accounts. It is recommended to follow the testing process described on product screenshots. Strategy : EA will place trades based on Triangular Arbitrage strategy. Triangular arbitrage (also referred to as cross currency arbitrage or three-
                                    FREE
                                    ADX Smart
                                    Anton Karabeinikov
                                    Expert Advisor based on the ADX indicator. For PRO. ECN accounts,but also suitable for ECN.There is a martingale. The EA opens trades with WPR and ATR filters. ind_name="=======ADX======="; Sdelok =4; / / number of transactions Magic =2021; / / Magic Lots =0.1 / / Lot MaximumRisk =5 //The Risk DeltaCur =1000; / / Take Profit StopLoss =0; //Stop loss period = 26; //ADX period lineUpUp = 30; / /upper border of the corridor lineUp = 25; / / lower border of the corrido
                                    Success Forex
                                    Mr Teerawoot Aonlamool
                                    Way  to success  EA EA used to trade gold, try to get up to 10000 points of chart drag Trade according to trends, use up to 5 indicators to set values. It is a Martingale system. Fixed when the first lot lost by multiplying not over There is a trailing system. Stop comes when there is a profit. Max drawdown only 24.18% Testing Through the Crisis of War Within 6 months the profit reaches 128.74%
                                    WONNFX iEQ EA MT4 automatic advisor/scalper. Intraday trading. The advisor does not use grids, martingale or other dangerous strategies. All trades are opened and closed during the trading day Each trade is opened with a take profit and stop loss. Trades are also accompanied by a trailing stop. Recommendations: Symbol:   GBPJPY, USDCAD, AUDUSD  (mod1/2/3) Timeframe:   M1 Requirements: The minimum deposit is from 100 dollars in 0.01 lot. 1:100/500. Broker with low spreads, up to 20 pips per
                                    이 제품의 구매자들이 또한 구매함
                                    Trade Assistant MT4
                                    Evgeniy Kravchenko
                                    4.45 (183)
                                    거래당 위험 계산, 라인을 사용한 손쉬운 신규 주문, 부분 청산 기능을 통한 주문 관리, 7가지 유형의 트레일링 스탑 및 기타 유용한 기능을 제공합니다. 주의, 응용 프로그램은 전략 테스터에서 작동하지 않습니다. Manual, Description, Download demo 라인 기능       - 차트에 개시선, 손절매, 차익실현을 표시합니다. 이 기능을 사용하면 새로운 주문을 쉽게 하고 개봉 전에 추가 특성을 볼 수 있습니다. 위기 관리       -       위험 계산 기능은 설정된 위험과 손절매 주문의 크기를 고려하여 새 주문의 볼륨을 계산합니다. 이를 통해 손절매 크기를 설정하고 동시에 설정된 위험을 존중할 수 있습니다. 로트 계산 버튼 - 위험 계산을 활성화/비활성화합니다. 필요한 위험 값은 위험 필드에 0에서 100 사이의 백분율 또는 예금 통화로 설정됩니다. 설정 탭에서 위험 계산 옵션을 선택합니다. $ 통화, % 잔액, % 지분, % 자유 마진, % 사용
                                    가격이 순식간에 변할 수 있는 시장에서 주문은 가능한 한 간단해야 한다고 생각하십니까? Metatrader에서는 주문을 열 때마다 시작 가격, 손절매 및 이익실현 및 거래 규모를 입력하는 창을 열어야 합니다. 금융 시장 거래에서 자본 관리는 초기 예금을 유지하고 곱하기 위해 필수적입니다. 따라서 주문을 하고 싶을 때 얼마나 큰 거래를 열어야 하는지 궁금할 것입니다. 이 단일 거래에서 위험을 감수해야 하는 예치금의 비율은 얼마입니까? 이 거래에서 얼마나 많은 이익을 얻을 수 있으며 위험 대비 이익 비율은 얼마입니까? 거래 규모를 설정하기 전에 거래 규모가 어떻게 되어야 하는지에 대한 질문에 대한 답을 얻기 위해 필요한 계산을 수행합니다. 이 모든 작업을 자동으로 수행하는 도구가 있다고 상상해 보십시오. 차트를 열고 시장 분석을 하고 진입점, 방어점(손절매) 및 목표(이익 실현)를 수평선으로 표시하고 마지막에 위험 수준을 정의합니다. 이 거래에서 감당할 수 있는 가용 자본의 %로, 이
                                    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 to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your 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 b
                                    당신이 멤버인 어떤 채널에서든(비공개 및 제한된 채널 포함) 신호를 직접 MT4로 복사하세요.  이 도구는 사용자를 고려하여 설계되었으며 거래를 관리하고 모니터하는 데 필요한 많은 기능을 제공합니다. 이 제품은 사용하기 쉽고 시각적으로 매력적인 그래픽 인터페이스로 제공됩니다. 설정을 사용자 정의하고 제품을 몇 분 안에 사용하십시오! 사용자 가이드 + 데모  | MT5 버전 | Discord 버전 데모를 시도하려면 사용자 가이드로 이동하십시오. Telegram To MT5 수신기는 전략 테스터에서 작동하지 않습니다! Telegram To MT4 특징 한 번에 여러 채널에서 신호를 복사합니다. 비공개 및 제한된 채널에서 신호를 복사합니다. Bot 토큰이나 채팅 ID가 필요하지 않습니다(필요한 경우 계속 사용할 수 있음). 위험 % 또는 고정된 로트를 사용하여 거래합니다. 특정 심볼을 제외합니다. 모든 신호를 복사할지 복사할 신호를 사용자 정의할지 선택합니다. 모든 신호를 인식하
                                    TradePanel MT4
                                    Alfiya Fazylova
                                    4.91 (88)
                                    Trade Panel은 다기능 거래 보조원입니다. 이 애플리케이션에는 수동 거래를 위한 50개 이상의 기능이 포함되어 있으며 대부분의 거래 작업을 자동화할 수 있습니다. 구매하기 전에 데모 계정에서 데모 버전을 테스트할 수 있습니다. 데모는 여기 에서 확인하세요. 전체 지침은 여기 에서 확인하세요. 거래 . 한 번의 클릭으로 기본적인 거래 작업을 수행할 수 있습니다: 보류 주문 및 포지션 열기 보류 주문 및 포지션을 마감합니다. 포지션 전환(매수를 청산하여 매도를 개시하거나 매도를 청산하여 매수를 개시). 포지션 고정(반대 포지션을 열어 SELL과 BUY 포지션의 볼륨을 동일하게 만듭니다). 모든 포지션을 부분 청산합니다. 모든 포지션의 이익실현 및/또는 손절매를 공통 수준으로 설정합니다. 모든 포지션의 손절매를 손익 분기점 수준으로 설정합니다. 주문 및 포지션을 열 때 다음을 수행할 수 있습니다. 설정된 위험에 따라 거래량 자동 계산을 사용합니다. 한 번의 클릭으로 여러 주문을 열
                                    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 쌍, 금속, 상품, 지수 및 암호화폐에서 작동합니다.
                                    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
                                    Ultimate Trailing Stop EA
                                    BLAKE STEVEN RODGER
                                    4.33 (15)
                                    This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (overr
                                    Comprehensive on chart trade panel with the unique ability to be controllable from mobile as well. Plus has a library of downloadable configuration, e.g. exit rules, extra panel buttons, pending order setup and more. Please see our product video. Works with all symbols not just currency pairs. Features On chart panel plus controllable from free app for Windows, iPhone and Android Built-in script engine with library of downloadable configuration, e.g. add 'Close All Trades in Profit' button, exit
                                    Pro Arbitrage EA   trades based on Arbitrage Strategy. The strategy is like a scalping technology but on three cross currency pairs at the same time. Each trade basket involves three pairs (all open at the same time) and they will close at once when any desired profit reaches. The strategy has no SL technically because all opened currencies are hedged. SL can happen if high slippages on order execution on the broker side. So the strategy is one of the safest ones in the world. MT4 Limitation :
                                    Click and Go Trade Manager
                                    Victor Christiaanse
                                    5 (11)
                                    Click and Go Trade Manager, the ultimate solution for seamless trading execution. With a simple click on the chart, you can effortlessly define your stop loss, entry price, and target levels. No more hassle of inputting values manually - it's made incredibly intuitive and easy. Embedded risk management is a key feature of our Trade Manager. We understand the importance of protecting your investments, which is why the Click and Go Trade Manager incorporates risk management. When placing orders,
                                    Riskless Pyramid
                                    Snapdragon Systems Ltd
                                    5 (1)
                                    Introduction This powerful MT4 trade mangement EA offers a way potentially to aggressively multiply trade profits in a riskfree manner. Once a trade has been entered with a defined stoploss and take profit target then the EA will add three pyramid add-on trades in order to increase the overall level of profit. The user sets the total combined profit target to be gained if everything works out. This can be specified either as a multiple of the original trade profit or as a total dollar amount. Fo
                                    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
                                    -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
                                    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 --------------------------------------------------------------
                                    Averaging Helper
                                    Sergey Batudayev
                                    5 (2)
                                    Averaging Helper - This sort of trading helper instrument will help you average out your previously unprofitable positions using two techniques: standard averaging hedging with the subsequent opening of positions according to the trend The utility has the ability to sort out several open positions in different directions at once, both for buy and for sell. For example, you opened 1 position for a sell and the second for a buy, and they are both unprofit, or one is in the unprofit and one is in
                                    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
                                    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
                                    It contains four major utilities:  ZeroRisk   Trade Pad  to open and manage trades,  ZeroRisk Manual Trader , a ssistant for manual traders to control the trading plan and prop firm rules, ZeroRisk Algo Trader , assistant for algo traders to control and monitor EAs and ZeroRisk Telegram Signal Provider  to send manual or EA signal to telegram. This assistant supports news filter from top 3 trusted news website ( Investing.com, Daily FX ,  Forex Factory ) and auto GMT offset from  Worldtimeserve
                                    True Points PRO EA
                                    Evgenii Aksenov
                                    5 (1)
                                    The EA created to trading of   True Point PRO  indicator signals automatically:  True Points EA has an active trading panel and shows the main parameters of the indicator and the Expert Advisor. True Points PRO EA has two types of orders. Both orders are opened on the signals of the True Points PRO indicator. The difference is that the first order can be closed at the specified Take Profit level or at the indicator signal. The second order is closed only on the signal of the indicator. You can
                                    KopirMT4 Copy trades for MT4
                                    Alexandr Gavrilin
                                    4.52 (71)
                                    The adviser has been withdrawn from sale /    Советник снят с продажи  KopirMT4 (CopierMT4) - transaction copier for the MetaTrader 4 terminal, copies (synchronizes, duplicates) transactions from any accounts (copier, copy dealers).  Supports copying: MT4 <-> MT4, MT4 -> MT5 Hedge, MT5 Hedge -> MT4 Support:  https://www.mql5.com/ru/messages/01c3f341a058d901 Why exactly our product? The copier has a high speed and is not dependent on ticks. Copy speed - less than 0.5 sec. Transactions are 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
                                    -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
                                    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
                                    EA send order’s information in MT4 to Telegram channels MT4 Telegram Signal Provider EA is The Best MT4 to Telegram Utility on the Market  for anyone who wants to become a Professional Telegram Signal Provider SIMPLE, but  POWERFUL  and PROFESSIONAL It will send the  Signals and Reports  to your Telegram channels , base on your orders in Metatrader 4 program Want to send your signals to many platforms like Facebook, Twitter, Blogger, Wordpress...? No problem , let use  IFTTT to connect your Tel
                                    The Expert Advisor will help you forward all pop-up alert with screenshot from  MetaTrader 4 to Telegram channel/ group, also forward all notifications to Telegram. Parameters  -  Telegram Bot Token - create bot on Telegram and get token.  -  Telegram Chat ID  - input your Telegram user ID,  group / channel ID  -  Forward Alert - default true, to forward alert.  -  Send message as caption of Screenshot - default false, set true to send message below Screenshot  How to setup and guide  - Telegram
                                    MT4 to Discord
                                    Trinh Dat
                                    4.29 (7)
                                    The Expert Advisor will send notifications via Discord when orders are opened/modified/closed on your MetaTrader 4 account. - Send message and screenshot to Discord group/channel.  - Easy to customize message.  - Support custom message for all languages - Support full Emoji.  - Send report Daily, Weekly, Monthly ( must show all history of orders ) Parameters - Discord url Webhook - create webhook on your Discord channel. - Magic number filter - default all, or input magic number to notify with
                                    The Dynamic Fibonacci Grid Dashboard ( DFG-360 ) is a multi functional trading app designed for work primarily in the Forex market. The app combines several modules and tools into one complete trading system. The unique interface of the app is optimized for active day trading, scalping, news trading, short term trend following as well as counter trend and grid trading. Main features Advanced Multi Time Frame and Multi Market analysis. Quick and efficient position management. Semi-Automated tra
                                    Prop Firm Equity Protector safe guard your hard earned prop firm account from balance or equity downdraw. It can be used for live/personal account too. It will close all positions if drawdown hit the preset level or percentage. It can be set to close other EA in the same MT4 terminal too.  This utility is not need to use conjuction with  HFT Prop Firm EA (Green Man),   HFT Prop Firm EA has it build-in equity protector and also it has ultra low drawdown. Setting: Prop Firm Account Size Drawdown
                                    제작자의 제품 더 보기
                                    Scientific Calculator MT5
                                    Francisco Manuel Vicente Berardo
                                    Scientific Calculator is a script designed to compute expressions of science, engineering and mathematics.   General Description   The expression to calculate must obey syntax rules and precedence order, being constituted by the following elements:   Integer and real numbers.  Mathematical operators for addition (+), subtraction (-), multiplication (*), division (/) and exponentiation (^).  Mathematical and trigonometric functions .  Curved parentheses (()) to define the precedence and contai
                                    FREE
                                    Scientific Calculator MT4
                                    Francisco Manuel Vicente Berardo
                                    Scientific Calculator is a script designed to compute expressions of science, engineering and mathematics.   General Description   The expression to calculate must obey syntax rules and precedence order, being constituted by the following elements:   Integer and real numbers.   Mathematical operators for addition (+), subtraction (-), multiplication (*), division (/) and exponentiation (^).   Mathematical and trigonometric functions .   Curved parentheses (()) to define the precedence and c
                                    FREE
                                    Tick Data Record MT4
                                    Francisco Manuel Vicente Berardo
                                    Tick Data Record is a multi-symbol multi-timeframe Expert Advisor that records tick data for later graphical representation and analysis.  General Description   Tick Data Record offers a(n) alternative/complement to the online/offline price charts displayed through the MT4/MT5 platform. The Expert Advisor   permits   to write and save the current/history values of Time, Bid, Ask, Spread, Last and Volume to a text file (“.txt”). The idea is to copy/open the obtained register to/in a spreadshee
                                    Environment State Info Print MT4
                                    Francisco Manuel Vicente Berardo
                                    Environment State Info Print is a script to display the constants that describe the current runtime environment of a MQL4  program.   General Description   The constants are divided into four groups in the Environment State section of the MQL4  documentation and each group is divided into enumerations/subgroups (with designations “ Market Info”, “Integer”, “Double” or “String”). The script displays constants in two ways: a single constant or all group constants. The constants are obtained by
                                    Double Trailing Stop MT4
                                    Francisco Manuel Vicente Berardo
                                    Double Trailing Stop is a multi-symbol multi-timeframe Expert Advisor that allows the Stop Loss and Take Profit trailing of positions. The EA offers multi-option through input parameters to configure the positions' stop orders.  General Description   The Expert Advisor’s main purpose is to secure profit and minimize losses with the opened positions. Double Trailing Stop places stop orders (Stop Loss or Take Profit) at the Trailing Stop distance from the market price when the symbol's quote re
                                    Position Selective Close MT4
                                    Francisco Manuel Vicente Berardo
                                    Position Selective Close is a multi-symbol multi-timeframe script used to close simultaneously various positions. The script offers multi-option through input parameters to define the positions to close.  General Description   Position Selective Close   possesses   three operation modes (Intersection,   Union   and All) that control the way   as   four position features (symbol, magic number,   type   and profit) are used. The modes, available through the Selection Mode input parameter, relat
                                    Order Selective Delete MT4
                                    Francisco Manuel Vicente Berardo
                                    Order Selective Delete is a multi-symbol multi-timeframe   script used to   delete   simultaneously various pending orders. The script offers multi-option   through input parameters to define the pending orders to   delete.  General Description   Order Selective Delete   possesses   three operation modes (Intersection,   Union   and All) that control the way   as   three pending order features (symbol, magic   number   and type) are used. The modes, available through the Selection Mode input
                                    Multiple Position Opening MT4
                                    Francisco Manuel Vicente Berardo
                                    Multiple Position Opening   is a multi-symbol multi- timeframe   script used to open simultaneously various positions . The   script   offers multi- option   through   input parameters   to   configure the positions.   Risk Management   The volume used to open each of the positions is chosen between a fixed and a variable lot size, available through the Volume and Free Margin % input parameters, respectively. If there   isn't   enough money in the account for the chosen volume, this is reduce
                                    Pending Order Grid MT4
                                    Francisco Manuel Vicente Berardo
                                    Pending Order Grid is a multi-symbol multi- timeframe   script that enables multi-strategy implementation based on pending order grids. The script offers multi- option   through input parameters to configure the pending orders.   General Description   Pending Order Grid allows the execution of a user-defined strategy through the creation of one or more grids of pending orders. The script places pending orders of a given type (Buy Limit, Sell Limit, Buy Stop, or Sell Stop) at equidistant price
                                    Tick Data Record MT5
                                    Francisco Manuel Vicente Berardo
                                    Tick Data Record is a multi-symbol multi- timeframe Expert Advisor that records tick data for later graphical representation and analysis .   General Description  Tick Data Record offers a(n) alternative/complement to the online/offline price charts displayed through the MT4/MT5 platform. The Expert Advisor permits to write and save the current/history values of Time, Bid, Ask, Spread, Last and Volume to a text file (“.txt”). The idea is to copy/open the obtained register to/in a spreadsheet, r
                                    Environment State Info Print MT5
                                    Francisco Manuel Vicente Berardo
                                    Environment State Info Print is a script to display the constants that describe the current runtime environment of a MQL5 program.   General Description   The constants are divided into four groups in the   Environment State section of the MQL5 documentation and each group is divided into enumerations/subgroups (with designations  “Integer”, “Double” or “String”). The script displays constants in two ways: a single constant or all group constants. The constants are obtained by selecting the p
                                    Double Trailing Stop MT5
                                    Francisco Manuel Vicente Berardo
                                    Double Trailing Stop is a multi-symbol multi-timeframe Expert Advisor that allows the Stop Loss and Take Profit trailing of positions. The EA offers multi-option through input parameters to configure the positions' stop orders.  General Description   The Expert Advisor’s main purpose is to secure profit and minimize losses with the opened positions. Double Trailing Stop places stop orders (Stop Loss or Take Profit) at the Trailing Stop distance from the market price when the symbol's quote re
                                    Position Selective Close MT5
                                    Francisco Manuel Vicente Berardo
                                    Position Selective Close is a multi-symbol multi-timeframe script used to close simultaneously various positions. The script offers multi-option through input parameters to define the positions to close.  General Description   Position Selective Close   possesses   three operation modes (Intersection,   Union   and All) that control the way   as   four position features (symbol, magic number,   type   and profit) are used. The modes, available through the Selection Mode input parameter, relat
                                    Order Selective Delete MT5
                                    Francisco Manuel Vicente Berardo
                                    Order Selective Delete is a multi-symbol multi-timeframe   script used to   delete   simultaneously various pending orders. The script offers multi-option   through input parameters to define the pending orders to   delete.  General Description   Order Selective Delete   possesses   three operation modes (Intersection,   Union   and All) that control the way   as   three pending order features (symbol, magic   number   and type) are used. The modes, available through the Selection Mode input
                                    Multiple Position Opening MT5
                                    Francisco Manuel Vicente Berardo
                                    Multiple Position Opening   is a multi-symbol multi- timeframe   script used to open simultaneously various positions . The   script   offers multi- option   through   input parameters   to   configure the positions.   Risk Management   The volume used to open each of the positions is chosen between a fixed and a variable lot size, available through the Volume and Free Margin % input parameters, respectively. If there   isn't   enough money in the account for the chosen volume, this is reduce
                                    Pending Order Grid MT5
                                    Francisco Manuel Vicente Berardo
                                    Pending Order Grid is a multi-symbol multi- timeframe script that enables multi-strategy implementation based on pending order grids. The script offers multi- option through input parameters to configure the pending orders.   General Description   Pending Order Grid allows the execution of a user-defined strategy through the creation of one or more grids of pending orders. The script places pending orders of a given type (Buy Limit, Sell Limit, Buy Stop, or Sell Stop) at equidistant price lev
                                    Pending Order Grid EA MT5
                                    Francisco Manuel Vicente Berardo
                                    Pending Order Grid is a multi-symbol multi-timeframe Expert Advisor that enables multi-strategy implementation based on pending order grids. The EA offers multi-option through input parameters to configure the pending orders.  General Description   Pending Order Grid allows the performing of a user-defined strategy through the creation of one or more grids of pending orders. The Expert Advisor places pending orders of a given type (Buy Limit, Sell Limit, Buy Stop, or Sell Stop) at equidistant
                                    필터:
                                    리뷰 없음
                                    리뷰 답변
                                    버전 1.1 2024.06.02
                                    Minor change, not requiring an update:

                                    - Link addition at the EA’s properties window to visit the product page.