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

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
    全決済ボタンの文字色



おすすめのプロダクト
Easy Open and manage your orders and positions – Calculate risk and lot size – Build your expert adviser from the integrated indicators – Trail your profits in various ways Key Features: Virtual Trading Lines: free changeable in any direction to build resistance, support, channels, triangles,… Order Types: Buy, Sell, Buy Limit, Sell Limit, Buy Stop, Sell Stop, OCO, Bracket Order Virtual Profit Trailing Strategies: Static, Percent, Exponential, Scaling up, Scaling down, Fifo, Bulk, Bollinger Ch
Candle EA MT4
Mansour Babasafary
4.58 (38)
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 The price will increase by 100$ after every 10 purchases! Final price 2450$ Get a 50% bonus by buying (or even renting) any of our product
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
トレンドキャッチャー: アラートインジケーター付きのトレンドキャッチャーストラテジーは、市場トレンドやポテンシャルなエントリーポイントやエグジットポイントを特定するのに役立つ多目的な技術分析ツールです。動的なトレンドキャッチャーストラテジーを備えており、市場状況に適応してトレンドの方向を明確に視覚化します。トレーダーは、自身の好みやリスク許容度に合わせてパラメーターをカスタマイズできます。このインジケーターはトレンドの識別を支援し、ポテンシャルなリバーサルをシグナルし、トレイリングストップのメカニズムとして機能し、市場への迅速な対応のためのリアルタイムアラートを提供します。 特徴: - トレンドの識別:上昇トレンドと下降トレンドをシグナルします。 - トレンドのリバーサル:ローソク足の色が上昇から下降に変わった場合やその逆の場合に、ポテンシャルなリバーサルを警告します。 - リアルタイムアラート:新しいトレンドの識別に対するアラートを生成します。 推奨事項: - 通貨ペア: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
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
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.
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
MT5の場合: https://www.mql5.com/en/market/product/97828 手動でオープンしたポジションを補完するように設計されたアシスタント エキスパート アドバイザー (EA) は、取引プロセスを大幅に合理化します。 たとえば、通貨ペア専用の場合、この EA は MetaTrader プラットフォーム内で動作できます。 その特徴と機能の概要は次のとおりです。 手動取引の補足: トレーダーが手動でポジションをオープンすると、EA がアクティブになり、その特定の取引を支援および管理します。 カスタマイズ可能な設定: パラメータを最初に設定して、EA が後続のポジションをどのように処理するかを定義できます。 これらには次のものが含まれる場合があります。 ロットサイズの調整: リスク許容度または口座残高に基づきます。 テイクプロフィット (TP) およびストップロス (SL) レベル: 事前定義されたエグジットポイントを設定します。 トレーリングストップ: 取引が有利に進むにつれて利益を確定させること。 時間ベースの管理: 取引の期間を設定し
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
Diamond PRO
Fanur Galamov
5 (9)
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
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
1、厳密な論理判断:複数の条件を階層的に組み合わせることで、プログラムスイッチがオンである、フィボナッチリトレースメントラインが存在する、MACDの開場時刻ではない、マーチンゲール戦略がまだ起動していないなどの特定かつ厳格に制限された状況下でのみポジションを開く処理が行われるようにします。これにより、不要な取引を回避し、無意味なリスクを軽減します。 2、多様な技術分析ツールの統合:フィボナッチリトレースメントライン、ZigZag指標、MACD指標など、様々な技術分析手法を組み合わせることで、市場の動向を異なる視点から総合的に評価し、取引決定の正確性と信頼性を向上させます。 3、リスク管理体制:ポジションを開く前に、口座残高(15.0以上)と預託金率(300%以上)を確認し、取引が資金管理ルールに適合することを確保することで、過度な取引や証拠金不足による強制ロスカットリスクを効果的に防ぎます。 4、マーチンゲール戦略対応:マーチン変数が既に起動しているかどうかやその後のポジション開きロジックを通じて、マーチンゲール戦略の起動と管理を実現し、ユーザーに対して不利益な相場状況に
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
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
High frequency arbitrage brushing orders! Attention! Attention! Attention!: Low cost and low point platforms are necessary for brushing orders. Please review first and then simulate trading. Do not directly conduct actual trading and test suitable trading varieties A set of arbitrage brushing strategies developed after years of research and development Suggested variety of gold
すべてのトレーダーは、1 回の取引で 5% (または 7%) を超えるリスクを負ってはならないことを知っています。これはマネー管理の法則であり、トレーダーは異なる取引レベルに対して異なるストップロス値を使用する必要があるため、使用可能な LotSize を毎回計算する必要があります。このインディケータは、チャートに配置する瞬間に適切な LotSize を計算し、「ストップ ロス ライン」を任意の方向にドラッグするたびに計算します。 期間限定オファー: すべてのプレミアム インジケーターはわずか 50$ で利用できます。MQL5 ブログにアクセスすると、プレミアム インジケーターのすべての詳細を確認できます。ここをクリック。 入力 MAX_RISK_PER_TRADE - トレーダーがトレードごとにリスクを負うパーセンテージ。 CUSTOM_BALANCE - リスクの計算に使用される金額を定義します。 0 => 電卓は口座残高を使用します。 ENTRY_PRICE_LINE_COLOR - TP (テイクプロフィット) ラインの色 STOP_PRICE_LINE_COLO
FREE
TLFv1
Thanakorn Suphakornthongchot
Short-Term Fibonacci Trading Strategy with Clear TP and SL Strategy: Timeframe: M15 Indicator: Fibonacci Retracement Fibonacci Levels: Buy Entry: 38.2%, 50.0% Sell Entry: 61.8%, 78.6% TP/SL Placement: SL: Below/above the Fibonacci level used for entry Minimum Capital: $100 Instruments: Metals: Gold (XAUUSD) The recommended spread starts from 10 to 25, and should not exceed 28.
このプロダクトを購入した人は以下も購入しています
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
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
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
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
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 Signal using ADAM  https://www.mql5.com/en/signals/2190554 --------------------------------------------------------------
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は不要です(必要な場合は引き続き使用できます) リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズするかを選択 すべてのシグナルを認識する
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
-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
TakePropips TradePad Pro
Eric John Pajarillaga Aldana
5 (4)
TakePropips TradePad Pro には、強力なトレード マネージャー、通貨強度メーター、アカウント レポート ツール、リスク管理ツールなどが含まれています。 これは、最も高度な外国為替取引マネージャーおよび取引アシスタントの 1 つです。これは、貿易取引をより効率的に管理したいトレーダーにとって完璧なソリューションです。 ユーザー マニュアルはブログ記事からダウンロードできます:   https://www.mql5.com/en/blogs/post/751180 このトレーディング システムは、ストラテジー テスターでテストできます (ビジュアル モードを有効にします)。ライブ チャートでテストしたい場合は、7 日間の試用版を入手するようにメッセージを送ることもできます。 詳細については、説明の下にあるビデオ チュートリアルも利用できます。 ご不明な点やサポートが必要な場合は、お気軽にお問い合わせください。喜んでお手伝いさせていただきます。 TradePad Pro は、すべての外国為替ペア、金属、コモディティ、指数、および仮想通貨で動作します。 主な特徴
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
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 after that
多機能ツール 搭載機能: ロット計算機、プライスアクション、リスク/リワードレシオ、トレードマネージャー、需要供給ゾーンなどをはじめ65以上の機能。 バージョ:デモ版   |   ユーザーマニュアル   |    MT5版 このユーティリティはストラテジー テスターでは機能しません。 ここからデモ バージョンをダウンロードして製品をテストできます。 ご不明な点や改善提案、バグの発見などございましたら、 連絡してください 。 取引プロセスを簡素化、高速化、自動化します。このダッシュボードで標準端末機能を拡張します 1. 新しい取引を開始します : ロット / リスク / RR の計算 1. Lot計算機(リスクサイズに基づく取引量計算 2. リスク計算機(ロットサイズに基づくリスク量) 3. リスク/リワードレシオ (R/R) 4. 注文のアクティベーション トリガー + Buy StopLimit / Sell StopLimit: MT4でも可  5. 仮想 SL / TP レベル (隠しSL、TP: ブローカーには見えない) 6.  Smart SL / エントリー レ
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 -------------------
-25% discount ($149 -> $111) Everything for chart Technical Analysis indicator mt4 in one tool Draw your supply demand zone with rectangle and support resistance with trendline and get alerts to mobile phone or email alert -  Risk reward indicator Video tutorials, manuals, DEMO download   here .  Find contacts on my   profile . 1.   Extended rectangles and trendlines Object will be extended to the right edge of the chart when price will draw new candles on chart. This is rectangle extender or
Trade Copier Agent は、複数の MetaTrader(4/5) アカウント/端末間で取引をコピーするように設計されています。 このツールを使用すると、プロバイダー (ソース) または受信者 (宛先) として機能できます。すべての取引アクションは、遅延なくプロバイダーからレシーバーにコピーされます。 このツールを使用すると、0.5 秒未満の超高速のコピー速度で、同じコンピューター上の複数の MetaTrader ターミナル間で取引をコピーできます。 Trade Copier Agent インストール & 入力ガイド コピーを開始する前、または注文がないうちに、プロバイダー アカウントで設定を適用してください。 注文中の変更は、受取人のアカウントに影響します。 例: プロバイダー アカウントが買い注文を適用し、その後、受信者アカウントのすべての買い注文を無効にすると、決済されます。 EA追加URL(   http://autofxhub.com   )MT4端末(スクリーンショット参照) に関する通知を受け取りたい場合 。 MT5 バージョン https://w
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
The  Easy Strategy Builder (ESB)  is a " Do It Yourself " solution that allows you to create a wide range of the automated trading strategies without any line of codes. This is the world’s easiest method to automate your strategies that can be used in STP, ECN and FIFO brokers. No drag and drop is needed. Just by set conditions of your trading strategy and change settings on desired values and let it work in your account. ESB has hundreds of modules to define unlimited possibilities of strategi
" Trader Evolution " - A utility designed for traders who use wave and technical analysis in their work. One tab of the utility is capable of money management and opening orders, and the other can help in making Elliott wave and technical analysis. Manual (Be sure to read before purchasing) | Version for MT5 Advantages 1. Trading in a few clicks. Immediate and pending orders are available in the panel 2. Money management. The program automatically selects the appropriate lot size 3. Simpli
50% off. Original price: $375  (Ends in May 15th) 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 firs
このカスタムアルティメットスナイパーダッシュボードは、オリジナルのアルティメットスナイパーダッシュボードインジケーターをEAでアップグレードしたものです。最大98種類のアルゴリズムで動作し、使用する資産クラスのトレンドの本質を確実に捉えます。 数ヶ月に渡り、多くのお客様から頂いたご提案やアドバイスに直接お応えしたものです。   このカスタムバージョンは、完全にカスタマイズ可能です。 98の独立したカスタムアルゴリズムによって支えられています。 非常に素晴らしいビジュアルインターフェースなので、どのペアやタイムフレームでも、簡単かつ自信を持って市場全体の動向を追うことができます。 テレグラムにリアルタイムのアラートを送ることができます。 取引するペアに応じた独自のインデックスを作成することができます。 携帯電話にリアルタイムでアラートを送ることができるので、PCの前にいなくても動きがあることを知ることができます。 入力設定から8つの指標を設定することができます。 アラートを受信する指標と時間枠を設定することができます。 インターネット接続が検出されなかった場合、アラ
あなたがメンバーである任意のチャンネルからシグナルをコピーします(   ボットトークンや管理者権限は必要ありません  MT4に直接送信します。 ユーザーを考慮して設計され、必要な多くの機能を提供します この製品は使いやすく、ビジュアルに魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用開始できます! ユーザーガイド + デモ  | MT5バージョン | テレグラムバージョン デモを試したい場合は、ユーザーガイドに移動してください。 ディスコードからMT4への送信はストラテジーテスターで動作しません。 ディスコード   からMT4への特徴 メンバーである任意のチャンネルからコピーします。ボットトークンやチャットIDは必要ありません リスク%または固定ロットを使用して取引します 特定のシンボルを除外します すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズします すべてのシグナルを認識するための単語やフレーズを設定します(デフォルトは99%のシグナルプロバイダーで動作するはずです) 希望するときにのみシグナルをコピーする
FX28 Trader
Tsvetan Tsvetanov
5 (1)
FX28 Trader Dashboardをご紹介します - あなたの究極のトレードマネージャー FX28 Trader Dashboardは、あなたの外国為替(Forex)取引を新たな高みに押し上げるために設計された包括的で直感的なトレードマネージャーです。経験豊富なトレーダーでも、まだ金融の旅を始めたばかりの方でも、この強力なツールは取引活動を効率化し、意思決定プロセスを向上させるために開発されました。 主な特徴: ユーザーフレンドリーなインターフェース: FX28 Trader Dashboardは、あらゆるレベルのトレーダーに適したユーザーフレンドリーなインターフェースを備えています。さまざまな機能やツールを簡単にナビゲートし、わずか数クリックでトレードを完全にコントロールできます。 リアルタイムマーケットデータ: リアルタイムのマーケットデータフィードで先を見越してください。通貨ペア、トレンド、マーケットの変動に関する最新の情報を提供し、情報を元に自信を持ってトレードを実行できます。 高度なトレードアナリティクス: FX28 Trader Dashboardでは、高度なアナ
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
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
Forex Market View Dashboard and CSM
Opengates Success International
5 (2)
FFXMV Dashboard + CSM is a custom indicator combined with Currency Strength Meter . It is created to give the Traders a full view of what is going on in the market. It uses a real time data to access the market and display every bit of information needed to make a successful trading. Before attaching this Indicator to your window chart, go to your MT4's Market Watch panel and HIDE all the Currency pairs you don't need or trade and leave the rest there. The reason is that FFMV Dashboard will DISP
AntiMartingale-Execution is a pyramidal Money Management system capable of increasing positions as equity increases using the positive margin of the transaction. It is possible to set the capital for each operation, the operating and maximum margins and the target level to be reached. Once the general trade settings have been made, it is possible to preview the grid of operations that will be activated by pressing the BUY / SELL button. If necessary, it is also possible to close all operations
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
This Dashboard displays signals in grid view for the 28 major fx currency pairs. It is Mainly used for forex scalping in between 10 to 20 pips maximum and can be used on major trend market decisions. It Uses mainly Moving average and does not give false signal. All you need to note is the point in the grid where the signal occurs.  A beep sound is heard whenever there is a new signal and it will be displayedat the top of the chart.
作者のその他のプロダクト
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.