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

Exp5 Close Minus by Plus for MT5

4.33

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



    レビュー 8
    Calogero Vella
    400
    Calogero Vella 2024.03.28 13:34 
     

    Thank you for the good work!!! Keep up the good work!!!

    Darrel Balucos
    231
    Darrel Balucos 2024.01.26 17:55 
     

    this tool is very good. because of this, it is easy for me to calculate hedging trades because the total lots that I should counter in case I make a mistake in my setup are displayed immediately

    Nepomnjashchy
    78
    Nepomnjashchy 2023.12.16 02:21 
     

    У меня все четко это один из 3 советников который стоит у меня в терминале

    おすすめのプロダクト
    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 t
    FREE
    This indicator displays fractal symbols and bars Use this indicator to show different symbols for bearish and bullish fractals: Choose from 144 symbols (refer to table below) Colors, size and offset of fractals can be modified Fractal price bar or candle color can be changed Hide fractals and show fractal price bar only Frequency in fractal calculation can be changed How to use 1. Select which symbols to use for bearish and bullish fractals; 2. Select which colors to use for bearish and bulli
    FREE
    The ColorLine indicator shows the line of the price moving average on the chart. The line has diffrent colors (100 bars have the same color). The color settings of the line is changing every 5 ticks, there are 3 color schemes.  Indicator for demonstrating the DRAW_COLOR_LINE style. Draws a line at Close prices in colored pieces of 20 bars. The thickness, style and color of the line sections are changed randomly. The indicator code is published in the MQL5 Documentation in the section Indicator S
    FREE
    The idea of the system is to indentify the reversal patterns using the calculation of the composite candle. The reversal patterns is similar to the "Hammer" and "Hanging Man" patterns in Japanese candlestick analysis. But it uses the composite candle instead the single candle and doesn't need the small body of the composite candle to confirm the reversal. Input parameters: Range - maximal number of bars, used in the calculation of the composite candle. Minimum - minimal size of the composite can
    FREE
    The indicator displays divergence for any custom indicator. You only need to specify the indicator name; DeMarker is used by default. Additionally, you can opt for smoothing of values of the selected indicator and set levels whose crossing will trigger an alert. The custom indicator must be compiled (a file with ex5 extension) and located under MQL5/Indicators of the client terminal or in one of the subdirectories. It uses zero bar of the selected indicator with default parameters. Input param
    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
    Important Lines
    Terence Gronowski
    4.88 (26)
    This indicator displays Pivot-Lines, preday high and low, preday close and the minimum and maximum of the previous hour. You just have to put this single indicator to the chart to have all these important lines, no need to setup many single indicators. Why certain lines are important Preday high and low : These are watched by traders who trade in a daily chart. Very often, if price climbs over or falls under a preday low/high there is an acceleration in buying/selling. It is a breakout out of
    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
    Dual RSI
    Paul Conrad Carlson
    Indicator alerts for Dual Relative strength index rsi. Large rsi preset at 14 is below 30 small rsi preset at 4 is below 10 for buy bullish signals . Large rsi preset are 14 is above 70 small rsi preset at 4 is above 90 for sell bearish signals . Includes mobile and terminal alerts. draws lines when alerts. This indicator can help identify extremes and then the tops or bottoms of those extremes .
    FREE
    Rectangle position changer   tool is used for precise/accurate rectangle positioning by time or price only.   You can move each side of rectangle separately with lines created around selected rectangle. This tool will replace classical grid because it is like dynamical chart grid for rectangle grid. This tool allows you to adjust your rectangles, from all 4 sides, with ease and makes your technical analysis that much faster. This tool is handy when corner points for changing rectangle position a
    FREE
    このインディケータは、相場の反転ポイントを予測する最もポピュラーなハーモニックパターンを識別します。これらのハーモニックパターンは、外国為替市場で常に繰り返され ている価格形成であり、将来起こりうる値動きを示唆します。/     MT4無料バージョン さらに、このインジケーターには、市場エントリーシグナルと、様々な利食いと損切りが組み込まれています。ハーモニック・パターン・インディケータは、それ自体で売買シグナルを発 信することができますが、他のテクニカル・インディケータを使用してこれらの シグナルを確認することをお勧めします。例えば、RSIやMACDなどのオシレーターを使用して、トレンドの方向性やモメンタ ムの強さを確認してから売買を行うことを検討するとよいでしょう。 このインディケータのダッシュボードスキャナ: ( Basic Harmonic Patterns Dashboard ) 含まれるハーモニックパターン ガートレー バタフライ バット カニ サメ サイファー ABCD 主な入力 Max allowed deviation (%):   このパラ
    FREE
    トレンドキャッチャー: アラートインジケーター付きのトレンドキャッチャーストラテジーは、市場トレンドやポテンシャルなエントリーポイントやエグジットポイントを特定するのに役立つ多目的な技術分析ツールです。動的なトレンドキャッチャーストラテジーを備えており、市場状況に適応してトレンドの方向を明確に視覚化します。トレーダーは、自身の好みやリスク許容度に合わせてパラメーターをカスタマイズできます。このインジケーターはトレンドの識別を支援し、ポテンシャルなリバーサルをシグナルし、トレイリングストップのメカニズムとして機能し、市場への迅速な対応のためのリアルタイムアラートを提供します。 特徴: - トレンドの識別:上昇トレンドと下降トレンドをシグナルします。 - トレンドのリバーサル:ローソク足の色が上昇から下降に変わった場合やその逆の場合に、ポテンシャルなリバーサルを警告します。 - リアルタイムアラート:新しいトレンドの識別に対するアラートを生成します。 推奨事項: - 通貨ペア:EURUSD、AUDUSD、XAUUSDなど... - タイムフレーム:H1。 - アカウン
    FREE
    This indicator shows Fractal Breakout Trendlines and Support and Resistance The Fractal Ascending Trendline and Fractal Descending Trendline are drawn from the last valid fractals. Breakouts can be taken above or below these trendlines. Horizontal lines are drawn from the Last upper and Last lower fractal to show support and resistance levels. Horizontal Upper and Lower Intersection lines are drawn where a fractal trendline has been last intersected, to show where to place a buy or sell orde
    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 fu
    FREE
    Volume Candlestick Bars
    Henrique Helmuth Kreutz Pfeifer
    Indicator that show candlestick bars with an different sampling method than time fixed. Real time data is sourced to the indicator and it may be used as substitute of the default graph. Each bar is formed when a predefined volume of assets was dealt, showing in the graph the OHLC of this clustering. The amount of bars is proportional to the amount of negotiations instead of a sample in a fixed amount of time. If the broker doesn't show the real volume of the trades, this indicator won't work. Th
    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
    The indicator draws a normal chart by coloring it in colors based on prices calculated by the Heiken Ashi indicator algorithm. That is, the shape of the candles does not change. In fact, this is the same Heiken Ashi that does not distort the price chart. Then there will be a drawing of a cat, because there is nothing more to write about the indicator. .                                                       
    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 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 Pr
    FREE
    Fractals ST Patterns Strategy is a modification of Bill Williams' Fractals indicator. It allows setting any number of bars to find a fractal. This simple indicator corresponds to the parameters specified in the ST Patterns Strategy ( https://stpatterns.com/ ) . Structural Target Patterns are essentially the market itself, which is consistently divided into components. To form ST Patterns , no trend lines, geometric proportions of the model itself, trading volume or open market interest are neede
    FREE
    This indicator finds and displays the Double Bottom and Double Top technical analysis patterns. Signals (displays a message on the screen) if the shape was formed recently. Often after the appearance of these patterns, the trend reverses or a correction occurs. In order not to search for them yourself, or not to miss their appearance, it is enough to add an indicator to the chart. The indicator can be used on different timeframes and currency pairs, there are settings for a better search on a c
    FREE
    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
    Introduction The Bounce Zone indicator is a cutting-edge non-repainting technical tool built to identify key areas on the price chart where market sentiment is likely to cause a significant price reversal. Using advanced algorithms and historical price data analysis, this indicator pinpoints potential bounce zones. Combined with other entry signal, this indicator can help forex traders place the best trades possible Signal A possible buy signal is generated when price is in the green zo
    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
    https://www.youtube.com/watch?v=0T8Mge39Xsk&t=9s Youtube These EAs trade macd divergence only if there is a parabolic sar change at the same time. Sell bearish macd divergence & parabolic sar crosses above price Macd settings  Threshhold is how far above / below zero divergence must occur. Timeframe used Parabolic sar settings Only one trade in that direction can be opened at once. Trades on open bar Alerts , mt5 and mobile Stop loss and target points Stop loss is set to a % percentage of
    FREE
    A professional tool for trading - the divergence indicator between the MACD 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 MACD 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 p
    FREE
    Donchian Pro
    Paulo Henrique Faquineli Garcia
    5 (2)
    The Donchian Channel Channels are among the most popular tools of technical analysis, as they visually convey to the analyst the limits within which most price movement tends to occur. Channel users know that valuable information can be obtained at any time, whether prices are in the central region of a band or close to one of the border lines. One of the best known techniques to explore these concepts is Bollinger Bands. However, John Bollinger was not the only one to research the applicatio
    FREE
    Use this expert advisor whose strategy is essentially based on the Relative Strength Index (RSI) indicator as well as a personal touch. Other free expert advisors are available in my personal space as well as signals, do not hesitate to visit and leave a comment, it will make me happy and will make me want to offer content. Expert advisors currently available: LVL Creator LVL Creator Pro LVL Bollinger Bands   Trading is not a magic solution, so before using this expert on a live account, carr
    FREE
    Индикатор, показывающий момент преодоления нулевой отметки индикатора MACD. Индикатор стрелочный и может быть использован для торговли бинарными опционами. Входные параметры Period of SMA1  - Период 1 скользящей средней Period of SMA2 -  Период 2 скользящей средней Period of SMA3 -  Период 3 скользящей средней Inform about finding the signal  - подавать уведомление, при нахождении сигнала
    FREE
    This indicator is an automated version of the Fibonacci retracement (Fib) indicator. Deciding the best areas to use when drawing the fib can be tricky and this  indicator was made with that in mind. When you drop it on the chart it will automatically choose the best points to draw the fib with, but in case you aren't satisfied with those regions, you can adjust it as you wish.
    FREE
    このプロダクトを購入した人は以下も購入しています
    Trade Assistant MT5
    Evgeniy Kravchenko
    4.4 (171)
    取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 注意、アプリケーションはストラテジーテスターでは機能しません。 説明ページからデモ版をダウンロードできます  Manual, Description, Download demo ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、
    価格が一瞬で変わる可能性のある市場では、注文はできるだけ簡単にすべきだと思いますか? Metatraderでは、注文を開くたびに、開始価格を入力し、損失を止めて利益を得るウィンドウと、取引サイズを開く必要があります。金融市場の取引では、初期預金を維持し、それを増やすために資本管理が不可欠です。それで、あなたが注文をしたいとき、あなたはおそらくあなたがどれくらいの大きさの取引を開くべきか疑問に思いますか?この単一の取引であなたの預金の何パーセントを危険にさらすべきですか?この取引からどれだけの利益を得ることができますか?また、リスクに対する利益の比率はどのくらいですか?トレードサイズを設定する前に、トレードサイズがどうあるべきかという質問に対する答えを得るために必要な計算を行います。 これらすべてを自動的に行うツールがあると想像してみてください。チャートを開き、市場分析を行い、エントリーポイント、ディフェンスポイント(ストップロス)、ターゲット(テイクプロフィット)を水平線でマークし、最後にリスクのレベルを定義します。利用可能な資本の%として、このトランザクションで負担することができ、こ
    TradePanel MT5
    Alfiya Fazylova
    4.86 (113)
    Trade Panel は、多機能の取引アシスタントです。 このアプリケーションには手動取引用に設計された 50 以上の機能が含まれており、ほとんどの取引アクションを自動化できます。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 アプリケーションの主な機能: 任意のシンボル(外国為替、CFD、先物など)で機能します。 無制限の文字数での同時作業。 取引ごとのリスクの自動計算とストップロスとテイクプロフィットの比率の設定。 OCO注文を行うことができます(一方が他方をキャンセルします-1つの注文を実行すると別の注文がキャンセルされます)。 タスクを含む行を設定できます(ポジションを開く、保留中の注文を開く、またはグループごとに注文を閉じる)。 仮想テイクプロフィットとストップロスを設定できます。 成行注文を反転またはロックできます。 6種類のトレーリングストップ。 ストップロスを損益分岐点に設定する機能があります。 ポジションを部分的にクローズする機能があります(利益または損失の一部をクローズします)。 価格が特定のライ
    Local Trade Copier EA MT5
    Juvenille Emperor Limited
    5 (63)
    Local Trade Copier EA MT5 による、驚くほど高速な取引コピーを体験してください。1分で簡単にセットアップできるこの取引コピー機は、同じWindowsコンピュータまたはWindows VPS上の複数のMetaTrader端末間で取引をコピーすることができ、0.5秒未満の高速コピースピードを実現します。 初心者であろうとプロのトレーダーであろうと、 Local Trade Copier EA MT5 には、あなたの特定のニーズに合わせてカスタマイズするための幅広いオプションが用意されています。これは、利益の可能性を高めたい人にとって究極のソリューションです。 今すぐ試してみて、これが市場で最も速くて簡単なトレードコピー機である理由を理解してください。 ヒント: デモアカウントで Local Trade Copier EA MT5 デモバージョンをダウンロードして試すことができます: ここ ダウンロードした無料のデモ ファイルを MT5 >> ファイル >> データ フォルダを開く >> MQL5 >> Experts フォルダに貼り付けて、ターミナルを再起動し
    Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 5 プラットフォームの強化に役立ちます。多言語サポート。 MT4バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎます
    The product will copy all telegram signal to MT5 ( 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 s
    MT5 to Telegram Signal Provider は、Telegramのチャット、チャンネル、またはグループに 指定された シグナルを送信することができる、完全にカスタマイズ可能な簡単なユーティリティです。これにより、あなたのアカウントは シグナルプロバイダー になります。 競合する製品とは異なり、DLLのインポートは使用していません。 [ デモ ] [ マニュアル ] [ MT4版 ] [ Discord版 ] [ Telegramチャンネル ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。必要な全ては開発者から提供されます。 主な特長 購読者に送信する注文の詳細をカスタマイズする機能 例えば、Bronze、Silver、Goldといった階層型のサブスクリプションモデルを作成できます。Goldサブスクリプションでは、すべてのシグナルが提供されます。 id、シンボル、またはコメントによって注文をフィルターできます 注文が実行されたチャートのスクリーンショットが含まれます 追加の
    This is exactly what the name says. Visual strategy builder . One of a kind. Turn your trading strategies and ideas into Expert Advisors without writing single line of code. Generate mql source code files with a few clicks and get your fully functional Expert Advisors, which are ready for live execution, strategy tester and cloud optimization. There are very few options for those who have no programming skills and can not create their trading solutions in the MQL language. Now, with Bots Build
    Mentfx Mmanage mt5
    Anton Jere Calmes
    4.43 (7)
    The added video will showcase all functionality, effectiveness, and uses of the 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 calculates al
    Trade copier MT5
    Alfiya Fazylova
    4.35 (26)
    Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT5> MT5、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位置が失われることはありません。 コピーするシンボルを選択できます。また、受信者のシンボルを置き換えることもできます(例:EURUSD> USDJPY)。 バックコピーをサポートします。 特定の注文のみのコピーを有効にする機能。 取引開始価格の最大差と最大遅延時間を
    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 develop 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 trade
    OrderManager をご紹介:MT5用の革新的なユーティリティ 新しく設計されたOrder Managerユーティリティを使用して、MetaTrader 5での取引をプロフェッショナルなものにしましょう。シンプルさと使いやすさに焦点を当てたこのユーティリティは、各取引に関連するリスクを簡単に定義し、視覚化できます。これにより、情報に基づいた意思決定が可能になり、取引戦略を最適化できます。OrderManagerに関する詳細は、マニュアルをご参照ください。 [ マニュアル ] [ MT4 バージョン ] [ Telegram チャンネル ] 主な特長: リスク管理:取引のリスクを素早く簡単に定義し、より良い意思決定を行い、取引パフォーマンスを向上させます。 視覚表現:オープンなポジションとそれに関連するリスクをグラフィカルに表示し、明瞭かつ簡潔な理解が可能です。 注文変更:数回のクリックで注文を簡単に変更またはクローズし、取引プロセスを効率化し、貴重な時間を節約します。 手のひらの上の最新ニュース:ボタン一つで最新の市場ニュースに常にアクセスできます。 MT5トレーダーにと
    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   deta
    Grid Manual MT5
    Alfiya Fazylova
    4.83 (12)
    「Grid Manual」は、注文のグリッドを操作するための取引パネルです。 ユーティリティはユニバーサルで、柔軟な設定と直感的なインターフェイスを備えています。 それは、損失を平均化する方向だけでなく、利益を増やす方向でも注文のグリッドで機能します。 トレーダーは注文のグリッドを作成して維持する必要はありません。 すべてが「Grid Manual」によって行われます。 注文を開くだけで十分であり、「Grid Manual」は注文のグリッドを自動的に作成し、非常に閉じるまでそれに付随します。 ユーティリティの主な機能と機能 ユーティリティは、モバイル端末から開かれた注文を含め、あらゆる方法で開かれた注文を処理します。 「制限」と「停止」の2種類のグリッドで機能します。 グリッド間隔の計算には、固定と動的(ATRインジケーターに基づく)の2つの方法で機能します。 オープンオーダーグリッドの設定を変更できます。 チャート上の各注文グリッドの損益分岐点を表示します。 各注文グリッドの利益率を表示します。 ワンクリックでグリッドから収益性の高い注文を閉じることができます。 ワンクリックで各注文
    Botトークンや管理者権限の必要なしに、メンバーであるすべてのチャンネルからシグナルをコピーして、MT5に直接送信します。 多くの機能を提供しながら、ユーザーを考慮して設計されています この製品は、使いやすい視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用開始できます! ユーザーガイド + デモ  | MT4バージョン | Telegramバージョン デモを試してみたい場合は、ユーザーガイドを参照してください。 DiscordからMT5への変換は、ストラテジーテスターで動作しません。 DiscordからMT5への変換の特長 メンバーである任意のチャンネルからコピーします。BotトークンやチャットIDは不要です リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズします すべてのシグナルを認識するための単語やフレーズを設定します(デフォルトは99%のシグナルプロバイダーに適用されます) コピーするタイミングと日時の設定をカスタマイズします 一度に
    Adam FTMO MT5
    Vyacheslav Izvarin
    5 (1)
    ADAM EA Special Version for FTMO Please use ShowInfo= false for backtesting ! 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/94362 Signal using ADAM  https://www.mql5.com/en/signals/2190554 --------------------
    -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 w
    DrawDown Limiter
    Haidar, Lionel Haj Ali
    5 (17)
    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
    あなたがメンバーである任意のチャネルから(プライベートおよび制限されたものを含む)シグナルを直接あなたのMT5にコピーします。  このツールは、トレードを管理し監視するために必要な多くの機能を提供しながら、ユーザーを考慮して設計されています。 この製品は使いやすく、視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用を開始できます! ユーザーガイド + デモ  | MT4版 | Discord版 デモを試してみたい場合は、ユーザーガイドにアクセスしてください。 Telegram To MT5 受信機は、ストラテジーテスターで動作しません! Telegram To MT5の特徴 複数のチャネルから一度にシグナルをコピー プライベートおよび制限されたチャネルからシグナルをコピー BotトークンまたはChat IDは必要ありません   (必要に応じて使用することができます) リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズするかを選択 すべてのシグナ
    UTM Manager は、迅速かつ効率的な取引執行を提供する直感的で使いやすいツールです。際立った機能の 1 つは、「スプレッドを無視」モードです。これにより、スプレッドを完全に無視して、ローソク足の価格で取引できるようになります (たとえば、LTF でより高いスプレッドのペアを取引でき、スプレッドによって取引から除外されるのを回避できます)。 UTM Manager のもう 1 つの重要な側面は、独自のローカル取引コピー機であり、各ブローカーで異なる取引戦略と設定 (たとえば、さまざまな TP、BE、およびリスク ルール) を柔軟に実行できます。 取引執行: 迅速かつ効率的な取引執行: チャート上のエントリー価格とストップロス価格をクリックして簡単に取引を入力するか、ワンクリックの固定ストップロスサイズ機能を使用します。 自動ロットサイズ計算: ロットは事前定義されたリスク設定に基づいて計算され、ドラッグによってポジションが変更されると再計算されます。 1 つまたは複数のポジションを同時に処理できる能力。 利益確定と損益分岐点: 柔軟なテイクプロフィット設定: 特定のリスク対報
    Trade Assistant 38 in 1
    Makarii Gubaydullin
    4.87 (15)
    多機能ツール 搭載機能: ロット計算機、プライスアクション、リスク/リワードレシオ、トレードマネージャー、需要供給ゾーンなどをはじめ65以上の機能。 バージョ:デモ版   |   ユーザーマニュアル   |    MT5版 このユーティリティはストラテジー テスターでは機能しません。 ここからデモ   バージョンをダウンロードして製品をテストできます。 ご不明な点や改善提案、バグの発見などございましたら、 連絡してください 。 取引プロセスを簡素化、高速化、自動化します。このダッシュボードで標準端末機能を拡張します 1. 新しい取引を開始します : ロット / リスク / RR の計算 1. Lot計算機(リスクサイズに基づく取引量計算 2. リスク計算機(ロットサイズに基づくリスク量) 3. リスク/リワードレシオ (R/R) 4. 注文のアクティベーション トリガー + Buy StopLimit / Sell StopLimit 5. 仮想 SL / TP レベル (隠しSL、TP: ブローカーには見えない) 6.  Smart SL / エントリー レベル: バ
    Attention: Demo version for review and testing can be downloaded here . It does not allow trading and can only be run on one chart. Active Lines - a powerful professional tool for operations with lines on charts. Active Lines provides a wide range of actions for events when the price crosses lines. For example: notify, open/modify/close a position, place/remove pending orders. With Active Lines you can assign several tasks to one line, for each of which you can set individual trigger conditions
    Hedge Ninja
    Robert Mathias Bernt Larsson
    Make sure to join our Discord community over at www.Robertsfx.com , you can also buy the EA at robertsfx.com WIN NO MATTER IN WHICH DIRECTION THE PRICE MOVES This robot wins no matter in which direction the price moves by following changing direction depending on in which direction price moves. This is the most free way of trading to this date. So you win no matter which direction it moves (when price moves to either of the red lines as seen on the screenshot, it wins with the profit target yo
    Seconds Chart — timeframes in seconds for MetaTrader 5. The utility allows you to create charts in the MetaTrader 5 terminal with a timeframe in seconds. The timeframe on such a chart is set in seconds, not in minutes or hours. Thus, you can create charts with a timeframe less than M1. For example, S15 is a timeframe with a period of 15 seconds. You can apply indicators, Expert Advisors and scripts to the resulting chart. You get a fully functional chart on which you can work just as well as on
    Profit or Loss Pad
    Vladislav Andruschenko
    4.55 (11)
    利益追跡機能で総利益/損失に達したときにMetaTrader5のポジションをクローズします。   CloseIfProfitorLoss with Trailing 仮想停止(個別注文)を 有効にできます。 買いポジションと売りポジションを別々に 計算して閉じる(別々の買い売り)、 すべてのシンボルまたは現在のシンボルのみを 閉じて計算する(すべてのシンボル)、 利益のためにトレーリングを有効にする( トレーリング 利益) ポジションは、預金通貨、ポイント、%、およびドローダウンの 値に基づいてクローズされます。 このアプリケーションは、他のEAと一緒に、または手動取引と組み合わせて、任意のアカウントで使用するように設計されています。 MT4のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 一部またはすべてのペアの貿易収支の合計が設定で指定された値以上になるとすぐに、すべてのポジションがクローズされ、注文が削除されます。 このバージ
    -25% discount ($149 -> $111) Everything for chart Technical Analysis indicator mt5 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 mt5 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 extend
    YuClusters
    Yury Kulikov
    4.93 (43)
    Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
    ワンクリックで取引できるトレーディングパネル。ポジションと注文の操作!チャートまたはキーボードから取引。 当社の取引パネルを使用すると、チャートから直接シングルクリックで取引を実行でき、標準の MetaTrader コントロールよりも 30 倍高速に取引操作を実行できます。 パラメータと関数の自動計算により、トレーダーにとって取引がより速く、より便利になります。 グラフィックのヒント、情報ラベル、取引取引に関する完全な情報はチャート MetaTrader にあります。 MT4のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 手動取引用の取引パネル。チャート(チャートウィンドウ)またはキーボードから取引できます。  開閉、リバース、ロックポジションと注文を処理する МetaТrader5 のメインオーダーのトレーディングコントロールパネル:売買、売却、売却、売却、売却、閉じる、削除、修正、トレーリングストップ、ストップロス、takep
    If you'd like to test the product before purchasing please watch the video below. The program doesn't work in the strategy tester! Contact me for user support & advices! If you've bought this EA, you are entitled to a gift!! MT4 Version  With this Expert Advisor, you can: Implement your own Zone Recovery strategy to capitalize on trending markets. Create Grid trading strategies, to profit from ranging markets. Place orders easily and clearly. Display your trades/strategies on the chart. Display
    取引パネルは注文の管理に限定されています - ボタンを使用して開かれたものと、ユーザーによって開かれたものの両方です。 シンプルで便利なコレクション。 バイヤーを補完します。 Gold Stuff インジケーターと併用することをお勧めします。 単一注文として取引を設定し、距離のあるグリッドを構築します。 標準グリッドを作成するには、10000 などの大きな距離を設定するだけです。 リアルタイム結果はこちらからご覧いただけます。 設定と個人的なボーナスを得るために、購入後すぐに私に連絡してください!   設定 新しいシリーズを開く - 注文の新しいシリーズのオン/オフの開始。 Lot miltiplier - 次の注文のロット乗数。 TP - ピップで利益を得る。 SL - 最初の注文からのピップ単位のストップロス。 トレイル スタート - トレーリング ストップの有効化。 トレイル ステップ - トレーリング ストップを有効にしたときの価格からの距離。 DD 削減アルゴリズム - 利益のある最後の注文が損失のある最初の注文シリーズでクローズされる場合のドローダウン削減
    作者のその他のプロダクト
    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 独自のコピーアルゴリズムにより、すべての取引がマスターアカウントからクライアントアカウントに正確にコピーされます。 また、動作速度が速いことでも知られています。タフなエラー処理。 強力な機能セット。 プログ
    Exp TickSniper PRO FULL
    Vladislav Andruschenko
    4.04 (51)
    Exp-TickSniper- 各通貨ペアのパラメーターを自動的に自動選択する高速ティックスカルパー。 取引パラメータを自動的に計算するアドバイザーを夢見ていますか?自動的に最適化および調整されますか? MetaTrader4のシステムのフルバージョン:       MetaTrader4用の TickSniper   スカルパー TickSniper-完全な説明     +デモ+ PDF EAは、ほぼ10年間のEAプログラミングで得られた経験に基づいて開発されました。 EA戦略はどのシンボルでも機能します。 時間枠は関係ありません。 ロボットは、現在の相場、ティックの到着速度、スプレッドサイズ、およびその他の契約仕様パラメーターに基づいています。 システムは、有利なストップロスとテイクプロフィットレベル、平均ポジションの距離、トレーリングストップ距離などを自動的に定義します。 EAは、トレンドに対して追加のオープニングのシステムを適用します(「平均化」)。 その設定は、実際のアカウントでテストするために最適化されています。 Expert Advisorは、絶対にすべての通貨ペ
    Profit or Loss Pad
    Vladislav Andruschenko
    4.55 (11)
    利益追跡機能で総利益/損失に達したときにMetaTrader5のポジションをクローズします。   CloseIfProfitorLoss with Trailing 仮想停止(個別注文)を 有効にできます。 買いポジションと売りポジションを別々に 計算して閉じる(別々の買い売り)、 すべてのシンボルまたは現在のシンボルのみを 閉じて計算する(すべてのシンボル)、 利益のためにトレーリングを有効にする( トレーリング 利益) ポジションは、預金通貨、ポイント、%、およびドローダウンの 値に基づいてクローズされます。 このアプリケーションは、他のEAと一緒に、または手動取引と組み合わせて、任意のアカウントで使用するように設計されています。 MT4のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 一部またはすべてのペアの貿易収支の合計が設定で指定された値以上になるとすぐに、すべてのポジションがクローズされ、注文が削除されます。 このバージ
    ワンクリックで取引できるトレーディングパネル。ポジションと注文の操作!チャートまたはキーボードから取引。 当社の取引パネルを使用すると、チャートから直接シングルクリックで取引を実行でき、標準の MetaTrader コントロールよりも 30 倍高速に取引操作を実行できます。 パラメータと関数の自動計算により、トレーダーにとって取引がより速く、より便利になります。 グラフィックのヒント、情報ラベル、取引取引に関する完全な情報はチャート MetaTrader にあります。 MT4のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 手動取引用の取引パネル。チャート(チャートウィンドウ)またはキーボードから取引できます。  開閉、リバース、ロックポジションと注文を処理する МetaТrader5 のメインオーダーのトレーディングコントロールパネル:売買、売却、売却、売却、売却、閉じる、削除、修正、トレーリングストップ、ストップロス、takep
    VirtualTradePad mt4 Extra
    Vladislav Andruschenko
    4.88 (60)
    ワンクリックで取引できるトレーディングパネル。ポジションと注文の操作!チャートまたはキーボードから取引。 手動取引用の取引パネル。チャート(チャートウィンドウ)またはキーボードから取引できます。開閉、リバース、ロックポジションと注文を処理する МetaТrader4のメインオーダーのトレーディングコントロールパネル:売買、売却、売却、売却、売却、閉じる、削除、修正、トレーリングストップ、ストップロス、takeproft MT5のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 シンボルウィンドウからの取引とキーボードからの取引! あなたはMetaTrader 4ターミナル - バーチャルコントロールパネルVirtualTradePadのためのユニークなプラグインを持っています。 Description on English 注意!  ストラテジーテスターの 取引方法を学びたい場合は、無料の TesterPad ユーティリティをチェック
    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端末間でディール/ポジションをコピーするために作成されます。 デモ口座と投資口座からのコピーがサポートされています。 プログラムは、複数の端末
    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  、  
    Averager FULL
    Vladislav Andruschenko
    4.9 (10)
    Exp-Averager は、 平均化取引を開始することで、特定のドローダウンを受けた取引を平均化するように設計されています。 アドバイザーは、トレンドおよび逆トレンドに合わせて追加のポジションをオープンできます。 一連のポジションの平均トレーリングストップが含まれています。 ロットが増えたり減ったりしています。 不採算ポジションを平均価格に近づける一般的な戦略。 MT4のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 リンク MetaTrader 5 ターミナルの Expert Advisor でのアベレージャの操作の例:   Exp - TickSniper   。 平均化機能を備えたユニバーサル取引アドバイザー The X 注記 これは自動取引システムではありません。 取引を監視し、ドローダウンが発生した場合に利益が得られるまで平均化します。 ストラテジー テスターでエキスパート アドバイザーをテストし、ビジュアル モードで E
    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つ目の注文は自動的にキャンセルされます。 スイング-完全な説明 MT5 version 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 使い方? 開始時に、エキスパートアドバイザーは2つの注文を出します-現在の価格から StopO
    FREE
    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 Assistant 5
    Vladislav Andruschenko
    4.72 (123)
    自動設定、ストップロス、テイクプロフィット、トレーリングストップ、損益分岐点レベルにより、 仮想 ストップロスとテイクプロフィットが可能になります。 Exp Assistant は、 ポジションの維持を計画するのに役立ちます。 このプログラムである Expert Advisor は、 リアルまたはバーチャルを 自動的に設定するように設計されています。     取引中のポジションの ストップロスとテイクプロフィット のレベル。 Expert Advisor のすべての操作は、チャート上のコントロール パネルから簡単に管理できます。 オープンポジションの ストップロス、テイクプロフィット、 トレーリングストップ 、 損益 分岐点 の設定が難しい場合 、または手動で取引したい場合は、アシスタントを使用できます。 取引のストップロスとテイクプロフィットの設定、トレーリングストップのオン、必要に応じてストップロスを損益分岐点に移動するなど、必要なアクションが自動的に実行されます。 アシスタントには、 パラボリック Sar インジケーターに基づくトレーリング ストップ機能も備えています。 MT4
    FREE
    利益追跡機能で総利益/損失に達したときにMetaTrader4のポジションをクローズします。 仮想停止(個別注文)を 有効にできます。 買いと売りのポジションを別々に 計算して閉じる(別々の買い売り)、 すべてのシンボルまたは現在のシンボルのみ(すべてのシンボル)を 閉じて計算します。 利益のためにトレーリングを有効にする( トレーリング 利益) 預金通貨、ポイント、残高の%の総損益を閉じます。 このアプリケーションは、他のEAと一緒に、または手動取引と組み合わせて、任意のアカウントで使用するように設計されています。 MT5 のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 一部またはすべてのペアの貿易収支の合計が設定で指定された値以上になるとすぐに、すべてのポジションがクローズされ、注文が削除されます。 このバージョンは、指定された利益レベルでポジションを閉じることができるだけでなく、より良い結果を得るために利益を追跡することもで
    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
    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.57 (7)
    MetaTrader5のエキスパートアドバイザーに情報パネルを追加するためのライブラリ。 プログラムの情報とインターフェースが取引で利益をもたらすことを保証することはできませんが、プログラムの最も単純なインターフェースでさえ第一印象を強めることができると断言できます。 エキスパートアドバイザーに パネルを追加するための詳細な説明と手順は、ブログにあります:   LIB-EAPADPROステップバイステップの説明 パネルの詳細な説明と EAPADPROの使用手順 MetaTrader4ライブラリバージョン 追加のプロセスは 10のステップで 構成されており、それらについては記事で詳しく説明しています。 ライブラリのインストール このサイトからライブラリをインストールします。 エキスパートアドバイザーを開きます。 コードをインストールするためのサンプルとステップバイステップガイド、ファイル Exp-EAPADPRO LIBRARY TEST(ブログにあります)を開き ます。 推奨事項に記載されているように各ステップを実行するか、サイトからのステップバイステップの説明を使用してください
    FREE
    Exp Averager
    Vladislav Andruschenko
    4.79 (19)
    Exp-Averager は、 平均化取引を開始することで、特定のドローダウンを受けた取引を平均化するように設計されています。 アドバイザーは、現在のトレンドに沿って、または逆に新しいポジションを開くことができます。 一連のポジションに適用されるスマート トレーリング ストップ機能も含まれています。 アドバイザはポジションのロットサイズを増減できます。 これは、損失ポジションを平均価格に近づけるために広く使用されている戦略です。 MT5のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 リンク TickSniper スキャルパー の平均化システムの例 平均化機能を備えたユニバーサル取引アドバイザー The X Expert Advisor は、チャートが関連付けられている通貨ペアで動作します。 たとえば、EURUSD の平均化を有効にするには、EURUSD チャートを開いて Expert Advisor を実行します。 注記 こ
    Exp Assistant 4
    Vladislav Andruschenko
    4.87 (85)
    ストップロスの設定、利益の獲得、トレーリングストップ、損益分岐点のレベル、バーチャルストップの実現。 経験アシスタント はあなたがあなたのポジションのメンテナンスを手配するのを助けます。 このエキスパートアドバイザーは必要なストップロスをすべて設定し、あなたのポジションに応じた利益レベルを取ります。 すべてのExpert Advisor操作はチャート上のコントロールパネルから管理されます。 あなたがオープンポジションを持っているが、あなたのエキスパートアドバイザーがストップロスを設定することができない、利益を上げる、トレーリングストップまたはブレークイーブン、そしてあなたが手動で取引するなら、あなたはアシスタントを使うことができます。それは自動的にストップロスを出してあなたの取引のために利益を得ます、トレーリングストップをオンにするか、または必要に応じてbreakvenvenにストップロスを移動します。 Parabolic Sarインディケータに基づくトレーリングストップもあります。 MT5のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法
    FREE
    幅広い機能を備えたMetaTrader4のユニバーサルインジケーターアドバイザーで、標準インジケーターに取り組んでいます。 1エキスパートアドバイザーの戦略ビルダー。 標準のMetaTraderセットからの多くのトレーディングインジケーター。 20個の信号から1個と20個のフィルターから5個を選択する可能性。 要件に合わせて個別にカスタマイズするための100を超えるパラメーター。 シグナルごとに、インジケーターパラメーターをカスタマイズし、時間枠を選択し、シグナルバーを指定できます。 リンク: X for MetaTrader5ターミナル     (MT5のX) 注意     !新しいユニバーサルトレーディングアドバイザー     Exp xCustomEA     にとって     MetaTrader 4       、カスタムインジケーターに取り組んでいます 自己最適化された自動取引アドバイザーを購入したい場合は、             TickSniper       ! EA設定+デモ+ PDF   の完全なマニュアルと説明は、 私たちのブログにあります。 設定と入
    このユーティリティを使用すると、戦略テスターで戦略を手動でテストできます。視覚化チャート上でワンクリック取引。 トレードス​​キルをテストするための便利で完全な機能がストラテジーテスターでも利用できるようになりました。 Forex Tester Pad は、ストラテジーテスター用のトレーディングシミュレーターです。インジケーターを使用した取引。 私たちのユーティリティの主な機能 MT4のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 MetaTrader ストラテジー テスター 4 および 5 で動作します。 取引、ポジション、注文の管理。 あらゆるインジケーターを操作する可能性; ストップロス、テイプロフィット、トレーリングストップ、注文グリッド; EAPAD PRO チャートフレンドリーなダッシュボード; 速度制御、一時停止、チャート制御を 1 クリックで実行できます。等々。 警告: このパネルは戦略テスター向けです。 ライブ チャ
    FREE
    Exp SafetyLock PRO
    Vladislav Andruschenko
    4.7 (27)
    SAFETYLOCKを使用すると、トレーダーは、すでにオープンしているポジションに反対の注文を設定することで、強い市場の反転を回避できます。 トレーダーまたはEAがポジションをオープンした場合、SAFETYLOCKは反対の保留中の注文をオープンします。ポジションが赤字になると、保留中の注文がアクティブになり、ロックが作成されます。 EAを使用すると、初期位置を閉じたり、トレーリングストップで作業したり、ロットを乗算したりできます。 ポジション価格に続いて、保留中の注文の始値を変更することもできます。 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 基本的なパラメーター(ブログのパラメーターの完全な説明) MilliSecondsTimerForMonitoring- アルゴリズム実行の期間(ミリ秒単位)(デフォルトは1000 = 1秒)。 SymbolMonitoring   -SymbolMonitoring = ALL_SYMBOL =アカウントの
    Exp Tick Hamster MT5
    Vladislav Andruschenko
    3.75 (16)
    MetaTrader5の任意の取引シンボルのすべてのパラメーターの自動最適化のエキスパート。 設定なしでEAを取引! ダニ ハムスター -これは 、アドバイザーを設定したくない初心者やユーザー向けの自動取引エキスパートです! このトレーディングアドバイザーのトレーディング戦略は 7年間テストされています。 初心者のために特別に設計された自動売買エキスパートで、これまで以上に取引を簡単に。 アドバイザーを設定する煩わしさに別れを告げ、ストレスのない取引を実現しましょう。 今すぐ始めて、取引成功への第一歩を踏み出しましょう。 MT4のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 使い方? ダウンロード; チャートにインストールします。 アドバイザーは自動的に取引します。 レビューを残します。 エキスパートを設定するにはどうすればよいですか? 何もカスタマイズする必要はありません!私たちはあなたのためにすべてをセットアップします! 1
    Exp COPYLOT MASTER for MT4
    Vladislav Andruschenko
    4.41 (27)
    МetaТrader4のトレードコピー機。外国為替取引、ポジション、注文を任意のアカウントからコピーします。 それは最高の МТ4   -   МТ4, МТ5   -   МТ5, МТ4   -   МТ5, МТ5   -   МТ4 貿易複写機、今日の一つです。 独自のコピーアルゴリズムにより、すべての取引がマスターアカウントからクライアントアカウントに正確にコピーされます。高い動作速度。厳しいエラー処理。強力な機能セット。 これらすべての品質は、単一のプログラム-EXP-COPYLOTにまとめられています。 プログラムは、複数の端末バインディングで実行できます。 1つのアカウントで取引されているさまざまな投資家アカウントでの取引のシンクロナイザーとして使用します。-COPYLOTは取引を他の端末にコピーします。 インストール CopyLotマスター-ポジションと注文をコピーしたいアカウントにインストールするエキスパート。 このエキスパートをターミナルにインストールし、そこからポジションを投資口座にコピーします。 「COPY」のように、任意のテキストラベル名をpathWrit
    FREE
    Exp5 Duplicator
    Vladislav Andruschenko
    4.71 (7)
    Expert Advisor Duplicator は 、アカウントMetaTrader5 で事前に設定された回数の取引/ポジション/シグナルを繰り返します。 手動または別のエキスパートアドバイザーによって開かれたすべての取引をコピーします。信号のロットサイズを大きくすることが可能です。 シグナルをコピーし、シグナルから多くを増やします! MQL5信号ロットの増加 次の機能がサポートされています:コピーされた取引のカスタムロット、StopLossのコピー、TakeProfit、トレーリングストップの使用など。 MT4 のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 リンク MetaTraderのトレードコピー機はこちらから入手できます:   COPYLOT 注意 注 :これは端末間の取引用のコピー機ではありません。 複製機はネッティングアカウントでは使用できません。 ストラテジーテスターでエキスパートアドバイザーをテストし、ビジュア
    Exp Tick Hamster MT4
    Vladislav Andruschenko
    3.5 (14)
    MetaTrader4の任意の取引シンボルのすべてのパラメーターの自動最適化のエキスパート。 設定なしでEAを取引! Tick   Hamster   -これは 、アドバイザーを設定したくない初心者やユーザー向けの自動取引エキスパートです! 初心者に優しい専門アドバイザーによる、手間のかからない自動取引を体験してください。 複雑なセットアップについて心配する必要はありません。当社の専門家がすべてを処理します。 トレーディングで成功するための旅を今すぐ始めましょう! MT5のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 使い方? ダウンロード; チャートにインストールします。 アドバイザーは自動的に取引します。 レビューを残します。 エキスパートを設定するにはどうすればよいですか? 何もカスタマイズする必要はありません!私たちはあなたのためにすべてをセットアップします! 1設定パラメータ=トレーディングロットロット。 魔法    
    このユーティリティを使用すると、戦略テスターで戦略を手動でテストできます。視覚化チャート上でワンクリック取引。 このユーティリティの最新バージョンは、トレーダーが取引戦略を手動でテストするための高度な機能を提供します。ストラテジー テスターを使用すると、シミュレートされた環境で取引戦略の有効性を評価できるようになります。この機能を使用すると、取引テクニックのパフォーマンスを分析し、それらを改良して取引スキルを向上させることができます。 さらに、ストラテジー テスターは、視覚化チャート上でワンクリック取引で取引を実行する便利で効率的な方法を提供します。この機能により、異なる画面を切り替えることなく、希望の価格レベルで取引を迅速に開始および終了することができます。 ストラテジー テスターで利用できる完全な機能を使用すると、取引戦略をシミュレーションして洗練し、結果を分析して、取引スキルを効果的かつ効率的に最適化できます。 MT5 のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法  
    FREE
    Exp5-COPYLOT MASTERは、МetaТrader5とMetaTrader4のトレードコピー機です。任意のアカウントから外国為替取引をコピーします。 インストール このエキスパートアドバイザーはマスターコピー機です。トレードをコピーしたいターミナルにエキスパートアドバイザーをインストールします。 「COPY」のように、任意のテキストラベル名をpathWriteとして指定します。 トレードをコピーしたい端末にMT5用のCOPYLOTMASTERをインストールします。 次に、コピー先の MT4  端末にCOPYLOTクライアントMT4をインストールします。 または MetaTrader5用の CopylotクライアントMT5 MT4用のCOPYLOTMASTERを ダウンロードすることもできます COPYLOT-完全な説明とマニュアル PDFガイド 注:設定のリストは[コメント]タブにあります。 EAは1チャートに設定する必要があります!デフォルトでは、アドバイザーがアカウントからすべてのポジションと注文をコピーします。 注文はアクティベーション時にコピーされ(ポジション)
    FREE
    Ind5 Extra Report Pad
    Vladislav Andruschenko
    4.77 (30)
    これはMetaTrader 5のためのあなたの取引口座の分析を提供する統計パネルです。 分析結果はリアルタイムでチャートに表示されます。 多通貨取引は非常に人気があります。 MT4のバージョン 完全な説明 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 しかし、取引量が多ければ多いほど、それぞれの取引の収益性を分析するのは難しくなる。 月ごとに取引を分析し、各取引ごとに統計を計算することは、さらに困難な作業です。 取引システムのパフォーマンスを包括的に理解したい場合、この目標を達成するのに役立つツールが複数あります。 これらのツールには、レポート、統計、myfxbook、取引ジャーナル、口座分析、パフォーマンス統計、分析、革新的なダッシュボードなどがあります。 これらのツールを活用することで、取引システムのパフォーマンスを詳細に分析し、得意分野や潜在的な弱点に関する貴重な洞察を得ることができます。 パフォーマンス向上を目指す新規トレーダーであれ、取引戦略の最適化を目指す経験豊富なト
    FREE
    Exp4 Duplicator
    Vladislav Andruschenko
    4.52 (21)
    Expert Advisor は 、アカウントMetaTrader 4で 取引を繰り返し、ポジションを設定するか、事前に設定された回数だけシグナルを送信します。 手動または別のエキスパートアドバイザーによって開かれたすべての取引をコピーします。 シグナルをコピーし、シグナルからロットを増やします ! 他のEAの多くを増やします。 次の機能がサポートされています:コピーされた取引のカスタムロット、ストップロスのコピー、テイクプロフィット、トレーリングストップの使用。 MT5のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 リンク MetaTraderのトレードコピー機はこちらから入手できます:   COPYLOT 注意 注:これは、端末間の取引用のコピー機ではありません。 ストラテジーテスターでエキスパートアドバイザーをテストし、ビジュアルモードでEAPADPROツールバーと取引することができます! EAを1つの通貨ペアにインストールす
    Ind4 Market Time Pad
    Vladislav Andruschenko
    4.39 (18)
    世界の主要市場の現在時刻を表示するインジケーター。また、現在のセッションも表示されます。 とても使いやすいです。チャート上であまりスペースを占めません。 ExpertAdvisorsやVirtualTradePad などの他のパネルと一緒に使用できます。 チャートにアナログ時計が表示されているバージョン。 親愛なる友人やEAのユーザーの皆様、 レビュー セクションに評価を追加してください。 私たちの外国為替ソフトウェアへのすべてのアップデートは 無料 です! これは無料の取引ユーティリティです! その他の機能: 入力パラメータにはオプションがあります。ボタンの上にマウスを置くとヒントを表示/非表示にします。ヒントの言語を英語/ロシア語で選択することもできます。 [閉じる]ボタンはアプリケーションを停止します。 [最大化/最小化]ボタンは、チャートのペインを折りたたむ/展開します。 ペインはチャート上で移動できます。これを行うには、[閉じる]ボタンと[最小化]ボタンの近くにあるペインの上部をクリックしてから、ペインを目的の位置に移動します。 Expforex,Vladon,Indica
    FREE
    Ind4 Extra Report Pad
    Vladislav Andruschenko
    4.49 (45)
    これはあなたの取引口座の分析を提供する統計パネルです。 分析結果はリアルタイムでチャートに表示されます。 多通貨取引は今日非常に人気があります。しかし、取引の量が多いほど、それぞれの収益性を分析することは難しくなります。月ごとに取引を分析し、 MT5のバージョン 完全な説明 +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 各取引ごとの統計を計算することはさらに困難な作業です。 パネルは、あなたのアカウントを分析し、リアルタイムで詳細な統計を準備する効率的な解決策を提供します。 注意!  HTMLへのエクスポート  ボタン が利用可能です - 私たちのインディケータは別のHTMLファイルにすべての受信データを保存します! タブとコントロール このパネルは現在6つのタブで構成されています。 トレード   - 現在のオープントレード 歴史   - 歴史の中で閉じられた取引 すべての取引   - 始値と終値の取引 レポート   - あなたの取引口座のクローズド取引に関する詳細なレ
    FREE
    フィルタ:
    Calogero Vella
    400
    Calogero Vella 2024.03.28 13:34 
     

    Thank you for the good work!!! Keep up the good work!!!

    Darrel Balucos
    231
    Darrel Balucos 2024.01.26 17:55 
     

    this tool is very good. because of this, it is easy for me to calculate hedging trades because the total lots that I should counter in case I make a mistake in my setup are displayed immediately

    Nepomnjashchy
    78
    Nepomnjashchy 2023.12.16 02:21 
     

    У меня все четко это один из 3 советников который стоит у меня в терминале

    leogarcia87
    476
    leogarcia87 2023.08.25 10:00 
     

    Very useful tool. Thank you

    111992086
    259
    111992086 2022.05.02 09:26 
     

    Советник заинтересовал, но не работает,видимо снова надо обновить

    Vadim Vronsky
    486
    Vadim Vronsky 2022.01.12 03:26 
     

    The EA does not work in new update MT5. See my mote in the Comments.

    Vladislav Andruschenko
    245163
    開発者からの返信 Vladislav Andruschenko 2022.01.12 08:57
    Please Update
    Valery Kokoritch
    442
    Valery Kokoritch 2021.12.10 12:57 
     

    было бы интересно, если советник "откусывал" от убытка. по минимальному лоту

    Adnow
    53
    Adnow 2021.06.25 15:40 
     

    it's very good

    Vladislav Andruschenko
    245163
    開発者からの返信 Vladislav Andruschenko 2021.06.25 16:33
    Thank you.
    レビューに返信
    バージョン 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
    -Last Build Compilation
    -EAPADPRO v44
    バージョン 22.114 2022.01.14
    Косметические изменения
    バージョン 22.110 2022.01.12
    Fixed a bug with drawing objects for new versions of MT5 terminal
    バージョン 21.614 2021.06.12
    Correction of information output on Inputs
    バージョン 21.613 2021.06.12
    MagicToClose update - fix for the error of enumeration of magic numbers separated by commas.
    バージョン 21.612 2021.06.12
    EAPADPRO v40 update, according to the new rules for using the MQL5 Market