• 概要
  • レビュー
  • コメント
  • 最新情報

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.


                                    おすすめのプロダクト
                                    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 は GBPUSD M5 用の自動ロボット スキャルパーです。 実際のアカウントで 3 か月間テストされました。 このロボットは、短期的な日中の価格変動に焦点を当てたスキャルピング戦略を使用します。 主に重点を置くのは、短期的なボラティリティの瞬間を特定し、迅速な取引を実行することです。 ロボットは、iMACD、iMA、iStochastic などのインジケーターを使用します。 これらの指標を使用して、ロボットはトレンドの方向を特定し、ティック価格の動きの活動を利用して、オープントレードに対するボラティリティの鋭いインパルスを特定します。 ロボットはリスク管理戦略を使用して資本を保護します。 ポジションサイズは現在の市場のボラティリティに基づいて計算され、ストップロスとテイクプロフィットは戦略パラメーターに従って設定されます。 このロボットは 5 分足チャート (M5) での取引に重点を置いているため、急激な価格変化に対応できます。 ロボットは、さまざまな市場条件でのパフォーマンスを保証するために、さまざまなパラメータを使用して広範なバックテストを受けています。 高
                                    MT4のエキスパートアドバイザーリスクマネージャーは非常に重要であり、私の意見ではすべてのトレーダーにとって必要なプログラムです。 このエキスパートアドバイザーを使用すると、取引口座のリスクを管理することができます。リスクと利益の管理は、金銭的およびパーセンテージの両方で実行できます。 エキスパートアドバイザーが機能するには、それを通貨ペアチャートに添付し、許容可能なリスク値を預金通貨または現在の残高の%で設定するだけです。 PROMO BUY 1 GET 2 FREE -   https://www.mql5.com/en/blogs/post/754725 アドバイザ機能 このリスクマネージャーは、リスクの管理を支援します。 -取引のために -1日あたり - 1週間 - ひと月ほど 制御することもできます 1)取引時の最大許容ロット 2)1日あたりの最大注文数 3)1日あたりの最大利益 4)エクイティを引き受ける利益を設定する それだけではありません。設定で自動設定を指定した場合、アドバイザーはデフォルトのSLとTPを設定することもできます。
                                    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   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 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.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
                                    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 ...
                                    発売プロモーション: 990 ドルではなく 34 9 ドルのみ! このプロモーション価格での販売は残りわずかです。 弊社のプロモーション ブログ で「 究極の EA コンボ パッケージ」 を必ずチェックしてください 。   JOIN PUBLIC GROUP:   Click here ライブ結果は低リスク ライブ結果は高リスク STABILITY PRO へようこそ : 市場で最も先進的で安定した低リスクのグリッド システムの 1 つです。 この EA は、使用する外国為替ペアの利用可能な全履歴に対してストレス テストが行​​われています。 以下のスクリーンショットでわかるように、これらのストレス テスト中、EA は 2007 年から今日まで毎月利益を上げていました。 EA は高度な SVG アルゴリズム (スマート バリアブル グリッド) を使用しており、固定距離でのグリッド取引を追加しませんが、市場の動きを分析してグリッドの位置を決定します。 私はこの EA で良好なリスク/報酬比と強力な回復係数を得るために多大な努力を払ってきました。 したがって、リスクとドローダ
                                    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 Советник Fx Ilan Pluss -это аналог советника, с добавлением множества дополнительных логик и возможностей для торговли, с оставленными настройками советника . Советник торгует по системе Мартингейл с увеличением последующих лотов в серии ордеров, с целью их усреднения. Первый ордер робот выставляет по сигналам встроенного индикатора. Так же советник имеет возможность прекращать торговлю в зависимости от новостей. FX Ilan Plus можно использовать либо на одном графике, либо на двух г
                                    Impuls Pro MT4
                                    Sergey Batudayev
                                    5 (3)
                                    EAの戦略はスウィングトレードに基づいており、iPumpインジケーターによって計算された鋭いインパルスの後のエントリーがあります。 前述のように、EAには自動サポートで手動取引を開始する機能があります。 -下降トレンドの場合↓価格が修正された後に取引を開始し、資産が買われ過ぎゾーンに入り、トレンドに沿って販売します。 -上昇トレンド↑の場合、価格が修正的に下落した後に取引を開始し、資産が売られ過ぎゾーンに分類され、トレンドに沿って購入します。 選択した資産で取引する場合、アドバイザーはトレンドを考慮し、現在のトレンドに従ってのみ取引を開始します。不採算の取引は、停止と平均化の両方を使用して閉じることができます。2番目のオプションは確かにより収益性が高く、リスクも高くなります。 利点 さまざまなTFのレベルを分析するための組み込みレベルインジケーター チャート上で手動で平均化のレベルを選択する機能 多くのピラミッド型注文を開くことによって利益を増やす能力(注文数は自分で制御できます) iPumpインジケーターのリバースシグナルに基づいて、TPを%で設定するためのより多くの基準 「ハンド
                                    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
                                    ロボットダフ屋。 GBPUSD、期間 M5 のデフォルト設定。 ロボットは毎日 10 ~ 50 件の取引取引を開始します。 TakeProfitは物理的に設定され、StopLossはデポジットの%として表示されます。 ロボットはトレーリングストップを使用した取引にも同行します。 テイクプロフィットとストップロスによってクローズされた取引の比率は約90/10です。 ロボットはさまざまなニュースイベントでも活躍し、重要なニュースが出たとき、価格がテクニカル予想の方向に進まなかったとしても、ロボットはしっかりと保険をかけてプラスの結果を引き出そうとする。 ロボットは全自動です。 GBPUSD ペア (期間 M5) にロボットをインストールした後は、他に何もする必要はありません。 ロボットの設定を変更する必要はありません。 すでに完全に構​​成されており、すぐに使用および取引できます。 ロボットの利点: このロボットはダフ屋なので、毎日 10 ~ 50 件の取引取引が行われます。 重要なニュースが発表されたときにロボットの電源を切る必要はありません。 ロボットはすでに完全に構​​成さ
                                    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
                                    インジケーターレスグリッドエキスパートアドバイザー。ボラティリティがATR値を超えると、最初の取引が開始されます。ローソク足が弱気でTrendDirection = 1の場合は買い、TrendDirection = 2の場合は売り。 EAは新しいバーのオープンの価格に取り組んでいます。これは、テスト/最適化の結果が実際の取引に可能な限り近くなるように行われます。新しい注文、ストップロス、テイクプロフィット、トレーリングストップをブローカーに見えないように設定するための動的レベルを適用します。その値は、ピップ、お金、残高のパーセンテージ、またはボラティリティ(ATR)で計算できます。 推奨事項 リアルマネーで使用する前に、セント取引口座で最小限のリスクでアドバイザーをテストします。 ブローカーのサーバーへのネットワーク遅延が最小限のVPSまたはサーバーを使用してください。 低スプレッド+低手数料+高品質の実行-これは、取引のためにブローカーを選択する際の主なことです。 EURUSD、GBPUSD、AUDUSD、USDJPY、USDCHF、USDCAD、NZDUS
                                    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
                                    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/ja/market/product/104716 MT5バージョン: https://www.mql5.com/ja/market/product/104718 高度なテクニカル分析と堅牢なリスク管理戦略の統合を通じて取引の意思決定を最適化するように設計された強力なツールである「Technical Master」Expert Advisor を紹介します。 このエキスパートアドバイザーは、MetaTrader の組み込み指標の 1 つをカスタマイズ可能なリスクパラメーターと組み合わせて活用し、さまざまな金融市場全体での取引パフォーマンスを向上させます。 主な特徴: テクニカル分析の統合: 「テクニカル マスター」エキスパート アドバイザーは、高度なテクニカル分析手法を利用して市場トレンドを解釈し、潜在的なエントリーポイントとエグジットポイントを特定し、取引シグナルを生成します。 MetaTrader の組み込みインジケーターの広範なライブラリとシームレスに統合され、トレーダーが移動平均、相対力指数 (R
                                    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 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
                                    ADXインジケーターに基づくExpert Advisor。 プロのために。 ECNの記述、しかしECNのためにまた適した。マーチンゲールがあります。 EAはWPRおよびATRフィルターで取引を開始します。 インド名="=======ADX============================"; Sdelok=4;//トランザクション数 マジック=2021;//マジック Lots=0.1//Lot MaximumRisk=5//リスク DeltaCur=1000;//利益を取る StopLoss=0;//ストップロス 期間=26;//ADX期間 lineUpUp=30;//廊下の上の境界 ラインナップ=25;//廊下の下の境界線 lineDn=15;//ADXと(DI+//DI)の交点-) opentype1=true;//タイプ1で開く opentype2=true;//タイプ2で開く
                                    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 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 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 以上の機能が含まれており、ほとんどの取引アクションを自動化できます。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモは こちら から。 詳しい手順は こちら をご覧ください。 取引。 ワンクリックで基本的な取引操作を実行できます。 未決の注文とポジションをオープンする 未決の注文とポジションを決済する ポジションの反転(買いを閉じて売りをオープンする、または売りを閉じて買いをオープンする) ポジションをロックする(反対のポジションをオープンすることで、売りポジションと買いポジションの量を等しくします) すべてのポジションを部分的に決済します。 すべてのポジションのテイクプロフィットやストップロスを共通のレベルに設定します。 すべてのポジションのストップロスを損益分岐点レベルに設定します。 注文とポジションをオープンする際に、次のことが可能になります。 確立されたリスクに応じて取引量の自動計算を使用します。 ワンクリックで複数の注文を開きます。 計算された数量
                                    TakePropips TradePad Pro
                                    Eric John Pajarillaga Aldana
                                    5 (4)
                                    TakePropips TradePad Pro には、強力なトレード マネージャー、通貨強度メーター、アカウント レポート ツール、リスク管理ツールなどが含まれています。 これは、最も高度な外国為替取引マネージャーおよび取引アシスタントの 1 つです。これは、貿易取引をより効率的に管理したいトレーダーにとって完璧なソリューションです。 ユーザー マニュアルはブログ記事からダウンロードできます:   https://www.mql5.com/en/blogs/post/751180 このトレーディング システムは、ストラテジー テスターでテストできます (ビジュアル モードを有効にします)。ライブ チャートでテストしたい場合は、7 日間の試用版を入手するようにメッセージを送ることもできます。 詳細については、説明の下にあるビデオ チュートリアルも利用できます。 ご不明な点やサポートが必要な場合は、お気軽にお問い合わせください。喜んでお手伝いさせていただきます。 TradePad Pro は、すべての外国為替ペア、金属、コモディティ、指数、および仮想通貨で動作します。 主な特徴
                                    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
                                    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, 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
                                    多機能ツール 搭載機能: ロット計算機、プライスアクション、リスク/リワードレシオ、トレードマネージャー、需要供給ゾーンなどをはじめ65以上の機能。 バージョ:デモ版   |   ユーザーマニュアル   |    MT5版 このユーティリティはストラテジー テスターでは機能しません。 ここからデモ バージョンをダウンロードして製品をテストできます。 ご不明な点や改善提案、バグの発見などございましたら、 連絡してください 。 取引プロセスを簡素化、高速化、自動化します。このダッシュボードで標準端末機能を拡張します 1. 新しい取引を開始します : ロット / リスク / RR の計算 1. Lot計算機(リスクサイズに基づく取引量計算 2. リスク計算機(ロットサイズに基づくリスク量) 3. リスク/リワードレシオ (R/R) 4. 注文のアクティベーション トリガー + Buy StopLimit / Sell StopLimit: MT4でも可  5. 仮想 SL / TP レベル (隠しSL、TP: ブローカーには見えない) 6.  Smart 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 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 - 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
                                    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 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
                                    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 (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 Free version for test  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 copied with high accuracy, the scalper mode allows you to copy only at the best price. Able to increase transac
                                    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
                                    MT4からテレグラムEAへのテキスト送信、MT4からテレグラムチャネルへ MT4 Telegram Signal Provider EAは、プロの電信信号プロバイダーになりたい人にとって、市場で最も優れた電信ユーティリティへのMT4です。 シンプルですが、強力でプロフェッショナル Metatrader 4プログラムでの注文に基づいて、シグナルとレポートをテレグラムチャネルに送信します Facebook、Twitter、Blogger、Wordpressなどの多くのプラットフォームに信号を送りたいですか?問題ありません。IFTTTを使用して、テレグラムチャネルをこれらのプラットフォームに接続し、信号を簡単に送信します。 * 主な特徴: 多くのチャンネルに信号を送信:マルチテレグラムチャネル、メール、モバイル端末へのプッシュ通知の送信 注文を非常に高速にスキャン:ティックではなく、数秒でスキャン すべての注文タイプの情報を送信:オープン(保留中の注文を含む)、キャンセル、クローズ(%部分的なクローズを含む)、トリガー、変更注文 送信オーダーをフィルタリングする
                                    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
                                    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 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   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 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   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.