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

Averager FULL

4.9

Exp-Averager は、平均化取引を開始することで、特定のドローダウンを受けた取引を平均化するように設計されています。

  • アドバイザーは、トレンドおよび逆トレンドに合わせて追加のポジションをオープンできます。
  • 一連のポジションの平均トレーリングストップが含まれています。
  • ロットが増えたり減ったりしています。
  • 不採算ポジションを平均価格に近づける一般的な戦略。

リンク

MetaTrader 5 ターミナルの Expert Advisor でのアベレージャの操作の例: Exp - TickSniper 

平均化機能を備えたユニバーサル取引アドバイザーThe X

注記

  • これは自動取引システムではありません。
  • 取引を監視し、ドローダウンが発生した場合に利益が得られるまで平均化します。
  • ストラテジー テスターでエキスパート アドバイザーをテストし、ビジュアル モードで EAPADPRO ツールバーを使用して取引できます。

どのように機能するのでしょうか?

  1. Expert Advisor は、指定されたポイント数 ( Distance )の後に同じ方向にポジションをオープンします
  2. ポジションのボリュームは、前の取引 * LotsMartinのボリュームとして計算されます
  3. また、Expert Advisor はすべての取引の共通のテイクプロフィットを変更し、それを「同じ方向のすべてのポジションのゼロラインの点」+テイクプロフィットポイントとして設定します
  4. また、価格が「同じ方向のすべてのポジションのゼロラインの点」レベルを突破し、 TrailingStop ポイントの背後に移動した場合、すべてのポジションのストップロスを変更できます ( TrailingStopUSE = trueの場合) 
  5. Expert Advisor の入力パラメータには、平均化する取引の最大数であるMaxOrdersが含まれます。

Expert Advisor は、チャートが関連付けられている通貨ペアに対して機能します。たとえば、EURUSD の平均化をオンにするには、EURUSD チャートを開いて Expert Advisor を実行します。


追加のオープニングはトレンドにどのように作用しますか?

仮定する

  1. 価格1.600で買いポジションをオープンします
  2. 価格は1.700に上がり、現在の利益は+100 ポイントになります。
  3. 損益分岐点(平均価格) = 1.600 ;
  4. 価格1.700で買いポジションをオープンすると、ポジションは平均化され、損益分岐点は1.650 に設定できます。
  5. Expert Advisor は 3 つの追加ポジション (取引) をオープンします。
  6. 価格のロールバック
  7. Expert Advisor (EA) はトレーリングストップを有効にし、5 つのポジションが利益を得てそれを増やします。

平均化は傾向に対してどのように機能しますか?

仮定する

  1. 価格1.600で買いポジションをオープンします
  2. 価格は1.500に下がり、現在の損失は-100 ポイントです。
  3. 損益分岐点(平均価格) = 1.600 ;
  4. ストップロスを損益分岐点レベルに修正するには、上昇トレンドを 100 ポイント上昇させる必要があります。
  5. 価格1.500で買いポジションをオープンすると、ポジションは平均化され、損益分岐点は1.550 に設定できます。
  6. 2 つの取引を終了するには、価格が 100 ポイントではなく 50 ポイント上昇する必要があります。
  7. Expert Advisor (EA) はトレーリングストップをアクティブにし、2 つのポジションが利益を得てそれを増やします。




システムパラメータ

MaxOrdersOpen - 開かれた注文の最大数、0 - 無制限。

TakeProfitALL - 修正に対するテイクプロフィットの合計。

AllTradeTrail - 指定された通貨ペアで、ユーザーが開始した取引を含むすべての取引のトレーリング ストップ、ブレークイーブン、テイクプロフィットの変更を許可します。

SleepForOpenbetweenLastClose - 取引が終了した後に平均化取引を開始するまでの遅延 (分単位)。

OpenOnly1ofBar - バーごとに平均化/追加取引を 1 つだけ開くことができます (現在の TF によって異なります)。

OrderToAverage - 注文のタイプ。 -1 - すべての注文、1 - 売り、0 - 買い。

MagicToAverageは注文のマジックナンバーで、-1 はすべての注文を表します。

平均化のパラメータ

Distance  - トレンドに逆らって開くための開いたグリッド位置の距離。

DistanceMartin - グリッド内の次の位置までの距離を増やします。距離についてはマーチンゲール法。

StopLoss - トレンドに対する平均取引のストップロス。

LotsMartin - トレンドに反してポジションのグリッドのボリュームが増加。

LotAdditional - トレンドに対する平均ポジションの追加ロット。

LotMax は、トレンドに対する最大平均ロットです。


追加開口部のパラメータ

ADDITIONALDistance - グリッドに対してオープンされた追加のポジションの距離 - トレンドに基づく追加のオープン。

ADDITIONALDistanceMartin - トレンドに基づいて追加のポジションをオープンするために、グリッド内の次のポジションまでの距離を増減します。距離についてはマーチンゲール法。

ADDITIONALStopLoss - トレンドに基づいて開始された追加取引のストップロス。

ADDITIONALLotsMartin - トレンドに基づいて追加のポジションをオープンするために、ポジションのグリッドのロットを増やします。

ADDITIONALLotAdditional - 追加ポジションの追加ロット。

ADDITIONALLotMax - 追加ポジションをオープンするための最大ロット。


トレーリングストップのパラメータ

TrailingStopUSE - トレーリングストップを使用します。

TrailingStop - トレーリング距離、0 - 許容される最小値。

TrailingStep - 後続のステップ。

Expforex Vladon


レビュー 11
Atila R Akdeniz
500
Atila R Akdeniz 2024.01.13 04:49 
 

As always, extremely useful Utility and excellent support from Vladislav.

Munir Sayed Yousef Ibrahim
181
Munir Sayed Yousef Ibrahim 2022.05.21 17:40 
 

Its really Nice software but if You have some heavy indicator on the same chart this Program might Lag in Speed otherwise it will work Just fine its a great tool, Thank You

skyparc
366
skyparc 2021.06.29 16:15 
 

Thank you Vlad, for Update BreakEven WithoutLOSS options in meta 5 version, now is great, also I am using VirtualTradePad another briliant and perfect usefull tool

おすすめのプロダクト
Risk Manager at a Glance: A Revolutionary Robot with a Unique Trading System Risk Manager is a revolutionary robot. With its unique trading system using sentiment analysis and machine learning, Risk Manager is a game changer when it comes to executing trades. You can work on any hourly period, any currency pair and on the server of any broker. Risk Manager is a trading robot that uses its own algorithm to make trading decisions. Different approaches to analyzing input information are used, wh
KopierMaschine - локальный копировщик сделок между различными счетами MetaTrader 4 и MetaTrader 5 в любом направлении расположенных на одном компьютере с интуитивно понятным интерфейсом. Направления копирования: MT4 --> MT5 MT4 --> MT4 MT5 --> MT5 MT5 --> MT4 для копирования между терминалами MetaTrader 4 и   MetaTrader   5 необходимо приобрести версию продукта   KopierMaschine  для    MetaTrader  4 Особенности Программа работает в двух режимах Master и Slave На один подчиненный счет можно коп
Bober Real MT5
Arnold Bobrinskii
4.76 (17)
Bober Real MT5 is a fully automatic Forex trading Expert Advisor. This robot was made in 2014 year and did a lot of profitbale trades during this period. So far over 7000% growth on my personal account. There was many updates but 2019 update is the best one. The robot can run on any instrument, but the results are better with EURGBP, GBPUSD, on the M5 timeframe. Robot doesn't show good results in tester or live account if you run incorrect sets. Set files for Live accounts availible only for c
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
The Expert Advisor is designed to protect the account, fix profit (loss) and display current information about the account. Trading account protection is carried out by closing all open orders in the terminal and/or closing all charts. When running the Expert Advisor with default parameters, it will only display your account information and will be reduced in size. Next, you can set the conditions under which your trading account will be protected. Profit and loss limits can be set for daily pro
Trading Utility for Forex Currency Pairs Only not for Gold  Functions Auto Lot Calculation based on Risk Auto stoploss  Auto TakeProfit Breakeven Auto Close Half % Close in percentage with respect to the PIPs Pending Orders BuyLimit Sell Limit with distances BuyStop Sell Stop    with distances Trading Informations Risk in percentage For Multiple trades Combine Takeprofit and Combine Stoplosses
Fundamental Robot MT5
Kyra Nickaline Watson-gordon
Fundamental Robot is an Expert Advisor based on Fundamental Signals Indicator. The Fundamental Signals Indicator has a powerful calculation engine that can predict market movement over 30000 points. The indicator is named fundamental because it can predict trends with large movements, no complicated inputs and low risk.  The EA works with low margin levels and thus has low risk. Using EA : The EA is very simple and without complicated input parameters. These are main parameters must b
This EA is a unique approach to Gold day/swing trading. The objective of the strategy is to: Identify ideal and repeatable trade entries with high level of certainty Create a day trading strategy which doesn’t require a hard SL and TP Use alternate risk management mechanism instead Visualize and auto manage trades based on S/R A trade management solution that can be applied to any trading pair Please also install the free custom indicator:   FibonacciVPT https://www.mql5.com/en/market/product
BLAZING NIGHT SCALPER ALL NEW GRID RECOVERY SYSTEM ADDED Night scalping using Stop Losses have worked incredibly well in previous years prior to 2022. Blazing Night Scalper was originally tested on more than 10 years of Tick Data using Take profit and Stop Loss with amazing results. As soon as we hit 2022 night scalpers became gradually more difficult to gain profits most likely due to many reason such as brokers increasing spreads and having too many Expert advisors trading during these hou
Hamster Scalping mt5
Ramil Minniakhmetov
4.69 (186)
Hamster Scalpingは、マーチンゲールを使用しない完全に自動化された取引アドバイザーです。夜のスキャルピング戦略。 RSIインジケーターとATRフィルターが入力として使用されます。アドバイザには、ヘッジ口座タイプが必要です。 実際の作業の監視、およびその他の開発については、https:// www.mql5.com/en/users/mechanic/sellerを参照してください 。 一般的な推奨事項 最小デポジット$ 100、最小スプレッドのECNアカウントを使用し、eurusd M5 gmt +3のデフォルト設定。 入力パラメータ EAは、4桁と5桁の両方の引用符で機能します。入力パラメータでは、5文字の値をポイントで示し、すべてを4文字で自動的に再計算します。 NewCycle-モードがオンの場合、アドバイザーは停止せずに動作します。モードがオフの場合、一連の取引の完了後、アドバイザーは新しい注文を開きません。 期間インジケーター1-最初のインジケーターの期間。 アップレベル-アドバイザーが売りを開始する最初のインジケーターの上位レベル。
Crash Mil Hero
Ignacio Agustin Mene Franco
Crash 1000 Hero is a passive bot dedicated to the CRASH 1000 of Synthetic Indices (Deriv) works with the Stochastic strategy + 2 mobile EMAS one of 21 periods and another of 5 periods helping to get a better entry and you can better hunt the trend candle! used only on CRASH 1000 pair In 1 minute period the bot does its job passively, as it makes inputs fairly and not aggressively The only thing that has to be modified in the parameters is the SL and TP in addition to the VOLUME VolumeSize 1 or i
Traders are humans. The markets are controlled by "fear" and "greed" and there are patterns for it. We found these patterns via years of writing and monitoring algorithm, and we now introduce to you our LaserAlgo MT5. We used our 7 years’ experience in the markets to convert this concept into a fully AI algorithm.   Link to MT4 version: https://www.mql5.com/en/market/product/89549 Link to live run of EA: https://www.mql5.com/en/signals/1780127 This is a promotional price and will be increased
Hello traders! I present to you Argo Gold Edition MT5 - an expert built for gold trading, which is tailored to the specifics of gold movements on international markets. The basis of its logic is that it follows profitable patterns drawn from past periods. Mathematical algorithms are based on the correlation between the values of the indicators used and the corresponding movement of the price of gold. The expert is built on the basis of the ARGO series. It specializes in GOLD / XAUUSD trading. 2
This Expert Advisor trades news on any timeframe. The news are downloaded from the Forex Factory website. Make sure to add the URL to the terminal settings. The EA is launched on a single chart and defines all necessary pairs for trading on its own. The robot works with pending orders setting two Buy stop and Sell stop orders before a news release. It determines the time zones of the calendar and terminal automatically. Make sure to add the time.is URL to the terminal settings. The EA can be tes
シグナルを出すインジケーターがあり、それをエキスパートに変換したいですか? このエキスパートを使用すると、インジケーターを再プログラムまたは適合させることなく変換できます。適切に構成するには、次の手順に従う必要があります。 1)インジケーターはインジケーターフォルダーにある必要があります。 2)インジケーターが提供するBUYおよびSELLバッファーを慎重に選択する必要があります。 3)すべての操作を実行するか、購入または販売タイプの操作のみを実行するかを選択します。 4)操作に応じて、SLおよびTPによるか、有効期限によるかを問わず、操作を閉じる方法を選択します。 5)選択に応じて、時間フィールドまたはSLおよびTPフィールドに入力します。 6)必要な場合のみ、[ボリューム]、[コメント]、[マジック]、および[偏差]フィールドに入力します。 7)インジケーターによって与えられた入力を管理したい場合にのみ、最大利益と最大損失を設定して、EARNINGMANAGERフィールドを有効にして入力することができます。 8)トレーリングストップをアクティブま
The ultimate trading tool that is designed to deliver simplicity and profitability to users. The EA's cutting-edge model utilizes pattern recognition and neural network training to analyze the market and make informed trades on 20 or more currency pairs (also to ohter instruments) simultaneously. With its user-friendly interface, this EA is perfect for traders of all levels, whether you're a beginner or a seasoned pro. By leveraging the power of our EA, you can achieve steady growth and boost yo
このユーティリティは、取引口座の取引を複製するために設計されています。プログラムは、あなたのパラメータで追加の取引を開きます。ロットの増減、ロットの追加、ストップロスやテイクプロフィットのパラメーター変更などの機能を備えています、プログラムは「Windows PC」と「Windows VPS」で動作するように設計されています。  Buy a cloner and get the second version for free パラメータ CLONE_POSITIONS - 複製するオーダーを指定します。 MAGIC_NUMBER - マジックナンバー. DONT_REPEAT_TRADE - trueの場合、手動で決済した後、取引は繰り返されません。 REVERSE_COPY - 逆コピー。例えば、BUY の代わりに SELL をオープンします。 LOT_MULTIPLIER - PROVIDERアカウントからの数量コピー率で、=0の場合はFIXED_LOTで指定したロットでコピーします。 PLUS_LOT, MINUS_LOT - プラスとマイナスのロット。 MAXIMUM
Bear vs Bull EA Is a automated adviser for daily operation of the FOREX currency market in a volatile and calm market. Suitable for both experienced traders and beginners. It works with any brokers, including American brokers, requiring FIFO to close primarily previously opened transactions. *In order to enable the panel, it is necessary to set the parameter DRAW_INFORMATION = true in the settings; Recommendations Before using on real money, test the adviser with minimal risk on a cent tra
EAの戦略はスウィングトレードに基づいており、iPumpインジケーターによって計算された鋭いインパルスの後のエントリーがあります。 前述のように、EAには自動サポートで手動取引を開始する機能があります。 -下降トレンドの場合↓価格が修正された後に取引を開始し、資産が買われ過ぎゾーンに入り、トレンドに沿って販売します。 -上昇トレンド↑の場合、価格が修正的に下落した後に取引を開始し、資産が売られ過ぎゾーンに分類され、トレンドに沿って購入します。 選択した資産で取引する場合、アドバイザーはトレンドを考慮し、現在のトレンドに従ってのみ取引を開始します。不採算の取引は、停止と平均化の両方を使用して閉じることができます。2番目のオプションは確かにより収益性が高く、リスクも高くなります。 利点 さまざまなTFのレベルを分析するための組み込みレベルインジケーター チャート上で手動で平均化のレベルを選択する機能 多くのピラミッド型注文を開くことによって利益を増やす能力(注文数は自分で制御できます) iPumpインジケーターのリバースシグナルに基づいて、TPを%で設定するためのより多くの基準 「ハ
Climbing Scalper mt5
Liudmyla Bochkarova
4 (4)
Climbing Scalper EA is a night scalper that trades during the calmest periods of the market. During this period the markets usually fluctuate and the advisor will trade within these ranges. Each trade will have an initial stop loss and take profit, but the EA also uses advanced stop loss management algorithms that will assess the strength of the trades. 8 copy left at 399, next price 499 Buy this EA, post a feedback and get  Golden Future  for free The advisor works on all pairs with a stable s
Mine Farm
Maryna Kauzova
5 (1)
Mine Farm is one of the most classic and time-tested scalping strategies based on the breakdown of strong price levels. Mine Farm is the author's modification of the system for determining entry and exit points into the market... Mine Farm - is the combination of great potential with reliability and safety. Why Mine Farm?! - each order has a short dynamic Stop Loss - the advisor does not use any risky methods (averaging, martingale, grid, locking, etc.) - the advisor tries to get
Demo version T Position Size Calculator   doesn't work in the strategy tester. The Strategy Tester does not support the processing of ChartEvent. It does not support most of the panel's functionality. To test the product, you can download the Demo Version here :  T Position Size Calculator DEMO Contact me for any questions or ideas for improvement or in case of a bug found. Control and manage your trading like a professional trader with T Position Size Calculator. T Position Size Calculator – a
!! BLACK FRIDAY !!  FOR LIFETIME !! ================== == 35$ ONLY !! == ================== BOOK YOURS NOW !! The Position Manager Contains A Lot of Functions such as; (How to Operate) 1. Adjustable Volume per Trade (You could change the volume as you wish per trade). 2. Adjustable Risk : Reward Ratio (1RR means sacrifice 1 Risk : 1 Reward, 1.5RR, 2RR etc. as you wish) 3. Adjustable Stop Loss Points (Calculated Points as Stop Loss and Automatically adjusted the Risk Reward Ratio) 4. Buy Butt
NFP Master
MARTIN ANDRES DEL NEGRO
NFP Master its an scalper EA that trade the NFP monhtly news,here we locate an extraordinary oportunity to make flash money, even if the price rise down or pump up we will get profit anyway, the best part of this Expert Advisor is that we dont need any VPS, just run the EA 10 minutes before the Non Farming Payrolls new gonna be released and let the money comes, just test it on any NFP new that has been released in the past and you will see it works, the performance say it all. Preferly use ECN b
自動注文とリスク管理のためのユーティリティ。利益を最大化し、損失を抑えることができます。トレーダーのための練習トレーダーによって作成されました。このユーティリティは使いやすく、トレーダーが手動で、またはアドバイザーの助けを借りて開いた成行注文で機能します。マジックナンバーで取引をフィルタリングできます。このユーティリティは、同時に任意の数の注文を処理できます。 次の機能があります。 1.ストップロスとテイクプロフィットレベルの設定; 2. トレーリング ストップ レベルで取引を終了します。 3. 損益分岐点の設定。 ユーティリティは次のことができます。 1. オーダーごとに個別に作業します (レベルはオーダーごとに個別に設定されます)。 2. 一方向注文のバスケットを操作します (レベルはすべての注文に共通に設定され、BUY と SELL は個別に設定されます)。 3. 多方向注文のバスケットを操作します (レベルはすべての注文に共通に設定され、BUY と SELL が一緒に設定されます)。 オプション: STOPLOS
>>> Index Trader Suite Live Results  here >> >>> Index Trader Suite v.1.0 Presets:   Download >> >>> Index Trader Suite MT4 version available  here >> Index Trader Suite   is a fully automated trading advisor based on a proprietary trading strategy for the world's most popular and liquid Stock Indices. The system is based on the principles of   Price Action   and   does not use technical indicators to determine the optimal points for opening trades. The strategy is based on 2 key principles
This is my latest Free version for Gold. With optimized parameters and user-friendly features, this version is likely very easy to use and highly effective. You can customize TP and SL parameters as you wish, but the default settings should work well for you without the need for further adjustments.  This version is designed for the M5. This version does not require a large capital investment; only $100-$200 is sufficient for Golden Square X to run and generate profits for you. Based on backtest
Magic Grid MT5
Aliaksandr Charkes
4.67 (3)
Magic Grid MT5 is a non-indicator Expert Advisor using a grid strategy (on a hedging account). The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically (once at the beginning of the trade).   The robot can trade on any timeframe, on any currency pair, on several currency pairs,
LT Gap EA
Sie Samuel Roland Youl
Discover the ultimate solution for trading market gaps with the LT Gap EA, now available on MQL5. With three powerful strategies at your disposal, you can maximize your gap trading potential like never before. Key Features: Versatile Strategies: Choose from three distinct gap trading strategies. Trade all gaps, focus on gaps meeting predefined minimum criteria, or execute trades exclusively when gap distances match predefined values. Customization Galore: Tailor your trading experience with a w
ThanosAlgotrade is an automatic trading advisor for obtaining stable profits over a long period of time. Does not require manual intervention. Designed to work in the MT5 terminal on "hedge" type accounts , the Adviser needs to be installed on the EURUSD currency pair chart on the M1 time frame and enable auto trading. Monitoring of the adviser's work can be viewed here
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.4 (171)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 注意、アプリケーションはストラテジーテスターでは機能しません。 説明ページからデモ版をダウンロードできます  Manual, Description, Download demo ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、
価格が一瞬で変わる可能性のある市場では、注文はできるだけ簡単にすべきだと思いますか? Metatraderでは、注文を開くたびに、開始価格を入力し、損失を止めて利益を得るウィンドウと、取引サイズを開く必要があります。金融市場の取引では、初期預金を維持し、それを増やすために資本管理が不可欠です。それで、あなたが注文をしたいとき、あなたはおそらくあなたがどれくらいの大きさの取引を開くべきか疑問に思いますか?この単一の取引であなたの預金の何パーセントを危険にさらすべきですか?この取引からどれだけの利益を得ることができますか?また、リスクに対する利益の比率はどのくらいですか?トレードサイズを設定する前に、トレードサイズがどうあるべきかという質問に対する答えを得るために必要な計算を行います。 これらすべてを自動的に行うツールがあると想像してみてください。チャートを開き、市場分析を行い、エントリーポイント、ディフェンスポイント(ストップロス)、ターゲット(テイクプロフィット)を水平線でマークし、最後にリスクのレベルを定義します。利用可能な資本の%として、このトランザクションで負担することができ、こ
TradePanel MT5
Alfiya Fazylova
4.89 (112)
Trade Panel は、多機能の取引アシスタントです。 このアプリケーションには手動取引用に設計された 50 以上の機能が含まれており、ほとんどの取引アクションを自動化できます。 アプリケーションの主な機能: 任意のシンボル(外国為替、CFD、先物など)で機能します。 無制限の文字数での同時作業。 取引ごとのリスクの自動計算とストップロスとテイクプロフィットの比率の設定。 OCO注文を行うことができます(一方が他方をキャンセルします-1つの注文を実行すると別の注文がキャンセルされます)。 タスクを含む行を設定できます(ポジションを開く、保留中の注文を開く、またはグループごとに注文を閉じる)。 仮想テイクプロフィットとストップロスを設定できます。 成行注文を反転またはロックできます。 6種類のトレーリングストップ。 ストップロスを損益分岐点に設定する機能があります。 ポジションを部分的にクローズする機能があります(利益または損失の一部をクローズします)。 価格が特定のラインに達するとアラート機能があります。 自動および手動のスクリーンショット。 ワンクリックですべてのターミナルウィン
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
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
MT5 to Telegram Signal Provider は、Telegramのチャット、チャンネル、またはグループに 指定された シグナルを送信することができる、完全にカスタマイズ可能な簡単なユーティリティです。これにより、あなたのアカウントは シグナルプロバイダー になります。 競合する製品とは異なり、DLLのインポートは使用していません。 [ デモ ] [ マニュアル ] [ MT4版 ] [ Discord版 ] [ Telegramチャンネル ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。必要な全ては開発者から提供されます。 主な特長 購読者に送信する注文の詳細をカスタマイズする機能 例えば、Bronze、Silver、Goldといった階層型のサブスクリプションモデルを作成できます。Goldサブスクリプションでは、すべてのシグナルが提供されます。 id、シンボル、またはコメントによって注文をフィルターできます 注文が実行されたチャートのスクリーンショットが含まれます 追加の
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 --------------------
Botトークンや管理者権限の必要なしに、メンバーであるすべてのチャンネルからシグナルをコピーして、MT5に直接送信します。 多くの機能を提供しながら、ユーザーを考慮して設計されています この製品は、使いやすい視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用開始できます! ユーザーガイド + デモ  | MT4バージョン | Telegramバージョン デモを試してみたい場合は、ユーザーガイドを参照してください。 DiscordからMT5への変換は、ストラテジーテスターで動作しません。 DiscordからMT5への変換の特長 メンバーである任意のチャンネルからコピーします。BotトークンやチャットIDは不要です リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズします すべてのシグナルを認識するための単語やフレーズを設定します(デフォルトは99%のシグナルプロバイダーに適用されます) コピーするタイミングと日時の設定をカスタマイズします 一度に
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
-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
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
UTM Manager は、迅速かつ効率的な取引執行を提供する直感的で使いやすいツールです。際立った機能の 1 つは、「スプレッドを無視」モードです。これにより、スプレッドを完全に無視して、ローソク足の価格で取引できるようになります (たとえば、LTF でより高いスプレッドのペアを取引でき、スプレッドによって取引から除外されるのを回避できます)。 UTM Manager のもう 1 つの重要な側面は、独自のローカル取引コピー機であり、各ブローカーで異なる取引戦略と設定 (たとえば、さまざまな TP、BE、およびリスク ルール) を柔軟に実行できます。 取引執行: 迅速かつ効率的な取引執行: チャート上のエントリー価格とストップロス価格をクリックして簡単に取引を入力するか、ワンクリックの固定ストップロスサイズ機能を使用します。 自動ロットサイズ計算: ロットは事前定義されたリスク設定に基づいて計算され、ドラッグによってポジションが変更されると再計算されます。 1 つまたは複数のポジションを同時に処理できる能力。 利益確定と損益分岐点: 柔軟なテイクプロフィット設定: 特定のリスク対報
あなたがメンバーである任意のチャネルから(プライベートおよび制限されたものを含む)シグナルを直接あなたのMT5にコピーします。  このツールは、トレードを管理し監視するために必要な多くの機能を提供しながら、ユーザーを考慮して設計されています。 この製品は使いやすく、視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用を開始できます! ユーザーガイド + デモ  | MT4版 | Discord版 デモを試してみたい場合は、ユーザーガイドにアクセスしてください。 Telegram To MT5 受信機は、ストラテジーテスターで動作しません! Telegram To MT5の特徴 複数のチャネルから一度にシグナルをコピー プライベートおよび制限されたチャネルからシグナルをコピー BotトークンまたはChat IDは必要ありません   (必要に応じて使用することができます) リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズするかを選択 すべてのシグナ
ワンクリックで取引できるトレーディングパネル。ポジションと注文の操作!チャートまたはキーボードから取引。 当社の取引パネルを使用すると、チャートから直接シングルクリックで取引を実行でき、標準の MetaTrader コントロールよりも 30 倍高速に取引操作を実行できます。 パラメータと関数の自動計算により、トレーダーにとって取引がより速く、より便利になります。 グラフィックのヒント、情報ラベル、取引取引に関する完全な情報はチャート MetaTrader にあります。 MT4のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 手動取引用の取引パネル。チャート(チャートウィンドウ)またはキーボードから取引できます。  開閉、リバース、ロックポジションと注文を処理する МetaТrader5 のメインオーダーのトレーディングコントロールパネル:売買、売却、売却、売却、売却、閉じる、削除、修正、トレーリングストップ、ストップロス、takep
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 / エントリー レベル: バ
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (overri
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
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
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
Auto Trade Copier is designed to copy trades between multiple MT4/MT5 accounts/terminals with 100% accuracy. The provider and receiver accounts must be on the same PC/VPS. With this tool, you can copy trades to receiver accounts on the same PC/VPS. All trading actions will be copied from the provider to the receiver with no delay. This version can be used on MT5 accounts only. For MT4 accounts, you must use Auto Trade Copier (for MT4). Reference: For MT5 receiver, please download "Trade Receiver
-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
MT5 to Discord Signal Provider は、Discord へ直接トレーディングシグナルを送信するために設計された、使いやすく完全にカスタマイズ可能なユーティリティです。このツールは、あなたのトレーディングアカウントを効率的なシグナルプロバイダーに変えます。 スタイルに合わせてメッセージフォーマットをカスタマイズ!利便性を考え、事前にデザインされたテンプレートから選択し、メッセージのどの要素を含めるか除外するかを選択できます。 [ デモ ] [ マニュアル ] [ MT4 バージョン ] [ Telegram バージョン ] セットアップ 簡単なセットアップのために、私たちの詳細な ユーザーガイド に従ってください。 Discord API の事前知識は必要ありません。必要なツールはすべて提供されます。 主な特徴 購読者の更新のための注文詳細をカスタマイズ。 ブロンズ、シルバー、ゴールドなど、各レベルで異なるシグナルアクセスを提供する階層的サブスクリプションモデルを実装。 注文が実行されたチャートのスクリーンショットを添付。 これらのスクリーンショットに表
Riskless Pyramid Mt5
Snapdragon Systems Ltd
5 (2)
Introduction This powerful MT4 trade mangement EA offers a way potentially to aggressively multiply trade profits in a riskfree manner. Once a trade has been entered with a defined stoploss and take profit target then the EA will add three pyramid add-on trades in order to increase the overall level of profit. The user sets the total combined profit target to be gained if everything works out. This can be specified either as a multiple of the original trade profit or as a total dollar amount. Fo
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端末間でディール/ポジションをコピーするために作成されます。 デモ口座と投資口座からのコピーがサポートされています。 プログラムは、複数の端末
This service is designed to stream online cryptocurrency quotes   from the Binance exchange to your MetaTrader 5 terminal. You will find it perfectly suitable if you want to see the quotes of cryptocurrencies in real time — in the Market watch window and on the MetaTrader 5 charts. After running the service, you will have fully featured and automatically updated  cryptocurrency charts in your MetaTrader 5. You can apply templates, color schemes, technical indicators and any non-trading tools to
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
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
The program is use to copy trading from MT5 to MT4 and MT5 on local PC or copy  over the Internet .  Now you can easy copy trades to any where or share to friends. Only run one Flash Server on VPS, also need allow the apps if you turn on Windows Firewall. Can not add more than 20 account copier to server at same time,  include both  MT4 and MT5 Get free Copier EA  for MT4 and MT5 (only  receive signal), download here Instants copy, speed smaller 0.1 seconds, easy to setup How to setup and guide
This script is designed to download a long history of cryptocurrency quotes from the Binance exchange. You will find it perfectly suitable if you want once to download the history of cryptocurrencies for charts analyzing, collecting statistics or testing trading robots in the MetaTrader 5 strategy tester, or if you need to update the history not very frequently (for example, once a day or once a week). After running the script, you will have fully featured (but not automatically updated) cryptoc
作者のその他のプロダクト
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 (60)
ワンクリックで取引できるトレーディングパネル。ポジションと注文の操作!チャートまたはキーボードから取引。 手動取引用の取引パネル。チャート(チャートウィンドウ)またはキーボードから取引できます。開閉、リバース、ロックポジションと注文を処理する М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.04 (51)
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 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 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 Tick Hamster MT5
Vladislav Andruschenko
3.75 (16)
MetaTrader5の任意の取引シンボルのすべてのパラメーターの自動最適化のエキスパート。 設定なしでEAを取引! ダニ ハムスター -これは 、アドバイザーを設定したくない初心者やユーザー向けの自動取引エキスパートです! このトレーディングアドバイザーのトレーディング戦略は 7年間テストされています。 初心者のために特別に設計された自動売買エキスパートで、これまで以上に取引を簡単に。 アドバイザーを設定する煩わしさに別れを告げ、ストレスのない取引を実現しましょう。 今すぐ始めて、取引成功への第一歩を踏み出しましょう。 MT4のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 使い方? ダウンロード; チャートにインストールします。 アドバイザーは自動的に取引します。 レビューを残します。 エキスパートを設定するにはどうすればよいですか? 何もカスタマイズする必要はありません!私たちはあなたのためにすべてをセットアップします! 1
Exp Averager
Vladislav Andruschenko
4.79 (19)
Exp-Averager は、 平均化取引を開始することで、特定のドローダウンを受けた取引を平均化するように設計されています。 アドバイザーは、現在のトレンドに沿って、または逆に新しいポジションを開くことができます。 一連のポジションに適用されるスマート トレーリング ストップ機能も含まれています。 アドバイザはポジションのロットサイズを増減できます。 これは、損失ポジションを平均価格に近づけるために広く使用されている戦略です。 MT5のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 リンク TickSniper スキャルパー の平均化システムの例 平均化機能を備えたユニバーサル取引アドバイザー The X Expert Advisor は、チャートが関連付けられている通貨ペアで動作します。 たとえば、EURUSD の平均化を有効にするには、EURUSD チャートを開いて Expert Advisor を実行します。 注記 こ
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 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
Exp5 Duplicator
Vladislav Andruschenko
4.71 (7)
Expert Advisor Duplicator は 、アカウントMetaTrader5 で事前に設定された回数の取引/ポジション/シグナルを繰り返します。 手動または別のエキスパートアドバイザーによって開かれたすべての取引をコピーします。信号のロットサイズを大きくすることが可能です。 シグナルをコピーし、シグナルから多くを増やします! MQL5信号ロットの増加 次の機能がサポートされています:コピーされた取引のカスタムロット、StopLossのコピー、TakeProfit、トレーリングストップの使用など。 MT4 のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 リンク MetaTraderのトレードコピー機はこちらから入手できます:   COPYLOT 注意 注 :これは端末間の取引用のコピー機ではありません。 複製機はネッティングアカウントでは使用できません。 ストラテジーテスターでエキスパートアドバイザーをテストし、ビジュア
このユーティリティを使用すると、戦略テスターで戦略を手動でテストできます。視覚化チャート上でワンクリック取引。 このユーティリティの最新バージョンは、トレーダーが取引戦略を手動でテストするための高度な機能を提供します。ストラテジー テスターを使用すると、シミュレートされた環境で取引戦略の有効性を評価できるようになります。この機能を使用すると、取引テクニックのパフォーマンスを分析し、それらを改良して取引スキルを向上させることができます。 さらに、ストラテジー テスターは、視覚化チャート上でワンクリック取引で取引を実行する便利で効率的な方法を提供します。この機能により、異なる画面を切り替えることなく、希望の価格レベルで取引を迅速に開始および終了することができます。 ストラテジー テスターで利用できる完全な機能を使用すると、取引戦略をシミュレーションして洗練し、結果を分析して、取引スキルを効果的かつ効率的に最適化できます。 MT5 のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法  
FREE
Exp Tick Hamster MT4
Vladislav Andruschenko
3.5 (14)
MetaTrader4の任意の取引シンボルのすべてのパラメーターの自動最適化のエキスパート。 設定なしでEAを取引! Tick   Hamster   -これは 、アドバイザーを設定したくない初心者やユーザー向けの自動取引エキスパートです! 初心者に優しい専門アドバイザーによる、手間のかからない自動取引を体験してください。 複雑なセットアップについて心配する必要はありません。当社の専門家がすべてを処理します。 トレーディングで成功するための旅を今すぐ始めましょう! MT5のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 使い方? ダウンロード; チャートにインストールします。 アドバイザーは自動的に取引します。 レビューを残します。 エキスパートを設定するにはどうすればよいですか? 何もカスタマイズする必要はありません!私たちはあなたのためにすべてをセットアップします! 1設定パラメータ=トレーディングロットロット。 魔法    
Ind4 Extra Report Pad
Vladislav Andruschenko
4.49 (45)
これはあなたの取引口座の分析を提供する統計パネルです。 分析結果はリアルタイムでチャートに表示されます。 多通貨取引は今日非常に人気があります。しかし、取引の量が多いほど、それぞれの収益性を分析することは難しくなります。月ごとに取引を分析し、 MT5のバージョン 完全な説明 +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 各取引ごとの統計を計算することはさらに困難な作業です。 パネルは、あなたのアカウントを分析し、リアルタイムで詳細な統計を準備する効率的な解決策を提供します。 注意!  HTMLへのエクスポート  ボタン が利用可能です - 私たちのインディケータは別のHTMLファイルにすべての受信データを保存します! タブとコントロール このパネルは現在6つのタブで構成されています。 トレード   - 現在のオープントレード 歴史   - 歴史の中で閉じられた取引 すべての取引   - 始値と終値の取引 レポート   - あなたの取引口座のクローズド取引に関する詳細なレ
FREE
Exp4 Duplicator
Vladislav Andruschenko
4.52 (21)
Expert Advisor は 、アカウントMetaTrader 4で 取引を繰り返し、ポジションを設定するか、事前に設定された回数だけシグナルを送信します。 手動または別のエキスパートアドバイザーによって開かれたすべての取引をコピーします。 シグナルをコピーし、シグナルからロットを増やします ! 他のEAの多くを増やします。 次の機能がサポートされています:コピーされた取引のカスタムロット、ストップロスのコピー、テイクプロフィット、トレーリングストップの使用。 MT5のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 リンク MetaTraderのトレードコピー機はこちらから入手できます:   COPYLOT 注意 注:これは、端末間の取引用のコピー機ではありません。 ストラテジーテスターでエキスパートアドバイザーをテストし、ビジュアルモードでEAPADPROツールバーと取引することができます! EAを1つの通貨ペアにインストールす
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
Ind4 Market Time Pad
Vladislav Andruschenko
4.39 (18)
世界の主要市場の現在時刻を表示するインジケーター。また、現在のセッションも表示されます。 とても使いやすいです。チャート上であまりスペースを占めません。 ExpertAdvisorsやVirtualTradePad などの他のパネルと一緒に使用できます。 チャートにアナログ時計が表示されているバージョン。 親愛なる友人やEAのユーザーの皆様、 レビュー セクションに評価を追加してください。 私たちの外国為替ソフトウェアへのすべてのアップデートは 無料 です! これは無料の取引ユーティリティです! その他の機能: 入力パラメータにはオプションがあります。ボタンの上にマウスを置くとヒントを表示/非表示にします。ヒントの言語を英語/ロシア語で選択することもできます。 [閉じる]ボタンはアプリケーションを停止します。 [最大化/最小化]ボタンは、チャートのペインを折りたたむ/展開します。 ペインはチャート上で移動できます。これを行うには、[閉じる]ボタンと[最小化]ボタンの近くにあるペインの上部をクリックしてから、ペインを目的の位置に移動します。 Expforex,Vladon,Indica
FREE
Lib4 EAPadPRO for MT4
Vladislav Andruschenko
5 (5)
MetaTrader4のエキスパートアドバイザーに情報パネルを追加するためのライブラリ。 プログラムの情報とインターフェースが取引で利益をもたらすことを保証することはできませんが、プログラムの最も単純なインターフェースでさえ第一印象を強めることができると断言できます。 エキスパートアドバイザーに パネルを追加するための詳細な説明と手順は、ブログにあります:   LIB-EAPADPROステップバイステップの説明 パネルの詳細な説明と EAPADPROの使用手順 MetaTrader5ライブラリバージョン 追加のプロセスは 10のステップで 構成されており、それらについては記事で詳しく説明しています。 ライブラリのインストール このサイトからライブラリをインストールします。 エキスパートアドバイザーを開きます。 コードをインストールするためのサンプルとステップバイステップガイド、ファイル Exp-EAPADPRO LIBRARY TEST(ブログにあります)を開き ます。 推奨事項に記載されているように各ステップを実行するか、サイトからのステップバイステップの説明を使用してください
FREE
フィルタ:
Atila R Akdeniz
500
Atila R Akdeniz 2024.01.13 04:49 
 

As always, extremely useful Utility and excellent support from Vladislav.

Vladislav Andruschenko
245086
開発者からの返信 Vladislav Andruschenko 2024.01.13 08:18
Thank you very much. )
DNkRockzzzzZ
356
DNkRockzzzzZ 2023.12.07 02:00 
 

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

Munir Sayed Yousef Ibrahim
181
Munir Sayed Yousef Ibrahim 2022.05.21 17:40 
 

Its really Nice software but if You have some heavy indicator on the same chart this Program might Lag in Speed otherwise it will work Just fine its a great tool, Thank You

Vladislav Andruschenko
245086
開発者からの返信 Vladislav Andruschenko 2022.05.21 23:38
thank. if your indicator redraws foreign objects on the chart, then this is a problem. Because of this, there may be a drawing conflict. my panel only works with its objects by text label.
skyparc
366
skyparc 2021.06.29 16:15 
 

Thank you Vlad, for Update BreakEven WithoutLOSS options in meta 5 version, now is great, also I am using VirtualTradePad another briliant and perfect usefull tool

Vladislav Andruschenko
245086
開発者からの返信 Vladislav Andruschenko 2021.06.29 16:53
Thank you ))))
Jakote Molemi
204
Jakote Molemi 2021.06.08 16:47 
 

Hello Vladislav, great program and very useful. There is a small hickup on the operation; please assist: Each time I update parameters (especially setting new levels for averaging), the program takes very very long time to test and update, how can I fix this trouble?

I cannot attach a screenshot here you have disabled an option to reply to you and I do not know any other channel to reach you except here.

Vladislav Andruschenko
245086
開発者からの返信 Vladislav Andruschenko 2021.06.08 17:36
Hello. Thank you. I didn't understand your mistake. are you talking about the eapadpro panel? it is updated every 10 seconds so as not to slow down the schedule. this does not affect the algorithm. please attach a screenshot or log files with the error to the discussion.
Vitali Lebianok
141
Vitali Lebianok 2021.03.17 12:26 
 

очень полезная и хорошая утилита позволяющая задать свою собственную стратегию и без лишних хлопот получать прибыль но внимательно отнеситесь при настройке к проведению тестов , а так же советую для каждой валютной пары вырабатывать отдельные настройки .ТАК ЖЕ хочу заметить что автор очень быстро и качественно помогает разобраться со всеми сложностями которые могут возникнуть при использовании хотелось бы поставить отдельно 5 звезд не только продукту но и разработчику )

Vladislav Andruschenko
245086
開発者からの返信 Vladislav Andruschenko 2021.03.17 12:29
Спасибо большое за отзыв. ))) Стараюсь сделать ещё информативнее
Sammy Boy
1322
Sammy Boy 2020.10.28 11:59 
 

Excellent work Vladislav! thank you

Vasil lupanov
722
Vasil lupanov 2020.01.16 20:01 
 

Vladislav is perfect in every way !!!

Tarun Chaudhry
2895
Tarun Chaudhry 2018.05.09 04:06 
 

Definitely useful. The support from Vladislav is awesome as well. Highly recommended for every trader.

laiSSS
536
laiSSS 2017.02.03 10:00 
 

Присоединяюсь к предыдущему мнению - утилита рабочая и полезная.

Alexey Pankov
189
Alexey Pankov 2017.01.15 22:19 
 

утилита рабочая. внимательно отнеситесь к настройке сетки

レビューに返信
バージョン 24.413 2024.04.13
Fixed: BUY/SELL buttons are enabled by default for the Strategy Tester to test Utility in the Strategy Tester
バージョン 24.404 2024.04.09
Global Update EAPADPRO v55 with build 4270

!!!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.
==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.208 2024.02.08
Update in the latest version of terminal 4169
バージョン 24.127 2024.01.27
+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.
+Added languages Chinese, Japanese, Korean, Turkish.
バージョン 24.125 2024.01.25
MT5 - Fixed a bug when using Averaging and Additional Opening together.
Eapadpro v47
バージョン 24.1 2023.12.27
EAPADPRO v46 EAPADPRO v46
LAST BUILD
バージョン 23.999 2023.12.25
++ EAPADPRO v45
バージョン 23.913 2023.09.18
-EAPADPRO v44
-Last Build Compilation
-Frequent modification bug has been fixed.
バージョン 23.101 2023.01.08
-EAPADPRO v43 (Added new languages)
-Last Build Compilation
バージョン 22.201 2022.02.02
For the convenience of testing in the strategy tester, Magic number of positions opened from EAPADPRO = Magic number of averaging deals (Magic)
バージョン 22.110 2022.01.12
Fixed a bug with drawing objects for new versions of MT5 terminal
バージョン 21.629 2021.06.29
BreakEven for mt5
input string periods8="========= BreakEven WithoutLOSS options ========================================";//---------------------------------------------------------------------------------------------------------
input bool MovingInWLUSE=false; //MovingInWLUSE --> Enable the Breakeven function
input int LevelWLoss=0; //LevelWLoss --> Distance from the OpenPrice to the profitable SL
input int LevelProfit=0; //LevelProfit --> Number of points gained by the position to use BE
バージョン 21.612 2021.06.12
EAPADPRO v40 update, according to the new rules for using the MQL5 Market
バージョン 20.955 2020.10.23
In closing positions when using the CloseAveragingAfterCloseMainDeals parameter, added Print output to the log.
バージョン 20.608 2020.06.08
Компиляция 2485
バージョン 19.981 2019.11.21
Added parameter for rounding prices when modifying stop loss and take profit:
RoundingDigits Number of decimal for modification.
-Without rounding
-To 1 digit
-To 2 digits
バージョン 19.802 2019.08.02
EAPADPRO update
バージョン 19.801 2019.08.01
Data output in the STRATEGY block to the LOG log when EAPADPRO is minimized and closed
バージョン 19.729 2019.08.01
EAPADPRO v31 Update

Added information labels to the chart:
When activated  ShowInfoAverager = to true, you will see the following information:
1. Average = Display the average (zero) line from positions of the same direction. If you move to a label, then there will be additional information about the calculation of the average line!
2. Next Average  = Display the next averaging position, which will be open in this direction. If you move to a label, then there will be additional information about the distance! 
3. Next Additional = Display the next position of additional opening, which will be open in this direction.
バージョン 19.325 2019.03.25
- Update EAPADPRO v27;
 - Added custom lot parameters in xx.xx, yy.yy, zz.zz format
You can specify:
LotDifferent - lots separated by comma for averaging;
ADDITIONALLotDifferent - lots separated by commas for additional opening;
バージョン 19.225 2019.02.25
Automatic detection of the minimum possible trailing stop if the parameter TrailingStop = 0
バージョン 19.203 2019.02.01
- Added new parameters:
DistanceDifferent / ADDITIONALDistanceDifferent: Distance of new positions of averaging (against the trend) or additional opening (to the trend), separated by commas!
You can specify distance values in the format xx, yy, zz, aa
Where:
xx - Distance in points for opening the first position of averaging / additional opening;
yy - distance in points for opening the second position of averaging / additional opening;
zz - Distance in points for opening the third position of averaging / additional opening;
aa - Distance in points for opening the fourth and other positions of averaging / additional opening;
You can set any number of distances.
バージョン 19.202 2019.01.31
ReBuildReBuild
バージョン 19.201 2019.01.31
🆕 - Added multi magic:
MagicNumber Magic number of positions (transactions) for tracking and accounting.
MagicNumber Magic numbers can be specified separated by commas:
🔘 0 - orders opened manually;
🔘 123,345,147 - all positions with MagicNumber numbers 123,345,147;
🔘 -1 - all MagicNumber, without exception.

🆕 - Added new variables:
🆕 CloseAveragingAfterCloseMainDeals - Close averaging positions (open against the trend) when the main positions are closed.
The function will close the averaging positions only when all the main positions (according to the current symbol and magic number) are closed!
⚠️ Attention: The new function works separately for the BUY and SELL directions!

🆕 CloseAdditionalAfterCloseMainDeals - Close additional open positions (opened with the trend) when the main positions were closed.
The function will close the position of the additional opening only when all the main positions (according to the current symbol and magic number) are closed!
⚠️ Attention: The new function works separately for the BUY and SELL directions!
バージョン 19.109 2019.01.09
ReloadReload
バージョン 19.107 2019.01.07
- Added text hints in the settings of the adviser;
- 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
Averager Update EAPADPRO v 20
バージョン 18.731 2018.08.02
Added new distance parameters for averaging and additional opening:

DistanceAdditionalPoint / ADDITIONALDistanceAdditionalPoint - additional points to calculate the distance.
If DistanceAdditionalPoint = 5, then 5 points are added to each following distance.
DistanceMax / ADDITIONALDistanceMax - The maximum number of points in the distance.
If, when calculating the distance, the obtained value is higher than DistanceMax, then the Expert Advisor takes the value DistanceMax.
バージョン 18.7 2018.05.04
- Update for the information panel EAPADPRO v2.0;
- Updated the operation of averaging;
- Updated the commission calculation algorithm;
- Added separate stop loss/take profit;
TakeProfitALL - take profit to be placed at a distance of TakeProfitALL points from the average opening price of positions;
StopLossALL - stop loss to be placed at a distance of StopLossALL points from the average opening price of positions;
TakeProfit - take profit to be placed at a distance of TakeProfit points from the averaging position opening price;
StopLoss - stop loss to be placed at a distance of StopLoss points from the averaging position opening price;
ADDITIONALTakeProfit - take profit to be placed at a distance of ADDITIONALTakeProfit points from the opening price of additional position.
ADDITIONALStopLoss - stop loss to be placed at a distance of ADDITIONALStopLoss points from the opening price of additional position.

- To prevent constant modification of the total stop loss/take profit due to constant changes in the value of 1 point, the total stop loss/take profit does not take into account commission and swap.

- Renamed the variables:
MagikToAverage = MagicToAverage
LotsMartinAverager = LotsMartin
MaxLot = LotMax
MaxOrders = MaxOrdersOpen
TypeTradeBUYSELL = OrderToAverage
バージョン 17.977 2017.12.20
The EAPADPRO operation algorithm has been updated.
バージョン 17.525 2017.05.29
- Fixed the trailing stop error when there are positions in different directions.
バージョン 17.501 2017.05.03
Fixed an error with position averaging when trading multiple symbols with the same magic number simultaneously
バージョン 17.224 2017.03.01
Update of the "Averaging" block for the Brazilian market
バージョン 17.212 2017.02.20
What's New:
Improved EAPADPRO

Added block for opening additional positions based on the trend:

- ADDITIONALDistance - the distance for opening additional grid positions based on the trend.
- ADDITIONALDistanceMartin - the distance multiplier for opening additional positions based on the trend.
- ADDITIONALLotsMartin - increase the lot size of the grid positions for opening additional positions based on the trend
- ADDITIONALLotAdditional - additional lot for the additional position for opening additional positions based on the trend
- ADDITIONALLotMax = maximum lot to use when opening the averaging positions. 0 - disabled
- ADDITIONALStopLoss - Stop loss of the opening additional positions based on the trend

バージョン 17.121 2017.01.27
Fixed working with long tickets

- Added the EAPADPRO information panel
Details on the panel in our blog:
or https://www.mql5.com/ru/blogs/post/687140

The following data has been moved to the Strategy Info block:
OWN Signal = Name of the signal + Timeframe of the signal + Reverse
Current Signal = Current signal from the main indicator
Filter 1/2 - Name of the filter 1/2
Current Filter - Current signal from filters 1/2
BUY Average/Lot - Next averaging in points for BUY / Next averaging lot
SELL Average/Lot - Next averaging in points for SELL / Next averaging lot
Buy Additional/Lot - Next additional opening in points for BUY / Next lot for additional opening
Sell Additional/Lot - Next additional opening in points for SELL / Next lot for additional opening
Average Price Buy - Average price for BUY deals
Price Sell - Average price for SELL deals
バージョン 17.110 2017.01.13
-Fixed error with the DistanceMartin
バージョン 16.995 2017.01.09
Added the AllTradeTrail parameter - trailing stop works on a trade that is to be averaged as well.
バージョン 16.957 2016.11.11
Code optimized to reduce CPU load.
バージョン 16.955 2016.10.31
Fixed stop loss and take profit modification error.
バージョン 16.949 2016.10.26
Fixed lot size error
バージョン 16.936 2016.10.11
Added support for EA operation on hedging accounts. The EA can work on Hedging and Netting accounts!
バージョン 16.330 2016.04.04
Fixed the error in the MaxLot parameter
バージョン 16.307 2016.03.11
Changed lot calculation when using martingale.
Increased the last lot of an open position at the last deal.
バージョン 16.226 2016.03.01
The updated version for the stock market:
- Fixed the error in the determination of the last lot, if the position was closed by several requests.
- Added the selection of the order filling type - TypeFilling
バージョン 14.204 2014.02.05
Removed the description of input parameters from the code.