• 概要
  • レビュー (16)
  • コメント (107)
  • 最新情報

Exp4 Close Minus by Plus

4.93

EA は、収益性の高いポジションを検索してクローズすることで、不採算のポジションをクローズできます

このアシスタントはターミナル内ですべてのポジションの中で最も収益性の低いポジション探します

さらに、残りの収益性の高いポジションを検索することにより、1 つ以上のポジションの利益が別のポジションの損失よりも大きい場合に、損失をカバーできる一連のポジションを計算します。

そのようなポジションのセットが見つかった場合、アドバイザーはそれらをクローズします。

一連のポジションは、あらゆるポジションで構成できます。

最大数はアドバイザー設定で調整できます。

検索時の最小損失とクロージング時の追加利益を指定することもできます。

ストラテジー テスターでエキスパート アドバイザーをテストし、ビジュアル モードで EAPADPRO ツールバーを使用して取引できます。

プラスによるマイナスのクローズがチャート上でどのように機能するか

仮定する

  1. 価格1.600で BUY #1 ポジションをオープンします。
  2. 価格は1.550に下がり、現在の損失は-50 ポイントです。
  3. 損益分岐点(平均価格) = 1.600 ;
  4. SELL #2、Sell #3、Sell #4 を開くとします。
  5. Expert Advisor はメインアルゴリズムの実行を開始します。
  6. その場合、合計利益は +5 $ になります。
  7. Expert Advisor (EA) はアルゴリズムをアクティブにし、4 つのポジションをクローズする必要があります。
        • Expforexの EA の親愛なる友人およびユーザーの皆様 レビューセクションに評価を追加してください

    Expert Advisor の操作

    この操作には、Expert Advisor を別のチャートにアタッチし、必要な設定を行って、ターミナルでの作業を継続することが含まれます。プログラムされた条件がトリガーされると、Expert Advisor が作動し、計算を開始します。

    すべての計算は次のようにログに書き込まれます。

    close #22079015 sell 1.00 EURUSD at 1.35141 at price 1.35119

    Tickets of prof positions: .22079015

    close #22085491 sell 1.00 USDCHF at 0.90423 at price 0.90430

    Tickets of loss positions: 22085491

    Number of positions to Close: 80635972

    All profit from open positions: 20 dollars

    Maximum profit ticket: 22079015

    Maximum profit: 20 dollars

    Maximum Loss ticket: 22085491

    Maximum loss: -7 dollars

    Overlapping loss positions by closing profitable positions started using the minus:



    設定

    名前 説明
    TypeOfUnitToClose

    閉じるユニットの種類
    損益の種類。
    ドルまたはポイント(Pips)で表示
    MinLossInUnit

    最小損失単位
    ユニット単位のポジションの最小損失 ( TypeOfUnitToClose )。エキスパートアドバイザーによって考慮されます。
     MinLossPoss_in_unit 」単位(ドルまたはポイント)の損失のある注文は、ネガティブゾーンに設定する必要があります。
    これは損失を生むポジションを見つけるために重要です。


    例えば
    MinLossInUnit = -100 TypeOfUnitToClose = ドル、
    次に、EA は -100 ドル以上の損失のポジションを探すか予想します。
    たとえば、 -100 ドル、-150 ドル、-200 ドルなどです。
    -99 ドルの損失のあるポジションはすでに無視されています。
    AdditionalProfitInUnit

    単位当たりの追加利益
    一連のポジションの決済の差による利益の単位数。
    合計利益が「 AdditionalProfitInUnit 」ユニットの損失を上回るポジション (1 つまたは複数の取引)。


    例えば:
    AdditionalProfitInUnit = 10 MinLossInUnit = -100 TypeOfUnitToClose = ドル:
    アドバイザーは少なくとも 2 つのポジションを探しているか待っています。そのうちの 1 つは -100 ドルの損失で、もう 1 つは +110 ドルの利益があります。
    そのようなポジション(取引)が見つかった場合、エキスパートアドバイザー(EA)はこれらのポジション(取引)をクローズします。
    MaxPos_in_Class

    MaxPos_in_Class
    パラメータ「MaxPos_in_Class」は、収益性の高い決済ポジションの数を制限する必要があります。
    例えば:
    MaxPos_in_Class = 3 の場合、エキスパートアドバイザー (EA) は最大 3 つの収益性の高いポジション + 1 つの不収益なポジションから決済するセットを探します。
    FirstSymbolClose

    最初のシンボル閉じる
    ポジションのペアを検索し、処理している通貨ペアのみをクローズします。
    FirstSymbolCloseパラメータをオフ( false ) にすることができます。
    その後、EA は、どの通貨ペアが計算に含まれているかに関係なく、アカウント全体の損失ポジションと利益ポジションから任意のペアを決済します。
    FirstSymbolCloseをオン( true ) にすると、エキスパートアドバイザーは 1 つの通貨ペアからの一連のポジションを監視して決済します。
    OpenHoura OpenMinutea

    オープンホウラ
    オープンミニューティー
    Expert Advisor の開始時間
    CloseHoura CloseMinutea

    閉じる時間ウラ閉じる分茶
    Expert Advisor の終了時刻
    OrderToClose

    注文からクローズまで
    ポジションのタイプ:
    -1 = すべての注文、
    1 = 販売、
    0 = 購入
    MagicToClose

    マジックトゥクローズ
    ポジションのマジックナンバー:
    -1 = 任意のマジックナンバー。
    または、処理する必要があるその位置の一意のマジックナンバーを指定することもできます。
    複数のマジックナンバーをカンマで区切って指定できます。
    例: 777,888,999
    SymbolToClose

    シンボルを閉じる
    監視対象の通貨ペア
    -1 = すべてのシンボル
    1 = 現在のシンボルのみ (EA がインストールされているシンボル)
    カンマで区切って通貨ペアのリストを記述することができます。
    例: EURUSD、USDCHF、USDJPY



    レビュー 16
    Gellet Manchenella
    430
    Gellet Manchenella 2023.11.09 13:53 
     

    the best utility I have used. Easy to set up and works great to recover losses. But if it can close a partial lot of the profit-making trade in the direction of the trend will be better. In my case, a profit-making trade of $400 was closed against a trade of $-100. There was potential to make more money. When profit is higher than loss-making trade (with profit target) you should consider closing to the extent of loss+profit target. Hope you will consider.

    afsff saaa
    18
    afsff saaa 2023.03.18 22:22 
     

    very smart idea i love this EA It solved many problems

    abdelhamid khabkhabi
    42
    abdelhamid khabkhabi 2022.03.22 11:39 
     

    Thank you a very good EA

    おすすめのプロダクト
    PZ The Zone
    PZ TRADING SLU
    4.25 (4)
    This indicator displays buy or sell signals according to Bill Williams' definition of the Trading Zone. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and understand Avoid trading flat markets Deterministic indicator with clear rules The indicator is non-repainting It implements alerts of all kinds It has straightforward trading implications. A blue arrow is a buy signal A red arrow is a sell signal According to Bill Williams trading in the zone helps to
    FREE
    RJT SALAMANDER, the indicator as in a video game VERSION 2 Pilot your PRICE spaceship inside the cavern and avoid the collision against the stalactites (green) and stalagmites (red), dodging these obstacles to win. When these objects are forming (or disappearing) then you must make the decision how to move your ship (just like in a video game) Depending on the market and the size of the candles/bars you can adjust the calculation of stalactites and stalagmites (based on the last bars) in
    FREE
    This indicator is the basis for an Expert Advisor that can be categorized as "almost Grail". See details below.             This indicator displays the projection of the Renko chart on the price chart. This projection is displayed as a stepped line, not as "bricks" (rectangles). See slides 1 and 2. Abbreviated name of the indicator: LRC – L ine of R enko on the price C hart.             The principle of its construction is very simple. First, a grid of horizontal lines (levels) is bu
    FREE
    The indicator displays signals according to the strategy of Bill Williams on the chart. Demo version of the indicator has the same features as the paid, except that it can work only on a demo account . Signal "First Wise Man" is formed when there is a divergent bar with angulation.  Bullish divergent bar - with lower minimum and closing price in the upper half. Bearish divergent bar - higher maximum and the closing price at the bottom half. Angulation is formed when all three lines of Alligat
    FREE
    Bollinger Bands Breakout Alert is a simple indicator that can notify you when the price breaks out of the Bollinger Bands. You just need to set the parameters of the Bollinger Bands and how you want to be notified. Parameters: Indicator Name - is used for reference to know where the notifications are from Bands Period - is the period to use to calculate the Bollinger Bands Bands Shift - is the shift to use to calculate the Bollinger Bands Bands Deviation - is the deviation to use to calculate
    FREE
    Follow The Line
    Oliver Gideon Amofa Appiah
    4 (13)
    FOLLOW THE LINE GET THE FULL VERSION HERE: https://www.mql5.com/en/market/product/36024 This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL.  It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more
    FREE
    Starboy
    Rofhiwa Bruce Nthulane
    2 (1)
    Are you a levels or supply and demand trader but don't know it is best to jump in or avoid the trade? Then this Bot is for you, it will not take trades even in levels you deem as best if it sees that certain conditions are not met. This Bot will help you catch those turning points but as always the case with my EAs you will need to join our community to be able to successfully use this EA, this is just one of the best ways for us to protect our IP in this cruel world.  The Bot will take trade wi
    FREE
    I make this indicator to help you for setting effective stoploss and getting more signals from following trends. This indicator helps to tell the trends and sideway, when 2 lines stand above of blue cloud, it means uptrend. When 2 lines stand above red cloud, it means down trend, the other else, it means sideway market. For taking order, you have to wait the arrows. You also need to see the cloud position, if the cloud's res, you have to wait the yellow arrow for selling order. If the cloud's bl
    FREE
    The Keltner Channel is a volatility-based technical indicator composed of three separate lines. The middle line is an exponential moving average (EMA) of the price. Additional lines are placed above and below the EMA. The upper band is typically set two times the Average True Range (ATR) above the EMA, and the lower band is typically set two times the ATR below the EMA. The bands expand and contract as volatility (measured by ATR) expands and contracts. Since most price action will be encompasse
    FREE
    Pattern Detector can detect the most common 1, 2 and 3 candlestick patterns and send notifications when detected. The DEMO version only works on AUDNZD pair. Full product can be found https://www.mql5.com/en/market/product/29190 How does it work Add the indicator to the chart you want to analyze and select which patterns to detect, the indicator will draw the detected patterns. You can also be notified via alert, app and email when a new pattern is detected. Parameters Indicator Name - Used
    FREE
    The indicator looks for market Highs and Lows. They are defined by fractals, i.e. the market creates the indicator algorithm and structure, unlike ZigZag having a rigid algorithm that affects the final result. This indicator provides a different view of the price series and detects patterns that are difficult to find on standard charts and timeframes. The indicator does not repaint but works with a small delay. The first fractal level is based on the price, the second fractal level is based on t
    FREE
    The indicator calculates the current spread for each tick using the formula Spread=(ASK-BID)/Point. Schedule of changes in the boundaries spread over the timeframe displayed in a separate window from the date of accession of the indicator. Two lines corresponding to the minimum and maximum spread values are displayed. The indicator window is self-adjusted according to the minimum and maximum values from the moment of launch. The minimum and maximum values for the entire period of the indicator o
    FREE
    Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
    FREE
    Ichimoku Signals Scanner This is the Demo version, please download Full version  here. Find Ichimoku signals as easy as you can. Ichimoku is one of the most powerful trends recognition indicators. And it has valid signals for the trades. This indicator scans several symbols and time-frames by the Ichimoku to find all the signals that you want and show in a dashboard. It's easy to use, just drag it onto the chart. It's better to add  Ichimoku indicator  to chart before adding this indicator. Ichi
    FREE
    Mr Beast Sniper
    Luis Mariano Vazquez Marcos
    Asesor Experto "Sniper FX": Precisión Milimétrica para Tus Operaciones El asesor experto "Sniper FX" redefine la precisión en el trading automatizado al ofrecer un enfoque estratégico centrado en pocas, pero extraordinariamente precisas, entradas en el mercado. Inspirado por la agudeza de un francotirador, este asesor experto utiliza algoritmos avanzados para identificar oportunidades óptimas de compra y venta, maximizando el potencial de beneficios mientras minimiza la exposición al mercado.
    FREE
    This semaphore indicator is based in the standard RSI, which is applied over the Envelopes indicator that shows an envelope or envelope fluctuation borders. This is a version of RSI vs Envelopes Graph drawn in a separate window . A sell signal emerges when the upper envelope/border is broken by the RSI indicator from top to bottom. A buy signal emerges when the lower envelope/border is broken by the RSI indicator from bottom upwards. The indicator can draw arrows on the indicator, draw vertical
    FREE
    Simple RSI Forex Trading Strategy
    Victor Manuel Valderrama Zamora
    2.5 (2)
    Diversify the risk in your trading account by combining our Expert Advisors. Build your own custom trading system here:   Simple Forex Trading Strategies The expert advisor opens trades when RSI indicator enter in oversold or overbought areas. The Stop Loss, Take Profit, and Trailing Stop are calculated based on the ATR indicator. The recommended currency pair is EURGBP and the recommended timeframe to operate and to do backtests is H4. This Expert Advisor can be profitable in any TimeFrame a
    FREE
    OtkatD
    Aleksandr Chernov
    The recommended timeframe is M15. Searches for the price reversal points according to the indicator, after the market correction. Uses the patterns of price movement to enter a position. In the free version, there are no settings for indicator parameters, lot multiplication threshold and lot size. By default, the lot is 0.1 Caution!!! The robot trades aggressively! Recommended deposit from 10000 Recommended leverage from 1:500
    FREE
    Hello friends. I wrote this utility specifically for use in my profile with a large number of Expert Advisors and sets ("Joint_profiles_from_grid_sets" https://www.mql5.com/en/blogs/post/747929 ). Now, in order to limit losses on the account, there is no need to change the "Close_positions_at_percentage_of_loss" parameter on each chart. Just open one additional chart, attach this utility and set the desired percentage for closing all trades on the account. The utility has the following function
    FREE
    A professional tool for trading - the divergence indicator between the RSI and the price, which allows you to receive a signal about a trend reversal in a timely manner or catch price pullback movements (depending on the settings). The indicator settings allow you to adjust the strength of the divergence due to the angle of the RSI peaks and the percentage change in price, which makes it possible to fine-tune the signal strength. The indicator code is optimized and is tested very quickly as par
    FREE
    A professional tool for trading - the divergence indicator between the RSI and the price, which allows you to receive a signal about a trend reversal in a timely manner or catch price pullback movements (depending on the settings). The indicator settings allow you to adjust the strength of the divergence due to the angle of the RSI peaks and the percentage change in price, which makes it possible to fine-tune the signal strength. The indicator code is optimized and is tested very quickly as par
    FREE
    Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO The homeopathic indicator is also called the CCI indicator. The CCI indicator was propos
    FREE
    The Cossover MA Histogram indicator is a simple tool showing the trend based on crossover of moving averages. Simply specify two mobving averages and addicional parameters like MA method and Applied price. When fast MA is above slow MA the histogram is green, indicating an uptrend. When MA fast is below MA slow the histogram is red, indicating an downtrend.
    FREE
    The Turtle Trading Indicator implements the original Dennis Richards and Bill Eckhart trading system, commonly known as The Turtle Trader. This trend following system relies on breakouts of historical highs and lows to take and close trades: it is the complete opposite to the "buy low and sell high" approach. The main rule is "Trade an N-day breakout and take profits when an M-day high or low is breached (N must me above M)". [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Prod
    FREE
    RSI Candle Signal
    Jonathan Destailleur
    4.67 (3)
    RSI Candle Signal Indicator will change bars’ color when set overbought or oversold levels reach. How to Use RSI Candle Signal Uptrend/Downtrends  - RSI may be used to detect trending markets. For example, the RSI may stay above the mid line 50 in an uptrend. Top and Buttoms  - RSI may help in identifying the tops around the overbought readings (usually above 70), and the bottoms around the oversold area (usually below 30). Divergence  - divergence occurs when RSI directional movement is not c
    FREE
    OrderBlock TS Roman
    Vladislav Vlastovskii
    4 (7)
    Индикатор строит блоки заказов (БЗ) по торговой системе (ТС) Романа. Поиск блоков осуществляется одновременно на двух таймфремах: текущем и старшем (определяемым в настройках). Для оптимизации и игнорирования устаревших блоков в настройках задается ограничение количества дней в пределах которых осуществляется поиск блоков. Блоки строятся по правилам ТС состоящем из трех шагов: какую свечу вынесли (что?); какой свечой вынесли (чем?); правило отрисовки (как?).
    FREE
    PZ Penta O MT4
    PZ TRADING SLU
    2.67 (3)
    The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
    FREE
    Terminal
    Roman Podpora
    4 (5)
    The Terminal indicator is a substitution for the standard Terminal tab. The indicator is displayed as a kind of table consisting of several elements: A row with column descriptions; Open orders; Summary information of open orders; Summary information of current day closed orders. The indicator settings: Graph corner for attachment - the corner of the chart where the table will be positioned Font - font type Fontsize - font size Text color - display settings Profit color - display settings Loss
    FREE
    RSI Signalz  ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- NOW FREE FOR EVERYONE! TUNABLE IN THE INPUT SETTINGS - ENJOY :) (IT DOES NOT TRADE FOR YOU. THIS IS TOO JUST HELP WITH MANUAL TRADING)  Fully Automated EA for marking good
    FREE
    The indicator detects and displays М. Gartley's Butterfly pattern. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The pattern and wave parameters are displayed on the screenshots. The default parameters are used for demonstration purposes only in order to increase the amount of detected patterns. Parameters
    このプロダクトを購入した人は以下も購入しています
    Trade Assistant MT4
    Evgeniy Kravchenko
    4.46 (181)
    取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 注意、アプリケーションはストラテジーテスターでは機能しません。 Manual, Description, Download demo ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :
    価格が一瞬で変わる可能性のある市場では、注文はできるだけ簡単にすべきだと思いますか? Metatraderでは、注文を開くたびに、開始価格を入力し、損失を止めて利益を得るウィンドウと、取引サイズを開く必要があります。金融市場の取引では、初期預金を維持し、それを増やすために資本管理が不可欠です。それで、あなたが注文をしたいとき、あなたはおそらくあなたがどれくらいの大きさの取引を開くべきか疑問に思いますか?この単一の取引であなたの預金の何パーセントを危険にさらすべきですか?この取引からどれだけの利益を得ることができますか?また、リスクに対する利益の比率はどのくらいですか?トレードサイズを設定する前に、トレードサイズがどうあるべきかという質問に対する答えを得るために必要な計算を行います。 これらすべてを自動的に行うツールがあると想像してみてください。チャートを開き、市場分析を行い、エントリーポイント、ディフェンスポイント(ストップロス)、ターゲット(テイクプロフィット)を水平線でマークし、最後にリスクのレベルを定義します。利用可能な資本の%として、このトランザクションで負担することができ、こ
    Local Trade Copier EA MT4
    Juvenille Emperor Limited
    5 (78)
    Local Trade Copier EA MT4 による、驚くほど高速な取引コピーを体験してください。1分で簡単にセットアップできるこの取引コピー機は、同じWindowsコンピュータまたはWindows VPS上の複数のMetaTrader端末間で取引をコピーすることができ、0.5秒未満の高速コピースピードを実現します。 初心者であろうとプロのトレーダーであろうと、 Local Trade Copier EA MT4 には、あなたの特定のニーズに合わせてカスタマイズするための幅広いオプションが用意されています。これは、利益の可能性を高めたい人にとって究極のソリューションです。 今すぐ試してみて、これが市場で最も速くて簡単なトレードコピー機である理由を理解してください。 ヒント: デモアカウントで Local Trade Copier EA MT4 デモバージョンをダウンロードして試すことができます: ここ ダウンロードした無料のデモ ファイルを MT4 >> ファイル >> データ フォルダを開く >> MQL4 >> Experts フォルダに貼り付けて、ターミナルを再起動し
    TradePanel MT4
    Alfiya Fazylova
    4.91 (85)
    Trade Panel は、多機能の取引アシスタントです。 このアプリケーションには手動取引用に設計された 50 以上の機能が含まれており、ほとんどの取引アクションを自動化できます。 アプリケーションの主な機能: 任意のシンボル(外国為替、CFD、先物など)で機能します。 無制限の文字数での同時作業。 取引ごとのリスクの自動計算とストップロスとテイクプロフィットの比率の設定。 OCO注文を行うことができます(一方が他方をキャンセルします-1つの注文を実行すると別の注文がキャンセルされます)。 タスクを含む行を設定できます(ポジションを開く、保留中の注文を開く、またはグループごとに注文を閉じる)。 仮想テイクプロフィットとストップロスを設定できます。 成行注文を反転またはロックできます。 6種類のトレーリングストップ。 ストップロスを損益分岐点に設定する機能があります。 ポジションを部分的にクローズする機能があります(利益または損失の一部をクローズします)。 価格が特定のラインに達するとアラート機能があります。 自動および手動のスクリーンショット。 ワンクリックですべてのターミナルウィン
    MT4 to Telegram Signal Provider は使いやすく、完全にカスタマイズ可能なツールで、Telegramに信号を送信し、あなたのアカウントを信号提供者に変えることができます。 メッセージのフォーマットは 完全にカスタマイズ可能です! しかし、簡単な使用のために、あらかじめ定義されたテンプレートを選択し、メッセージの特定の部分を有効または無効にすることもできます。 [ デモ ]   [ マニュアル ] [ MT5バージョン ] [ Discordバージョン ] [ Telegramチャンネル ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。開発者が必要なものをすべて提供します。 主要機能 購読者に送信される注文の詳細をカスタマイズする機能 例えばブロンズ、シルバー、ゴールドなど、階層型のサブスクリプションモデルを作成できます。ゴールドサブスクリプションでは、すべての信号が得られますなど。 ID、シンボル、またはコメントによる注文のフィルタリング 注文が実行されたチャート
    Exp COPYLOT CLIENT for MT4
    Vladislav Andruschenko
    4.66 (67)
    MetaTrader4のコピー機を取引します。     それは任意の口座からの外国為替取引、ポジション、注文をコピーします。 それは最高の貿易コピー機の1つです     MT4 - MT4、MT5 - MT4     のために     COPYLOT MT4     バージョン(または     MT4 - MT5  MT5 - MT5     のために     COPYLOT MT5     バージョン)。 MT5のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 のコピー機 バージョン       MetaTrader 5 ターミナル(   МТ5 - МТ5、МТ4 - МТ5   )-   コピーロットクライアントMT5 独自のコピーアルゴリズムにより、すべての取引がマスターアカウントからクライアントアカウントに正確にコピーされます。 また、動作速度が速いことでも知られています。タフなエラー処理。 強力な機能セット。 プログ
    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
    Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 4 プラットフォームの強化に役立ちます。多言語サポート。 MT5バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定 トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎま
    VirtualTradePad mt4 Extra
    Vladislav Andruschenko
    4.88 (59)
    ワンクリックで取引できるトレーディングパネル。ポジションと注文の操作!チャートまたはキーボードから取引。 手動取引用の取引パネル。チャート(チャートウィンドウ)またはキーボードから取引できます。開閉、リバース、ロックポジションと注文を処理する МetaТrader4のメインオーダーのトレーディングコントロールパネル:売買、売却、売却、売却、売却、閉じる、削除、修正、トレーリングストップ、ストップロス、takeproft MT5のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 シンボルウィンドウからの取引とキーボードからの取引! あなたはMetaTrader 4ターミナル - バーチャルコントロールパネルVirtualTradePadのためのユニークなプラグインを持っています。 Description on English 注意!  ストラテジーテスターの 取引方法を学びたい場合は、無料の TesterPad ユーティリティをチェック
    Trade copier MT4
    Alfiya Fazylova
    4.67 (30)
    Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT4> MT4、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位置が失われることはありません。 コピーするシンボルを選択できます。また、受信者のシンボルを置き換えることもできます(例:EURUSD> USDJPY)。 バックコピーをサポートします。 特定の注文のみのコピーを有効にする機能。 取引開始価格の最大差と最大遅延時間を
    -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
    Unlimited Trade Copier Pro is a tool to copy trade remotely between multiple MT4/MT5 accounts at different computers/locations over internet. This is an ideal solution for signal provider, who want to share his trade with the others globally on his own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not be able to receive the signal
    Grid Manual MT4
    Alfiya Fazylova
    4.71 (17)
    「Grid Manual」は、注文のグリッドを操作するための取引パネルです。 ユーティリティはユニバーサルで、柔軟な設定と直感的なインターフェイスを備えています。 それは、損失を平均化する方向だけでなく、利益を増やす方向でも注文のグリッドで機能します。 トレーダーは注文のグリッドを作成して維持する必要はありません。 すべてが「Grid Manual」によって行われます。 注文を開くだけで十分であり、「Grid Manual」は注文のグリッドを自動的に作成し、非常に閉じるまでそれに付随します。 ユーティリティの主な機能と機能 ユーティリティは、モバイル端末から開かれた注文を含め、あらゆる方法で開かれた注文を処理します。 「制限」と「停止」の2種類のグリッドで機能します。 グリッド間隔の計算には、固定と動的(ATRインジケーターに基づく)の2つの方法で機能します。 オープンオーダーグリッドの設定を変更できます。 チャート上の各注文グリッドの損益分岐点を表示します。 各注文グリッドの利益率を表示します。 ワンクリックでグリッドから収益性の高い注文を閉じることができます。 ワンクリックで各注文
    あなたの外国為替ポートフォリオを管理してください。あなたが立っている場所、何が働いているのか、そして何があなたに痛みを引き起こしているのかを即座に見てください! ここで利用可能なMT5バージョン:https:// www.mql5.com/en/market/product/58658 Trade Managerダッシュボードは、外国為替市場での現在の各ポジションが一目でわかるように設計されており、リスク管理と通貨へのエクスポージャーを理解しやすくします。 複数のポジションで徐々に市場に参入するトレーダー、またはそれらのトレーディンググリッドとバスケット戦略にとって、これは重要な情報です。ターミナル内の複数の位置を監視することは、管理が難しいことがよくあります。 不十分なリスクの活用と使用:報酬は、新しいトレーダーや一部の経験豊富なトレーダーが直面する主要な問題です。トレードマネージャーは、各通貨へのエクスポージャーを個別に示し、一度に両方向に取引しないようにします。 特徴: オープントレード-通貨ペアでソートされた現在のオープントレードをすべて表示します。ペアだけでなく
    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
    Dedicated for FTMO and other Prop Firms Challenges 2020-2023 Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Best results on GOLD and US100  Use any Time Frame Close all deals and Auto-trading  before  US HIGH NEWS, reopen 2 minutes after Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday Recommended time to trade 09:00-21:00 GMT+3 For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94887 -------------------
    Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download   demo version  right now. You can find details
    この製品は、ニュースタイム中にすべてのエキスパートアドバイザーと手動チャートをフィルタリングするため、急激な価格変動によるマニュアルトレードのセットアップの破壊や他のエキスパートアドバイザーによって入力された取引について心配する必要はありません。この製品には、ニュースのリリース前にオープンポジションとペンディングオーダーを処理できる完全な注文管理システムも付属しています。 The News Filter  を購入すると、将来のエキスパートアドバイザーのためにビルトインのニュースフィルターに頼る必要はなく、今後はすべてのエキスパートアドバイザーをここからフィルタリングできます。 ニュース選択 ニュースソースは、Forex Factoryの経済カレンダーから取得されます。 USD、EUR、GBP、JPY、AUD、CAD、CHF、NZD、CNYなど、任意の通貨数に基づいて選択できます。 Non-Farm(NFP)、FOMC、CPIなどのキーワード識別に基づいて選択することもできます。 影響レベルによってフィルタリングするニュースを選択することができ、低、中、高の影響範囲から選択できます
    Trade Copier Agent は、複数の MetaTrader(4/5) アカウント/端末間で取引をコピーするように設計されています。 このツールを使用すると、プロバイダー (ソース) または受信者 (宛先) として機能できます。すべての取引アクションは、遅延なくプロバイダーからレシーバーにコピーされます。 このツールを使用すると、0.5 秒未満の超高速のコピー速度で、同じコンピューター上の複数の MetaTrader ターミナル間で取引をコピーできます。 Trade Copier Agent インストール & 入力ガイド コピーを開始する前、または注文がないうちに、プロバイダー アカウントで設定を適用してください。 注文中の変更は、受取人のアカウントに影響します。 例: プロバイダー アカウントが買い注文を適用し、その後、受信者アカウントのすべての買い注文を無効にすると、決済されます。 EA追加URL(   http://autofxhub.com   )MT4端末(スクリーンショット参照) に関する通知を受け取りたい場合 。 MT5 バージョン https://w
    DrawDown Limiter MT4
    Haidar, Lionel Haj Ali
    5 (9)
    Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
    KT Equity Protector MT4
    KEENBASE SOFTWARE SOLUTIONS
    3 (2)
    KT Equity Protector EA consistently monitors the account equity and closes all the market and pending orders once the account equity reached a fixed equity stop loss or profit target.  After closing all trading positions, the EA can close all open charts to stop other expert advisors from opening more trading positions. Equity Stop-Loss If your current account balance is $5000 and you set an equity stop loss at $500. In this case, the KT Equity Protector will close all the active and pending
    OrderManager をご紹介:MT4用の革新的なユーティリティ 新しく設計されたOrder Managerユーティリティを使用して、MetaTrader 4での取引をプロフェッショナルなものにしましょう。シンプルさと使いやすさに焦点を当てたこのユーティリティは、各取引に関連するリスクを簡単に定義し、視覚化できます。これにより、情報に基づいた意思決定が可能になり、取引戦略を最適化できます。OrderManagerに関する詳細は、マニュアルをご参照ください。 [ マニュアル ] [ MT5 バージョン ] [ Telegram チャンネル ] 主な特長: リスク管理:取引のリスクを素早く簡単に定義し、より良い意思決定を行い、取引パフォーマンスを向上させます。 視覚表現:オープンなポジションとそれに関連するリスクをグラフィカルに表示し、明瞭かつ簡潔な理解が可能です。 注文変更:数回のクリックで注文を簡単に変更またはクローズし、取引プロセスを効率化し、貴重な時間を節約します。 手のひらの上の最新ニュース:ボタン一つで最新の市場ニュースに常にアクセスできます。 MT4トレーダーにと
    The top-selling EAs on the market cost a lot and one day they are suddenly gone. This is because one strategy will not work in the forex market all the time. Our product is unique from all others in the MQL Marketplace because our EA comes with 34+ built-in indicators that allow adding more strategies every time.  You build your strategy and keep updating it. If one strategy does not work, simply build another all using only one EA. This is All-In-One EA in this market place. You can use as trad
    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
    The most advanced news filter and drawdown limiter on MQL market NEW: Take a Break can be backtested against your account history! Check the " What's new " tab for details. Take a Break has evolved from a once simple news filter to a full-fledged account protection tool. It pauses any other EA during potentially unfavorable market conditions and will continue trading when the noise is over. Typical use cases: Stop trading during news/high volatility (+ close my trades before). Stop trading when
    Equity Shield
    Vladimir Stepanov
    4.57 (7)
    Expert Advisor は、資産を常に監視し、パラメーターの入力に従ってルールに従うことで、予期しない損失からアカウントを保護します。 ルールに違反すると、EA はすべての取引を終了します。 特定のパーセンテージまたは金銭的損失ですべての取引をクローズするか、特定のパーセンテージまたは金銭的利益でクローズするように EA を設定できます。 このユーティリティは、プロップ トレーディング チャレンジでドローダウンを低く抑え、エクイティを保護するのに非常に役立ちます。 私の信号と他の製品はここにあります 応援、プレゼントは購入後ご連絡ください。 パラメーター: 1ペア限定:運用したいペアにEquity Guardを貼る アカウントのすべてのペアについて: Equity Shield は端末のすべてのペアを制御します (Equity Shield を任意のペアに配置します)。 TPアットマネー(0:OFF):TPインマネー SL アット マネー (0: オフ): SL アット マネー TP at % at account Equity: TP は、口座の X パーセントの利益で取
    取引パネルは注文の管理に限定されています - ボタンを使用して開かれたものと、ユーザーによって開かれたものの両方です。 シンプルで便利なコレクション。 バイヤーを補完します。 Gold Stuff インジケーターと併用することをお勧めします。 単一注文として取引を設定し、距離のあるグリッドを構築します。 標準グリッドを作成するには、10000 などの大きな距離を設定するだけです。 リアルタイム結果はこちらからご覧いただけます。 設定と個人的なボーナスを得るために、購入後すぐに私に連絡してください!   設定 新しいシリーズを開く - 注文の新しいシリーズのオン/オフの開始。 Lot miltiplier - 次の注文のロット乗数。 TP - ピップで利益を得る。 SL - 最初の注文からのピップ単位のストップロス。 トレイル スタート - トレーリング ストップの有効化。 トレイル ステップ - トレーリング ストップを有効にしたときの価格からの距離。 DD 削減アルゴリズム - 利益のある最後の注文が損失のある最初の注文シリーズでクローズされる場合のドローダウン削減
    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
    通貨ストレングストレードパネルEAMT4は、初心者またはエキスパートトレーダーにとって革新的なソリューションです。通貨の強さの概念は、価格アクションと組み合わされ、8つの主要通貨の通常の28の組み合わせを除いて、任意のシンボル/ペアに適用できるため、まったく新しいレベルになります。つまり、すべての通貨、商品、暗号(インデックスではない)を含む、任意のペアの長所または短所をトレードできます。複雑な強さを解読することなく、ペアの2つの部分の強さ/弱さのバランスを視覚的に知らせる色付きのバーを使用することで、16/32シンボルを一目で明確に把握できる画期的な製品です。他の従来の通貨強度ソリューションと同様に、線またはヒストグラム。 通貨の強さのトレードパネルEAMT4は、MT4で見つけることができる最も簡単で使いやすいトレードパネルでもあります。追加のウィンドウやパネルを開く必要なしに、すべてのオプションと機能が1つのサーフェスにあります。これは、注文管理、リスク計算、部分閉鎖、アカウント保護ユーティリティのすべてを1つにまとめた、非常に便利なインターフェースです。 Currency
    あなたがメンバーである任意のチャンネル(プライベートおよび制限されたチャンネルを含む)からのシグナルを、直接あなたのMT4にコピーします。 このツールは、ユーザーを念頭に置いて設計されており、取引を管理および監視するために必要な多くの機能を提供しています。 この製品は、使いやすく視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用開始できます! ユーザーガイド + デモ  | MT5版 | Discord版 デモを試したい場合は、ユーザーガイドを参照してください。 Telegram To MT5レシーバーは、ストラテジーテスターでは機能しません! Telegram To MT4の特長 一度に複数のチャンネルからシグナルをコピー プライベートおよび制限されたチャンネルからシグナルをコピー BotトークンやチャットIDは不要です(必要な場合は引き続き使用できます) リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズするかを選択 すべてのシグナルを認識する
    作者のその他のプロダクト
    Exp COPYLOT CLIENT for MT4
    Vladislav Andruschenko
    4.66 (67)
    MetaTrader4のコピー機を取引します。     それは任意の口座からの外国為替取引、ポジション、注文をコピーします。 それは最高の貿易コピー機の1つです     MT4 - MT4、MT5 - MT4     のために     COPYLOT MT4     バージョン(または     MT4 - MT5  MT5 - MT5     のために     COPYLOT MT5     バージョン)。 MT5のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 のコピー機 バージョン       MetaTrader 5 ターミナル(   МТ5 - МТ5、МТ4 - МТ5   )-   コピーロットクライアントMT5 独自のコピーアルゴリズムにより、すべての取引がマスターアカウントからクライアントアカウントに正確にコピーされます。 また、動作速度が速いことでも知られています。タフなエラー処理。 強力な機能セット。 プログ
    VirtualTradePad mt4 Extra
    Vladislav Andruschenko
    4.88 (59)
    ワンクリックで取引できるトレーディングパネル。ポジションと注文の操作!チャートまたはキーボードから取引。 手動取引用の取引パネル。チャート(チャートウィンドウ)またはキーボードから取引できます。開閉、リバース、ロックポジションと注文を処理する МetaТrader4のメインオーダーのトレーディングコントロールパネル:売買、売却、売却、売却、売却、閉じる、削除、修正、トレーリングストップ、ストップロス、takeproft MT5のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 シンボルウィンドウからの取引とキーボードからの取引! あなたはMetaTrader 4ターミナル - バーチャルコントロールパネルVirtualTradePadのためのユニークなプラグインを持っています。 Description on English 注意!  ストラテジーテスターの 取引方法を学びたい場合は、無料の TesterPad ユーティリティをチェック
    ワンクリックで取引できるトレーディングパネル。ポジションと注文の操作!チャートまたはキーボードから取引。 当社の取引パネルを使用すると、チャートから直接シングルクリックで取引を実行でき、標準の MetaTrader コントロールよりも 30 倍高速に取引操作を実行できます。 パラメータと関数の自動計算により、トレーダーにとって取引がより速く、より便利になります。 グラフィックのヒント、情報ラベル、取引取引に関する完全な情報はチャート MetaTrader にあります。 MT4のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 手動取引用の取引パネル。チャート(チャートウィンドウ)またはキーボードから取引できます。  開閉、リバース、ロックポジションと注文を処理する МetaТrader5 のメインオーダーのトレーディングコントロールパネル:売買、売却、売却、売却、売却、閉じる、削除、修正、トレーリングストップ、ストップロス、takep
    Exp TickSniper PRO FULL
    Vladislav Andruschenko
    4.06 (52)
    Exp-TickSniper- 各通貨ペアのパラメーターを自動的に自動選択する高速ティックスカルパー。 取引パラメータを自動的に計算するアドバイザーを夢見ていますか?自動的に最適化および調整されますか? MetaTrader4のシステムのフルバージョン:       MetaTrader4用の TickSniper   スカルパー TickSniper-完全な説明     +デモ+ PDF EAは、ほぼ10年間のEAプログラミングで得られた経験に基づいて開発されました。 EA戦略はどのシンボルでも機能します。 時間枠は関係ありません。 ロボットは、現在の相場、ティックの到着速度、スプレッドサイズ、およびその他の契約仕様パラメーターに基づいています。 システムは、有利なストップロスとテイクプロフィットレベル、平均ポジションの距離、トレーリングストップ距離などを自動的に定義します。 EAは、トレンドに対して追加のオープニングのシステムを適用します(「平均化」)。 その設定は、実際のアカウントでテストするために最適化されています。 Expert Advisorは、絶対にすべての通貨ペ
    Exp THE X FULL
    Vladislav Andruschenko
    4.79 (28)
    これは標準的な指標に取り組んでいるMetaTrader 5のための万能自動エキスパートアドバイザーです。 UniversalEA コンストラクタEAには多数の関数が用意されています。 ポジションを開くために20のシグナルのうちの1つを選択し、MetaTraderパッケージに含まれる標準インディケータのシグナルを選別するために20のうち5つのフィルターを選択することができます。 さらに、指標のパラメータを調整したり、時間枠を選択したり、各信号の信号バーを指定したりできます。 注意!新しいユニバーサルトレーディングアドバイザーの Exp - カスタム指標に取り組んでいる xCustomEA  : MetaTrader 5の ための Exp The xCustomEA MetaTrader 4の ための Exp The xCustomEA Description on English 自動取引アドバイザーを購入したい場合は、  TickSniperを チェックして ください  。 EAには以下の機能があります。  カウンタートレンド平均 トレンドの方向への追加の開口部 トレーリング
    Exp COPYLOT CLIENT for MT5
    Vladislav Andruschenko
    3.76 (17)
    MT5のトレードコピー機は、МetaТrader5プラットフォームのトレードコピー機です 。 それは間の 外国為替取引をコピーします   任意のは 、MT5 - MT5、MT4 - MT5   COPYLOT MT5版の アカウント (またはを MT4 - MT4   MT5 - MT4   COPYLOT MT4版用) 信頼できるコピー機! MT4のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 МТ4ターミナルでトレードをコピーすることもできます(   МТ4   -   МТ4、МТ5   -   МТ4   ):   MT4のCOPYLOT CLIENT このバージョンには、端末間 МТ5   -   МТ5、МТ4   -   МТ5が含まれ ます。 ディールコピー機は、2/3/10端末間でディール/ポジションをコピーするために作成されます。 デモ口座と投資口座からのコピーがサポートされています。 プログラムは、複数の端末
    Profit or Loss Pad
    Vladislav Andruschenko
    4.5 (10)
    利益追跡機能で総利益/損失に達したときにMetaTrader5のポジションをクローズします。   CloseIfProfitorLoss with Trailing 仮想停止(個別注文)を 有効にできます。 買いポジションと売りポジションを別々に 計算して閉じる(別々の買い売り)、 すべてのシンボルまたは現在のシンボルのみを 閉じて計算する(すべてのシンボル)、 利益のためにトレーリングを有効にする( トレーリング 利益) ポジションは、預金通貨、ポイント、%、およびドローダウンの 値に基づいてクローズされます。 このアプリケーションは、他のEAと一緒に、または手動取引と組み合わせて、任意のアカウントで使用するように設計されています。 MT4のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 一部またはすべてのペアの貿易収支の合計が設定で指定された値以上になるとすぐに、すべてのポジションがクローズされ、注文が削除されます。 このバージ
    Exp5 The xCustomEA for MT5
    Vladislav Andruschenko
    4.27 (11)
    MetaTrader 5のためのカスタムインディケーターに関する普遍的なトレーディングアドバイザー。 MetaTrader4のバージョン:  MetaTrader 4ターミナル   のxCustomEA  バージョン ユニバーサルトレーディングアドバイザTheCustomEAの機能は、1つを除いて、私たちのアドバイザ The X の すべてのパラメータを正確に複製します。 xCustomEA はカスタムインディケータ上で動作し、MT5端末向けに独自の取引戦略をプログラムすることができます。 xCustomEA は、インターネットまたはmql5市場からダウンロードできるカスタム指標へのリンクを持っています。 私たちの新しい顧問  The xCustomEA  は顧問  The X - Universal EAに  基づいています あなたはあなたの 習慣 をプログラムすることができます  インジケータ  、  そして私達のアドバイザー xCustomEA はシグナルのポジションを開く でしょ う。 私たちのユニバーサル展覧会顧問 ザ・を 購入 し て   xCustomEA  、  
    Exp Averager
    Vladislav Andruschenko
    4.79 (19)
    Exp-Averager は、 平均化取引を開始することで、特定のドローダウンを受けた取引を平均化するように設計されています。 アドバイザーは、現在のトレンドに沿って、または逆に新しいポジションを開くことができます。 一連のポジションに適用されるスマート トレーリング ストップ機能も含まれています。 アドバイザはポジションのロットサイズを増減できます。 これは、損失ポジションを平均価格に近づけるために広く使用されている戦略です。 MT5のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 リンク TickSniper スキャルパー の平均化システムの例 平均化機能を備えたユニバーサル取引アドバイザー The X Expert Advisor は、チャートが関連付けられている通貨ペアで動作します。 たとえば、EURUSD の平均化を有効にするには、EURUSD チャートを開いて Expert Advisor を実行します。 注記 こ
    Exp Swing
    Vladislav Andruschenko
    4.18 (45)
    これは、Swinger(Pendulum、Cheburashka)と呼ばれる有名な戦略のモデルを使用しています。 戦略は、2つの反対の保留中の注文を出すことにあります。価格が特定の方向に移動すると、一方の保留中の注文がトリガーされ、もう一方の注文のロットサイズが増加します。 EAは3種類のオープン保留中の注文を提供します(TypeofTrade) 配置後の自動オープン(インスタントオープンAutoTrade) 手動開封後の開封と管理(手動開封ManualTrade) 高/低レベルで開く(過去のバーTFTradeの高低) OCO(One-Cancels-the-Other)注文は、2つの注文で構成される条件付き注文の一種です。2つ目の注文が約定すると、1つ目の注文は自動的にキャンセルされます。 スイング-完全な説明 使い方? 開始時に、エキスパートアドバイザーは2つの注文を出します-現在の価格から StopOrderDeltaifUSE までの距離で 買いストップ と 売りストップです。 買いストップ がトリガーされると、 売りストップは 削除され、代わりにボリューム BuyS
    FREE
    利益追跡機能で総利益/損失に達したときにMetaTrader4のポジションをクローズします。 仮想停止(個別注文)を 有効にできます。 買いと売りのポジションを別々に 計算して閉じる(別々の買い売り)、 すべてのシンボルまたは現在のシンボルのみ(すべてのシンボル)を 閉じて計算します。 利益のためにトレーリングを有効にする( トレーリング 利益) 預金通貨、ポイント、残高の%の総損益を閉じます。 このアプリケーションは、他のEAと一緒に、または手動取引と組み合わせて、任意のアカウントで使用するように設計されています。 MT5 のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 一部またはすべてのペアの貿易収支の合計が設定で指定された値以上になるとすぐに、すべてのポジションがクローズされ、注文が削除されます。 このバージョンは、指定された利益レベルでポジションを閉じることができるだけでなく、より良い結果を得るために利益を追跡することもで
    Exp Assistant 5
    Vladislav Andruschenko
    4.72 (121)
    自動設定、ストップロス、テイクプロフィット、トレーリングストップ、損益分岐点レベルにより、 仮想 ストップロスとテイクプロフィットが可能になります。 Exp Assistant は、 ポジションの維持を計画するのに役立ちます。 このプログラムである Expert Advisor は、 リアルまたはバーチャルを 自動的に設定するように設計されています。     取引中のポジションの ストップロスとテイクプロフィット のレベル。 Expert Advisor のすべての操作は、チャート上のコントロール パネルから簡単に管理できます。 オープンポジションの ストップロス、テイクプロフィット、 トレーリングストップ 、 損益 分岐点 の設定が難しい場合 、または手動で取引したい場合は、アシスタントを使用できます。 取引のストップロスとテイクプロフィットの設定、トレーリングストップのオン、必要に応じてストップロスを損益分岐点に移動するなど、必要なアクションが自動的に実行されます。 アシスタントには、 パラボリック Sar インジケーターに基づくトレーリング ストップ機能も備えています。 MT4
    FREE
    Exp Tick Hamster MT5
    Vladislav Andruschenko
    3.75 (16)
    MetaTrader5の任意の取引シンボルのすべてのパラメーターの自動最適化のエキスパート。 設定なしでEAを取引! ダニ ハムスター -これは 、アドバイザーを設定したくない初心者やユーザー向けの自動取引エキスパートです! このトレーディングアドバイザーのトレーディング戦略は 7年間テストされています。 初心者のために特別に設計された自動売買エキスパートで、これまで以上に取引を簡単に。 アドバイザーを設定する煩わしさに別れを告げ、ストレスのない取引を実現しましょう。 今すぐ始めて、取引成功への第一歩を踏み出しましょう。 MT4のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 使い方? ダウンロード; チャートにインストールします。 アドバイザーは自動的に取引します。 レビューを残します。 エキスパートを設定するにはどうすればよいですか? 何もカスタマイズする必要はありません!私たちはあなたのためにすべてをセットアップします! 1
    Exp TickSniper
    Vladislav Andruschenko
    4.09 (34)
    Exp-TickSniper は、各通貨ペアのパラメーターを個別に自動的に選択する高速ティックスカルパーです。 EAは、ほぼ10年間のEAプログラミングで得られた経験に基づいて開発されました。 EAは、スマートトレーリングストップを使用し、現在の通貨ペアデータ、その相場、仕様、スプレッドに基づいて短期取引を実行します。 平均化戦略は、信号検出アルゴリズムによって引き起こされる損失を防ぐために使用されます。 オープンポジションが特定の損失を被った場合、ポジションを平均化する機能がトリガーされます。 極端な場合、TickSniperによって開かれたポジションにはストップロスが伴います。自動取引システムが最小利益を得ることができない場合、ポジションはストップロスによって1つずつクローズされます。 システムは、有利なストップロスとテイクプロフィットレベル、平均ポジションの距離、トレーリングストップ距離などを自動的に定義します。 EAは、通貨ペアの仕様、現在の価格、および戦略の一部であるその他の要因から、これらのパラメーターに関するデータを取得します。 MetaTrader 5のフルバージョ
    Lib5 EAPadPRO for MT5
    Vladislav Andruschenko
    4.5 (6)
    MetaTrader5のエキスパートアドバイザーに情報パネルを追加するためのライブラリ。 プログラムの情報とインターフェースが取引で利益をもたらすことを保証することはできませんが、プログラムの最も単純なインターフェースでさえ第一印象を強めることができると断言できます。 エキスパートアドバイザーに パネルを追加するための詳細な説明と手順は、ブログにあります:   LIB-EAPADPROステップバイステップの説明 パネルの詳細な説明と EAPADPROの使用手順 MetaTrader4ライブラリバージョン 追加のプロセスは 10のステップで 構成されており、それらについては記事で詳しく説明しています。 ライブラリのインストール このサイトからライブラリをインストールします。 エキスパートアドバイザーを開きます。 コードをインストールするためのサンプルとステップバイステップガイド、ファイル Exp-EAPADPRO LIBRARY TEST(ブログにあります)を開き ます。 推奨事項に記載されているように各ステップを実行するか、サイトからのステップバイステップの説明を使用してください
    FREE
    Averager FULL
    Vladislav Andruschenko
    4.9 (10)
    Exp-Averager は、 平均化取引を開始することで、特定のドローダウンを受けた取引を平均化するように設計されています。 アドバイザーは、トレンドおよび逆トレンドに合わせて追加のポジションをオープンできます。 一連のポジションの平均トレーリングストップが含まれています。 ロットが増えたり減ったりしています。 不採算ポジションを平均価格に近づける一般的な戦略。 MT4のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 リンク MetaTrader 5 ターミナルの Expert Advisor でのアベレージャの操作の例:   Exp - TickSniper   。 平均化機能を備えたユニバーサル取引アドバイザー The X 注記 これは自動取引システムではありません。 取引を監視し、ドローダウンが発生した場合に利益が得られるまで平均化します。 ストラテジー テスターでエキスパート アドバイザーをテストし、ビジュアル モードで E
    Exp5 Duplicator
    Vladislav Andruschenko
    4.71 (7)
    Expert Advisor Duplicator は 、アカウントMetaTrader5 で事前に設定された回数の取引/ポジション/シグナルを繰り返します。 手動または別のエキスパートアドバイザーによって開かれたすべての取引をコピーします。信号のロットサイズを大きくすることが可能です。 シグナルをコピーし、シグナルから多くを増やします! MQL5信号ロットの増加 次の機能がサポートされています:コピーされた取引のカスタムロット、StopLossのコピー、TakeProfit、トレーリングストップの使用など。 MT4 のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 リンク MetaTraderのトレードコピー機はこちらから入手できます:   COPYLOT 注意 注 :これは端末間の取引用のコピー機ではありません。 複製機はネッティングアカウントでは使用できません。 ストラテジーテスターでエキスパートアドバイザーをテストし、ビジュア
    Exp Assistant 4
    Vladislav Andruschenko
    4.87 (85)
    ストップロスの設定、利益の獲得、トレーリングストップ、損益分岐点のレベル、バーチャルストップの実現。 経験アシスタント はあなたがあなたのポジションのメンテナンスを手配するのを助けます。 このエキスパートアドバイザーは必要なストップロスをすべて設定し、あなたのポジションに応じた利益レベルを取ります。 すべてのExpert Advisor操作はチャート上のコントロールパネルから管理されます。 あなたがオープンポジションを持っているが、あなたのエキスパートアドバイザーがストップロスを設定することができない、利益を上げる、トレーリングストップまたはブレークイーブン、そしてあなたが手動で取引するなら、あなたはアシスタントを使うことができます。それは自動的にストップロスを出してあなたの取引のために利益を得ます、トレーリングストップをオンにするか、または必要に応じてbreakvenvenにストップロスを移動します。 Parabolic Sarインディケータに基づくトレーリングストップもあります。 MT5のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法
    FREE
    このユーティリティを使用すると、戦略テスターで戦略を手動でテストできます。視覚化チャート上でワンクリック取引。 トレードス​​キルをテストするための便利で完全な機能がストラテジーテスターでも利用できるようになりました。 Forex Tester Pad は、ストラテジーテスター用のトレーディングシミュレーターです。インジケーターを使用した取引。 私たちのユーティリティの主な機能 MT4のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 MetaTrader ストラテジー テスター 4 および 5 で動作します。 取引、ポジション、注文の管理。 あらゆるインジケーターを操作する可能性; ストップロス、テイプロフィット、トレーリングストップ、注文グリッド; EAPAD PRO チャートフレンドリーなダッシュボード; 速度制御、一時停止、チャート制御を 1 クリックで実行できます。等々。 警告: このパネルは戦略テスター向けです。 ライブ チャ
    FREE
    幅広い機能を備えたMetaTrader4のユニバーサルインジケーターアドバイザーで、標準インジケーターに取り組んでいます。 1エキスパートアドバイザーの戦略ビルダー。 標準のMetaTraderセットからの多くのトレーディングインジケーター。 20個の信号から1個と20個のフィルターから5個を選択する可能性。 要件に合わせて個別にカスタマイズするための100を超えるパラメーター。 シグナルごとに、インジケーターパラメーターをカスタマイズし、時間枠を選択し、シグナルバーを指定できます。 リンク: X for MetaTrader5ターミナル     (MT5のX) 注意     !新しいユニバーサルトレーディングアドバイザー     Exp xCustomEA     にとって     MetaTrader 4       、カスタムインジケーターに取り組んでいます 自己最適化された自動取引アドバイザーを購入したい場合は、             TickSniper       ! EA設定+デモ+ PDF   の完全なマニュアルと説明は、 私たちのブログにあります。 設定と入
    Exp SafetyLock PRO
    Vladislav Andruschenko
    4.7 (27)
    SAFETYLOCKを使用すると、トレーダーは、すでにオープンしているポジションに反対の注文を設定することで、強い市場の反転を回避できます。 トレーダーまたはEAがポジションをオープンした場合、SAFETYLOCKは反対の保留中の注文をオープンします。ポジションが赤字になると、保留中の注文がアクティブになり、ロックが作成されます。 EAを使用すると、初期位置を閉じたり、トレーリングストップで作業したり、ロットを乗算したりできます。 ポジション価格に続いて、保留中の注文の始値を変更することもできます。 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 基本的なパラメーター(ブログのパラメーターの完全な説明) MilliSecondsTimerForMonitoring- アルゴリズム実行の期間(ミリ秒単位)(デフォルトは1000 = 1秒)。 SymbolMonitoring   -SymbolMonitoring = ALL_SYMBOL =アカウントの
    Exp COPYLOT MASTER for MT4
    Vladislav Andruschenko
    4.54 (26)
    МetaТrader4のトレードコピー機。外国為替取引、ポジション、注文を任意のアカウントからコピーします。 それは最高の МТ4   -   МТ4, МТ5   -   МТ5, МТ4   -   МТ5, МТ5   -   МТ4 貿易複写機、今日の一つです。 独自のコピーアルゴリズムにより、すべての取引がマスターアカウントからクライアントアカウントに正確にコピーされます。高い動作速度。厳しいエラー処理。強力な機能セット。 これらすべての品質は、単一のプログラム-EXP-COPYLOTにまとめられています。 プログラムは、複数の端末バインディングで実行できます。 1つのアカウントで取引されているさまざまな投資家アカウントでの取引のシンクロナイザーとして使用します。-COPYLOTは取引を他の端末にコピーします。 インストール CopyLotマスター-ポジションと注文をコピーしたいアカウントにインストールするエキスパート。 このエキスパートをターミナルにインストールし、そこからポジションを投資口座にコピーします。 「COPY」のように、任意のテキストラベル名をpathWrit
    FREE
    Exp Tick Hamster MT4
    Vladislav Andruschenko
    3.5 (14)
    MetaTrader4の任意の取引シンボルのすべてのパラメーターの自動最適化のエキスパート。 設定なしでEAを取引! Tick   Hamster   -これは 、アドバイザーを設定したくない初心者やユーザー向けの自動取引エキスパートです! 初心者に優しい専門アドバイザーによる、手間のかからない自動取引を体験してください。 複雑なセットアップについて心配する必要はありません。当社の専門家がすべてを処理します。 トレーディングで成功するための旅を今すぐ始めましょう! MT5のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 使い方? ダウンロード; チャートにインストールします。 アドバイザーは自動的に取引します。 レビューを残します。 エキスパートを設定するにはどうすればよいですか? 何もカスタマイズする必要はありません!私たちはあなたのためにすべてをセットアップします! 1設定パラメータ=トレーディングロットロット。 魔法    
    Exp4 The xCustomEA for MT4
    Vladislav Andruschenko
    4.17 (6)
    MetaTrader 4のためのカスタムインディケータに関するユニバーサルトレーディングアドバイザー。 MetaTrader 4のバージョン:  MetaTrader 5ターミナル   のxCustomEA バージョン ユニバーサルトレーディングアドバイザTheCustomEAの機能は、1つを除いて、私たちのアドバイザ The X の すべてのパラメータを正確に複製します。 xCustomEA はカスタムインディケータ上で動作し、MT4端末向けに独自の取引戦略をプログラムすることができます。 xCustomEA は、インターネットまたはmql5市場からダウンロードできるカスタム指標へのリンクを持っています。 あなたはあなたの  習慣  をプログラムすることができます   インジケータ  、  そして私達のアドバイザー  xCustomEA  はシグナルのポジションを開く  でしょ  う。 私たちのユニバーサル展覧会顧問 ザ・を 購入 し て   xCustomEA  、  あなたは毎日指標に関するアドバイザをプログラムすることができます! 指標PIPFINITE TREND PRO
    このユーティリティを使用すると、戦略テスターで戦略を手動でテストできます。視覚化チャート上でワンクリック取引。 このユーティリティの最新バージョンは、トレーダーが取引戦略を手動でテストするための高度な機能を提供します。ストラテジー テスターを使用すると、シミュレートされた環境で取引戦略の有効性を評価できるようになります。この機能を使用すると、取引テクニックのパフォーマンスを分析し、それらを改良して取引スキルを向上させることができます。 さらに、ストラテジー テスターは、視覚化チャート上でワンクリック取引で取引を実行する便利で効率的な方法を提供します。この機能により、異なる画面を切り替えることなく、希望の価格レベルで取引を迅速に開始および終了することができます。 ストラテジー テスターで利用できる完全な機能を使用すると、取引戦略をシミュレーションして洗練し、結果を分析して、取引スキルを効果的かつ効率的に最適化できます。 MT5 のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法  
    FREE
    Exp4 Duplicator
    Vladislav Andruschenko
    4.52 (21)
    Expert Advisor は 、アカウントMetaTrader 4で 取引を繰り返し、ポジションを設定するか、事前に設定された回数だけシグナルを送信します。 手動または別のエキスパートアドバイザーによって開かれたすべての取引をコピーします。 シグナルをコピーし、シグナルからロットを増やします ! 他のEAの多くを増やします。 次の機能がサポートされています:コピーされた取引のカスタムロット、ストップロスのコピー、テイクプロフィット、トレーリングストップの使用。 MT5のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 リンク MetaTraderのトレードコピー機はこちらから入手できます:   COPYLOT 注意 注:これは、端末間の取引用のコピー機ではありません。 ストラテジーテスターでエキスパートアドバイザーをテストし、ビジュアルモードでEAPADPROツールバーと取引することができます! EAを1つの通貨ペアにインストールす
    Ind4 Extra Report Pad
    Vladislav Andruschenko
    4.49 (45)
    これはあなたの取引口座の分析を提供する統計パネルです。 分析結果はリアルタイムでチャートに表示されます。 多通貨取引は今日非常に人気があります。しかし、取引の量が多いほど、それぞれの収益性を分析することは難しくなります。月ごとに取引を分析し、 MT5のバージョン 完全な説明 +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 各取引ごとの統計を計算することはさらに困難な作業です。 パネルは、あなたのアカウントを分析し、リアルタイムで詳細な統計を準備する効率的な解決策を提供します。 注意!  HTMLへのエクスポート  ボタン が利用可能です - 私たちのインディケータは別のHTMLファイルにすべての受信データを保存します! タブとコントロール このパネルは現在6つのタブで構成されています。 トレード   - 現在のオープントレード 歴史   - 歴史の中で閉じられた取引 すべての取引   - 始値と終値の取引 レポート   - あなたの取引口座のクローズド取引に関する詳細なレ
    FREE
    Exp5-COPYLOT MASTERは、МetaТrader5とMetaTrader4のトレードコピー機です。任意のアカウントから外国為替取引をコピーします。 インストール このエキスパートアドバイザーはマスターコピー機です。トレードをコピーしたいターミナルにエキスパートアドバイザーをインストールします。 「COPY」のように、任意のテキストラベル名をpathWriteとして指定します。 トレードをコピーしたい端末にMT5用のCOPYLOTMASTERをインストールします。 次に、コピー先の MT4  端末にCOPYLOTクライアントMT4をインストールします。 または MetaTrader5用の CopylotクライアントMT5 MT4用のCOPYLOTMASTERを ダウンロードすることもできます COPYLOT-完全な説明とマニュアル PDFガイド 注:設定のリストは[コメント]タブにあります。 EAは1チャートに設定する必要があります!デフォルトでは、アドバイザーがアカウントからすべてのポジションと注文をコピーします。 注文はアクティベーション時にコピーされ(ポジション)
    FREE
    Lib4 EAPadPRO for MT4
    Vladislav Andruschenko
    5 (5)
    MetaTrader4のエキスパートアドバイザーに情報パネルを追加するためのライブラリ。 プログラムの情報とインターフェースが取引で利益をもたらすことを保証することはできませんが、プログラムの最も単純なインターフェースでさえ第一印象を強めることができると断言できます。 エキスパートアドバイザーに パネルを追加するための詳細な説明と手順は、ブログにあります:   LIB-EAPADPROステップバイステップの説明 パネルの詳細な説明と EAPADPROの使用手順 MetaTrader5ライブラリバージョン 追加のプロセスは 10のステップで 構成されており、それらについては記事で詳しく説明しています。 ライブラリのインストール このサイトからライブラリをインストールします。 エキスパートアドバイザーを開きます。 コードをインストールするためのサンプルとステップバイステップガイド、ファイル Exp-EAPADPRO LIBRARY TEST(ブログにあります)を開き ます。 推奨事項に記載されているように各ステップを実行するか、サイトからのステップバイステップの説明を使用してください
    FREE
    Ind5 Extra Report Pad
    Vladislav Andruschenko
    4.77 (30)
    これはMetaTrader 5のためのあなたの取引口座の分析を提供する統計パネルです。 分析結果はリアルタイムでチャートに表示されます。 多通貨取引は非常に人気があります。 MT4のバージョン 完全な説明 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 しかし、取引量が多ければ多いほど、それぞれの取引の収益性を分析するのは難しくなる。 月ごとに取引を分析し、各取引ごとに統計を計算することは、さらに困難な作業です。 取引システムのパフォーマンスを包括的に理解したい場合、この目標を達成するのに役立つツールが複数あります。 これらのツールには、レポート、統計、myfxbook、取引ジャーナル、口座分析、パフォーマンス統計、分析、革新的なダッシュボードなどがあります。 これらのツールを活用することで、取引システムのパフォーマンスを詳細に分析し、得意分野や潜在的な弱点に関する貴重な洞察を得ることができます。 パフォーマンス向上を目指す新規トレーダーであれ、取引戦略の最適化を目指す経験豊富なト
    FREE
    フィルタ:
    Vladimir
    45
    Vladimir 2024.01.19 06:30 
     

    магики через запитую не подхватывает. берет в работу только один магик тот что первый в строке Хорошо бы исправить

    Gellet Manchenella
    430
    Gellet Manchenella 2023.11.09 13:53 
     

    the best utility I have used. Easy to set up and works great to recover losses. But if it can close a partial lot of the profit-making trade in the direction of the trend will be better. In my case, a profit-making trade of $400 was closed against a trade of $-100. There was potential to make more money. When profit is higher than loss-making trade (with profit target) you should consider closing to the extent of loss+profit target. Hope you will consider.

    afsff saaa
    18
    afsff saaa 2023.03.18 22:22 
     

    very smart idea i love this EA It solved many problems

    abdelhamid khabkhabi
    42
    abdelhamid khabkhabi 2022.03.22 11:39 
     

    Thank you a very good EA

    bighead1971
    2355
    bighead1971 2022.03.06 04:02 
     

    excellent!

    E D
    76
    E D 2021.04.17 01:27 
     

    So far the best utility I have used. Easy to set up and works great to recover losses. It's actually amazing to watch results. No setfiles are needed because all accounts are different. Read the instructions and practice on a demo account. Play with the settings and once you find the best settings, set it up on live account. Works great.

    Vladislav Andruschenko
    244610
    開発者からの返信 Vladislav Andruschenko 2021.04.17 07:09
    Thank you very much for your feedback.
    Vadim Vronsky
    486
    Vadim Vronsky 2020.12.04 21:37 
     

    I love that EA - Utility. Designed very smart-well. I run it on a demo live acct and the results just excellent covering losses and minizine trading risks. I plan to use it in my live acct next week. Close + by - utility works well with other EAs too. My 5 stars to Vladislav for his work business and IT development creativity. FYI, I use TickSniper EA on live acct and like it. Well done, Vlad.

    Vladislav Andruschenko
    244610
    開発者からの返信 Vladislav Andruschenko 2020.12.04 22:12
    Thank you for your feedback. )))
    ROBERT URBANSKI
    1408
    ROBERT URBANSKI 2020.08.06 13:55 
     

    Excellent Utility and very usefull. Many time rescue my .... :). Thank you Vladislav and you team

    Evolve
    224
    Evolve 2020.07.26 07:42 
     

    Excellent Utility !

    Vasil lupanov
    722
    Vasil lupanov 2019.12.30 19:40 
     

    Five stars for the helper and 10 gold stars for its creator. Well done !!!

    削除済み 2019.12.25 16:04 
     

    ユーザーは評価に対して何もコメントを残しませんでした

    Staffan Ofwerman
    2075
    Staffan Ofwerman 2019.04.03 11:24 
     

    This is a great EA to add to every setup. Great help from the seller and it works fantastic. It will take away the worst trade with the help of your profit trades. And with the latest update it's even better when you can see so much info about what is happening. Is it possible to give it 6 stars?

    Vladislav Andruschenko
    244610
    開発者からの返信 Vladislav Andruschenko 2021.05.03 10:37
    Thank you.
    eriva
    263
    eriva 2019.01.13 11:08 
     

    I use many products from Vladislav, the utilities are exceptional even if they require a bit of patience to find the right settings based on their use. Each reviewed utility is used in my real account. Vladislav is a kind and helpful person for any help required. Great Vladislav !!

    Gusstaw
    33
    Gusstaw 2015.05.16 12:17 
     

    работает на 5+,любой счет,любой депозит,полезен новичкам,те постоянно в минуса лезут,закрывает и -10 и -100,настройки минимальны и очень просты,авторы всегда помогут,если и закрывает с минусом,то минимальным..поверьте-это один из лучших помошников

    Alexey Lushnikov
    1792
    Alexey Lushnikov 2015.04.09 23:00 
     

    я так понял главное правильно настроить. И в принципе из 10 пар закрывает пачку ордеров плюс минус.

    savagerus
    121
    savagerus 2015.01.15 15:42 
     

    Отличный и полезный советник

    レビューに返信
    バージョン 24.413 2024.04.13
    Fixed: BUY/SELL buttons are enabled by default
    バージョン 24.409 2024.04.09
    4270 ReCompile
    バージョン 24.404 2024.04.08
    Global Update EAPADPRO v55 with build 4260

    !!!Attention! Support of visual Graph Elements (Buttons, input line, Edit Box, CheckBox) is no longer supported by VPS server from MetaQuotes!!!!


    -Added: information about profit from closed positions to the chart.
    The information is displayed for each bar of the current timeframe.
    You can change the timeframe to see the result of trading on a certain bar of the current timeframe.
    If several positions/deals are closed on one bar of the current timeframe, the trading result is summarized, and the total information for a certain bar is displayed.
    The information is updated when the next position/deal is closed.
    You can turn off showing history in the panel settings.

    ===========================================================================================

    -Added: The status of the Expert Advisor operation if it was launched on the server from "VPS MQL MetaQuotes".
    When Expert Advisor is running on the server from MetaQuotes, a message will be created on the home computer that Expert Advisors are running on the server "VPS MQL MetaQuotes". The smiley face is blue.
    Attention: If an Expert Advisor is launched on both the server and the home computer, it can trade in parallel on 2 terminals (server "VPS MQL MetaQuotes" + home computer); there may be conflicts.
    Attention: If the Expert Advisor is launched on the server "VPS MQL MetaQuotes", do not Turn it on work on the home computer to avoid conflicts.
    Frequency of polling the status of work on the server = 1 day.
    After deinitialization of the Expert Advisor on the server - It will get the status - stopped.
    To test the work on the server from "VPS MQL MetaQuotes", pending orders are created!

    ===========================================================================================

    -Added: The error status of the Expert Advisor operation can now be read on the EAPADPRO panel.
    You can click on the Smile or the Expert Advisor operation status bar and you will be shown a message about current errors of Expert Advisor operation.
    If you click on the Smile button on the panel, you will be shown the causes and errors and their solutions with pictures.

    ===========================================================================================

    -Added: Notification of errors and opening/closing of trades to the chart in the form of InfoBox.
    Notification is shown for 4 types:
    ---Opening a new trade;
    ---Closing a deal;
    ---Modification of a trade;
    ---Error received by Expert Advisor from the server;
    In the EAPADPRO panel settings, you can turn on or off the notification type you need.
    Notifications can be viewed as they arrive in the notification queue.
    Notifications are accumulated in a data array each time you install/reinstall/change Expert Advisor settings.
    In the EAPADPRO header you can also enable disable INFOBOX.
    ===========================================================================================

    -Added: Working with Telegram (Beta version)
    For Expert Advisor to work with the Telegram bot, you need to set up the bot on your phone and create a "public" or "private" channel.
    To receive notifications from your account, you need to assign your bot as an administrator of your "public" or "private" channel.
    Attention! Sending notifications and working with commands takes computer resources! Use the Telegram bot only for your own needs.

    How To set Telegram bot: https://www.mql5.com/en/market/product/30733#!tab=comments&page=1&comment=52925811

    New settings for working with Telegram:
    EAPadPRO2=" =============== Telegram bot ";
    ==input ENUM_UPDATE_MODE TG_UpdateMode=UPDATE_SLOW --> Update Mode. Timer speed, to receive commands from Telegram bot. The faster the timer runs, the more computer resources will be used! Please do not change it unnecessarily. 2sec,3sec,10sec
    ==TG_PRIORITY=TG_HOME_VPS --> Priority of work. This is the priority mode when the Telegram bot works on the MetaQuotes VPS server and your home computer.
    TG_HOME_ONLY=1, // Only the HOME bot. The Telegram bot works only on the home computer.
    TG_VPS_ONLY=2, // Only the VPS bot. The Telegram bot works only on the MetaQuotes VPS server.
    TG_VPS_HOME=3, // First VPS bot, second HOME bot. The Telegram bot works on the MetaQuotes VPS server if you upload it to the server. If not, it will work on your home terminal. Check the work on the VPS server every 10 minutes.
    TG_HOME_VPS=4, // First HOME bot, second VPS bot. The Telegram bot works on a home computer, but if the home computer/terminal is turned off, it will work on the VPS server from MetaQuotes. Check the VPS server's work every 10 minutes.
    Attention! Screenshots are not available on the VPS server from MetaQuotes!
    ==TG_Token="" --> Token bot. Token (unique code) of the bot that will send notifications and receive commands
    ==TG_ChannelName="" --> --> Public Channel Name @. Or "private" ID starts -100 of the private channel. That will send notifications about opening/closing/modification/errors and screenshots from the terminal.
    Attention: Telegram bot works only with public channels. Private channels are not supported.
    ==TG_UserNameFilter="" --> Whitelist Usernames. List of users, starting with @, who can use the bot.
    Attention! Sending notifications and working with commands takes computer resources! Use the Telegram bot only for your own needs.
    ==TG_UseBotTimer=false;//TG_UseBotTimer --> Working with the bot from the phone

    New notification type added to EAPADPRO panel settings:
    ==Notice Open TG - Send a notification to the Telegram channel if a trade is open;
    ==Notice Close TG - Send a notification to the Telegram channel if a trade is closed;
    ==Notice Modify TG - Send a notification to the Telegram channel if a trade is modified;
    ==Notice Error TG - Send a notification to the Telegram channel if an error is received;
    ==ScreenShot TG - Send a screenshot to the Telegram channel if a trade is opened or closed;

    Attention! This is a beta version of working with the Telegram bot. We are working on improving and adding new features.
    If you have any suggestions, please write in the "Comments" section.

    ===========================================================================================


    -Improvement: Code optimization to increase speed.
    -Improvement: The speed of the panel update in the strategy tester is now calculated automatically depending on the speed of quotes arrival.
    This is done to increase the speed of the program in the strategy tester.
    Information update is now equal to 1 real second.
    -Improvement: The speed of the program running EAPADPRO in the strategy tester.
    Attention! Events in the strategy tester are processed only when a new tick is created.
    If a new tick (minimum price movement) is not created, then the panel waits for the next tick.

    With Visualization:
    Version 48: 390sec (TickSniper 2024-2024)
    Version 55: 244sec >>159% (TickSniper 2024-2024)
    w/o Visualization:
    Version 48: 363sec (TickSniper 2020-2024)
    Version 55: 220sec >>165% (TickSniper 2020-2024)
    with Visualization:
    Version 48: 15750sec (TickSniper 2020-2024)
    Version 55: 6220sec >>253% (TickSniper 2020-2024)

    -Improvement: The color of the button to close a position on the chart changes depending on the current profit of this position.
    -Improvement: Graphic improvements to optimize the Expert Advisor's performance
    -Improvement: The account deposit Symbol is cent ¢, USD $, or eur €. All others are the first letter of the deposit currency name.
    -Improvement: When visual testing is completed, objects are not removed from the graph.
    -Improvement: When creating screenshots after opening/closing positions, the EAPAPDPRO Control Panel will be expanded to show full information.
    This is done in order to study the trading history of Expert Advisor on the visualization graph after testing is completed.
    -Fixed: Managing positions and orders from the chart when the panel is minimized.
    -Fixed: Corrected the error of clearing the chart from unused order labels.
    -Fixed: AutoSize when switching charts.
    -Fixed: Drawing errors to Print when the Expert Advisor runs on "VPS MQL MetaQuotes"



    バージョン 24.127 2024.01.28
    +Added languages Chinese, Japanese, Korean, and Turkish.
    +Added full control from the chart. Closing positions/orders, removing Stop Loss / Take Profit.
    For full management and testing of Expert Advisor in the strategy tester.
    EAPADPRO v48
    バージョン 24.125 2024.01.25
    Eapadpro v47
    バージョン 23.999 2023.12.27
    EAPADPRO v46
    バージョン 23.913 2023.09.18
    -EAPADPRO v44
    -Last Build Compilation
    バージョン 22.114 2022.01.14
    Косметические изменения
    バージョン 22.110 2022.01.12
    Update EAPADPRO
    バージョン 21.614 2021.06.12
    Correction of information output on Inputs
    バージョン 21.612 2021.06.12
    EAPADPRO v40 update, according to the new rules for using the MQL5 Market
    バージョン 21.432 2021.04.30
    Version 4/32
    バージョン 21.431 2021.04.30
    Up Up date date
    バージョン 21.430 2021.04.30
    EAPADPRO v39
    -Added additional information that will be displayed on the "Strategy" tab of our panel.
    This will help monitor the current situation when closing positions.
    バージョン 20.119 2020.01.19
    Исправлена ошибка с MagicToClose
    バージョン 20.116 2020.01.15
    UpDateUpDateUpDate
    バージョン 20.115 2020.01.15
    Исправление ошибки SymbolToClose
    バージョン 20.112 2020.01.12
    Closing algorithm update.
    EAPADPRO v33
    バージョン 19.999 2019.12.24
    EAPAPDPRO v 33
    バージョン 19.802 2019.08.03
    EAPADPRO v31
    Added tooltips for parameters in external settings.
    バージョン 19.107 2019.01.07
    - Update EAPADPRO v25;
    - Additional languages added to the panel: Spanish, Portuguese (Brazil), German, Chinese, Japanese;
    The translation was made using the GOOGLE Translator + MQL + Terminal site!
    if you find an error in your language, please report it in messages. Thank!
    - Increase the speed of the panel;
    バージョン 18.830 2018.08.30
    Close Minus by Plus Update EAPADPRO v 20
    バージョン 18.515 2018.05.29
    - Updated EAPADPRO v2.0 info panel;

    Attention!
    - Renamed the parameters:
    TypyClose = TypeOfUnitToClose
    MinLossPoss_in_unit = MinLossInUnit
    ProfitPerLoss_in_unit = AdditionalProfitInUnit
    MagikToClose = MagicToClose
    バージョン 17.208 2017.02.14
    Improved EAPADPRO
    バージョン 17.123 2017.01.27
    - Added the EAPADPRO information panel
    Details on the panel in our blog: https://www.mql5.com/en/blogs/post/687140
    バージョン 16.121 2016.04.07
    Fixed the error of closing the profitable trades when there are no unprofitable ones and the MinLossPoss_in_unit parameter is set to +
    MinLossPoss_in_unit - should be set in the negative zone. This is the upper limit when searching for unprofitable positions.
    If the parameter is set to MinLossPoss_in_unit=-10, then the unprofitable trade (covered by the profitable ones) must be less than -10 dollars (points)
    MinLossPoss_in_unit = parameter that limits the EA operation if the negative trade is greater than the MinLossPoss_in_unit. For example, when opening a trade, it profit = -spread.
    バージョン 15.731 2015.08.03
    Added the message to the strategy tester stating that the product cannot be tested in the strategy tester.
    バージョン 15.729 2015.07.30
    Added: disabling algorithm if there are more than 1 positive trade.
    The algorithm works if there are 2 or more positions to be closed.
    バージョン 14.965 2014.12.23
    - Compiled under new build.
    - Added enumerations to select calculation and close type.
    バージョン 14.709 2014.07.09
    Added array release before every pass to avoid closing positions with the same tickets.