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

Rep Trick Trader

リピートトレードのためのサポートツール

パラメーターで売買方向および任意の価格範囲とリピート回数(またはpips幅)を設定。
あとは設定に従ってEAが自動的に売買を繰り返します。
売り、買いそれぞれに範囲設定できますので戦略の幅も広がります。

売買条件の判断はユーザーで行う半裁量ツールです。EA内部ではインジケーター等での状況判断は行いません。

機能と使い方

通常のEAと同様にMQL4/Expertsフォルダ内にダウンロードしたファイルを保存し、トレードしたいシンボルのチャートに適用してください。

基本動作

  • パラメーターで任意の価格範囲とリピート回数(またはpips幅)を設定。
    TP・SLの設定に従って自動的に売買を行います。

  • EA内部でエントリーレベルの情報を保持し、成行でポジションを構築します。
    (ピンポイントでは約定しない場合があるためプラスマイナス5ポイントの範囲を許容します)

  • 設置時間足は1分足~5分足程度を想定して作成しています。(ただし制限はありません)

  • EAによる全ての取引は成行で行われます。

チャート上のボタンによる操作

チャート左下部の各ボタンで一時停止、全決済などを行うことができます。(画像を参照してください)

  • 開始/一時停止ボタン
    クリックで新規ポジション構築の開始/一時停止を切り替えることができます。
    EA自体は停止しないため、既存ポジションはTP/SLの設定に従って決済されます。
    デフォルトでは グリーン=動作中(Running)、オレンジ=一時停止中(Pausing)となります。

  • BUYボタン / SELLボタン
    Trade DirectionでBothを選択した場合に開始/一時停止ボタンの横に表示されます。
    機能は開始/一時停止ボタンと同様で、Bは買い方向のみ、Sは売方向のみに適用されます。
    デフォルトでは グリーン=動作中(Running)、オレンジ=一時停止中(Pausing)となります。

  • CLOSEボタン
    クリックするとオープンポジションの全決済の確認ダイアログが表示され、OKを押下で全決済が実行されます。
    決済後の意図しないエントリーを防ぐため、一時停止中のみ動作します。


ペンディングオーダーによるリモート操作

VPSで稼働させている場合でも、ローカルPCやスマホアプリのMT4から指値注文を送信することで一時停止、全決済などの操作を行うことができます。
ただし、非EAからの注文(マジックナンバーやコメントが使用できない)を利用している都合上、 同一口座かつ同一シンボルで複数のパターンを稼働させているような場合は誤作動する可能性がありますのでチャート上のボタン操作をご利用ください。

オーダータイプと価格の組み合わせをコマンドとして実行します。(画像を参照してください。)
なるべく覚えやすいように、使用するオーダーはMT4の指値注文リストの一番上BuyLimitと一番下SellStopとしています。

  • シンボルの価格0に上表の価格(ポイント)を加算した値を発注価格として送信します。

    例:
    USDJPYの場合 「BuyLimit / 価格 0.001」 で発注 → 一時停止(全体)
    EURUSDの場合 「BuyLimit / 価格 0.00012」 で発注 → 一時停止(売りのみ)

    BuyLimit注文は動作後も削除されません。また、注文が残った状態で再開コマンドが送信されても再度一時停止状態となります。再開前に手動で削除してください。

  • 全決済させる場合は一時停止後にSellStopを送信します。

    例:
    EURUSDの場合 「BuyLimit / 価格 0.00011」 で発注 → 一時停止(買いのみ)
    さらに 「SellStop / 価格 0.00001」 で発注 → 全決済(買いのみ)

    一時停止されていない方向のポジションはSellStopを送信しても決済されません。
    決済処理完了後、自動的にSellStop注文は削除されます。

  • 稼働状況の問い合わせを利用する場合は、EAを稼働しているMT4の[ツール]-[オプション]-[通知機能]からプッシュ通知を許可してください。
    スマホアプリのプッシュ通知を許可している場合はほぼリアルタイムで受信されますが、許可していない場合はアプリの再起動時に受信されます。


オープンポジションを保有した状態での初期化(設定変更など)について

可能な限り読込後にポジション情報を再取得するようにしていますが、値幅やリピート回数を変更した場合、また約定時にブローカー側のスリッページが発生したポジションなどはすべてを反映することが難しいため、設定変更後に近い価格帯でポジションが重複する場合があります。 重複させたくない場合は、下記の「初期化で取得から漏れてしまったオープンポジションの引き継ぎ方法」をご参照ください。
※CSVに反映されていないポジションでもTP/SLなどのクローズ処理やブレークイーブン、トレールの動作には影響ありません。


CSVからの読み込み

価格範囲・リピート設定はそのままでその他のパラメーターを変更したい場合はCSVからの読み込みを利用することができます。

パラメーターによる初期化と比較して直近のオープンポジションの状態をそのまま引き継げるところが利点です。

  • CSVは「MQL4\Files\RepeatTrader_UsrData」 フォルダ内に、買いは「シンボル名マジックナンバー_PriceB」売りは「シンボル名マジックナンバー_PriceS」として保存されます。

  • 読み込まれる情報は、[ 分割されたエントリーレベル ] と [ 対応するポジションのチケットナンバー ] です。

初期化で取得から漏れてしまったオープンポジションの引き継ぎ方法


裏技的ですが、パラメーターによる初期化で取得から漏れてしまったオープンポジションのチケットナンバーを直接CSVに書き込んで読み込みし直すことでポジション情報を引き継ぐことが可能です。

< 手順 >

  1. MT4の自動売買アイコンをオフにする(EA全体を停止)

  2. 漏れているポジションのチケットナンバーをCSV内の対応するエントリーレベルの行の-999と差し替え→保存

  3. パラメーターの「Initializing Rate Level by」を「CSV」にして適用

  4. MT4の自動売買アイコンをオンにする

    ※CSVを手動で変更する場合は必ずEA全体を停止してください(稼働中はEAが上書きするため変更が反映されません。)
    ※チケットナンバーはオープンポジションとして存在するものを記入してください。存在しないナンバーが記入されたエントリーレベルでは以降のポジションが構築されません。

パラメーター

BASE SETTINGS

  • Comment
    コメント

  • Run/Pause Button's Initial State
    EA設置時の開始/一時停止ボタンの初期状態 デフォルトでは設置直後のエントリーを防ぐため一時停止(Pausing)としています。
    バックテストの際はRunningにしてください。

  • Trade Direction
    買いのみ(BUY Only)/売りのみ(SELL Only)/売り買い両方向(Both)のいずれかを選択。

  • Slippage(pips)
    スリッページ(ブローカーで設定が許可されている場合に有効)

  • Max Spread ( points )
    最大スプレッド。指定値以下の時のみ発注されます。

  • Max Positions ( per One Side )
    片側あたりの最大ポジション数

  • Max Trade ( Daily / Closed Base / per One Side )
    一日あたりの最大ポジション数(クローズベース/片側あたり)

  • Trade Interval ( Bars )
    次のポジションをオープンするまでのインターバルを、設置時間足の本数で設定します。
    (0とした場合、急変動があった際に短時間で連続してポジションがオープンされる可能性があります。)

REPEAT SETTINGS

  • Initializing Rate Level by

    Parameter パラメーターからエントリーレベルを設定(初期化)します。
    CSV 保存済みのCSVからエントリーレベルおよび既存ポジションの情報を読み込みます。直近に保存された状態が反映されます。

  • Repeat Set Type

    Set by Times 指定範囲内でのリピート回数で指定します。
    Set by Pips pips幅で指定します。

  • Magic Number

    マジックナンバー
    買いポジション用、売りポジション用にそれぞれ設定します。

  • Lots
    ロット
    買いポジション用、売りポジション用にそれぞれ設定します。

  • Upper Rate
    上限価格
    買いポジション用、売りポジション用にそれぞれ設定します。売り買いの範囲が重複しても問題ありません。

  • Lower Rate
    下限価格
    買いポジション用、売りポジション用にそれぞれ設定します。売り買いの範囲が重複しても問題ありません。

  • Repeat Count ( Times )
    リピート回数
    Repeat Set Typeで「Set by Times」を選択した場合こちらの値が参照されます。 買いポジション用、売りポジション用にそれぞれ設定します。

  • Repeat Span ( pips )
    リピート幅
    Repeat Set Typeで「Set by Pips」を選択した場合こちらの値が参照されます。 買いポジション用、売りポジション用にそれぞれ設定します。

  • Rangeout Behavior
    上限・下限価格を逸脱した場合の挙動を設定します。

    No Action 設定なし。範囲内に戻ってきた場合ポジションの構築が再開されます。
    Pause 新規ポジションの構築を停止します。既存のポジションは通常通りTP/SLまで維持されます。
    Close All & Pause 既存のポジションを全決済(売り/買い別)した上で、新規ポジションの構築を停止します。

TP / SL SETTINGS

  • Takeprofit : Behavior
    テイクプロフィットの動作タイプ

    Individual
    各ポジションごと個別に指定pipsで決済されます。
    Total 現在のオープンポジション×指定pips分の利益となった時点でまとめて決済されます。

  • Takeprofit : Pips
    テイクプロフィットの値

  • Stoploss : Behavior
    ストップロスの動作タイプ

    Individual 各ポジションごと個別に指定pipsで決済されます。
    Total 現在のオープンポジション×指定pips分の損失となった時点でまとめて決済されます。

  • Stoploss : Pips
    ストップロスの値

BREAKEVEN / TRAILING STOP

  • Starting Count of Position
    この項目で設定したポジション数に達した時点からブレークイーブン・トレールの動作がスタートします。

  • Break Even
    ブレークイーブンを使用する場合はtrueとします。

  • Break Even : Distance ( pips )
    この設定値まで有利に価格が変動した場合にブレークイーブンが作動します。

  • Trail : Start Distance ( pips )
    この設定値まで有利に価格が変動した場合にトレールを開始します。

  • Trail : Loss Distance ( pips )
    トレールで使用するストップロスの幅を設定します。

  • Trail : Modifying Span ( pips )
    トレール開始後、この設定値分有利に価格が変動するごとにストップの位置を更新します。

EA START OPTION

  • Trading Term
    期間を指定してEAを動作させたい場合trueとします。

  • Start Date ( Server Time )
    開始日時をサーバータイムで設定します。

  • End Date ( Server Time )
    終了日時をサーバータイムで設定します。

TRADE DAY SETTINGS

  • Day/Time Filter
    日時フィルターを使用する場合trueとします。

  • Day Filter : Trade Month ( Server time )
    トレードを有効にする月を設定します。

  • Day Filter : Trade Day ( Server time )
    トレードを有効にする日を設定します。

  • Day Filter : Trade Weekday ( Server time )
    トレードを有効にする曜日を設定します。
    月曜=1、火曜=2、水曜=3、木曜=4、金曜=5

  • Time Filter : Trade Hour ( Server time )
    トレードを有効にする時間を設定します。(サマータイムに対応。)

  • Time Filter : Trade Minute ( Server time )
    トレードを有効にする分を設定します。

    Day/Time Filter共通書式
    「1,2,3,4,5」のように個別に記述する方法と「1-30」のように期間をまとめて記述する方法を採用しています。(「-」は半角ハイフン)
    両方の書式は「1,2,5-10,15,20-31」のように混在させることができます。 全項目がマッチした時のみ有効になります。(例えば曜日指定のみ使用したい時も日付は1-31のままで構いません)
    設定に使用する日時はすべてサーバータイム(MT4上の表示と同じ)となります。

  • Summer Time
    OFF / ON : Type USA / ON : Type UK から選択します。

    サマータイム使用時の時間入力欄は冬時間基準となります。 (GMT2/GMT3の場合、入力「1」=冬「サーバータイム1時(JST8時)」=夏「サーバータイム2時(JST8時)」)
    GMTオフセットは自動取得されます。(バックテスト除く。また、市場が閉まっている場合は正確な値が取得されません)
    欧州(UK)は2022年に廃止になるという話でしたが残したままとしています。

  • GMT Offset ( for backtest )
    バックテスト用のGMTオフセット。

DISPLAY SETTINGS

  • Show Upper/Lower Line ( BUY )
    買い方向の上限・下限価格のラインを表示

  • Upper Line Color ( BUY )
    買い方向の上限ラインの色

  • Lower Line Color ( BUY )
    買い方向の下限ラインの色

  • Show Upper/Lower Line ( SELL )
    売方向の上限・下限価格のラインを表示

  • Upper Line Color ( SELL )
    売り方向の上限ラインの色

  • Lower Line Color ( SELL )
    売り方向の下限ラインの色

  • Show Average Price Level
    全オープンポジションの平均建値ラインを表示

  • Average Level Color
    平均建値ラインの色

  • Button(Run) : Background Color
    開始ボタンの背景色

  • Button(Run) : Border Color
    開始ボタンの枠線の色

  • Button(Run) : Text Color
    開始ボタンの文字色

  • Button(Pause) : Background Color
    一時停止ボタンの背景色

  • Button(Pause) : Border Color
    一時停止ボタンの枠線の色

  • Button(Pause) : Text Color
    一時停止ボタンの文字色

  • Button(CLOSE) : Background Color
    全決済ボタンの背景色

  • Button(CLOSE) : Border Color
    全決済ボタンの枠線の色

  • Button(CLOSE) : Text Color
    全決済ボタンの文字色



おすすめのプロダクト
Candle EA MT4
Mansour Babasafary
4.42 (48)
This expert is based on patterns The main patterns of this specialist are candlestick patterns Detects trends with candlestick patterns It has a profit limit and a loss limit, so it has a low risk The best time frame to use this expert is M30 time frame The best currency pairs to use with this expert is the EURUSD, GBPUSD, AUDUSD, USDCAD currency pairs Attributes: Can be used in the EURUSD, GBPUSD, AUDUSD, USDCAD  currency pairs Can be used in M30, H1, H4 time frames Has profit limit an
Trend Power Bot
Lachezar Krastev
2.56 (9)
Trend Power Bot is a unique combination between highly efficient breakout detecting algorithm and very effective drawdown compensation money management. The money management could be considered a martingale, but used with low risk, the strategy survives 20+ years trading with acceptable drawdown. The default /safe/ risk is 0.2% (0.02 lots per $10k account equity) and this is extremely safe. However, if you decide to try your luck, you can bump the risk up to 1% (0.1 lot per $10k account equity)
FREE
EA has a live track record with 48 month of stable trading with low drawdown: Live performance MT5 version can be found here Perceptrader AI is a cutting-edge grid trading system that leverages the power of Artificial Intelligence, utilizing Deep Learning algorithms and Artificial Neural Networks (ANN) to analyze large amounts of market data at high speed and detect high-potential trading opportunities to exploit. Supported currency pairs: NZDUSD, USDCAD, AUDNZD, AUDCAD, NZDCAD, GBPCHF Timefra
このトレーディングエキスパートの主な目的は、トレーリングストップの機能を実行することです。ポジションをオープンまたはクローズするのではなく、セットとムーブだけが利益を取り、損失レベルを停止します。テイクプロフィットとストップロスを計算するために、価格変動の統計とD.ベルヌーイの道徳的期待が使用されます。このため、専門家によって設定された新しいレベルは、リスク/報酬の比率に関して(可能な限り)最良のオプションを提供します。トレーディングロボットのパラメータを見てみましょう。 Tracked Symbols -EAによって追跡される通貨ペア。興味のある文字をすべてコンマで区切って入力してください。例:EURUSD、GBPUSD、USDCHF。このフィールドを空のままにすると、アドバイザーはそれがインストールされているシンボルに対してのみ機能します。起動すると、ロボットは監視対象のシンボルを端末の[エキスパート]タブに表示します。 Estimated Timeframe -EAが価格変動統計を収集する時間枠を設定します。利益の少ない多数のエントリを使用する取引戦略(スキャルピングなど)
MaxProfitDZ Expert adviser MaxProfitDz v1.4     Recommendations Symbol: ALL PAIRS ..i Recommended    EURUSD. Time Frame:1M. Brokers: ALL brokers .  low spread/commission, 1:500 leverage Minimum Deposit Recommended :   $500 USD  Lot Size for 500$   : 0.01  Use a broker with good execution and with a spread of 0.1-2 points. A very fast VPS is required Parameters EA TrendON=true (Read the  note ) MMType = 2 LotMultiplikator = 1 LotConst_or_not = TRUE Take profit :5-10 pips  for accounts with fi
This TraderMaster EA is super helpful for professional trader.  Input Parameter Section: 1) Allow trader to set different line style, such as color, width; 2) Apply our chart style, if set false, it will not change the chart style; 3) Select different panel mode 3.a) Simple Mode, for trader immediately place a market order, pending order, delete and close orders; 3.b) Draw Line Mode, for price action traders who want to trade for trend and reverse in his trading plan; 3.c) Advanced Mode, inclu
Diamond PRO
Fanur Galamov
5 (16)
Diamond PRO is enhanced powerful version of Diamond for advanced traders. Pro version includes optimized cores, new impoved entry points filters, new multistage profit closure algorithm and сontains number of external control parameter that allows build and fine tune own tradind decisions and algorithms. The system provides more accurate market entries, analyzes and filters upcoming economic news, contains spread protection and an advanced position management algorithm. Main goal of Diamond PRO
Ksm
Andriy Sydoruk
Ksm is a modern and effective tool for automated trading on the Forex market. This multi-currency robot, developed using an advanced system for analyzing temporary information flow, is a reliable assistant for traders of any level. It provides the opportunity to make money on currency fluctuations, working on any timeframe and with various currency pairs. Key Features and Benefits: Multi-currency : Ksm can trade most currency pairs, allowing you to diversify your portfolio and increase your
トレンドキャッチャー: アラートインジケーター付きのトレンドキャッチャーストラテジーは、市場トレンドやポテンシャルなエントリーポイントやエグジットポイントを特定するのに役立つ多目的な技術分析ツールです。動的なトレンドキャッチャーストラテジーを備えており、市場状況に適応してトレンドの方向を明確に視覚化します。トレーダーは、自身の好みやリスク許容度に合わせてパラメーターをカスタマイズできます。このインジケーターはトレンドの識別を支援し、ポテンシャルなリバーサルをシグナルし、トレイリングストップのメカニズムとして機能し、市場への迅速な対応のためのリアルタイムアラートを提供します。 特徴: - トレンドの識別:上昇トレンドと下降トレンドをシグナルします。 - トレンドのリバーサル:ローソク足の色が上昇から下降に変わった場合やその逆の場合に、ポテンシャルなリバーサルを警告します。 - リアルタイムアラート:新しいトレンドの識別に対するアラートを生成します。 推奨事項: - 通貨ペア:EURUSD、AUDUSD、XAUUSDなど... - タイムフレーム:H1。 - アカウン
FREE
High growth, low draw-down bot. Great for beginners AND pros. 5 COPIES LEFT - NEXT PRICE $999 Contact me after purchase for group info, manual and a personal bonus! Prosperity live fund, real money (>$2,000) signal:  CLICK HERE ABOUT A rare diamond in a sea of EAs - 4x improvements in most backtest stats. We read descriptions saying 'no martingale, grid, or 'AI'' - I offer alternate parameters... Original EA No history reading No .set files changing constantly, all built-in as default Not an 'e
Perfection is a multicurrency, fully automated and secure trading robot. The robot is designed for both portfolio trading and trading a single instrument. The EA does not use averaging methods, the volume of positions is strictly regulated. Orders are opened only in the direction of market movement in a grid. Due to this, the robot operates efficiently on any strong movements. The decision making algorithm does not use indicators. Instead, the robot automatically calculates the key levels, which
Dear Trader It is my pleasure to introduce to you my tool called the " Forex Sniper Indicator" . The major aim of this tool is to help serious traders and investors in all type of Financial Markets to catch price next movement right at the moment the price direction is about to change. This tool can be used to snipe the price direction in both down trend, uptrend and ranging markets. This tool can be used as the stand alone tool though it may be combined with other tools as well. My goal is to h
MODIFIER V.11 The EA Modifier is based on the Pending Position (PPS) strategy and highly sophisticated secret trading algorithms. The Modifier EA strategy is a combination of secret custom indicators,Candlestick Patterns, Trend Lines, Support & Resistance (Price Action) levels and the most important secret trading algorithms mentioned above. Modifier is a unique and sophisticated EA, can receive and forward manual orders that you send via gadgets and home PCs, anti-floating (if floating occur
In a trend trading system, find the right entry and exit points. In forex trading, a trading strategy is a fixed plan designed to make a decent return by going long or short the market. The main reason a properly researched trading strategy is helpful is because it is verifiable, quantifiable, consistent, and objective. For each trading strategy, you need to define the assets to be traded, the entry/exit points, and money management rules.
The STAY TUNED (Gold) advisor is a real smart algorithm that works at a level of proven positional trading strategies that is inaccessible to human traders. The advisor is capable of analyzing historical and current data on the gold market with unprecedented accuracy. STAY TUNED is a fully automated advisor designed for currency trading. Working pairs XAUUSD (main), EURUSD, GBPUSD, AUDUSD, USDCAD. STAY TUNED Gold is positional trading - a method of entering the market with little risk and mult
MaxScalper
Moses Maina Muriithi
About this EA Demo Signals: Option: put money in your account (at least $5000) I will trade it for you. After a month, we split up 50/50. Possible profits of over 50% per month. 1.  https://www.mql5.com/en/signals/2147305?source=Site +Signals+From+Author 2.  https://www.mql5.com/en/signals/2155270?source=Site +Signals+From+Author Even though the bot can work with small accounts with, I urge to use $1000 accounts. The monthly profit from this bot is 50%, though this is a rough figure. Ti
Important: Please use in accounts with lower swap or swap-free accounts. Real monitoring signals: Signal 1 Contact me after payment to send you the user manual PDF file See the real monitoring signal in my profile. Use only on gold and on the  BUY direction. Trading gold is attractive to many traders due to the high volatility and depth of the market. Should we invest in gold or just scalp it? Answering this question is a big challenge for many traders. X trading robot is the answer to this cha
Introducing "Forex Strength Investing" Greetings Traders! I'm Pablo, a trader in the stock market, forex, and indices for over 12 years. As an investor and trader, I often use the eToro platform. While I rarely use MT4, I realized that I have coding skills and know how to code an expert advisor. Recognizing this, I decided to create an expert advisor that can trade in the market automatically, especially in forex. I am aware that many traders struggle with market analysis, and a significant numb
FIBO Price Calculator  Brief Description 1. Automated Fibonacci Retracement Drawing This indicator automatically draws Fibonacci Retracement lines on the MT4 chart, assisting traders in quickly identifying potential support and resistance levels. 2. Customizable Fibonacci Sequence Users can customize the Fibonacci sequence values, and the indicator automatically converts them into corresponding price levels based on the current market price. 3. Adjustable Indicator Window Position The indicator
Draw Horizontal Ray
JUAN LUIS CIENFUEGOS RUIZ
5 (1)
Sometimes we want to draw a horizontal ray from any given price based on a candlestick, and this tool solves that with just 1 key! In order to draw an horizontal ray you just need to drag and drop the indicator over any chart you want and then: 1) Click over ANY candle and then 2) Hit any of the following keys: O - It will draw an horizontal ray right at the OPEN price of the clicked candle H - It will draw an horizontal ray right at the HIGH price of the clicked candle L - It will draw an horiz
This is a must have tool for a serious trader. It saves your precious time spent for opening/closing trades, creating pending trades and modifying your TP/SL in bulk according to either pips or price. If you need to quickly open several pending orders (Buy Stop, Sell Stop) at a certain distance from each other, this script will do all the routine for you! The first time you use this handy tool, you will realize it has already paid for itself. Instructions: Drag and drop this script onto a chart.
The Grid Inside works on a counter trend mode, automatically opens a new order when it hits the price target due to the Fibonacci levels at 23.6 and 73.6. If the price goes the wrong way it opens another order with a calculated lot and position. All the positions are closed when it reaches the target profit defined on settings. As TGI does not use stop loss, I don't recommend you put on your account more than you can afford to lose, the higher the timeframe safer it gets. Once an order is trigge
The MT4 trading advisor calculates the formed Gartley Butterfly shapes and makes a decision at the start of trading. "Butterfly Gartley" - one of the figures of graphical analysis, popularized by technical analyst Larry Pesavento, taken from the author's publication "Profit in the stock market", published in the mid-thirties. To date, there are 12 basic "Gartley patterns" - graphic figures with the construction, based on the application of Fibonacci levels and ratios. The algorithm of track
Expert.   Automatic and manual trading. Ready-made trading system based on   Elliott waves   and Fibonacci retracement levels . It is simple and affordable. Display of the marking of Elliott waves (main or alternative option) on the chart. Construction of horizontal levels, support and resistance lines, a channel. Superposition of Fibonacci levels on waves 1, 3, 5, A Alert system (on-screen, E-Mail, Push notifications).    visual panel for opening orders in manual trading. visual panel for sett
The basis of the work of the adviser is to use the change in trend strength to determine the optimal entry points to the market. The logic of the advisor’s work combines two strategies: control of price consolidation and its “explosion” and control of the trend end to work in the channel. The EA does NOT use dangerous trading methods. Each trade has a stop loss and take profit. Recommended trading tools (5m): EURUSD, GBPUSD, USDJPY, USDCAD. Settings: MaxRisk - Value for calculating the tr
This is automated version of my ProTrend Indicator (20x5* reviews) - so please look on indicator first how it works ----  https://www.mql5.com/en/market/product/47367  ---- It works based on the result of multiple EMAs, with some specific averaging and algorithm . Output of an EMA is the input for another EMA. Works on Forex, Commodities, Indicies, Stocks, Crypto, ... on all timeframes (but recommend 1H or 4H) and on every brooker. If you want this and all my other products for FREE ,
Dusha Trailers
Fawwaz Abdulmantaser Salim Albaker
Dear Friends ,    this EA helps u to automatically tracing (following) your opening trades .. the trades will opened manually .. you can set all parameters such as  lot size sl tp distance from open price to set the break even point (that's to keep your deal in safe from losing any funds in case of the market go on negative way that you expect ) trailng your trade by set the distance of pips u need  if u need any assistance , add me and  contact me on my links in profile . wish all the be
FREE
Moderate EA
AL MOOSAWI ABDULLAH JAFFER BAQER
Get a free complementary EA after your purchase! Contact me and ill provide it for you. MT5 Version:  https://www.mql5.com/en/market/product/80035                                       Time frame: M1                                                 Leverage : Higher the better Spread: Lower the better Account type : All types (EA may enter hedge positions, if you want to disable this feature deactivate either Buy, or Sell from the setting) Please please do not take unnecessary ris
StakBank Gold
Hjone Maykson Antonelli Dos Santos
Tired of navigating the sea of uncertainties in the financial market? Imagine having an experienced guide by your side, helping you decipher the mysteries of charts and leading you confidently toward financial success. With StakBank, you'll have more than just a simple indicator in your hands. You'll have a complete arsenal of tools to make assertive and profitable decisions. But what makes StakBank so special? Volume: Understand the driving force behind market movements, accurately identifying
NeuralProfit is a fully automated trading advisor. The advisor's methodology is based on initiating a number of sequential processes: aggregating a diversified number of potential deals into a special channel with their subsequent transformation into a special information flow, internal calibration of deals by the eventuality indicator. NeuralProfit- - does not use the martingale strategy and other strategies based on lot multiplication, preferring the safety of trading and the absence of h
このプロダクトを購入した人は以下も購入しています
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
I present to your attention a powerful utility for predicting the future movement of an asset based on W.D. Ganna’s law of vibration. This utility analyzes the selected market model and provides codes for future possible market movement patterns. If you enter the selected code into the appropriate box, you will receive a forecast of the potential market movement. The utility has the ability to display several potential forecast models. The forecast is not yet tied to time and price and gives th
The product will copy all  Discord  signal   to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up. Work with almost signal formats, support to translate other language to English Work with multi channel, multi MT4. Work with Image signal. Copy order instant, auto detect symbol. Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. How to setup and guide: Let read all details about setup and download Discord To MetaTrade
FREE SIGNAL CHANEL:  https://t.me/redfox_daily_forex_signals Time saving and fast execution Whether you’re traveling or sleeping, always know that Telegram To Mt4 performs the trades for you. In other words, Our   Telegram MT4 Signal Trader  will analyze the trading signals you receive on your selected Telegram channels and execute them to your Telegram to MT4 account. Reduce The Risk Telegram To Mt4   defines the whole experience of copying signals from   Telegram signal copier to mt4  p
あなたがメンバーである任意のチャンネル(プライベートおよび制限されたチャンネルを含む)からのシグナルを、直接あなたのMT4にコピーします。 このツールは、ユーザーを念頭に置いて設計されており、取引を管理および監視するために必要な多くの機能を提供しています。 この製品は、使いやすく視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用開始できます! ユーザーガイド + デモ  | MT5版 | Discord版 デモを試したい場合は、ユーザーガイドを参照してください。 Telegram To MT5レシーバーは、ストラテジーテスターでは機能しません! Telegram To MT4の特長 一度に複数のチャンネルからシグナルをコピー プライベートおよび制限されたチャンネルからシグナルをコピー BotトークンやチャットIDは不要です(必要な場合は引き続き使用できます) リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズするかを選択 すべてのシグナルを認識する
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
News Trade EA MT4
Konstantin Kulikov
4.38 (16)
僕自身が数年間使っている便利なロボットをご紹介します。半自動モードでも完全自動モードでもお使いいただけます。 当プログラムは経済指標カレンダーで発表されるニュースをもとにした取引の柔軟な設定が可能です。戦略テスターでは確認不可です。実際の取引のみです。端末の設定メニューを開いて許可URLリストにニュースサイトを追加する必要があります。サービス > 設定 > エキスパート・アドバイザーをクリックしてください。”次のURLの WebRequestを許可する:"にチェックを入れてください。次のURLを追加してください(空白は削除します): https://  nfs.faireconomy.media 設定のモニタリングはデフォルトで完全自動モードで行われます: https://www.mql5.com/ja/signals/1447007 。似たような結果を得たい場合は任意のタイムフレームの GBPUSDチャートにエキスパート・アドバイザーを関連付けてください。(タイムフレームの種類は問いません。) 当該エキスパート・アドバイザーのためのカスタマイズ設定セットを作る場合は、ブ
多機能ツール 搭載機能: ロット計算機、プライスアクション、リスク/リワードレシオ、トレードマネージャー、需要供給ゾーンなどをはじめ65以上の機能。 バージョ:デモ版   |   ユーザーマニュアル   |    MT5版 このユーティリティはストラテジー テスターでは機能しません。 ここからデモ バージョンをダウンロードして製品をテストできます。 ご不明な点や改善提案、バグの発見などございましたら、 連絡してください 。 取引プロセスを簡素化、高速化、自動化します。このダッシュボードで標準端末機能を拡張します 1. 新しい取引を開始します : ロット / リスク / RR の計算 1. Lot計算機(リスクサイズに基づく取引量計算 2. リスク計算機(ロットサイズに基づくリスク量) 3. リスク/リワードレシオ (R/R) 4. 注文のアクティベーション トリガー + Buy StopLimit / Sell StopLimit: MT4でも可  5. 仮想 SL / TP レベル (隠しSL、TP: ブローカーには見えない) 6.  Smart SL / エントリー レ
あなたがメンバーである任意のチャンネルからシグナルをコピーします(   ボットトークンや管理者権限は必要ありません  MT4に直接送信します。 ユーザーを考慮して設計され、必要な多くの機能を提供します この製品は使いやすく、ビジュアルに魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用開始できます! ユーザーガイド + デモ  | MT5バージョン | テレグラムバージョン デモを試したい場合は、ユーザーガイドに移動してください。 ディスコードからMT4への送信はストラテジーテスターで動作しません。 ディスコード   からMT4への特徴 メンバーである任意のチャンネルからコピーします。ボットトークンやチャットIDは必要ありません リスク%または固定ロットを使用して取引します 特定のシンボルを除外します すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズします すべてのシグナルを認識するための単語やフレーズを設定します(デフォルトは99%のシグナルプロバイダーで動作するはずです) 希望するときにのみシグナルをコピーする
Strategy Builder offers an incredible amount of functionality. It combines a trade panel with configurable automation (covert indicators into an EA), real-time statistics (profit & draw down) plus automatic optimization of SL, TP/exit, trading hours, indicator inputs. Multiple indicators can be combined into an single alert/trade signal and can include custom indicators, even if just have ex4 file or purchased from Market. The system is easily configured via a CONFIG button and associated pop-up
THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please DON'T BUY this product before testing or watching my video about it. Contact me for user support & advices! MT5 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 your Take Profits/Stop Losses as
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
Unlimited Trade Copier Pro is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not b
Averaging Helper - This sort of trading helper instrument will help you average out your previously unprofitable positions using two techniques: standard averaging hedging with the subsequent opening of positions according to the trend The utility has the ability to sort out several open positions in different directions at once, both for buy and for sell. For example, you opened 1 position for a sell and the second for a buy, and they are both unprofit, or one is in the unprofit and one is in
ADAM EA Special Version for FTMO  Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94887 ---------------------------------------------------------------------------------------------------------------------------
News Trader Pro is a unique robot that allows you to trade the news by your predefined strategy. It loads every piece of news from several popular Forex websites. You can choose any news and preset the strategy to trade it, and then News Trader Pro will trade that news by selected strategy automatically when the news comes. News release gives opportunity to have pips since the price usually has big move at that time. Now, with this tool, trading news becomes easier, more flexible and more exciti
Pro Arbitrage EA   trades based on Arbitrage Strategy. The strategy is like a scalping technology but on three cross currency pairs at the same time. Each trade basket involves three pairs (all open at the same time) and they will close at once when any desired profit reaches. The strategy has no SL technically because all opened currencies are hedged. SL can happen if high slippages on order execution on the broker side. So the strategy is one of the safest ones in the world. MT4 Limitation :
EA for Cycle Sniper Indicator This utility is designed to open/close auto trades according to the Cyle Sniper indicator's signals. Different entry rules  with various stop loss, take profit options can be applied. You will find the details in this blogpost.  https://www.mql5.com/en/blogs/post/749655 Some important issues are explained in the video. Please do not hesitate to contact us if you need further information. IMPORTANT NOTE: You can not test the full functions of the EA on the strategy t
FX28 Trader
Tsvetan Tsvetanov
5 (1)
FX28 Trader Dashboardをご紹介します - あなたの究極のトレードマネージャー FX28 Trader Dashboardは、あなたの外国為替(Forex)取引を新たな高みに押し上げるために設計された包括的で直感的なトレードマネージャーです。経験豊富なトレーダーでも、まだ金融の旅を始めたばかりの方でも、この強力なツールは取引活動を効率化し、意思決定プロセスを向上させるために開発されました。 主な特徴: ユーザーフレンドリーなインターフェース: FX28 Trader Dashboardは、あらゆるレベルのトレーダーに適したユーザーフレンドリーなインターフェースを備えています。さまざまな機能やツールを簡単にナビゲートし、わずか数クリックでトレードを完全にコントロールできます。 リアルタイムマーケットデータ: リアルタイムのマーケットデータフィードで先を見越してください。通貨ペア、トレンド、マーケットの変動に関する最新の情報を提供し、情報を元に自信を持ってトレードを実行できます。 高度なトレードアナリティクス: FX28 Trader Dashboardでは、高度なアナ
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 -------------------
PROTECT YOUR FTMO Account in a simplest way Must-Have   Account Protector for any Prop-trading Account and Challenge MT4 / MT5 Expert Advisor that protects your Forex Prop Trading account from an unexpected drawdown! FTMO Protector  is a Tool that lets you manage trades and control your profit and loss across multiple Robots and currency pairs using a simple parameters and settings. Use as many EAs and Instruments you need, the Protector will: 1.   Calculate your midnight (01:00 System time) Bal
Reward Multiplier is a semi-automatic trade manager based on pyramid trading that opens additional orders with the running profit of your trades to maximize return exponentially without increasing the risk. Unlike other similar EAs, this tool shows potential profit/loss and reward to risk ratio before even entering the first trade! Download Demo here  (starting lot is fixed at 0.01) Guide + tips here MT5 version   here You only open the first order. When your trade goes into profit RM opens
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
Trade Copier Agent は、複数の MetaTrader(4/5) アカウント/端末間で取引をコピーするように設計されています。 このツールを使用すると、プロバイダー (ソース) または受信者 (宛先) として機能できます。すべての取引アクションは、遅延なくプロバイダーからレシーバーにコピーされます。 このツールを使用すると、0.5 秒未満の超高速のコピー速度で、同じコンピューター上の複数の MetaTrader ターミナル間で取引をコピーできます。 Trade Copier Agent インストール & 入力ガイド コピーを開始する前、または注文がないうちに、プロバイダー アカウントで設定を適用してください。 注文中の変更は、受取人のアカウントに影響します。 例: プロバイダー アカウントが買い注文を適用し、その後、受信者アカウントのすべての買い注文を無効にすると、決済されます。 EA追加URL(   http://autofxhub.com   )MT4端末(スクリーンショット参照) に関する通知を受け取りたい場合 。 MT5 バージョン https://w
Trade Copier Pro is a tool to copy trade remotely to MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not be able to receive t
MT4からテレグラムEAへのテキスト送信、MT4からテレグラムチャネルへ MT4 Telegram Signal Provider EAは、プロの電信信号プロバイダーになりたい人にとって、市場で最も優れた電信ユーティリティへのMT4です。 シンプルですが、強力でプロフェッショナル Metatrader 4プログラムでの注文に基づいて、シグナルとレポートをテレグラムチャネルに送信します Facebook、Twitter、Blogger、Wordpressなどの多くのプラットフォームに信号を送りたいですか?問題ありません。IFTTTを使用して、テレグラムチャネルをこれらのプラットフォームに接続し、信号を簡単に送信します。 * 主な特徴: 多くのチャンネルに信号を送信:マルチテレグラムチャネル、メール、モバイル端末へのプッシュ通知の送信 注文を非常に高速にスキャン:ティックではなく、数秒でスキャン すべての注文タイプの情報を送信:オープン(保留中の注文を含む)、キャンセル、クローズ(%部分的なクローズを含む)、トリガー、変更注文 送信オーダーをフィルタリングする
MULTIPLE ORDERS With Symbol and Time Frame Changer Multiple Orders Utility is created to give easy profits-making trades with a little movements and without going long distance to get it all. This Utility opens multiple orders as many trades as the number specified by the User or as many as permitted by your Broker in the same direction on the same currency pair simultaneously. The idea behind it, is that instead of running after 100 - 200 pips which may not likely be attainable in the re
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
FiboPlusWave Series products Ready-made trading system based on Elliott waves and Fibonacci retracement levels . It is simple and affordable. Display of the marking of Elliott waves (main or alternative option) on the chart. Construction of horizontal levels, support and resistance lines, a channel. Superposition of Fibonacci levels on waves 1, 3, 5, A Alert system (on-screen, E-Mail, Push notifications).    Features: without delving into the Elliott wave theory, you can immediately open one of
BBMA Oma Ally Signals Scanner (BBMA Oma Ally Analyzer Dashboard EA) This is a multi-pair and multi scanner dashboard to find the key signal of BBMA Oma Ally Strategy BBMA consists of the use of 2 indicators: Moving Averages Bollinger Bands BBMA consists of many types of entries: Reentry Extreme Rejection EMA50 GAP (EMA50 to Upper/Lower BB) MHV Full Setup (CSE>TPW>MHV>Direction>Reentry) There are many multi timeframe signals based on this strategy. RRE (Reentry - Reentry - Extreme) REE (Reentry
作者のその他のプロダクト
Product Overview This tool is discretionary trading aid that executes a one-time entry when the conditions are set. Action after the newest bar is fixed (opening action) For example, there is no need to worry about being pruned by the shadow of the same price before that if you set it in the condition of when the closing price was broken. It is not possible to set complicated conditions, and it is not designed for continuous automatic trading, but since it works after the time period
FREE
フィルタ:
レビューなし
レビューに返信
バージョン 1.3 2024.01.01
Lighter internal processing.
バージョン 1.1 2023.06.01
Minor corrections.