• Panoramica
  • Recensioni
  • Commenti
  • Novità

Pending Order Grid EA MT4

The Pending Order Grid is a multi-symbol multi-timeframe Expert Advisor that enables multi-strategy implementation based on pending order grids. 

General Description 

The Pending Order Grid allows the performing of a user-defined strategy through the creation of pending order grids. 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 different grids to exist simultaneously – it's only needed to attach the EA on 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 between the placing and triggering of the pending order. 

    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 pending order's target price for placing a Stop Loss (pips). 
        • Take Profit: Distance from the pending order's target price for placing a Take Profit (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 Objects list after creating a horizontal/vertical line (at each of the grid’s limits) or placing a pending order, and in the Trade or Account History tabs of the Terminal window after placing 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 results from a mathematical expression calculated after the testing. 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 Math Expression input parameter, is presented in the Journal / Optimization Results tabs 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. 

                                    The Start Price, Start Time, Stop Price, Stop Time or Type input parameters have a special status in the program. Every time one is changed, two things happen: the EA ends up the current grid and verifies the conditions to create a new one. Then, if all start/stop values pass this checking, the EA begins a new grid. But, if at least one fails, the EA doesn’t go forward with the new grid and terminates its operation. 

                                    A Buy/Sell position is opened at the Ask/Bid price and closed at the Bid/Ask price. Since the position’s stop orders (Stop Loss and Take Profit) are triggered at this last price, in a pending order, they are calculated from the order's target price -/+ the current spread (Ask - Bid), respectively. 

                                    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). 

                                    Conclusion 

                                    The 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.


                                    Prodotti consigliati
                                    FX28 Trader
                                    Tsvetan Tsvetanov
                                    5 (1)
                                    Presentazione del FX28 Trader Dashboard - Il tuo gestore di trading definitivo Scopri tutto il potenziale della tua esperienza di trading con il FX28 Trader Dashboard, un gestore di trading completo e intuitivo progettato per portare il tuo trading Forex a nuove vette. Che tu sia un trader esperto o stia iniziando il tuo percorso finanziario, questo potente strumento è stato sviluppato per semplificare le tue attività di trading e migliorare il processo decisionale. Caratteristiche principali:
                                    KFX Trade Manager
                                    Joe Christopher Ramirez
                                    Introducing the "KFX Trade Manager" expert advisor for MetaTrader 4 (MT4), a comprehensive solution for advanced trade management and risk control. This powerful tool is designed to enhance your trading experience by automating various aspects of order handling, profit optimization, and alert notifications. With the "KFX Trade Manager," you can take your trading to the next level and streamline your operations for improved efficiency and better risk management. Key Features: Trade Management Set
                                    Binary Options Copier Local is an EA that allows to copy binary options trades between MT4 accounts on the same computer. With this copier, you can act as either a provider (source) or a receiver (destination). All binary options trades will be copied from the provider to the receiver with no delay. Demo : Demo version for testing can be downloaded at: https://www.mql5.com/en/market/product/10047 Reference : If you need to copy between different computers over Internet, please check Binary Optio
                                    F O R E X  J U G G E R N A U T  A highly powerful Expert Advisor even if used only with one currency pair, GBPJPY. The system structure is focused on the precision of the order entries and safety.   The EA is suitable and recommended for newbies.        V E R Y  I M P O R T A N T   This Expert Advisor can not run with any EAs in the same account. As part of the money management plan, it calculates and monitors the  Margin Level %  and assumes that all open trades a
                                    Pending Order Grid MT4
                                    Francisco Manuel Vicente Berardo
                                    The Pending Order Grid is a multi-symbol multi-timeframe script that enables multi-strategy implementation based on pending order grids.  General Description   The Pending Order Grid allows the performing of a user-defined strategy through the creation of pending order grids. The script 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 beginning and finish of every grid are defined by the Start Price and St
                                    L   H E D G E R   S C A L P E R    A fully automated Expert Advisor that uses counter-trend scalping, managed semi-martingale strategy and lock hedging to execute a complete trading scheme from entry analysis to risk-calculated money management to exit analysis plan execution.         V E R Y  I M P O R T A N T    You can use only ECN type of account. Otherwise, it's a disaster. You can use only the GBPJPY currency pair. Open and attach with 1 chart only. Use a minimum o
                                    H4 GBPUSD Trend Scalper is a trend signal scalper The EA trades according to the trend strategy using original built-in indicator for opening and closing orders. The external inputs for limiting trading on Fridays and Mondays are available. The purpose of the strategy is to use the current trend with the most benefit. According to the results of testing and working on demo and real accounts, the best results achieved by using the Н4 timeframe on the GBP/USD pair Works on MetaTrader 4 Build 971+
                                    Your Key to PASS HFT Prop Firm Challenges   Are you ready to unlock the world of High-Frequency Trading ( HFT ) and take on the challenges set by proprietary trading firms? Look no further than   PropFirmFastPass , the ultimate Expert Advisor (EA) designed to help you pass unlimited HFT prop firm challenges effortlessly .  Unlimited Challenges, One-Time Fee Conquer evaluations from over 13 supported prop firms, including  Quantec Trading Capital , with just a single purchase. Say goodbye t
                                    Introducing AutoPilotFX: Your Ultimate Trading Panel with Advanced Features Take your trading to new heights with AutoPilotFX, an MQL4 Expert Advisor designed to streamline your trading process and optimize your strategies. Discover the powerful features it offers and learn how it can help you maximize your profits and minimize your risks. Key Features: Automatic Lot Size Calculation: AutoPilotFX automatically calculates the ideal lot size based on your desired risk-reward ratio, ensuring that y
                                    FREE
                                    Realfuwi
                                    Hamza Abdulkadir Adam
                                    This EA is recommended to traders who already had trading experience with expert advisers. EA is using martingale strategy and it is regulated by Martin_1 and Martin_2 multiplier settings. Automated trading: Your EA automates the trading process, taking the emotional and psychological factors out of the equation. Backtested: Your EA has been backtested over a period of time to ensure its reliability and stability. Easy to use: Your EA is user-friendly and easy to set up, even for beginner
                                    TLFv1
                                    Thanakorn Suphakornthongchot
                                    Short-Term Fibonacci Trading Strategy with Clear TP and SL Strategy: Timeframe: M15 Indicator: Fibonacci Retracement Fibonacci Levels: Buy Entry: 38.2%, 50.0% Sell Entry: 61.8%, 78.6% TP/SL Placement: SL: Below/above the Fibonacci level used for entry Minimum Capital: $100 Instruments: Metals: Gold (XAUUSD) The recommended spread starts from 10 to 25, and should not exceed 28.
                                    TradeWise EA is a compact yet powerful tool loaded with robust features. It offers a 30-trades compounding challenge , Risk-Management, Performance Tracking, Break-Even Calculation, Automated SR Zones, Trailing Stop-loss by ATR or PIPS, Automatic Risk-to Reward Ratio based on Stop-loss, Easy Order Adjustments, Calculates Total Stop Loss and Take Profit, Automatic buy and sell orders on manually placed SR Zones, and more. These features are designed to cater to both scalpers and long-term traders
                                    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.
                                    EU Compounder
                                    Caroline Wanjiku Maina
                                    Presenting to you my baby...The EU Compounder. Beautiful. This EA was designed for use by the financial institutions. The big players. If you want smooth consistent gains on your account, this is the go-to product.  Free demo version to test it out and confirm the alpha returns made by the EA. Parameter: Risk Level - (to control the amount of risk depending on the account balance) Recommended Setting: 1 = at least $1000 deposit 2 = at least $2000 deposit 3 = at least $3000 deposit 4 = at lea
                                    Harvest GOLD
                                    Sayan Vandenhout
                                    Harvest GOLD USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 3 great strategies The EA can be run on even a $
                                    Magic EA MT4
                                    Kyra Nickaline Watson-gordon
                                    3 (1)
                                    Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA
                                    ProjectXCAT
                                    Nyamsuren Boldbaatar
                                    ℙℂ  The settings of the EA Time - GENERAL SETTING; Terminal Comment Magic Slippage TIME - TickSETTINGS TickFilter TickSAMPLES TIME - Time settings Trade Request seconds Order modify seconds Start hour  End hour Order Expiry ACCOUNT MM Risk MM % Agrresive Adaptive History Both Direction together Max Trades Spread SETTINGS MAX Limit MIN Limit TRADE SETTINGS Signal size Order Distance Max Distance Stoploss Trailing start Max Trailing Trailing target
                                    Forex Fishing
                                    Vyacheslav Vorobev
                                    Expert Advisor for fans of catching profit. Timeframe H1, currency pairs advisably GBPUSD The minimum Deposit is 100 usd. The entry principle is based on calculating the possible trend direction by interacting with the order opening filters. This is not the main thing, but the main thing is how to protect your investment? Here we will apply some conditions to reduce the possibility of a large drawdown of the Deposit. The expert Advisor will be constantly in the market. Demo trading on a Dem
                                    Entry Points Pro EA robot di trading per MT4 e MT5 Subito dopo l'acquisto, contattatemi tramite messaggio privato qui sul sito per ricevere le istruzioni e un bonus molto potente! L'Entry Points Pro EA si basa sul leggendario indicatore Entry Points Pro che ha ricevuto oltre 450 feedback positivi su MQL5 e ha mantenuto la posizione numero 1 tra migliaia di altri indicatori per oltre un anno.  Ecco un video su come funziona il trading advisor nei terminali MT4 e MT4, guardatelo fino alla fine. C
                                    TsTriangularHedge
                                    Salvatore Labriola
                                    The utility allows you to open, monitor and manage open positions on the forex market and only on instruments in which it is possible to create triangulations or those instruments that share the same currency in the numerator or denominator: ex: EURSUSD --- GBPUSD --- EURGBP The help of operational lines and valuable information on the panel allow the trader to manage trades more easily. Recommended for novice and experienced traders. External variables CrossSymbol = choose the cross on wh
                                    The EA Bot strategy was developed with a foundation in market trends, support and resistance, and a hedging strategy. Additionally, it includes an auto-correction feature designed to mitigate risk during periods of high volatility and high-impact news. The EA Bot also incorporates a money management tool to ensure minimal trade entry during market vulnerability.
                                    Santa Scalping
                                    Morten Kruse
                                    2.84 (19)
                                    Santa Scalping is a fully automated Expert Advisor with no use of martingale. Night scalping strategy. The SMA indicator filter are used for entries. This EA can be run from very small accounts. As small as 50 EUR. General Recommendations The minimum deposit is 50 USD,  default settings reccomend for eurusd m5 gmt +2 . Please use max spread 10 if you will not have orders change it to -1. Use a broker with good execution and with a spread of 2-5 points. A very fast VPS is required, preferably
                                    / ********** ********** ********** ********** ********** ********** ********** ********** ********** ********** / Big Sales for Easter! Price is reduced > 50 % already! Grasp the chance and Enjoy it!  /   ********** **********   ********** **********   ********** **********   ********** **********   ********** **********   / This is a powerful EA that support single order strategy, martingale strategy, multiple timeframes strategy, etc with lots of useful indicators and self defined methods.
                                    Super Night Scalper
                                    Md Raohanul Haque
                                    Super Night    Scalper  is the advanced  scalping system  which utilizes smart entry/exit algorithms with sophisticated filtering methods to identify only the safest entry points during calm periods of the market. This system is focused on a  long-term  stable growth. It is a professional tool developed by me years ago that is constantly updated, incorporating all the latest innovations in the trading area. Nothing fancy here, no testing Holy Grails, no "risk-free martingale", only strict rule-b
                                    Created for signal providers, as well as for participation in various forex contests(and not only), can independently open an unlimited number of orders on the indicators RSI(Relative Strength Index) and MACD(Moving Average Convergence/Divergence)  Expert signals are here. A series of experts: Lucky Star RSI and MACD, Lucky Star RSI, Lucky Star WPR , Lucky Star MA, Lucky Star SO, Lucky Star MACD, Lucky Star MA and SO, Lucky Star MA and MACD , Lucky Star SO and MACD   the probability of winning r
                                    FREE
                                    The AUTO SLTPTS + CLOSE ALL is an Expert Advisor (EA) utilities and designed to provide automated management of Stop Loss (SL), Take Profit (TP), Trailing Stop (TS), Break Even (BE) levels and Close All Orders for your manual trades, as well as other advanced features to enhance your trading experience. Key Features: 1.     Automated SL, TP and TS Management : The EA automatically manages the Stop Loss (SL), Take Profit (TP),  Trailing Stop (TS) and Break Even (BE) levels of your new open positi
                                    The King Advisor MT4
                                    Guillem Boix Martin
                                    3.83 (12)
                                    The King Advisor   è un algoritmo altamente avanzato di  reti neurali . La sua strategia si basa sull'identificazione dei livelli di supporto, resistenza e linee di tendenza attraverso un   sofisticato   sistema di   autoapprendimento   e un sistema di   trading   ideato con anni di esperienza e lavoro.  Sviluppato da un team di trader esperti. SI PREGA DI NOTARE CHE CI SARA' UN LIMITE DI 200 ESEMPLARI --> Totale copie vendute aggiornate: 195 Abbiamo una promozione che offre il nostro prossimo E
                                    Canadian Taiga
                                    Charbel Abboud
                                    CANADIAN TAIGA is a professional portfolio EA using trend-following trading system based on principles of volatility breakout and breakouts of support/ resistance levels. It works on all Canadian Dollar pairs. The core principle of the Canadian Taiga is to capture trading opportunities on all CAD pairs, using a sophisticated hedging module. Download CANADIAN TAIGA and test it on all Canadian Dollar Pairs as recommended, and if it does not what it is intended to do as described, do not purchase i
                                    Next Generation
                                    Volodymyr Zubov
                                    Consulente di trading automatico per il terminale MT4. Qualsiasi strumento di trading. Impostazioni minime. Visualizzazione dettagliata dello stile e delle condizioni di trading sullo schermo del tuo terminale. Inizia a funzionare subito dopo l'installazione e la connessione al tuo account MT4. Qualsiasi intervallo di tempo inferiore a H4. Periodo consigliato per la visualizzazione delle sessioni di trading H1. Scegli l'orario di lavoro ottimale per un robot commerciale. I migliori auguri e una
                                    Bergland Gold MT4
                                    Matthias Bessler
                                    1 (1)
                                    This fully automated trading system is part of the Bergland signal. It features a highly efficient trading logic, and a money management system. Reasonable calculated stop loss and take profit levels. It is easy to install and do not require a special setfile. XAUUSD, M15 Special Promo:    If you register with my cashback link, you will get this EA for free. PM me for instructions.
                                    Gli utenti di questo prodotto hanno anche acquistato
                                    Trade Assistant MT4
                                    Evgeniy Kravchenko
                                    4.43 (180)
                                    It helps to calculate the risk per trade, the easy installation of a new order, order management with partial closing functions, trailing stop of 7 types and other useful functions. Attention, the application does not work in the strategy tester. Manual, Description, Download demo Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteristics before opening.   Risk management  - The risk
                                    Custom Alerts MT4
                                    Daniel Stein
                                    5 (1)
                                    Custom Alerts è un versatile strumento di monitoraggio multi-mercato che identifica setup promettenti su tutte le otto principali valute (USD, CAD, GBP, EUR, CHF, JPY, AUD e NZD), nonché sull'ORO (XAU), su tutte le 28 coppie Forex e ORO basate su queste valute e su un massimo di sette indici come US30, UK100, WTI, Bitcoin, ecc. È completamente personalizzabile. Lo strumento raccoglie i dati dai nostri indicatori FX Power, FX Volume e IX Power e notifica gli eventi significativi.   Prima di in
                                    Forex Trade Manager MT4
                                    InvestSoft
                                    4.98 (374)
                                    Do you think that in markets where the price can change in a split second, placing orders should be as simple as possible? In Metatrader, each time you want to open an order, you have to open a window where you enter the opening price, stop loss and take profit, as well as the trade size. In trading the financial markets, capital management is essential to maintain your initial deposit and multiply it. So, when you want to place an order, you probably wonder how big a trade you should open? Wha
                                    TradePanel MT4
                                    Alfiya Fazylova
                                    4.91 (86)
                                    Trade Panel è un assistente commerciale multifunzionale. L'applicazione contiene più di 50 funzioni per il trading manuale e ti consente di automatizzare la maggior parte delle azioni di trading. Prima dell'acquisto, puoi testare la versione Demo su un account demo. Demo qui . Istruzioni complete qui . Commercio. Ti consente di eseguire operazioni di trading di base in un clic: Apertura di ordini e posizioni pendenti. Apertura di una griglia di ordini. Chiusura di ordini e posizioni pendenti. In
                                    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
                                    Vu Trung Kien
                                    3.86 (7)
                                    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
                                    TPSpro Trade PRO
                                    Roman Podpora
                                    5 (4)
                                    IN MODALITÀ TEST (nel tester), la funzionalità del pannello NON È ATTIVA. Abbiamo fornito solo una rappresentazione visiva del pannello stesso. Uno strumento in grado di calcolare istantaneamente la dimensione o il rischio della posizione in base a un determinato livello di stop loss è fondamentale sia per i trader professionisti che per i principianti. L'utilità di trading TRADE PRO fornisce calcoli rapidi e accurati, aiutandoti a prendere decisioni in condizioni di tempo limitato e maggiore
                                    Telegram To MT4 Receiver
                                    Levi Dane Benjamin
                                    5 (3)
                                    Copia i segnali da qualsiasi canale di cui sei membro (inclusi quelli privati e restrittivi) direttamente sul tuo MT4.  Questo strumento è stato progettato con l'utente in mente offrendo molte funzionalità necessarie per gestire e monitorare le negoziazioni. Questo prodotto è presentato in un'interfaccia grafica facile da usare e visivamente attraente. Personalizza le tue impostazioni e inizia a utilizzare il prodotto in pochi minuti! Guida dell'utente + Demo  | Versione MT5 | Versione Discor
                                    Summer 50% discount ($199 -> $99) 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 tra
                                    RedFox Copier Pro
                                    Rui Manh Tien
                                    4.73 (11)
                                    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
                                    Mentfx Mmanage
                                    Anton Jere Calmes
                                    5 (15)
                                    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
                                    For more info join to http://discord.io/reitakfx where you can get info how to set, how to trade or for your questions -------------------------------- If you want this panel and all my other products for FREE , create account here http://bit.ly/reitakfxroboforex and then write me and I will send you all my actual and future product for FREE + VIP on my  DISCORD   -------------------------------------- Set in panel what margin will use to trade. When you ready to trade, just click to buy or se
                                    Smart Trading Copilot:   È un assistente di trading intelligente che ti aiuterà nella gestione quotidiana delle tue operazioni. Lo Smart Trading Copilot è dotato di un pannello di trading intuitivo, con design moderno e tecnologia all'avanguardia. Smart Trading Copilot offre numerose funzionalità: 1. Supporto per la gestione del rischio: calcola automaticamente la dimensione del lotto appropriata in base alla percentuale di rischio specificata e allo stop loss, aiutando i trader a gestire e
                                    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
                                    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
                                    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
                                    TakePropips TradePad Pro
                                    Eric John Pajarillaga Aldana
                                    5 (4)
                                    TakePropips TradePad Pro include un potente gestore commerciale, un misuratore di forza valutaria, strumenti di rendicontazione dei conti, strumenti di gestione del rischio e molto altro! È uno dei più avanzati gestori e assistenti commerciali del forex che tu abbia mai incontrato! È la soluzione perfetta per i trader che desiderano un modo più efficiente di gestire le transazioni commerciali. Puoi scaricare il manuale utente sul nostro post sul blog:   https://www.mql5.com/en/blogs/post/751180
                                    Hai trovato un ottimo segnale, ma il lotto di un fornitore è troppo piccolo? Hai bisogno di un volume di posizione maggiore, ma le impostazioni del terminale sono troppo scadenti? Signal Lot Manager aumenterà il volume della posizione del fornitore mediante un ordine duplicato del volume necessario. Basta impostare una dimensione del lotto e un nome di un segnale da cui copiare gli ordini. Signal Lot Manager è un'utilità moltiplicatrice di lotti per duplicare gli ordini sul tuo terminale. La fon
                                    Trade Assistant Pro 36 in 1
                                    Makarii Gubaydullin
                                    4.95 (19)
                                    Questo è uno strumento multifunzionale: ha più da 65 funzioni, tra cui possiamo citare alcuni come: calcolatrice della dimensione del Lot, azione sui prezzi, rapporto R/R, gestore commerciale, zone di domanda e offerta Versione demo   |   Manuale d'uso   |   MT5 L'utilità non funziona nel tester di strategia: puoi scaricare la versione demo QUI per testare il prodotto. Se hai qualsiasi domanda / idea di miglioramento o anche nel caso di trovare un bug, ti prego di contattarmi appena possibile,
                                    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
                                    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 Sync MT4
                                    Anna Kolchina
                                    5 (1)
                                    « Trade Sync » — Really fast copying and precise synchronization of trades. Simple installation and configuration of the application within 5 seconds allows you to copy trades between different MetaTrader terminals installed on one Windows PC or Windows VPS at maximum speed. «Trade Sync» contains a large number of options for customizing the application to your specific needs and allows you to cope with even complex user tasks. Separate use: Trade Sync MT4 - allows you to copy (Мt4 > Мt4), Trade
                                    Gann Model Forecast
                                    Kirill Borovskii
                                    5 (1)
                                    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
                                    Live Bot Maker
                                    Nabeel Zafar
                                    5 (4)
                                    Let Your Ideas Earn For You. Convert your Ideas and Strategies in to automated trading bots directly on MT4. Visual Strategy Builder with Instant Results on the chart. This One of a kind strategy builder, allows you to specify rules and visually see the signals based on those rule as you create them. Visit the link for Group, User Manual, Video Examples Why Use LBM LBM is an essential tool for traders of all levels. It allows traders to create strategies quickly and easily, and to test th
                                    News Trapper EA
                                    Noha Mohamed Fathy Younes Badr
                                    4.86 (14)
                                    Hi, all.  News trapper EA It is an expert for trading news very safe expert  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.      sale will end after 48 h how to install it     and set files     read the blog         after purchase contact me to add you to   VIP   channel  The program contains flexible settings for trading on the news of the econ
                                    BBMA Oma Ally Signals Scanner (BBMA Oma Ally Analyzer Dashboard EA) This is a multi-pair and multi scanner dashboard to find the key signal of BBMA Oma Ally Strategy BBMA consists of the use of 2 indicators: Moving Averages Bollinger Bands BBMA consists of many types of entries: Reentry Extreme Rejection EMA50 GAP (EMA50 to Upper/Lower BB) MHV Full Setup (CSE>TPW>MHV>Direction>Reentry) There are many multi timeframe signals based on this strategy. RRE (Reentry - Reentry - Extreme) REE (Reentry
                                    Click and Go Trade Manager
                                    Victor Christiaanse
                                    5 (9)
                                    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,
                                    Online Accounts Manager MT4
                                    Kyra Nickaline Watson-gordon
                                    5 (1)
                                    OneClick Online Account Manager is a powerful utility that helps you to manage all your accounts from a centralized panel. It is suitable for all single account traders and specially for multiple accounts traders. The utility help you to : Monitor status of all accounts on a private web page. Some information such as account connection status, account profit, DD, Balance, Equity, Margin Level, Number of positions and orders, Daily and Weekly profit/loss and also overall summation of all these
                                    Contact/message me if you encounter any issue using the product or need extra feature to add on the base version. There is a demo version of this panel Dashboard Trading Made Simple Demo in my product list, please try it out to get familiar with all functionalities free, LINK . This system basically utilizes TDI as the main indicator to generate trading signal mainly on H1 and H4 timeframes. The signal will be further filtered and trimmed. Stochastic; Heiken Ashi candle direction and candle s
                                    News Trade EA MT4
                                    Konstantin Kulikov
                                    4.33 (15)
                                    Presento un utile robot che io stesso utilizzo da diversi anni. Questo robot può essere utilizzato sia in modalità semiautomatica che completamente automatica. Il programma contiene le impostazioni flessibili per fare trading sulle notizie del calendario economico. Non può essere verificato nel tester delle strategie. Soltanto il vero lavoro. Nelle impostazioni del terminale è necessario aggiungere il sito delle notizie all’elenco degli URL consentiti. Fare clic su Strumenti > Opzioni > Consu
                                    Altri dall’autore
                                    Pending Order Grid EA MT5
                                    Francisco Manuel Vicente Berardo
                                    The Pending Order Grid is a multi-symbol multi-timeframe Expert Advisor that enables multi-strategy implementation based on pending order grids.  General Description   The Pending Order Grid allows the performing of a user-defined strategy through the creation of pending order grids. 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 different grids to exist simultaneousl
                                    Double Trailing Stop MT4
                                    Francisco Manuel Vicente Berardo
                                    The Double Trailing Stop is a multi-symbol multi-timeframe Expert Advisor that allows the Stop Loss and Take Profit trailing of positions.  General Description   The Double Trailing Stop’s purpose is to secure profit and minimize losses of the opened positions. The Expert Advisor places stop orders (Stop Loss or Take Profit) at the Trailing Stop distance from the market price when the symbol's quote reaches/overcomes the Trailing Start distance from the position’s opening price (a single-time
                                    Multiple Position Opening MT5
                                    Francisco Manuel Vicente Berardo
                                    The Multiple Position Opening is a multi-symbol multi-timeframe script used to open simultaneously various positions.  Risk Management   The volume used to open a position 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 reduced to the highest possible value (corresponding to free margin). If this reduction leads to a correct volume (if the
                                    FREE
                                    Scientific Calculator MT4
                                    Francisco Manuel Vicente Berardo
                                    The Scientific Calculator is a script designed to compute science, engineering and mathematics expressions.   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
                                    FREE
                                    Scientific Calculator MT5
                                    Francisco Manuel Vicente Berardo
                                    The Scientific Calculator is a script designed to compute science, engineering and mathematics expressions.  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
                                    Tick Data Record MT4
                                    Francisco Manuel Vicente Berardo
                                    The Tick Data Record is a multi-symbol multi-timeframe Expert Advisor that records tick data for later graphical representation and analysis.  General Description   The 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 sp
                                    FREE
                                    Multiple Position Opening MT4
                                    Francisco Manuel Vicente Berardo
                                    The Multiple Position Opening is a multi-symbol multi-timeframe script used to open simultaneously various positions.  Risk Management   The volume used to open a position 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 reduced to the highest possible value (corresponding to free margin). If this reduction leads to a correct volume (if the
                                    FREE
                                    Position Selective Close MT5
                                    Francisco Manuel Vicente Berardo
                                    The Position Selective Close is a multi-symbol multi-timeframe script used to close simultaneously various positions.  General Description   The 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, relate to the features, available through the “Select by Feature” and “Feature” input p
                                    FREE
                                    Environment State Info Print MT5
                                    Francisco Manuel Vicente Berardo
                                    The 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 th
                                    FREE
                                    Tick Data Record MT5
                                    Francisco Manuel Vicente Berardo
                                    The Tick Data Record is a multi-symbol multi-timeframe Expert Advisor that records tick data for later graphical representation and analysis.  General Description  The 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 spreadshe
                                    FREE
                                    Order Selective Delete MT5
                                    Francisco Manuel Vicente Berardo
                                    The Order Selective Delete is a multi-symbol multi-timeframe script used to delete simultaneously various pending orders.  General Description   The 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 parameter, relate to the features, available through the “Select by Feature” and “Feature” input p
                                    FREE
                                    Order Selective Delete MT4
                                    Francisco Manuel Vicente Berardo
                                    The Order Selective Delete is a multi-symbol multi-timeframe script used to delete simultaneously various pending orders.  General Description   The 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 parameter, relate to the features, available through the “Select by Feature” and “Feature” input p
                                    FREE
                                    Position Selective Close MT4
                                    Francisco Manuel Vicente Berardo
                                    The Position Selective Close is a multi-symbol multi-timeframe script used to close simultaneously various positions.  General Description   The 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, relate to the features, available through the “Select by Feature” and “Feature” input p
                                    FREE
                                    Environment State Info Print MT4
                                    Francisco Manuel Vicente Berardo
                                    The 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 b
                                    FREE
                                    Pending Order Grid MT4
                                    Francisco Manuel Vicente Berardo
                                    The Pending Order Grid is a multi-symbol multi-timeframe script that enables multi-strategy implementation based on pending order grids.  General Description   The Pending Order Grid allows the performing of a user-defined strategy through the creation of pending order grids. The script 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 beginning and finish of every grid are defined by the Start Price and St
                                    Double Trailing Stop MT5
                                    Francisco Manuel Vicente Berardo
                                    The Double Trailing Stop is a multi-symbol multi-timeframe Expert Advisor that allows the Stop Loss and Take Profit trailing of positions.  General Description   The Double Trailing Stop’s purpose is to secure profit and minimize losses of the opened positions. The Expert Advisor places stop orders (Stop Loss or Take Profit) at the Trailing Stop distance from the market price when the symbol's quote reaches/overcomes the Trailing Start distance from the position’s opening price (a single-time
                                    Pending Order Grid MT5
                                    Francisco Manuel Vicente Berardo
                                    The Pending Order Grid is a multi-symbol multi-timeframe script that enables multi-strategy implementation based on pending order grids.  General Description   The Pending Order Grid allows the performing of a user-defined strategy through the creation of pending order grids. The script 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 beginning and finish of every grid are defined by the Start Price and St
                                    Filtro:
                                    Nessuna recensione
                                    Rispondi alla recensione
                                    Versione 1.6 2024.10.05
                                    Insignificant change, not requiring an update:

                                    - Edition of the brief text description at the EA’s properties window.
                                    Versione 1.5 2024.08.28
                                    Minor change, still requiring an update:

                                    - Improvement of the function added in the 1.3 version (2024.07.16).
                                    Versione 1.4 2024.08.01
                                    Minor change, nevertheless, requiring an update:

                                    - Second correction of the formulas used to calculate the Stop Loss and Take Profit prices when sending a pending order (replacement of the quote used as “reference” in each calculation, Ask price instead of Bid price, and vice versa).
                                    Versione 1.3 2024.07.16
                                    Minor change, however, requiring an update:

                                    - Function added to deal with the account change and terminal closure during the Expert Advisor’s operation, two actions that result in the EA’s global variables resetting.
                                    Versione 1.2 2024.06.28
                                    Minor change, but requiring an update:

                                    - Correction of the formulas used to calculate the Stop Loss and Take Profit prices when sending a pending order (previously, both values had a deviation equal to the current spread).
                                    Versione 1.1 2024.06.02
                                    Minor change, not requiring an update:

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