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

Exp Averager

4.79

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

  • アドバイザーは、現在のトレンドに沿って、または逆に新しいポジションを開くことができます。
  • 一連のポジションに適用されるスマート トレーリング ストップ機能も含まれています。
  • アドバイザはポジションのロットサイズを増減できます。
  • これは、損失ポジションを平均価格に近づけるために広く使用されている戦略です。

リンク

TickSniperスキャルパーの平均化システムの例
平均化機能を備えたユニバーサル取引アドバイザーThe X


Expert Advisor は、チャートが関連付けられている通貨ペアで動作します。

たとえば、EURUSD の平均化を有効にするには、EURUSD チャートを開いて Expert Advisor を実行します。

注記

  • このシステムは取引用に自動化されていません。
  • 代わりに、取引を追跡し、損失が発生した場合は利益が得られるまで平均化します。
  • ストラテジー テスターを使用してエキスパート アドバイザーを試し、ビジュアル モードで 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


レビュー 20
Exploit123
39
Exploit123 2024.01.16 17:53 
 

Is it possible to change the comments of the Orders? It would be very useful

jc-hakuna-matata
227
jc-hakuna-matata 2021.09.23 09:05 
 

excellent tool

Mariusz Sedlak
27
Mariusz Sedlak 2020.11.24 11:38 
 

Very handy

おすすめのプロダクト
Owl smart levels
Sergey Ermolov
4.63 (54)
MT5版  |   FAQ Owl Smart Levels Indicator   は、 Bill Williams   の高度なフラクタル、市場の正しい波構造を構築する Valable ZigZag、エントリの正確なレベルをマークする Fibonacci レベルなどの一般的な市場分析ツールを含む 1 つのインジケーター内の完全な取引システムです。 利益を得るために市場と場所に。 戦略の詳細な説明 インジケータを操作するための指示 顧問-取引助手 プライベートユーザーチャット ->購入後に私に書いて、私はプライベートチャットにあなたを追加し、あなたはそこにすべてのボーナスをダウンロードすることができます 力はシンプルさにあります! Owl Smart Levels   取引システムは非常に使いやすいので、専門家にも、市場を勉強し始めて自分で取引戦略を選択し始めたばかりの人にも適しています。 戦略と指標に秘密の数式や計算方法が隠されているわけではなく、すべての戦略指標は公開されています。 Owl Smart Levels を使用すると、取引を開始するためのシグナルをすばやく確認し、
Vizzion is a fully automated scalping Expert Advisor that can be run successfully using GBPJPY currency pair at H1 timeframe. Very Important This Expert Advisor can not run with any EAs in the same account. As part of the money management plan, it calculates and monitors the Margin Level % and assumes that all open trades are created by it. If you want an Expert Advisor that trades in a daily basis, this EA is not for you because using this requires a patience to wait for a few days or weeks o
KopierMaschine - локальный копировщик сделок между различными счетами MetaTrader 4 и MetaTrader 5 в любом направлении расположенных на одном компьютере с интуитивно понятным интерфейсом. Направления копирования: MT4 --> MT5 MT4 --> MT4 MT5 --> MT5 MT5 --> MT4 для копирования между терминалами MetaTrader 4 и MetaTrader   5 необходимо приобрести версию продукта KopierMaschine  для  MetaTrader   5 Особенности Программа работает в двух режимах Master и Slave На один подчиненный счет можно копирова
The Infinity Expert Advisor is a scalper. When the resistance and support levels are broken, trades are opened in the direction of the price movement. Open positions are managed by several algorithms based on the current market situation (fixed stop loss and take profit, trailing stop, holding positions in case of trend indication, etc.). Requirements for the broker The EA is sensitive to spread, slippages and execution quality. It is strongly recommended not to use the EA for currencies with
Trade with Gann on your side!! MASTER CIRCLE 360 CIRCLE CHART, originally created by Gann admitted that this is “The Mother of all charts”. It is one of the last studies that this great trader left for us. The numeric tab le is apparently quite simple like all the tables and is based on square numbers, the SQUARE OF 12 and is by evolution, one of the most important square numbers. Here we can find CYCLE, PRICE AND TIME thanks to angles and grades, to show past and future support and resistance.
"The trend is your friend" is one of the best known sayings in investing, because capturing large trendy price movements can be extremely profitable. However, trading with the trend is often easier said than done, because many indicators are based on price reversals not trends. These aren't very effective at identifying trendy periods, or predicting whether trends will continue. We developed the Trendiness Index to help address this problem by indicating the strength and direction of price trend
Virtual Collider Manual   is a trading assistant with a built-in panel for manual trading. It automatically moves a position opened by a trader in profit using innovative adaptive grid algorithm of averaging and adaptive pyramiding Know-how of the grid algorithm of averaging and pyramiding of the   Virtual Collider Manual   trading robot is based on fully automatic adaptation of all characteristics of dynamically build order grid and pyramid with actual price movement with no need for adjusting
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation. S
The Super scalper universal is a fully automated scalping Expert Advisor, which uses five indicators. Each open position is protected by a hidden stop order managed by an advanced modification algorithm. When searching for the suitable signals, the EA uses the integrated indicator in conjunction with the trend and time filters, as well as the volatility filter. It use dynamic position closure, which considers the location where the order had been opened and the subsequent price action. Profit is
The indicator displays the data of the Stochastic oscillator from a higher timeframe on the chart. The main and signal lines are displayed in a separate window. The stepped response is not smoothed. The indicator is useful for practicing "manual" forex trading strategies, which use the data from several screens with different timeframes of a single symbol. The indicator uses the settings that are identical to the standard ones, and a drop-down list for selecting the timeframe. Indicator Parame
このユーティリティは、取引口座の取引を複製するために設計されています。プログラムは、あなたのパラメータで追加の取引を開きます。ロットの増減、ロットの追加、ストップロスやテイクプロフィットのパラメーター変更などの機能を備えています、プログラムは「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
自動注文とリスク管理のためのユーティリティ。利益を最大化し、損失を抑えることができます。トレーダーのための練習トレーダーによって作成されました。このユーティリティは使いやすく、トレーダーが手動で、またはアドバイザーの助けを借りて開いた成行注文で機能します。マジックナンバーで取引をフィルタリングできます。このユーティリティは、同時に任意の数の注文を処理できます。 次の機能があります。 1.ストップロスとテイクプロフィットレベルの設定; 2. トレーリング ストップ レベルで取引を終了します。 3. 損益分岐点の設定。 ユーティリティは次のことができます。 1. オーダーごとに個別に作業します (レベルはオーダーごとに個別に設定されます)。 2. 一方向注文のバスケットを操作します (レベルはすべての注文に共通に設定され、BUY と SELL は個別に設定されます)。 3. 多方向注文のバスケットを操作します (レベルはすべての注文に共通に設定され、BUY と SELL が一緒に設定されます)。 オプション: STOPLOS
The Point61 indicator is the result of many years of monitoring of price behavior of currency pairs and metals. It is not a secret, that in times of uncertainty, traders are looking for possible levels of support and resistance - the point, where price should stop its movement. There are 2 possible scenarios at these points: 1. Reverse (correction) to the opposite direction; 2. Breakthrough to continue movement. Very often these points are used to set stop orders - TakeProfit or
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,
Pirate
Anatoliy Lukanin
3.9 (20)
Deposit :   from 100 deposit units Trading pairs: I recommend currency pairs: EURAUD, CHFJPY, EURCHF, EURGBP, AUDCHF, CADCHF, USDCHF. Trading period :  Any Account: You should use ECN-ECN.Pro accounts with five-digit quotes with a moderate size (spread). Parameters: USING - Choice, trading risk or fixed lot RISK/LOT - Lot Risk Value RESTORING_THE_BALANCE - Restoring balance* HOW_THE_RESET_WINDOW - Reset the Global Variable TAKE_PROFIT - Set profit STOP_LOSS - Set loss COUNT_BUY - The number of
The Trendline Trade Panel was created to make it easier to train forex trading skills in backtester and at the same time make it easier to live trade using trendlines with the push of a button. This ea is perfect for beginners who want to learn to trade manually because all of its features are equipped with basic tools for trading forex. Other uses for Trendline Trade Panel: + Can be used to perform recovering loss positions made by other EA or positions that open manually. Fill in magic number
What are Heiken Ashi Candles? Heiken Ashi, derived from the Japanese term 'Heikin Ashi,' translates to average price bars. It's an indicator depicting price bars on a chart. Formula for Heiken Ashi candles: - Heiken Ashi opening price: (previous candle's opening + closing price) / 2 - Closing price Heiken Ashi: (opening + high + low + closing) / 4 - Heiken Ashi peak: Max of high, opening, or closing price - Heiken Ashi bottom price: Min of low, opening, or closing price How to Read Heik
Golden Boy Expert Advisor はすでに時代を先取りしています。 - 主要な調和パターンを含む取引アルゴリズム 調和パターンがあります: 弱気のサメ 強気のサメ 弱気のディープクラブ 強気ディープクラブ 弱気のガートリー 強気ガートリー 弱気のカニ 強気のカニ 弱気の蝶 強気のバタフライ 私たちのコミュニティの電報チャンネル - https://t.me/EAQuantumLab 公式コミュニティサイト - https://eaquantumlab.com 実際のシグナルはここから入手できます: https://www.mql5.com/en/users/vitalvasa/seller 取引の最低入金額 1000$ 最小スプレッドの口座を使用する 取引に最適な時間枠 M15-M30-H1-H4 最適な取引ペア: XAUUSD。 ユーロドル。 ポンドドル。 USDCAD.NZDUSD. ポンド円。 カナダ円。 ユーロ円 重要な情報です! 最初の 2 週間は、デモ口座またはセント口座で取引します (自分にとって最適な取引条件を選択するため)
Super Gator
Agustinus Biotamalo Lumbantoruan
This indi shows the following 1. Supertrend 2. Alligator (Not a regular alligator) 3. ZigZag 4. Moving Average 5. Trend Continuation/Mini correction Signal (plotted in X) (See screenshots in green background color 6. Early Signal Detection (See screenshots in green background color) You may treat Alligator as the lagging indicator The leading indicator is the supertrend. The zig zag is based on the leading indicator where it gets plotted when the leading indicator got broken to the opposite.
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 MT4. We used our 7 years’ experience in the markets to convert this concept into a fully AI algorithm.   Link to MT5 version: https://www.mql5.com/en/market/product/89546 Link to live run of EA: https://www.mql5.com/en/signals/1780127 This is a promotional price and will be increased
This utility is designed to help you with your Manual Trading. It allows different ways of closing trades. It can display total number of BUY and SELL orders individually and also their individual profits. Advantages:  One click BUY button with dedicated Lot size editor for Buying One click SELL button  with dedicated Lot size editor for Selling One click close button for all BUY orders One  click close button for all SELL orders One click close button for all Profit orders One click close but
Expert Advisor for MT4 Useful utility MUST have for all traders.  With 1 click button, you're able to close all your open positions. Its come with a warning pop up notification when you click to close all your trades, to avoid an accident press the button. Just press 'Yes' to confirm or 'No' to cancel it. The expert will close all your open positions no matter what pairs you currently open or directions. Just attach the expert on 1 of your chart, and you're good to go.
This Expert Advisor trades based on trend lines, as well as on the basis of volume analysis. Volumes are calculated using minute bars, in order to determine if they were ascending or descending. The trend lines are drawn based on High and Lows in the trade history. There are also additional indicators. Buy or sell signals depend on all those factors. This allows the EA to enter the market with more accuracy and to perform more deals. Input parameters Lots - lot size (if 0, a lot is calculated
Magic Grid
Aliaksandr Charkes
4.52 (21)
Magic Grid is an indicator-free advisor that uses a grid strategy. 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 ( one time at the beginning of the trade ). The robot can trade on any time frame, on any currency pair, on several currency pairs, and on any number of di
FREE
This PORTFOLIO of 3 strategies has been developed, tested and traded live on DAX H1 timeframe. Multiple EAs traded together will lead to a BIGGER PROFITS and SMOOTHER EQUITY CURVE. 3 not correlated EAs logics for DAX H1 timeframe merged to a single strategy. Very SIMPLE STRATEGIES with only FEW PARAMETERS.  Every trade has his own logic for STOP LOSS. To catch the profits every strategy uses different approach - some has TAKE PROFIT, some uses TIME BASED EXITS or PROFIT TRAILING. EA has been
This PORTFOLIO of 3 strategies has been developed, tested and traded live on DAX M30 timeframe. Multiple EAs traded together will lead to a BIGGER PROFITS and SMOOTHER EQUITY CURVE. 3 not correlated EAs logics for DAX M30 timeframe merged to a single strategy. Very SIMPLE STRATEGIES with only FEW PARAMETERS.  Every trade has his own logic for STOP LOSS. To catch the profits every strategy uses different approach - some has TAKE PROFIT, some uses TIME BASED EXITS or PROFIT TRAILING. EA has bee
The Stepping Trend Indicator     The Steppi ng Trend indicator uses the  average true range  (ATR indicator) in its calculation. This gives you control to set your own average true range period, I set the Default as 10.   Indicator Details. Green Arrow Up: This means you are at the starting point of a new bullish trend, it’s time to buy.   Red  Arrow  Down : This means you are at the starting point of a new  bearish  trend, it’ s time to sell .   What if you miss the Arrow Signal?   No
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mo
フィボナッチリトレースと拡張ラインツール DiNapoliポイント取引方法とゴールデンセクション取引を使用するトレーダーにとって理想的なMT4プラットフォームのフィボナッチリトレースと拡張ラインツール 主な特長: あなたはフィボナッチリトレースメントの複数のセットを直接描くことができ、重要なリターンポイント間の関係は一目瞭然です。 2.フィボナッチ拡張を描画することができます。 3.フィボナッチフォールドバックとラインの延長は、簡単な観察と数値表示のために左右に動かすことができます。 4.チャートは非常に爽やかな 5.数字キーでサイクルを切り替えることができます。 ファンクションキー: 1。 [戻るを押す、要求に応じて描画する、最大8つのグループにする 2。拡張]を描くには[押す] 3。 \を押すと、現在のサイクルの下にあるすべての拡張機能と折り畳みが削除されます 4。フォールドバックを移動して削除して展開する (1)最初のフォールドバックセットのF5行をクリックします。 一度クリックすると(黄色に変わります)、キーボードのDel
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT4
Evgeniy Kravchenko
4.46 (181)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 注意、アプリケーションはストラテジーテスターでは機能しません。 Manual, Description, Download demo ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :
価格が一瞬で変わる可能性のある市場では、注文はできるだけ簡単にすべきだと思いますか? Metatraderでは、注文を開くたびに、開始価格を入力し、損失を止めて利益を得るウィンドウと、取引サイズを開く必要があります。金融市場の取引では、初期預金を維持し、それを増やすために資本管理が不可欠です。それで、あなたが注文をしたいとき、あなたはおそらくあなたがどれくらいの大きさの取引を開くべきか疑問に思いますか?この単一の取引であなたの預金の何パーセントを危険にさらすべきですか?この取引からどれだけの利益を得ることができますか?また、リスクに対する利益の比率はどのくらいですか?トレードサイズを設定する前に、トレードサイズがどうあるべきかという質問に対する答えを得るために必要な計算を行います。 これらすべてを自動的に行うツールがあると想像してみてください。チャートを開き、市場分析を行い、エントリーポイント、ディフェンスポイント(ストップロス)、ターゲット(テイクプロフィット)を水平線でマークし、最後にリスクのレベルを定義します。利用可能な資本の%として、このトランザクションで負担することができ、こ
TradePanel MT4
Alfiya Fazylova
4.91 (85)
Trade Panel は、多機能の取引アシスタントです。 このアプリケーションには手動取引用に設計された 50 以上の機能が含まれており、ほとんどの取引アクションを自動化できます。 アプリケーションの主な機能: 任意のシンボル(外国為替、CFD、先物など)で機能します。 無制限の文字数での同時作業。 取引ごとのリスクの自動計算とストップロスとテイクプロフィットの比率の設定。 OCO注文を行うことができます(一方が他方をキャンセルします-1つの注文を実行すると別の注文がキャンセルされます)。 タスクを含む行を設定できます(ポジションを開く、保留中の注文を開く、またはグループごとに注文を閉じる)。 仮想テイクプロフィットとストップロスを設定できます。 成行注文を反転またはロックできます。 6種類のトレーリングストップ。 ストップロスを損益分岐点に設定する機能があります。 ポジションを部分的にクローズする機能があります(利益または損失の一部をクローズします)。 価格が特定のラインに達するとアラート機能があります。 自動および手動のスクリーンショット。 ワンクリックですべてのターミナルウィン
MT4 to Telegram Signal Provider は使いやすく、完全にカスタマイズ可能なツールで、Telegramに信号を送信し、あなたのアカウントを信号提供者に変えることができます。 メッセージのフォーマットは 完全にカスタマイズ可能です! しかし、簡単な使用のために、あらかじめ定義されたテンプレートを選択し、メッセージの特定の部分を有効または無効にすることもできます。 [ デモ ]   [ マニュアル ] [ MT5バージョン ] [ Discordバージョン ] [ Telegramチャンネル ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。開発者が必要なものをすべて提供します。 主要機能 購読者に送信される注文の詳細をカスタマイズする機能 例えばブロンズ、シルバー、ゴールドなど、階層型のサブスクリプションモデルを作成できます。ゴールドサブスクリプションでは、すべての信号が得られますなど。 ID、シンボル、またはコメントによる注文のフィルタリング 注文が実行されたチャート
Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 4 プラットフォームの強化に役立ちます。多言語サポート。 MT5バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定 トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎま
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.66 (67)
MetaTrader4のコピー機を取引します。     それは任意の口座からの外国為替取引、ポジション、注文をコピーします。 それは最高の貿易コピー機の1つです     MT4 - MT4、MT5 - MT4     のために     COPYLOT MT4     バージョン(または     MT4 - MT5  MT5 - MT5     のために     COPYLOT MT5     バージョン)。 MT5のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 のコピー機 バージョン       MetaTrader 5 ターミナル(   МТ5 - МТ5、МТ4 - МТ5   )-   コピーロットクライアントMT5 独自のコピーアルゴリズムにより、すべての取引がマスターアカウントからクライアントアカウントに正確にコピーされます。 また、動作速度が速いことでも知られています。タフなエラー処理。 強力な機能セット。 プログ
The product will copy all telegram signal to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal, s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to
-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
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.88 (59)
ワンクリックで取引できるトレーディングパネル。ポジションと注文の操作!チャートまたはキーボードから取引。 手動取引用の取引パネル。チャート(チャートウィンドウ)またはキーボードから取引できます。開閉、リバース、ロックポジションと注文を処理する МetaТrader4のメインオーダーのトレーディングコントロールパネル:売買、売却、売却、売却、売却、閉じる、削除、修正、トレーリングストップ、ストップロス、takeproft MT5のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 シンボルウィンドウからの取引とキーボードからの取引! あなたはMetaTrader 4ターミナル - バーチャルコントロールパネルVirtualTradePadのためのユニークなプラグインを持っています。 Description on English 注意!  ストラテジーテスターの 取引方法を学びたい場合は、無料の TesterPad ユーティリティをチェック
Unlimited Trade Copier Pro is a tool to copy trade remotely between multiple MT4/MT5 accounts at different computers/locations over internet. This is an ideal solution for signal provider, who want to share his trade with the others globally on his own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not be able to receive the signal
MT4 Alert Signal Trader  is an EA that helps you trade MT4 Alert popup. Some indicators can provide signals by showing an alert popup containing signal texts. This EA will read and trade these signal texts. The alert texts should contain at least 2 elements:  (1) a symbol text   (ex: "EURUSD") and  (2) a command type   (ex: "Buy", "Sell", "Close") that trigger EA's trading activities. Some other contents that may have or not are open price, stop loss, take profit values... The EA needs an aweso
Dedicated for FTMO and other Prop Firms Challenges 2020-2023 Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Best results on GOLD and US100  Use any Time Frame Close all deals and Auto-trading  before  US HIGH NEWS, reopen 2 minutes after Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday Recommended time to trade 09:00-21:00 GMT+3 For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94887 -------------------
この製品は、ニュースタイム中にすべてのエキスパートアドバイザーと手動チャートをフィルタリングするため、急激な価格変動によるマニュアルトレードのセットアップの破壊や他のエキスパートアドバイザーによって入力された取引について心配する必要はありません。この製品には、ニュースのリリース前にオープンポジションとペンディングオーダーを処理できる完全な注文管理システムも付属しています。 The News Filter  を購入すると、将来のエキスパートアドバイザーのためにビルトインのニュースフィルターに頼る必要はなく、今後はすべてのエキスパートアドバイザーをここからフィルタリングできます。 ニュース選択 ニュースソースは、Forex Factoryの経済カレンダーから取得されます。 USD、EUR、GBP、JPY、AUD、CAD、CHF、NZD、CNYなど、任意の通貨数に基づいて選択できます。 Non-Farm(NFP)、FOMC、CPIなどのキーワード識別に基づいて選択することもできます。 影響レベルによってフィルタリングするニュースを選択することができ、低、中、高の影響範囲から選択できます
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (overr
Trade Copier Agent は、複数の MetaTrader(4/5) アカウント/端末間で取引をコピーするように設計されています。 このツールを使用すると、プロバイダー (ソース) または受信者 (宛先) として機能できます。すべての取引アクションは、遅延なくプロバイダーからレシーバーにコピーされます。 このツールを使用すると、0.5 秒未満の超高速のコピー速度で、同じコンピューター上の複数の MetaTrader ターミナル間で取引をコピーできます。 Trade Copier Agent インストール & 入力ガイド コピーを開始する前、または注文がないうちに、プロバイダー アカウントで設定を適用してください。 注文中の変更は、受取人のアカウントに影響します。 例: プロバイダー アカウントが買い注文を適用し、その後、受信者アカウントのすべての買い注文を無効にすると、決済されます。 EA追加URL(   http://autofxhub.com   )MT4端末(スクリーンショット参照) に関する通知を受け取りたい場合 。 MT5 バージョン https://w
DrawDown Limiter MT4
Haidar, Lionel Haj Ali
5 (9)
Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
The top-selling EAs on the market cost a lot and one day they are suddenly gone. This is because one strategy will not work in the forex market all the time. Our product is unique from all others in the MQL Marketplace because our EA comes with 34+ built-in indicators that allow adding more strategies every time.  You build your strategy and keep updating it. If one strategy does not work, simply build another all using only one EA. This is All-In-One EA in this market place. You can use as trad
Mentfx Mmanage
Anton Jere Calmes
5 (16)
The added video will show you the full functionality, effectiveness, and simplicity of this trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool c
The most advanced news filter and drawdown limiter on MQL market NEW: Take a Break can be backtested against your account history! Check the " What's new " tab for details. Take a Break has evolved from a once simple news filter to a full-fledged account protection tool. It pauses any other EA during potentially unfavorable market conditions and will continue trading when the noise is over. Typical use cases: Stop trading during news/high volatility (+ close my trades before). Stop trading when
The Expert Advisor will help you forward all pop-up alert with screenshot from  MetaTrader 4 to Telegram channel/ group, also forward all notifications to Telegram. Parameters  -  Telegram Bot Token - create bot on Telegram and get token.  -  Telegram Chat ID  - input your Telegram user ID,  group / channel ID  -  Forward Alert - default true, to forward alert.  -  Send message as caption of Screenshot - default false, set true to send message below Screenshot  How to setup and guide  - Telegram
あなたがメンバーである任意のチャンネル(プライベートおよび制限されたチャンネルを含む)からのシグナルを、直接あなたのMT4にコピーします。 このツールは、ユーザーを念頭に置いて設計されており、取引を管理および監視するために必要な多くの機能を提供しています。 この製品は、使いやすく視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用開始できます! ユーザーガイド + デモ  | MT5版 | Discord版 デモを試したい場合は、ユーザーガイドを参照してください。 Telegram To MT5レシーバーは、ストラテジーテスターでは機能しません! Telegram To MT4の特長 一度に複数のチャンネルからシグナルをコピー プライベートおよび制限されたチャンネルからシグナルをコピー BotトークンやチャットIDは不要です(必要な場合は引き続き使用できます) リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズするかを選択 すべてのシグナルを認識する
このカスタムアルティメットスナイパーダッシュボードは、オリジナルのアルティメットスナイパーダッシュボードインジケーターをEAでアップグレードしたものです。最大98種類のアルゴリズムで動作し、使用する資産クラスのトレンドの本質を確実に捉えます。 数ヶ月に渡り、多くのお客様から頂いたご提案やアドバイスに直接お応えしたものです。   このカスタムバージョンは、完全にカスタマイズ可能です。 98の独立したカスタムアルゴリズムによって支えられています。 非常に素晴らしいビジュアルインターフェースなので、どのペアやタイムフレームでも、簡単かつ自信を持って市場全体の動向を追うことができます。 テレグラムにリアルタイムのアラートを送ることができます。 取引するペアに応じた独自のインデックスを作成することができます。 携帯電話にリアルタイムでアラートを送ることができるので、PCの前にいなくても動きがあることを知ることができます。 入力設定から8つの指標を設定することができます。 アラートを受信する指標と時間枠を設定することができます。 インターネット接続が検出されなかった場合、アラ
News Trapper EA
Noha Mohamed Fathy Younes Badr
5 (6)
Hi, all.  News trapper EA It is an expert for trading very safe expert  put Settings interest rate only or high impact news for Automated Trading on the news of the economic calendar. It shows stable trading during last 10  years. EA doesn't use dangerous technologies like martingale, grid. The Expert is very simple to use. The program contains flexible settings In the terminal settings, you need to add the news site to the list of allowed URLs. Click Tools >Options > Expert Advisors. Check th
TakePropips TradePad Pro
Eric John Pajarillaga Aldana
5 (4)
TakePropips TradePad Pro には、強力なトレード マネージャー、通貨強度メーター、アカウント レポート ツール、リスク管理ツールなどが含まれています。 これは、最も高度な外国為替取引マネージャーおよび取引アシスタントの 1 つです。これは、貿易取引をより効率的に管理したいトレーダーにとって完璧なソリューションです。 ユーザー マニュアルはブログ記事からダウンロードできます:   https://www.mql5.com/en/blogs/post/751180 このトレーディング システムは、ストラテジー テスターでテストできます (ビジュアル モードを有効にします)。ライブ チャートでテストしたい場合は、7 日間の試用版を入手するようにメッセージを送ることもできます。 詳細については、説明の下にあるビデオ チュートリアルも利用できます。 ご不明な点やサポートが必要な場合は、お気軽にお問い合わせください。喜んでお手伝いさせていただきます。 TradePad Pro は、すべての外国為替ペア、金属、コモディティ、指数、および仮想通貨で動作します。 主な特徴
What Exactly Is A Smart Trading Tool? Smart Trading Tool was developed for fast and comfortable trading of the financial markets especially for ORDER BLOCKS TRADERS . It provides traders functionalities, such as: A Drawing Tool One-Click Trading Panel Automated Lot Sizes Calculation based on your risk appetite & Money Management ( Watch this video , how this tool can help manage your risk per trade better!) Built in PRICE LEVELS (Fibonacci, Round Numbers, Daily hi-low, etc) Shows Trading Informa
MT4のエキスパートアドバイザーリスクマネージャーは非常に重要であり、私の意見ではすべてのトレーダーにとって必要なプログラムです。 このエキスパートアドバイザーを使用すると、取引口座のリスクを管理することができます。リスクと利益の管理は、金銭的およびパーセンテージの両方で実行できます。 エキスパートアドバイザーが機能するには、それを通貨ペアチャートに添付し、許容可能なリスク値を預金通貨または現在の残高の%で設定するだけです。 PROMO BUY 1 GET 2 FREE -   https://www.mql5.com/en/blogs/post/754725 アドバイザ機能 このリスクマネージャーは、リスクの管理を支援します。 -取引のために -1日あたり - 1週間 - ひと月ほど 制御することもできます 1)取引時の最大許容ロット 2)1日あたりの最大注文数 3)1日あたりの最大利益 4)エクイティを引き受ける利益を設定する それだけではありません。設定で自動設定を指定した場合、アドバイザーはデフォルトのSLとTPを設定することもできます。
[跟单系统] T he most friendly Copier interactive interface, the most abundant easy-to-use functions, and the best Copy solution.    EASY   : Easy to use, load and select the Master or SLAVE to use easily  FAST:   Quickly copy orders, algorithmic optimal follow-up mechanism, priority calculation of new signals, priority queue processing received special signals Multiple:   1. Support multiple signals to be sent at the same time, multiple accounts can select multiple accounts to copy at the same time
Chart Logic is here!  Chart automation for MT4: put your Ideas into Actions! Chart Logic is an EA for MT4 that lets you automate actions on your charts.  You define "conditions" and 'actions"; when all the conditions are true, then all the actions are triggered.  Conditions can refer to a wide range of observations, about account information, candle data, technical indicators, key levels, price, time, market data, trades and so on.  And actions can send alerts/notifications, open/close/modify t
TPSpro Risk Manager is a unique professional risk management system for traders of any background and any capital. Allows you to avoid losses in trading and serious mistakes in transactions. TPSpro Risk Manager is essential for risk management and primarily for scalpers and day traders, but is successfully used by traders of any trading style. The panel has 3 columns, each of which contains useful information. The first column displays information about the account as of the beginning of the c
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 MT4 accounts only. For MT5 accounts, you must use Auto Trade Copier for MT5. Reference: For MT4 receiver, please download "Trade Receiver F
作者のその他のプロダクト
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.66 (67)
MetaTrader4のコピー機を取引します。     それは任意の口座からの外国為替取引、ポジション、注文をコピーします。 それは最高の貿易コピー機の1つです     MT4 - MT4、MT5 - MT4     のために     COPYLOT MT4     バージョン(または     MT4 - MT5  MT5 - MT5     のために     COPYLOT MT5     バージョン)。 MT5のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 のコピー機 バージョン       MetaTrader 5 ターミナル(   МТ5 - МТ5、МТ4 - МТ5   )-   コピーロットクライアントMT5 独自のコピーアルゴリズムにより、すべての取引がマスターアカウントからクライアントアカウントに正確にコピーされます。 また、動作速度が速いことでも知られています。タフなエラー処理。 強力な機能セット。 プログ
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.88 (59)
ワンクリックで取引できるトレーディングパネル。ポジションと注文の操作!チャートまたはキーボードから取引。 手動取引用の取引パネル。チャート(チャートウィンドウ)またはキーボードから取引できます。開閉、リバース、ロックポジションと注文を処理する МetaТrader4のメインオーダーのトレーディングコントロールパネル:売買、売却、売却、売却、売却、閉じる、削除、修正、トレーリングストップ、ストップロス、takeproft MT5のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 シンボルウィンドウからの取引とキーボードからの取引! あなたはMetaTrader 4ターミナル - バーチャルコントロールパネルVirtualTradePadのためのユニークなプラグインを持っています。 Description on English 注意!  ストラテジーテスターの 取引方法を学びたい場合は、無料の TesterPad ユーティリティをチェック
ワンクリックで取引できるトレーディングパネル。ポジションと注文の操作!チャートまたはキーボードから取引。 当社の取引パネルを使用すると、チャートから直接シングルクリックで取引を実行でき、標準の MetaTrader コントロールよりも 30 倍高速に取引操作を実行できます。 パラメータと関数の自動計算により、トレーダーにとって取引がより速く、より便利になります。 グラフィックのヒント、情報ラベル、取引取引に関する完全な情報はチャート MetaTrader にあります。 MT4のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 手動取引用の取引パネル。チャート(チャートウィンドウ)またはキーボードから取引できます。  開閉、リバース、ロックポジションと注文を処理する МetaТrader5 のメインオーダーのトレーディングコントロールパネル:売買、売却、売却、売却、売却、閉じる、削除、修正、トレーリングストップ、ストップロス、takep
Exp TickSniper PRO FULL
Vladislav Andruschenko
4.06 (52)
Exp-TickSniper- 各通貨ペアのパラメーターを自動的に自動選択する高速ティックスカルパー。 取引パラメータを自動的に計算するアドバイザーを夢見ていますか?自動的に最適化および調整されますか? MetaTrader4のシステムのフルバージョン:       MetaTrader4用の TickSniper   スカルパー TickSniper-完全な説明     +デモ+ PDF EAは、ほぼ10年間のEAプログラミングで得られた経験に基づいて開発されました。 EA戦略はどのシンボルでも機能します。 時間枠は関係ありません。 ロボットは、現在の相場、ティックの到着速度、スプレッドサイズ、およびその他の契約仕様パラメーターに基づいています。 システムは、有利なストップロスとテイクプロフィットレベル、平均ポジションの距離、トレーリングストップ距離などを自動的に定義します。 EAは、トレンドに対して追加のオープニングのシステムを適用します(「平均化」)。 その設定は、実際のアカウントでテストするために最適化されています。 Expert Advisorは、絶対にすべての通貨ペ
Exp THE X FULL
Vladislav Andruschenko
4.79 (28)
これは標準的な指標に取り組んでいるMetaTrader 5のための万能自動エキスパートアドバイザーです。 UniversalEA コンストラクタEAには多数の関数が用意されています。 ポジションを開くために20のシグナルのうちの1つを選択し、MetaTraderパッケージに含まれる標準インディケータのシグナルを選別するために20のうち5つのフィルターを選択することができます。 さらに、指標のパラメータを調整したり、時間枠を選択したり、各信号の信号バーを指定したりできます。 注意!新しいユニバーサルトレーディングアドバイザーの Exp - カスタム指標に取り組んでいる xCustomEA  : MetaTrader 5の ための Exp The xCustomEA MetaTrader 4の ための Exp The xCustomEA Description on English 自動取引アドバイザーを購入したい場合は、  TickSniperを チェックして ください  。 EAには以下の機能があります。  カウンタートレンド平均 トレンドの方向への追加の開口部 トレーリング
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.76 (17)
MT5のトレードコピー機は、МetaТrader5プラットフォームのトレードコピー機です 。 それは間の 外国為替取引をコピーします   任意のは 、MT5 - MT5、MT4 - MT5   COPYLOT MT5版の アカウント (またはを MT4 - MT4   MT5 - MT4   COPYLOT MT4版用) 信頼できるコピー機! MT4のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 МТ4ターミナルでトレードをコピーすることもできます(   МТ4   -   МТ4、МТ5   -   МТ4   ):   MT4のCOPYLOT CLIENT このバージョンには、端末間 МТ5   -   МТ5、МТ4   -   МТ5が含まれ ます。 ディールコピー機は、2/3/10端末間でディール/ポジションをコピーするために作成されます。 デモ口座と投資口座からのコピーがサポートされています。 プログラムは、複数の端末
Profit or Loss Pad
Vladislav Andruschenko
4.5 (10)
利益追跡機能で総利益/損失に達したときにMetaTrader5のポジションをクローズします。   CloseIfProfitorLoss with Trailing 仮想停止(個別注文)を 有効にできます。 買いポジションと売りポジションを別々に 計算して閉じる(別々の買い売り)、 すべてのシンボルまたは現在のシンボルのみを 閉じて計算する(すべてのシンボル)、 利益のためにトレーリングを有効にする( トレーリング 利益) ポジションは、預金通貨、ポイント、%、およびドローダウンの 値に基づいてクローズされます。 このアプリケーションは、他のEAと一緒に、または手動取引と組み合わせて、任意のアカウントで使用するように設計されています。 MT4のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 一部またはすべてのペアの貿易収支の合計が設定で指定された値以上になるとすぐに、すべてのポジションがクローズされ、注文が削除されます。 このバージ
Exp5 The xCustomEA for MT5
Vladislav Andruschenko
4.27 (11)
MetaTrader 5のためのカスタムインディケーターに関する普遍的なトレーディングアドバイザー。 MetaTrader4のバージョン:  MetaTrader 4ターミナル   のxCustomEA  バージョン ユニバーサルトレーディングアドバイザTheCustomEAの機能は、1つを除いて、私たちのアドバイザ The X の すべてのパラメータを正確に複製します。 xCustomEA はカスタムインディケータ上で動作し、MT5端末向けに独自の取引戦略をプログラムすることができます。 xCustomEA は、インターネットまたはmql5市場からダウンロードできるカスタム指標へのリンクを持っています。 私たちの新しい顧問  The xCustomEA  は顧問  The X - Universal EAに  基づいています あなたはあなたの 習慣 をプログラムすることができます  インジケータ  、  そして私達のアドバイザー xCustomEA はシグナルのポジションを開く でしょ う。 私たちのユニバーサル展覧会顧問 ザ・を 購入 し て   xCustomEA  、  
Exp Swing
Vladislav Andruschenko
4.18 (45)
これは、Swinger(Pendulum、Cheburashka)と呼ばれる有名な戦略のモデルを使用しています。 戦略は、2つの反対の保留中の注文を出すことにあります。価格が特定の方向に移動すると、一方の保留中の注文がトリガーされ、もう一方の注文のロットサイズが増加します。 EAは3種類のオープン保留中の注文を提供します(TypeofTrade) 配置後の自動オープン(インスタントオープンAutoTrade) 手動開封後の開封と管理(手動開封ManualTrade) 高/低レベルで開く(過去のバーTFTradeの高低) OCO(One-Cancels-the-Other)注文は、2つの注文で構成される条件付き注文の一種です。2つ目の注文が約定すると、1つ目の注文は自動的にキャンセルされます。 スイング-完全な説明 使い方? 開始時に、エキスパートアドバイザーは2つの注文を出します-現在の価格から StopOrderDeltaifUSE までの距離で 買いストップ と 売りストップです。 買いストップ がトリガーされると、 売りストップは 削除され、代わりにボリューム BuyS
FREE
利益追跡機能で総利益/損失に達したときにMetaTrader4のポジションをクローズします。 仮想停止(個別注文)を 有効にできます。 買いと売りのポジションを別々に 計算して閉じる(別々の買い売り)、 すべてのシンボルまたは現在のシンボルのみ(すべてのシンボル)を 閉じて計算します。 利益のためにトレーリングを有効にする( トレーリング 利益) 預金通貨、ポイント、残高の%の総損益を閉じます。 このアプリケーションは、他のEAと一緒に、または手動取引と組み合わせて、任意のアカウントで使用するように設計されています。 MT5 のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 一部またはすべてのペアの貿易収支の合計が設定で指定された値以上になるとすぐに、すべてのポジションがクローズされ、注文が削除されます。 このバージョンは、指定された利益レベルでポジションを閉じることができるだけでなく、より良い結果を得るために利益を追跡することもで
Exp Assistant 5
Vladislav Andruschenko
4.72 (121)
自動設定、ストップロス、テイクプロフィット、トレーリングストップ、損益分岐点レベルにより、 仮想 ストップロスとテイクプロフィットが可能になります。 Exp Assistant は、 ポジションの維持を計画するのに役立ちます。 このプログラムである Expert Advisor は、 リアルまたはバーチャルを 自動的に設定するように設計されています。     取引中のポジションの ストップロスとテイクプロフィット のレベル。 Expert Advisor のすべての操作は、チャート上のコントロール パネルから簡単に管理できます。 オープンポジションの ストップロス、テイクプロフィット、 トレーリングストップ 、 損益 分岐点 の設定が難しい場合 、または手動で取引したい場合は、アシスタントを使用できます。 取引のストップロスとテイクプロフィットの設定、トレーリングストップのオン、必要に応じてストップロスを損益分岐点に移動するなど、必要なアクションが自動的に実行されます。 アシスタントには、 パラボリック Sar インジケーターに基づくトレーリング ストップ機能も備えています。 MT4
FREE
Exp TickSniper
Vladislav Andruschenko
4.09 (34)
Exp-TickSniper は、各通貨ペアのパラメーターを個別に自動的に選択する高速ティックスカルパーです。 EAは、ほぼ10年間のEAプログラミングで得られた経験に基づいて開発されました。 EAは、スマートトレーリングストップを使用し、現在の通貨ペアデータ、その相場、仕様、スプレッドに基づいて短期取引を実行します。 平均化戦略は、信号検出アルゴリズムによって引き起こされる損失を防ぐために使用されます。 オープンポジションが特定の損失を被った場合、ポジションを平均化する機能がトリガーされます。 極端な場合、TickSniperによって開かれたポジションにはストップロスが伴います。自動取引システムが最小利益を得ることができない場合、ポジションはストップロスによって1つずつクローズされます。 システムは、有利なストップロスとテイクプロフィットレベル、平均ポジションの距離、トレーリングストップ距離などを自動的に定義します。 EAは、通貨ペアの仕様、現在の価格、および戦略の一部であるその他の要因から、これらのパラメーターに関するデータを取得します。 MetaTrader 5のフルバージョ
Lib5 EAPadPRO for MT5
Vladislav Andruschenko
4.5 (6)
MetaTrader5のエキスパートアドバイザーに情報パネルを追加するためのライブラリ。 プログラムの情報とインターフェースが取引で利益をもたらすことを保証することはできませんが、プログラムの最も単純なインターフェースでさえ第一印象を強めることができると断言できます。 エキスパートアドバイザーに パネルを追加するための詳細な説明と手順は、ブログにあります:   LIB-EAPADPROステップバイステップの説明 パネルの詳細な説明と EAPADPROの使用手順 MetaTrader4ライブラリバージョン 追加のプロセスは 10のステップで 構成されており、それらについては記事で詳しく説明しています。 ライブラリのインストール このサイトからライブラリをインストールします。 エキスパートアドバイザーを開きます。 コードをインストールするためのサンプルとステップバイステップガイド、ファイル Exp-EAPADPRO LIBRARY TEST(ブログにあります)を開き ます。 推奨事項に記載されているように各ステップを実行するか、サイトからのステップバイステップの説明を使用してください
FREE
Averager FULL
Vladislav Andruschenko
4.9 (10)
Exp-Averager は、 平均化取引を開始することで、特定のドローダウンを受けた取引を平均化するように設計されています。 アドバイザーは、トレンドおよび逆トレンドに合わせて追加のポジションをオープンできます。 一連のポジションの平均トレーリングストップが含まれています。 ロットが増えたり減ったりしています。 不採算ポジションを平均価格に近づける一般的な戦略。 MT4のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 リンク MetaTrader 5 ターミナルの Expert Advisor でのアベレージャの操作の例:   Exp - TickSniper   。 平均化機能を備えたユニバーサル取引アドバイザー The X 注記 これは自動取引システムではありません。 取引を監視し、ドローダウンが発生した場合に利益が得られるまで平均化します。 ストラテジー テスターでエキスパート アドバイザーをテストし、ビジュアル モードで E
Exp5 Duplicator
Vladislav Andruschenko
4.71 (7)
Expert Advisor Duplicator は 、アカウントMetaTrader5 で事前に設定された回数の取引/ポジション/シグナルを繰り返します。 手動または別のエキスパートアドバイザーによって開かれたすべての取引をコピーします。信号のロットサイズを大きくすることが可能です。 シグナルをコピーし、シグナルから多くを増やします! MQL5信号ロットの増加 次の機能がサポートされています:コピーされた取引のカスタムロット、StopLossのコピー、TakeProfit、トレーリングストップの使用など。 MT4 のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 リンク MetaTraderのトレードコピー機はこちらから入手できます:   COPYLOT 注意 注 :これは端末間の取引用のコピー機ではありません。 複製機はネッティングアカウントでは使用できません。 ストラテジーテスターでエキスパートアドバイザーをテストし、ビジュア
Exp Assistant 4
Vladislav Andruschenko
4.87 (85)
ストップロスの設定、利益の獲得、トレーリングストップ、損益分岐点のレベル、バーチャルストップの実現。 経験アシスタント はあなたがあなたのポジションのメンテナンスを手配するのを助けます。 このエキスパートアドバイザーは必要なストップロスをすべて設定し、あなたのポジションに応じた利益レベルを取ります。 すべてのExpert Advisor操作はチャート上のコントロールパネルから管理されます。 あなたがオープンポジションを持っているが、あなたのエキスパートアドバイザーがストップロスを設定することができない、利益を上げる、トレーリングストップまたはブレークイーブン、そしてあなたが手動で取引するなら、あなたはアシスタントを使うことができます。それは自動的にストップロスを出してあなたの取引のために利益を得ます、トレーリングストップをオンにするか、または必要に応じてbreakvenvenにストップロスを移動します。 Parabolic Sarインディケータに基づくトレーリングストップもあります。 MT5のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法
FREE
このユーティリティを使用すると、戦略テスターで戦略を手動でテストできます。視覚化チャート上でワンクリック取引。 トレードス​​キルをテストするための便利で完全な機能がストラテジーテスターでも利用できるようになりました。 Forex Tester Pad は、ストラテジーテスター用のトレーディングシミュレーターです。インジケーターを使用した取引。 私たちのユーティリティの主な機能 MT4のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 MetaTrader ストラテジー テスター 4 および 5 で動作します。 取引、ポジション、注文の管理。 あらゆるインジケーターを操作する可能性; ストップロス、テイプロフィット、トレーリングストップ、注文グリッド; EAPAD PRO チャートフレンドリーなダッシュボード; 速度制御、一時停止、チャート制御を 1 クリックで実行できます。等々。 警告: このパネルは戦略テスター向けです。 ライブ チャ
FREE
幅広い機能を備えたMetaTrader4のユニバーサルインジケーターアドバイザーで、標準インジケーターに取り組んでいます。 1エキスパートアドバイザーの戦略ビルダー。 標準のMetaTraderセットからの多くのトレーディングインジケーター。 20個の信号から1個と20個のフィルターから5個を選択する可能性。 要件に合わせて個別にカスタマイズするための100を超えるパラメーター。 シグナルごとに、インジケーターパラメーターをカスタマイズし、時間枠を選択し、シグナルバーを指定できます。 リンク: X for MetaTrader5ターミナル     (MT5のX) 注意     !新しいユニバーサルトレーディングアドバイザー     Exp xCustomEA     にとって     MetaTrader 4       、カスタムインジケーターに取り組んでいます 自己最適化された自動取引アドバイザーを購入したい場合は、             TickSniper       ! EA設定+デモ+ PDF   の完全なマニュアルと説明は、 私たちのブログにあります。 設定と入
Exp SafetyLock PRO
Vladislav Andruschenko
4.7 (27)
SAFETYLOCKを使用すると、トレーダーは、すでにオープンしているポジションに反対の注文を設定することで、強い市場の反転を回避できます。 トレーダーまたはEAがポジションをオープンした場合、SAFETYLOCKは反対の保留中の注文をオープンします。ポジションが赤字になると、保留中の注文がアクティブになり、ロックが作成されます。 EAを使用すると、初期位置を閉じたり、トレーリングストップで作業したり、ロットを乗算したりできます。 ポジション価格に続いて、保留中の注文の始値を変更することもできます。 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 基本的なパラメーター(ブログのパラメーターの完全な説明) MilliSecondsTimerForMonitoring- アルゴリズム実行の期間(ミリ秒単位)(デフォルトは1000 = 1秒)。 SymbolMonitoring   -SymbolMonitoring = ALL_SYMBOL =アカウントの
Exp Tick Hamster MT5
Vladislav Andruschenko
3.75 (16)
MetaTrader5の任意の取引シンボルのすべてのパラメーターの自動最適化のエキスパート。 設定なしでEAを取引! ダニ ハムスター -これは 、アドバイザーを設定したくない初心者やユーザー向けの自動取引エキスパートです! このトレーディングアドバイザーのトレーディング戦略は 7年間テストされています。 初心者のために特別に設計された自動売買エキスパートで、これまで以上に取引を簡単に。 アドバイザーを設定する煩わしさに別れを告げ、ストレスのない取引を実現しましょう。 今すぐ始めて、取引成功への第一歩を踏み出しましょう。 MT4のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 使い方? ダウンロード; チャートにインストールします。 アドバイザーは自動的に取引します。 レビューを残します。 エキスパートを設定するにはどうすればよいですか? 何もカスタマイズする必要はありません!私たちはあなたのためにすべてをセットアップします! 1
Exp COPYLOT MASTER for MT4
Vladislav Andruschenko
4.54 (26)
МetaТrader4のトレードコピー機。外国為替取引、ポジション、注文を任意のアカウントからコピーします。 それは最高の МТ4   -   МТ4, МТ5   -   МТ5, МТ4   -   МТ5, МТ5   -   МТ4 貿易複写機、今日の一つです。 独自のコピーアルゴリズムにより、すべての取引がマスターアカウントからクライアントアカウントに正確にコピーされます。高い動作速度。厳しいエラー処理。強力な機能セット。 これらすべての品質は、単一のプログラム-EXP-COPYLOTにまとめられています。 プログラムは、複数の端末バインディングで実行できます。 1つのアカウントで取引されているさまざまな投資家アカウントでの取引のシンクロナイザーとして使用します。-COPYLOTは取引を他の端末にコピーします。 インストール CopyLotマスター-ポジションと注文をコピーしたいアカウントにインストールするエキスパート。 このエキスパートをターミナルにインストールし、そこからポジションを投資口座にコピーします。 「COPY」のように、任意のテキストラベル名をpathWrit
FREE
Exp Tick Hamster MT4
Vladislav Andruschenko
3.5 (14)
MetaTrader4の任意の取引シンボルのすべてのパラメーターの自動最適化のエキスパート。 設定なしでEAを取引! Tick   Hamster   -これは 、アドバイザーを設定したくない初心者やユーザー向けの自動取引エキスパートです! 初心者に優しい専門アドバイザーによる、手間のかからない自動取引を体験してください。 複雑なセットアップについて心配する必要はありません。当社の専門家がすべてを処理します。 トレーディングで成功するための旅を今すぐ始めましょう! MT5のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 使い方? ダウンロード; チャートにインストールします。 アドバイザーは自動的に取引します。 レビューを残します。 エキスパートを設定するにはどうすればよいですか? 何もカスタマイズする必要はありません!私たちはあなたのためにすべてをセットアップします! 1設定パラメータ=トレーディングロットロット。 魔法    
このユーティリティを使用すると、戦略テスターで戦略を手動でテストできます。視覚化チャート上でワンクリック取引。 このユーティリティの最新バージョンは、トレーダーが取引戦略を手動でテストするための高度な機能を提供します。ストラテジー テスターを使用すると、シミュレートされた環境で取引戦略の有効性を評価できるようになります。この機能を使用すると、取引テクニックのパフォーマンスを分析し、それらを改良して取引スキルを向上させることができます。 さらに、ストラテジー テスターは、視覚化チャート上でワンクリック取引で取引を実行する便利で効率的な方法を提供します。この機能により、異なる画面を切り替えることなく、希望の価格レベルで取引を迅速に開始および終了することができます。 ストラテジー テスターで利用できる完全な機能を使用すると、取引戦略をシミュレーションして洗練し、結果を分析して、取引スキルを効果的かつ効率的に最適化できます。 MT5 のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法  
FREE
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
Exp4 Duplicator
Vladislav Andruschenko
4.52 (21)
Expert Advisor は 、アカウントMetaTrader 4で 取引を繰り返し、ポジションを設定するか、事前に設定された回数だけシグナルを送信します。 手動または別のエキスパートアドバイザーによって開かれたすべての取引をコピーします。 シグナルをコピーし、シグナルからロットを増やします ! 他のEAの多くを増やします。 次の機能がサポートされています:コピーされた取引のカスタムロット、ストップロスのコピー、テイクプロフィット、トレーリングストップの使用。 MT5のバージョン 完全な説明 +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 リンク MetaTraderのトレードコピー機はこちらから入手できます:   COPYLOT 注意 注:これは、端末間の取引用のコピー機ではありません。 ストラテジーテスターでエキスパートアドバイザーをテストし、ビジュアルモードでEAPADPROツールバーと取引することができます! EAを1つの通貨ペアにインストールす
Ind4 Extra Report Pad
Vladislav Andruschenko
4.49 (45)
これはあなたの取引口座の分析を提供する統計パネルです。 分析結果はリアルタイムでチャートに表示されます。 多通貨取引は今日非常に人気があります。しかし、取引の量が多いほど、それぞれの収益性を分析することは難しくなります。月ごとに取引を分析し、 MT5のバージョン 完全な説明 +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 各取引ごとの統計を計算することはさらに困難な作業です。 パネルは、あなたのアカウントを分析し、リアルタイムで詳細な統計を準備する効率的な解決策を提供します。 注意!  HTMLへのエクスポート  ボタン が利用可能です - 私たちのインディケータは別のHTMLファイルにすべての受信データを保存します! タブとコントロール このパネルは現在6つのタブで構成されています。 トレード   - 現在のオープントレード 歴史   - 歴史の中で閉じられた取引 すべての取引   - 始値と終値の取引 レポート   - あなたの取引口座のクローズド取引に関する詳細なレ
FREE
Exp5-COPYLOT MASTERは、МetaТrader5とMetaTrader4のトレードコピー機です。任意のアカウントから外国為替取引をコピーします。 インストール このエキスパートアドバイザーはマスターコピー機です。トレードをコピーしたいターミナルにエキスパートアドバイザーをインストールします。 「COPY」のように、任意のテキストラベル名をpathWriteとして指定します。 トレードをコピーしたい端末にMT5用のCOPYLOTMASTERをインストールします。 次に、コピー先の MT4  端末にCOPYLOTクライアントMT4をインストールします。 または MetaTrader5用の CopylotクライアントMT5 MT4用のCOPYLOTMASTERを ダウンロードすることもできます COPYLOT-完全な説明とマニュアル PDFガイド 注:設定のリストは[コメント]タブにあります。 EAは1チャートに設定する必要があります!デフォルトでは、アドバイザーがアカウントからすべてのポジションと注文をコピーします。 注文はアクティベーション時にコピーされ(ポジション)
FREE
Lib4 EAPadPRO for MT4
Vladislav Andruschenko
5 (5)
MetaTrader4のエキスパートアドバイザーに情報パネルを追加するためのライブラリ。 プログラムの情報とインターフェースが取引で利益をもたらすことを保証することはできませんが、プログラムの最も単純なインターフェースでさえ第一印象を強めることができると断言できます。 エキスパートアドバイザーに パネルを追加するための詳細な説明と手順は、ブログにあります:   LIB-EAPADPROステップバイステップの説明 パネルの詳細な説明と EAPADPROの使用手順 MetaTrader5ライブラリバージョン 追加のプロセスは 10のステップで 構成されており、それらについては記事で詳しく説明しています。 ライブラリのインストール このサイトからライブラリをインストールします。 エキスパートアドバイザーを開きます。 コードをインストールするためのサンプルとステップバイステップガイド、ファイル Exp-EAPADPRO LIBRARY TEST(ブログにあります)を開き ます。 推奨事項に記載されているように各ステップを実行するか、サイトからのステップバイステップの説明を使用してください
FREE
Ind5 Extra Report Pad
Vladislav Andruschenko
4.77 (30)
これはMetaTrader 5のためのあなたの取引口座の分析を提供する統計パネルです。 分析結果はリアルタイムでチャートに表示されます。 多通貨取引は非常に人気があります。 MT4のバージョン 完全な説明 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 しかし、取引量が多ければ多いほど、それぞれの取引の収益性を分析するのは難しくなる。 月ごとに取引を分析し、各取引ごとに統計を計算することは、さらに困難な作業です。 取引システムのパフォーマンスを包括的に理解したい場合、この目標を達成するのに役立つツールが複数あります。 これらのツールには、レポート、統計、myfxbook、取引ジャーナル、口座分析、パフォーマンス統計、分析、革新的なダッシュボードなどがあります。 これらのツールを活用することで、取引システムのパフォーマンスを詳細に分析し、得意分野や潜在的な弱点に関する貴重な洞察を得ることができます。 パフォーマンス向上を目指す新規トレーダーであれ、取引戦略の最適化を目指す経験豊富なト
FREE
Market Time Pad
Vladislav Andruschenko
4.6 (15)
世界の主要市場の現在時刻を表示するインジケーター。また、現在のセッションも表示されます。 とても使いやすいです。チャート上であまりスペースを占めません。 ExpertAdvisorsやVirtualTradePad などの他のパネルと一緒に使用できます。 クラシックスタイルバージョン。 親愛なる友人やEAのユーザーの皆様、 レビュー セクションに評価を追加してください。 私たちの外国為替ソフトウェアへのすべてのアップデートは 無料 です! これは無料の取引ユーティリティです! その他の機能: 入力パラメータにはオプションがあります。ボタンの上にマウスを置くとヒントを表示/非表示にします。ヒントの言語を英語/ロシア語で選択することもできます。 [閉じる]ボタンはアプリケーションを停止します。 [最大化/最小化]ボタンは、チャートのペインを折りたたむ/展開します。 ペインはチャート上で移動できます。これを行うには、[閉じる]ボタンと[最小化]ボタンの近くにあるペインの上部をクリックしてから、ペインを目的の位置に移動します。 Expforex,Vladon,Indicator,Utilit
FREE
フィルタ:
Exploit123
39
Exploit123 2024.01.16 17:53 
 

Is it possible to change the comments of the Orders? It would be very useful

Vladislav Andruschenko
244516
開発者からの返信 Vladislav Andruschenko 2024.01.16 18:10
Thank you for your question. For normal operation of the Expert Advisor, it is currently impossible to change a comment.
Alex
208
Alex 2022.01.20 22:19 
 

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

Vladislav Andruschenko
244516
開発者からの返信 Vladislav Andruschenko 2022.01.21 06:05
Thanks a lot. I'm very pleased. I try to be better.
jc-hakuna-matata
227
jc-hakuna-matata 2021.09.23 09:05 
 

excellent tool

Mariusz Sedlak
27
Mariusz Sedlak 2020.11.24 11:38 
 

Very handy

Vladislav Andruschenko
244516
開発者からの返信 Vladislav Andruschenko 2020.11.24 12:55
Thank you
Richard Laksana
186
Richard Laksana 2020.07.07 18:47 
 

Amazing ea. Have tons of features and very customizeable. Recommended !!

Viktor Koroveshi
411
Viktor Koroveshi 2020.05.10 13:44 
 

A useful tool for building good strategies

zenith7
35
zenith7 2020.01.23 01:57 
 

Excellent indicator. It is worth buying. Very useful tool for trading. Must have for shrewd traders. This is a real review.

Vasil lupanov
722
Vasil lupanov 2020.01.15 17:17 
 

Works perfectly !!! Ten gold stars for its creator too !!!

Wan Ping Fei
1690
Wan Ping Fei 2019.12.29 15:30 
 

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

noshali
558
noshali 2019.02.01 10:06 
 

What an amazing utility....Vladislav is very responsive as is evident from the new enhancements that keep on rolling for this utility....every trader should have this tool.

Update

Awesome updates..only thing missing is TakeProfit in money. Not that it is a showstopper. Best $50 spent on mql market

Evolve
224
Evolve 2017.03.17 09:33 
 

Good tool for manual traders which utilize Averaging/Grid strategy. Author very responsive!

Update: 3/17/17 New Sleek & smooth trade Pad! thanks! Well worth the price!

Валерий Булеев
575
Валерий Булеев 2017.02.06 10:38 
 

Отличный продукт! Работает как часы. Очень удобные и гибкие настройки а так же адекватнейший суппорт!

Да, и удобная панель, где есть вся необходимая информация для трейдинга. Спасибо программисту за отличную работу!

Erween Noel Calvo
525
Erween Noel Calvo 2016.05.28 13:38 
 

Every day trader need to have. This oculd be the holy grail that you have been looking for. Here is the pros and cons according to my experience:

Pros:

Affordable

Works about 90-95% of the time or even 100% of the time if you are not greedy with your lot size

Easy to use and automated

Can pair it to other EA

COns:

Needs to have larger deposit probably for .01 you might need at least 3k balance

Suitable only for short range pairs

I highly recommend this product to anyone who are struggling with their exit strategy.

Laurentiu Cirlan
500
Laurentiu Cirlan 2016.04.17 20:06 
 

Works excellent in 90% of time, except when you get an aggressive trend of 1000 pips against your position.

Зеленый Человечек
183
 

Очень пожалела, что купила этот усреднитель...описание смазанное ..скрин подобран....усрединель сливает со страшной силой ....ничего личного ..но это мое мнение об этом звере

Vladislav Andruschenko
244516
開発者からの返信 Vladislav Andruschenko 2020.10.16 18:31
Усреднитель лишь усредняет ваши сделки. Вы должны его настроить сами Есть полные инструкции ℹ️ℹ️ℹ️ All guides and full instructions on my blogs https://www.mql5.com/ru/users/vladon/blog ℹ️ℹ️ℹ️
Xu Tang
879
Xu Tang 2016.04.11 08:29 
 

It is a good tool for manual trading.

burak Güçükdere
511
burak Güçükdere 2016.01.28 21:59 
 

SUPER FOR MANUEL PLAYERS.

TÜRKÇE

ARKADAŞLAR MANUEL OYNUYORSANIZ MUTLAKA SAHIP OLMANIZ GEREKEN BIR PROGRAM.

https://www.mql5.com/en/signals/161876

Aleksandr Beresnev
424
Aleksandr Beresnev 2016.01.19 14:26 
 

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

Digital_001
76
Digital_001 2015.06.11 20:53 
 

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

savagerus
121
savagerus 2015.02.12 22:02 
 

Хороший советник и саппорт на высоте

12
レビューに返信
バージョン 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 1415

!!!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.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
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
Update EAPADPRO
バージョン 21.612 2021.06.12
EAPADPRO v40 update, according to the new rules
バージョン 20.953 2020.10.23
In closing positions when using the CloseAveragingAfterCloseMainDeals parameter, added Print output to the log.
バージョン 20.630 2020.06.30
Bug OpenOnly1ofBar fixed.
The parameter separates the BUY SELL positions separately from each other.
バージョン 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.706 2019.07.09
Disable re-modification of positions at the same stoploss.
バージョン 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.216 2019.02.16
TAKEPROFIT modification error for SELL positions fixed
バージョン 19.202 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.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.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.08
- 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.208 2017.02.20
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

Added block for transferring the stop loss to breakeven.
Note: breakeven is set starting from the middle 0 line.
- MovingInWLUSE - transfer the position to breakeven;
- LevelWLoss - transfer the stop loss to +LevelWLoss points;
- LevelProfit - when the trade gains LevelProfit points of profit;
バージョン 17.114 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:

BUY Average/Lot - Next averaging in points for BUY / Next averaging lot
SELL Average/Lot - Next averaging in points for SELL / Next averaging lot
Average Price Buy - Average price for BUY deals
Average Price Sell - Average price for SELL deals
Last Price Buy - The last known price of the lowest BUY trade
Last Price Sell - The last known price of the highest SELL trade
Last Lot Buy - The last known lot of the lowest BUY trade
Last Lot Sell - The last known lot of the highest SELL trade
バージョン 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.511 2016.05.17
Updated the TakeProfitALL parameter.
If TakeProfitALL = 0, then take profit is not placed.
Added the OpenOnly1ofBar parameter
If OpenOnly1ofBar = true, the averaging positions will only be placed 1 time on the current bar. The parameter has been added in order to avoid opening multiple trades on 1 bar during the release of important news.
バージョン 16.407 2016.04.12
Fixed defining the number of averager positions when working together with COPYLOT
バージョン 16.222 2016.03.01
Added option SleepForOpenbetweenLastClose
Delayed opening of the new averaging order after closing the last position, in seconds.
It allows you to delay before opening, if the positions are closed by another expert, for example CloseIfProfitorLoss with Trailing.

Added option MarketWatch
MarketWatch (true - false)
This option can be enabled for the accounts in the group consisting ECN \ NDD and \ or accounts that use Market execution.
Principle: In the accounts of the group of ECN \ NDD and \ or accounts that use Market execution is forbidden to open positions with established Stoploss \ Take Profit, but is allowed to open a position with a Stop Loss \ TakeProfit = 0, and at the same time after the successful opening of the modified position Stoploss on and \ or Take Profit
This feature, when turned on, first opens position, then sets Stoploss \ takeprofit for it.
バージョン 16.120 2016.01.21
Added StopLoss for each transaction separately.
バージョン 15.625 2015.06.25
Added the Magic parameter - magic number of averaging deals
バージョン 15.615 2015.06.17
LotMax - limiting the total lot for all trades with a given currency pair.
バージョン 15.526 2015.05.29
Добавлен параметр LotMax = Максимальный лот, который будет выставлен при открытии позиции усреднения. 0 - отключен
Например: Если При расчете лота для усреднения
(начальный лот позиции 0.1 LotsMartin=2 и LotAdditional=0.1) сделка усреднения должна открыться как 0.3 лота и LotMax=0.2, то сделка откроется 0.2 лотом
バージョン 15.518 2015.05.19
Added comission and swap calculation for position smoothing.
バージョン 15.212 2015.02.16
Fixed:
At 4-digit brokers, a stop loss lagged behind the price. When modifying and enabling a trailing stop, all trades of one direction are modified by a common stop loss.
Previously, each position moved from the mid line on its own when a common trailing stop was enabled. This could occassionally affect the simultaneous position closing.

Added LotAdditional variable allowing you to add a lot to the one being opened. If LotAdditional=0, an ordinary lot is opened. If, for example, LotsMartin=1 and LotAdditional=0.5, each following averaging lot is equal to the last trade's lot + 0.5.
バージョン 15.130 2015.01.30
The red midline is now displayed on the chart when opening trades for easier tracking.
バージョン 15.105 2015.01.08
Added magic number of basic trades to the midline calculation when analyzing certain magic numbers for averaging.