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

Dark Trader

EAは急激な価格変動に対応しており、オープンポジションのロックとピラミッドを使用できます。仮想ストップが使用され(利益を得る、トレーリングストップ)、注文ロックと残高の%でのストップロスが損失を制限するために使用されます。同時に数十の注文を開くことができ、アドバイザーはロックから抜け出し、総利益に基づいてすべてのポジションを閉じるために無料の資金を必要とします。これは取引する商品の数を選択するときに考慮に入れる必要があります。



Expert Advisorは、設定された時間枠に依存しません。計算には価格と時間のみが使用されます(ただし、テストと最適化にはM1を使用することをお勧めします)。実際の口座で作業するには、スプレッドが最小でボラティリティが高い通貨ペアが推奨されます:EURUSD、GBPUSD、AUDUSD、USDCAD、USDCHF、USDJPY、NZDUSD。 Expert Advisorは通貨ペアでの取引用に開発されており、金属、契約、株式などではテストされていません。実際の口座にインストールする前に、少なくとも過去3か月間は実際のティックでExpertAdvisorをテストしてください。推奨される最低保証金は、0.01ロットを開始するための500ドルです。

価格が私たちの方向に動かなかった場合、注文は指定された距離でロックされますFIX_LOCK_DISTANCE

次の注文のロットは、EXIT_LOCK_DISTANCEポイントを介して、注文の利益がロック下にあるすべてのポジションのドローダウンに等しくなるように計算され、その後、すべてのポジションが損益分岐点から利益を取るか、トレーリングストップ。 LOT = DRAWDOWN / EXIT_LOCK_DISTANCE * TICKVALUE(現在のドローダウン/ロックを終了するポイント数*ポイント値)



オプション:
COMMISSION_CONTROL-コミッションを確認するために、アドバイザーはシンボルの最小ロットですぐに取引を開始します。これは1回だけ発生します。
COMMISSION_IN_PIPS-トランザクションのコミッションのサイズを手動で設定し、ポイントで設定します。
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
TIMER_SECONDS-注文開始レベルを変更するための秒単位のタイマー。
DYNAMIC_DISTANCE-スプレッド+コミッションとして計算された現在の価格からオープントレードまでの動的距離を使用します* DIST_COEFFICIENT;
DIST_COEFFICIENT-現在の価格からのオフセットのスプレッドの乗算係数。
FIX_PRICE_DISTANCE-DYNAMIC_DISTANCE = falseの場合、現在の価格からのオフセットの固定値。
OPEN_ORDER_DELAY-新しい注文を開始する間隔(秒単位)。
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
CLOSE_ORDER_DELAY-秒単位の最小取引期間。
DYNAMIC_TAKEPROFIT-スプレッド+コミッションとして計算された動的テイクプロフィットを使用します* TP_COEFFICIENT;
TP_COEFFICIENT-利益スプレッドの乗算係数を取ります。
FIX_TAKEPROFIT-ポイントでの固定テイク利益。
USE_TRAILINGSTOP-トレーリングストップの使用を許可します。
TRAILING_STOP-固定利益が変化するポイント単位の仮想トレーリングストップのサイズ。
TRAILING_STEP-ストップロスが変更された後の価格変動のために残るポイントでの仮想トレーリングストップのステップ。
STOPLOSS_PERCENT-残高の%で損失を停止します。
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
USE_LOCK_ORDERS-ロックを使用します。
START_LOCK_ORDERS-ロックを開始する注文の数。
FIX_LOCK_DISTANCE-取引がロックされる距離。
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
USE_PYRAMIDING-ピラミッドを使用します。
PYRAMID_TRADES-ピラミッドの注文数。
PYRAMID_CLOSE-注文ピラミッドが閉じるまでのポイント数。
BREAKEVEN_PROFIT-注文ピラミッドを閉じるための最小利益。
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
FIX_START_LOT-残高のN個ごとの開始ロットを修正しました。
FROM_BALANCE-開始ロットを計算するためのN残高。
EXIT_DD_DISTANCE-取引の利益がオープンポジションをカバーする距離。
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
MAGIC_NUMBER-マジックナンバー;
ORDERS_COMMENT-注文へのコメント。
MAX_SLIPPAGE-最大スリップ;
MAX_SPREAD-最大スプレッド。
おすすめのプロダクト
Auto Scalper 13 - professional automatic scalper for GBPUSD, M5 timeframe. This bot automatically analyzes the market using 13 analytical indicators and trades completely automatically. Each time after the orders are closed, the robot can send you information about the state of the balance by email and push. 3 full-time programmers and 10 freelance programmers worked on the creation of this robot, which is a total of 13 people. The number 13 was mysteriously encountered throughout the developme
The Expert Advisor works on sharp price movements; it can apply open position locking and pyramiding. Virtual stops are used (take profit, trailing stop), to limit losses, order locking and stop loss are used in% of balance. At the same time, several dozens of orders can be opened and the advisor will need free funds to exit the locks and close all positions for total profit, this should be taken into account when choosing the number of instruments for trading. The work of the adviser does not
CAP Zone Recovery EA MT4  is your tool to turn losing trades into winning trades by using a smart "back-and-forth" hedging mechanism. Let the price move to anywhere it likes - the awesome CAP Zone Recovery EA will make profits out of the situation. The secret behind this amazing EA is a famous trading algorithm known as "Zone recovery algorithm" or "The Surefire Forex Hedging Strategy". CAP Zone Recovery EA MT4  is extremely easy to use. You just open a trade in a trending market - no matter w
如果产品有任何问题或者您需要在此产品上添加功能,请联系我 Contact/message me if you encounter any issue using the product or need extra feature to add on the base version. There is Demo version of this panel Dashboard Super Three MA Demo in my product list, please try it out to get familiar with all functionalities free, LINK . This system basically utilizes PA and three adjustable Moving Average as the main indicator set to generate trading signal. With the feature that all MA_timeframe, MA_period, MA_applied_price are a
This EA trades both with a stop loss, so it can trade without it, with an increase in the lot (martingale) and without an increase in the lot (without a martingale). The advisor trades in the continuation of the impulse. It has a number of filtering indicators. This Expert Advisor is not afraid of large spreads (there is protection), it also has protection from the maximum lot and has trading from the percentage of the deposit. There are two types of Martingale (by adding from the original lot,
GRV Grid expert Advisor is a regular grid trader trading in both directions. The peculiarity of this grid is that subsequent orders in the grid are opened not only upon reaching the set step but also on the basis of the signal, which allows not to accumulate a lot of orders that can very quickly drain the entire Deposit. The EA makes a decision based on the signals from THE mA indicator and the trend filter. The EA trades almost non-stop, i.e. there are almost always open orders, so for stable
注文のバスケットを「解決」するための適応システムを備えたグリッドアドバイザーを使用して、アカウントの不採算ポジションを復元することもできます。 線形回帰チャネル内で機能し、いくつかの条件で入力します。シグナルは、線形回帰チャネルの方向、指数移動平均、1日の平均ボラティリティを使用し、価格が逸脱した場合に注文グリッドを構築します。 グリッドステップは構成可能であり、価格が私たちに反する場合、一定数の注文の後、アカウント回復機能(ドローダウン削減)がアクティブになり、最も遠い不採算注文は、利益のある反対の注文で閉じることによって削減されます。 したがって、EAはほとんどすべての無反動砲の動きとドローダウンを克服します。グラフには利益に関する情報が表示され、回帰チャネル自体が描画されます。 エキスパートアドバイザーは、手動モードで開かれた、または別のエキスパートアドバイザーによって開かれた取引に同行することもできます-それはそれらを解決し、アカウントをプラスにします。 500ドルからの推奨デポジット額。 時間枠M15 自動モードでは、VPSが必要です。
Mir Station MT4  it is a Secure Automated Software for trade Forex market and indices. The architecture is a Fully Automatic Autonomous Robot Expert capable of independently analyzing the market and making trading decisions Mir Station MT4     Have  neurals nets to used the correct algoritm in the correct market situation Mir Station MT4         It is an advanced trading system. This is a fully automatic Expert Advisor.      Mir Station MT4     is a plug and play system Mir Station MT4  
ISS Station MT4        it is a Secure Automated Software for trade Forex market and indices. The architecture is a Fully Automatic Autonomous Robot Expert capable of independently analyzing the market and making trading decisions       ISS Station MT4         Have neurals nets to used the correct algoritm in the correct market situation       ISS Station MT4               It is an advanced trading system. This is a fully automatic Expert Advisor.        ISS Station MT4     is a plug and
The DoubleEverest Expert Advisor is a pure, distilled idea. This automated EA follows its own unique mathematical algorithm. DoubleEverest : no indicators no martingale, locking, averaging, other risky money management techniques trades every day DoubleEverest catches the price in the European and American sessions. Considers the volatility and dynamics of the market. DoubleEverest places pending orders on the price extremes: of the past and current day, fractals, significant resistance and supp
CAP News Trading
MEETALGO LLC
4.09 (11)
Need to open a pending order at news time, or need to open a pending/instant order at a specific time?    CAP News Trading EA is the right tool for you. The   News Trading EA  opens pending orders at a specific time or specific date for you avoiding human errors and enhancing your trading activity. It is useful for news traders who open pending orders before the news come out. News trading is one of the most difficult disciplines – but it can also be one of the most profitable ones if you know t
Matrix Arrow EA MT4
Juvenille Emperor Limited
5 (8)
マトリックスアローEAMT4 は、 マトリックスアローインジケーターのMT4 シグナルをチャート上のトレードパネルと手動または100%自動でトレードできるユニークなエキスパートアドバイザーです。 マトリックスアローインジケーターMT4 は、初期段階で現在のトレンドを判断し、最大10の標準インジケーターから情報とデータを収集します。 平均方向移動指数(ADX) 商品チャネルインデックス(CCI) クラシック平研アシキャンドル 移動平均 移動平均収束発散(MACD) 相対活力指数(RVI) 相対力指数(RSI) 放物線SAR ストキャスティクス ウィリアムズのパーセント範囲 すべてのインジケーターが有効な買いまたは売りシグナルを与えると、対応する矢印がチャートに印刷され、次のろうそく/バーの開始時に強い上昇トレンド/下降トレンドを示します。ユーザーは、使用するインジケーターを選択し、各インジケーターのパラメーターを個別に調整できます。 Matrix Arrow EA MT4 を使用すると、チャートのトレードパネルから直接、または100%アルゴリズム取引オプションを使用して100%自動的に
US30 Break Scalp
Vitor Manuel Goncalves Pinto
This Expert Advisor trades based on a specific range breakout within a specific hour using scalp techniques. It does not use dangerous techniques like martingale. It only opens a maximum of 3 trades per day (default settings). The default settings are optimized for IcMarkets, FTMO and MFF (set file in the comments) although it can be used with other brokers, you just need to confirm the hours input. Despite this Expert Advisor presents good results in backtesting and for this month (January 2023
The EA can trade multiple currencies. Please check our signals ( https://www.mql5.com/en/users/ugur-edin/seller ) for detailed information. No grid or martingale! No manual configuration or adjustment needed! Every trade is protected by stop loss. This Expert Advisor only trades for a short time frame at night, during the ending of the New York session. It uses low volatility moments and enters trades based on indicators. It then manages those trades with dynamic stop losses and take profits als
Worried about weekend price crashes wiping your account? Tired of adverse news releases stopping your positions? Trade with peace of mind with Smart Hedge. Smart Hedge protects your positions from weekend gaps and news spikes. MT5 version:  https://www.mql5.com/en/market/product/113024 Description : Have you ever feared that some breaking news during the weekend could wipe your account? Did you ever have your positions stopped by an adverse news release during the market open hours? I did,
Logic Machine
Viktor Barilko
5 (1)
Logic Machine is an automated Forex trading Expert Advisor ideal for EURUSD. The robot analyzes the market and automatically determines entry points based on the identified price fluctuations. The robot uses a dynamic system of profit taking and risk control. To make an entry decision, the robot monitors the formation of divergence and filters the signals taking into account patterns by volume. The robot uses virtual floating Take Profit, Stop Loss. Decisions are made at the opening of the bar.
The Arrow Scalper
Fawwaz Abdulmantaser Salim Albaker
1 (2)
Dear Friend..  I share with you this simple Expert Adviser .. it is full automatic  this Expert Adviser following the trend of the pair you install on or any stocks or indices , it is works like that: - when the trend on H4 chart show a start of up trend the expert will wait till the 15M & 1H charts show an up trend the EA will open a buy order directly , and do the same for down trend and open a sell order the buy or sell  order lot size and take profit and stop loss will measured manually  by
FREE
MARKET MAKER EXPERT is an customizable advanced, fully automated Grid Trading Expert Advisor developed to trade on MULTIPAIR MODE ( EURUSD,USDJPY,USDCHF,USDCAD,EURCHF ), by spreading out risks. Expanding Grid is its speciality. It focuses on opening a large number of orders. The currency pairs have been chosen carefully to run this system. Once it analyze the market, it does a hedge order immediately, (so margin levels are not affected on the initial trade) Starts grid when the price move
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
No Grid, No Martingale, No Dangerous Strategy. Tradex Comes With 2 Powerful Strategy. Data Test Past 10 Years. It Uses Fixed Stop Loss and Take Profit Capture by Fixed Take Profit. Take Profit Also Capture by Trailing Stops as Well. Launch Price $249 Only 3 Copies Available Next Price $349 WARNING:  The Nes Filter does not support back testing. Back testing simply assists us in understanding and modifying the behavior of the EA in order to improve its results. Basic Inputs for EA EA Start/Stop:
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
Rebate Virtual Grid
Sergii Onyshchenko
3 (1)
This is a Virtual Grid EA  with  positive (for traders) slippage. I recommend it for pair EURUSD. EA may be use as Rebate generator. Works ok during news and gaps (with depo >1000$). Working timeframe M1 . Strategy The system does not use regular takeprofits and stop loss. Martingale is not used. EA use unique indicator (for open "Zero"). Monitoring (5EAs) _ https://www.mql5.com/en/signals/508303 Parameters (one of the safest) Rebate Virtual Grid                          MM_Type    0  MM: 0-
Angry bull Option Binary
Fabio Oliveira Magalhaes
1 (1)
Angry Bull Option Binary   This is a Binary Options robot, which contains 7 strategies, you can backtest it to check what the best strategies are Settings Initial Batch Value Dynamic Investment = If activated it will use an automatic lot according to its capital Balance ($) w/ backtest = Starting balance to backtest PorcRiscoInvestment = It will be the value of % for the automatic lot if it is activated Expiration (in minutes) = It will be the expiration time of orders in Binary Options Ma
Working symbol XAUUSD Working Timeframe: M1 最小入金額:$100 最小レバレッジ 1:20 特徴: マーチンゲール、グリッド、ヘッジなどの危険な資金管理手法は使用されていません ストップロスは非常にタイトで、テイクプロフィットはロングピップスで最大にトレーリングストップが使用されます。トレーリングストップが準備されていない場合は、タイマーで利益を閉じます ブローカーの条件にはあまり敏感ではありませんが、金のスプレッドが低いほど良いです 簡単にインストールできます FIFO互換 FTMO適合 設定: ロットステップ - 自動ロット計算ボリュームおよび固定ロット設定 バランスステップ - 自動ロット計算ステップ ポイントでのスリッページ - スリッページ制御 開始時間 - 取引開始時間 終了時間 - 取引終了時間 マジックナンバー - マジックナンバー 最大スプレッド - スプレッドフィルター テイクプロフィット - ポイントでのテイクプロフィットおよびトレーリングストップ ストップロス - ポイントでのストップロス トレーリングオン/
VR Cub
Vladimir Pastushak
VR Cub は、質の高いエントリーポイントを獲得するためのインジケーターです。このインジケーターは、数学的計算を容易にし、ポジションへのエントリーポイントの検索を簡素化するために開発されました。このインジケーターが作成されたトレーディング戦略は、長年にわたってその有効性が証明されてきました。取引戦略のシンプルさはその大きな利点であり、初心者のトレーダーでもうまく取引することができます。 VR Cub はポジション開始ポイントとテイクプロフィットとストップロスのターゲットレベルを計算し、効率と使いやすさを大幅に向上させます。取引の簡単なルールを理解するには、以下の戦略を使用した取引のスクリーンショットを見てください。 設定、設定ファイル、デモ版、説明書、問題解決方法は、以下から入手できます。 [ブログ] レビューを読んだり書いたりすることができます。 [リンク] のバージョン [MetaTrader 5] エントリーポイントの計算ルール ポジションをオープンする エントリーポイントを計算するには、VR Cub ツールを最後の高値から最後の安値までストレッチする必要があります。
Grid Master EA - 高度なグリッドヘッジマルチペア取引システムです。 EA は市場状況に自動的に適応します。 他の多くのグリッド EA とは異なり、Grid Master は非常に安全な動作をします。 EA の使用/テストには「コメント」セクションの Set ファイルを使用してください エントリーポイントとエグジットポイントは市場のボラティリティに応じてEAによって自動的に調整されます Expert Advisor は各ペアの買い注文と売り注文を同時に管理できます EA は 3 つのペアで同時に実行できます。対応する Set_files が「コメント」セクションで待機しています。 ロボットはボラティリティにも応じて動的グリッドを自動的に構築します タイトなスプレッド要件はありません - EA はどのアカウントでも使用できます。 システムは多くのダフ屋のように手数料のためにお金を無駄にせず、その目的のために標準口座を使用するだけです デフォルトで口座残高値に応じてグリッドの1次オーダーを自動計算 時間枠: M5 取引ペア: NZDCAD、AUDNZD、AUDC
Elastic Grid
Aliaksandr Charkes
4.8 (5)
Elastic Grid MT4 is a multi-functional grid Expert Advisor, designed for full or partial automation of various ideas related to grid trading. The EA trades on any timeframe and symbol. It can also trade several symbols with any amount of decimal places. It does not interfere with manual trading and other EAs' operation or any indicators. It allows to adjust its settings on the fly, works only with its own orders displaying all necessary data on them when needed, and for some situations it can be
ROYAL DUTCH SKUNK USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 6 great strategies The EA can be run on even a $20000
Details of each condition Type 1. Set no use Hedging Martingale, to open the order by yourself only through the push button. TP and SL follow setting. Set Setting_Hedging =false;     Use_Signal =false;  Type 2. Semi Auto Recovery Zone You have to open the order by yourself only through the push button. If in the wrong direction and Set true on Hedging Martingale, EA will fix the order with the zone system by use Hedging Martingale Set Setting_Hedging =true;     Use_Signal =false;  Type 3. Us
"The FXPivot Clicker EA is a game-changing automated trading robot designed to simplify and enhance your Forex trading experience. Powered by advanced algorithms and cutting-edge technology, this EA takes care of all the hard work for you, executing trades with precision and efficiency. With the FXPivot Clicker EA, you can enjoy the freedom of automated trading across all currency pairs. Whether it's major, minor, or exotic pairs, the EA is equipped to analyze the market and identify profitable
このプロダクトを購入した人は以下も購入しています
The Gold Reaper MT4
Profalgo Limited
4.86 (29)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポート
GoldPulse AI
Babak Alamdar
4.5 (12)
バックテストではなく、実際の取引システムを購入してください。 Live Signal 1     Live Signal 2       Live Signal 3  (only XAUUSD/Gold) この価格はプロモーション期間中の一時的なもので、間もなく値上げされます EA を 1 つ無料で入手 -> 購入後に連絡してください 現在の価格では残りわずかです。次の価格は -->> 1480 $  Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! これは、XAUUSD、XAUEUR、XAUGBP、XAUAUD、XAUJPY、XAUCHF、XAUSGD、XAUCNH などの完全なペアで金または XAU を取引する最初の最もスマートなロボットです。 私は毎日ニュースをチェックし、技術的、基本的、感情的な裏付けが得られる機会はすべて利用します。せっかちなトレーダーのポケットから患者のポケットにお金が落ちます! この市場では、賢い人々と競争することになります。彼らはあなたのお金を手に入れようとしており、あなたも彼らのお金
Gold Trade Pro
Profalgo Limited
4.59 (22)
プロモーションを開始します! 449ドルで残りわずかです! 次の価格: 599ドル 最終価格: 999ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Gold Trade Pro はゴールド取引 EA の仲間入りですが、大きな違いが 1 つあります。それは、これが本物の取引戦略であるということです。 「実際の取引戦略」とは何を意味しますか?   おそらくお気づきかと思いますが、市場に出回っているほぼすべてのゴールド EA は単純なグリッド/マーチンゲール システムであり、市場が初期ポジションに逆らったときに取引を追加します。  それらは「ニューラル ネットワーク/AI/機械学習」として偽装されることがよくありますが、
FT Gold Robot MT4
Marzena Maria Szmit
5 (13)
Introducing the FT Gold Robot MT4, your ultimate companion in navigating the intricate world of XAUUSD trading. Developed with precision and powered by cutting-edge algorithms, FT Gold is a forex robot meticulously crafted to optimize your trading performance with   XAUUSD pairs . With its advanced analytical capabilities,   FT Gold Robot   constantly monitors the gold market, identifying key trends, patterns, and price movements with lightning speed. The FT Gold Robot opens 5 positions every da
HFT Prop Firm EAは、その独特のロゴからGreen Manとも呼ばれており、高頻度取引(HFT)戦略を許可するプロプライエタリトレーディング会社(prop firms)の課題や評価を克服するために特別に作成されたエキスパートアドバイザー(EA)です。 期間限定:HFT Prop Firm EAを購入すると、$198相当の無料ユーティリティがもらえます MT5バージョン: https://www.mql5.com/en/market/product/117386 HFTチャレンジパフォーマンスモニター($200から開始): ブローカー:IC Markets アカウント番号:66603384 サーバー:ICmarketsSC-Demo06 パスワード:Greenman ブローカー:IC Markets アカウント番号:21718043 サーバー:ICmarketsSC-Demo02 パスワード:Greenman 結果1: https://c.mql5.com/31/1055/hft-prop-firm-ea-screen-4333.gif 結果2: https://c.mq
Live signal :   TrendMaster FX The MT4 version : TrendMaster FX MT4   現在、EAの試用キャンペーンを実施中です。購入後にご連絡いただければ、「Gold Garden」または「AI TradingVision GPX」をご利用いただけます。詳細はお問い合わせください。 おすすめの通貨ペア: 英ポンド/米ドル(GBPUSD) 米ドル/カナダドル(USDCAD) ユーロ/米ドル(EURUSD) オーストラリアドル/米ドル(AUDUSD) 米ドル/スイスフランク(USDCHF) リスク設定: 積極的なトレーダーのための最大リスク設定は0.15です。 より保守的なトレーダーや、特に資本の大きい人は、0.05以下に設定することをおすすめします。 購入後: ユーザーマニュアルと注意事項を入手するために、私たちに連絡してください。すでに購入された方は、おすすめのユーザーマニュアルを参照してください。 安全で安定したEA: 当社のEAは、グリッドまたはマーチンゲール戦略を使用していません。各注文にはストップロスがあります。 大きな価
Quantum Emperor MT4
Bogdan Ion Puscasu
4.91 (129)
ご紹介     Quantum Empire EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Empire EA を購入すると、Quantum StarMan、Quantum Trade EA、または Quantum Gold Empire を無料で入手できる可能性があります!*** 詳細については個別にお問い合わせください。 新しい Live Signal V4:   ここをクリックしてください MT5バージョン:   ここをクリック 量子EAチャネル:       ここをクリック *プロモーション価格: $1199。 10回購入するごとに価格が10
ローンチプロモーション:30%OFF! 現在の価格で購入するために残っている販売は3つだけです。 次回価格: $1033 無料でUS30スキャルパーEAとQuantum Algo EAを入手 -> 購入後にご連絡ください Live signal:  https://www.mql5.com/en/signals/2220190?source=Site+Profile+Seller Prop Signal:  https://www.mql5.com/en/signals/2223219?source=Site+Signals+Profile+From+Author MT5:  https://www.mql5.com/en/market/product/116010?source=Site+Market+Product+Page Prop Challenge取引履歴: https://www.mql5.com/en/blogs/post/757093 よくある質問: https://www.mql5.com/en/blogs/post/757094 Diamond Titan FXの
Hello, my name is Alexander. I would like to introduce you to my new development, the Hercules AI advisor. The advisor is synthesis of Price Action Method and Artificial Intelligence technologies.  It doesn't use  any indicators. The EA works well on Gold  pair. The advisor has shown stable performance for more than 10 years. It does not use dangerous trading methods such as martingale, etc. All transactions are protected by take profit and stop loss. I tried to make the advisor as easy to insta
One Gold MT4
Stanislav Tomilov
4.82 (11)
Welcome to the world of next-generation investments with our unique trading robot for gold on the MetaTrader platform! Our proprietary developments represent the pinnacle of advanced data analysis computational platforms in the world of trading. One Gold EA is a genuine smart algorithm, operating at a level beyond human traders' reach. Its unique method is based on the principles of a neuroscanner and advanced technologies in neural networks, EA is capable of analyzing historical and current dat
AW Recovery EA
AW Trading Software Limited
4.3 (70)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
Oracle MT4
Stanislav Tomilov
4.38 (8)
Oracle Trading Expert the Quintessence of Modern Programming Technologies Expert Oracle for MetaTrader, trading on GBPUSD and Gold, represents the quintessence of modern programming technologies. Our unique proprietary methods and developments are based on advanced machine learning concepts, making our trading expert truly one-of-a-kind. We offer cutting-edge modules and neural architecture that embody innovative advancements in financial programming. Our algorithms rely on in-depth data analysi
ローンチプロモーション: 現在の価格で入手可能な限定数のコピー 最終価格: 990$ NEW: 無料で EA を 1 つゲット!   (2取引口座の場合) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP:   Click here Set Files DayTrade Pro アルゴリズムへようこそ!   何年にもわたって市場を研究し、さまざまな戦略をプログラミングしてきた結果、優れた取引システムに必要なすべてを備えたアルゴリズムを見つけました。 ブローカーに依存しない スプレッド インディペンデント MT4、MT5、TDS2、および複数のブローカーで、実際の変数スプレッドテストを使用して非常に安定したバックテストを簡単に示します 何百もの異なる設定はすべて、テストで有益な結果をもたらします (もちろん、私は最高のものを選択しました!) 非常に堅牢なシステム -> 設定は交換可能であるため、USDJPY
注意事項 EAには最大6つのエントリーポイントが含まれ、各取引のロット数は注文ロット数に6を乗じたものとなるため、ロット数が大き過ぎないようご注意ください。 ロット数のデフォルトの計算方法は資金のパーセンテージではありません。デフォルトの計算方法はレバレッジの影響を受けないため、リスクをより正確に管理できます。  リスク耐性を高めるために、1,000ドル以上の資金のご利用をお勧めします。 複数の通貨ペアを同時に使用するとリスクが蓄積される可能性があるためご注意ください。 こちらはMT5バージョンです。MT5バージョンは市場環境をより正確に再現できます。 MT4バージョンが必要な場合は、後日リリースいたします。 取引にはリスクが伴うため、こうしたリスクを理解し効果的に管理することが非常に重要です。 リアルマネーシグナル: クリックして表示 ライブシグナル: クリックして表示 MT5バージョン: MT5へ移動 現在、ゴールドEAを無料で提供するキャンペーンを行っています。購入後にご連絡いただければ、お受け取りいただけます。このキャンペーンは期間限定です。 実行の推奨事項 推奨通貨ペア
強力な1分のスキャルピングシステム -  Xauusd通貨ペアの取引用の自動ロボットスキャルパー(ロボットは他の通貨ペアで取引されますが、ゴールドで最高の結果を得ます)。 推奨期間M1およびM5。 最小初期残高は500ドルからです。 このロボットは、価格のターニングポイントを自動的に決定し、トレンドの将来の方向にいくつかの繰延注文を設定します。 価格が正しい方向に展開されない場合、ロボットは遅延した注文を削除します。 しかし、価格が正しい方向に展開された場合、ロボットはオープン注文に伴い(変更)、最大の結果を得るようになります。 ロボットは2つのモードで動作できます。 ロボット設定の「ロット」パラメーターが= 0の場合、ロボットは各トランザクションのロットのサイズを自動的に計算します。 ロットのサイズは、最小限のリスクで最大の結果を得るために計算されます。 このモードでは、ロットのサイズはバランスの成長に比例して増加します。 「ロット」パラメーターが0.01に関係しない場合、ロボットは固定ロットサイズ= 0.01で注文を開きます。 このモードでは、ロットのサイズは常に固定されます
EA Gold Stuff
Vasiliy Strukov
4.73 (984)
EA Gold Stuffは、金取引のために特別に設計されたExpert Advisorです。 この作業は、ゴールドスタッフインジケーターを使用した注文の開始に基づいているため、アドバイザーはトレンドに従うことを意味する"トレンドフォロー"戦略に従って動作します。 重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! リアルタイムの結果はここで見ることができます パラメータ 新しいシリーズを開く-新しいシリーズの注文の開始をオン/オフします。 開始ロット-開始ロット。 トレードバイ-Expert Advisorが購入できるようにします。 トレード売り-Expert Advisorが売ることを許可します。 ヘッジを使用する-機能が有効になっている場合、アドバイザーは買いと売りの両方の方向を取引し、機能が無効になっている場合、アドバイザーは一方向 マネー Manadgementを使用-オン/自動ロット計算の使用をオフにします。 オートロットオータロットオータロット 各0.01ロットの無料証拠金-各0.01ロット単位の開口部のための無料証拠金の量
Boring Pips MT4
Thi Thu Ha Hoang
5 (12)
ほとんどのエキスパートアドバイザーがバックテストのパフォーマンスは完璧でも、実際の取引では効果的でない理由について考えたことはありますか? 最もありそうな答えは過学習です。多くの EA は利用可能な過去のデータに完璧に適応するように作成されていますが、構築されたモデルに一般化能力がないため、将来を予測することができません。 一部の開発者は、過学習の存在を知らないか、知っていても防止する方法を持っていません。他の人はそれをバックテスト結果を美化するためのツールとして利用し、統計的な有意性を考慮せずに数十の入力パラメータを追加し、取引戦略を過去のデータに過度に合わせ、自分の EA が将来において同様のパフォーマンスを達成できると他の人に納得させようとします。 もし興味があって、過学習についてより深く理解したい場合は、こちらの私の記事を参照してください。 Avoiding Over-fitting in Trading Strategy (Part 1): Identifying the Signs and Causes Avoiding Over-fitting in Trading St
Bitcoin Wizard is designed for trading Bitcoin by placing pending orders based on high low at certain periods by taking advantage of strong momentum.   Why Bitcoin Wizard : Bitcoin Wizard is a fully automatic trade system, trade 24/7. Does not use any risky strategies such as hedging, martingale, grid or multiple orders. Every trade is protected by a stoploss of 100 pips. Real Signal | Real Signal 2 | Setfile :  Download here  | MT5 version | Backtest Report   |   Broker Spread Comparison SET U
Bitcoin Robot MT4
Marzena Maria Szmit
5 (9)
The Bitcoin Robot  MT4 is engineered to execute Bitcoin trades with unparalleled   efficiency and precision . Developed by a team of experienced traders and developers, our   Bitcoin Robot   employs a sophisticated algorithmic approach (price action, trend as well as two personalized indicators) to analyze market and execute trades swiftly with   M5 timeframe , ensuring that you never miss out on lucrative opportunities.   No grid, no martingale, no hedging,   EA only open one position at the sa
XG Gold Robot MT4
Marzena Maria Szmit
4.42 (24)
The XG Gold Robot MT4 is specially designed for Gold. We decided to include this EA in our offering after   extensive testing . XG Gold Robot and works perfectly with the   XAUUSD, GOLD, XAUEUR   pairs. XG Gold Robot has been created for all traders who like to   Trade in Gold   and includes additional a function that displays   weekly Gold levels   with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on  Price
Launch promo! Only a few copies left at 499$! Next price: 599$ Final price: 999$ Live signal:  https://www.mql5.com/en/signals/2220893?source=Site+Profile+Seller MT5:   https://www.mql5.com/en/market/product/107337?source=Site+Profile+Seller For more top Expert Advisors and Indicators, visit:   https://www.mql5.com/en/users/lothimailoan/seller I am Los, please subscribe to receive more updates:   https://www.mql5.com/en/users/lothimailoan/news US30 Scalper EAは、トレードとコーディングに豊富な経験を持つチームによって開発さ
FXMachine
Alexander Kozachuk
4.75 (12)
2020 年以降の実際のアカウントの統計 過去 13 年間のバックテスト 低ドローダウン戦略 複数通貨アルゴリズム あらゆるブローカーと互換性があります 実証済みのドローダウン制御システム 2020 年以降 のリアル口座での取引: ここをクリック USDCAD、EURGBP、GBPUSD、EURUSD での取引: ここをクリック EURGBP での取引: ここをクリック GBPUSD での取引: ここをクリック FXMachine EA の完全なバックテストはここからダウンロードできます: ここをクリック 当社について: FXMachine およびその他のロボットの開発とサポートは、 外国為替 分野で 14 年以上の経験を持つ専門チームによって行われています。 この 14 年間 の間、私たちは開発を改善し、取引に対するより優れた効果的なアプローチを見つけてきました。 もし私たちに 私たちが与えることができる最高のアドバイスは何ですかと尋ねられたら どの EA が優れているか、どの EA がそうでないかを判断するには、次のような答えが得られます。 最も
現在の価格はプロモーション価格であり、間もなく値上がりします。 製品の最終価格は:$5566です。 現在の価格ではほんの数部しか残っておらず、次の価格は$566です。 こちらでライブ結果をご確認ください: 個人ライブシグナル: [ここをクリック] $50K 個人ライブシグナル: [ここをクリック] プロポライブシグナル: [ここをクリック] MT5バージョンはこちら: [ここをクリック] 支払い証拠と究極のコンボディール How to install   |   Download SetFile Quantum Algo Trading MT5 EAへようこそ。 このEAは、単なる機械的なシステム以上のものを目指して設計されており、あなたのトレードの旅路において、あなたの仲間となるでしょう。 このEAは、トレーディングとプログラミングの経験が13年以上ある誰かによって最適化されたアルゴリズムを使用してブレイクアウトシステムを利用しています。 他のEAとは異なり、市場で過去のバックテスト結果に完全に依存しているものや、過去に適合するように意図的に結果を操作し
現在のプロモーション: 残り 1 個 349$ 最終価格: 999$ プロモーション ブログ で「 究極の EA コンボ パッケージ」 をチェックしてください 。   NEW: イーサリアムもサポートするようになりました! Bitcoin Scalp Pro は市場で唯一の取引システムです。  サポートとレジスタンスレベルのブレイクアウトを取引することにより、ビットコイン市場のボラティリティを悪用することに完全に焦点を当てています. EA の焦点は安全性にあります。これは、極端に低いドローダウンと取引の非常に優れたリスク/報酬比につながります。 EA は、ビットコインの実際の価格に基づいて、ストップロス、テイクプロフィット、トレーリングSL だけでなく、エントリーとロットサイズも計算する「スマート適応パラメーター システム」を内部で使用します。 つまり、ビットコインが 6000 または 30000 で取引されている場合、すべてのパラメーターの値が異なります。 EA は 2022 年 6 月以降、実際のライブ アカウントでフォワード テストされており、これまでのところ結果は
TopBottomEA's advantage: the first support for small capital work EA, real trading for more than 4 years; this EA based on volatility adaptive mechanism, only one single at a time, each single with a stop-loss, an average of about 4 orders per day, holding a single length of 12 hours or so, with a limit of $ 20 principal challenge backtesting ran through more than 10 years. Every interval of three days to increase the price of $ 100, the price process: 998 --> 1098 --> 1198...... Up to the targ
Fenghuang EA utilizes clustering principles in machine learning to analyze data, identifying groups of objects or events with similar features or relationships. It uncovers hidden patterns and categorizes objects by similarities, aiding in the discovery of causal relationships. The EA allows for in-depth data analysis, highlighting significant relationships without risky techniques like martingale, netting, or scalping, making it compatible with various brokerage environments. Read more about t
AI Nodiurnal EAは、先進的なForexロボットであり、最先端の機械学習技術を活用して取引戦略を最適化し、動的な外国為替市場でのパフォーマンスを向上させます。用語「Nodiurnal」は、通常の昼間の取引時間だけでなく、非標準の時間帯にも適応して稼働し、外国為替取引に対する連続的かつ適応的なアプローチを提供する能力を反映しています。 設定:通貨ペアのデフォルト設定:EURUSD H1。特別な設定は購入後にのみ提供されます。 リアルタイムアカウントシグナルはこちら: https://www.mql5.com/ja/signals/1270367 MT5バージョンはこちら: https://www.mql5.com/ja/market/product/74716 マーケットローンチプロモ!残り10/10のコピーのみ:USD 5,500 次の価格:USD 7,500 最終価格:USD 10,000 主な特徴: 機械学習アルゴリズム:AI Nodiurnal EAの主力は、機械学習アルゴリズムの活用にあります。これらのアルゴリズムは膨大な量の歴史的な市場データを分析し、パターン、ト
AI Gen XII EA This is an Expert Advisor with the latest use of Artificial Intelligence and Neural Networks. The EA runs on the top-of-the-line GPT-4o platform and also uses Advanced Discrete Fourier Imaging in ATFNet aligns the frequency spectrum of the input series, allowing for a more complete analysis of time series data. The EA also boasts trading on different strategies simultaneously and matching backtest trades and real trading, which is very important in its time.  Details about Advisor
Diamond PRO
Fanur Galamov
5 (15)
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
A scalping robot of a new generation should be developed using Artificial Intelligence. Suitable for scalping trading on one of the most popular US Wall Street 30  index (US30). The strategy has passed months of tests on real and demo accounts and is currently being used on several investment accounts with different Profit/Risk ratios. Risky methods and strategies are not used: grid, martingale or topping up. Each trade has a Stop Loss and Take Profit. The Expert Advisor is fully optimize
作者のその他のプロダクト
Hero MT5
Vladimir Gribachev
グリッド戦略(トレンドの動きに対抗する取引の開始)とピラミッド化(トレンドの取引の開始)を使用するFOREXアドバイザーHERO。 EAは成行注文でのみ機能します。最初の取引の開始は、割り当てられた時間内の極値の内訳で発生します。ここでは、N個の指値注文が集中しています(価格はこのレベルを数回テストしています)。価格がレベルを超えても、NパイントがN秒以内に通過しない場合、シグナルは偽と見なされます。 MT4バージョン-https:// www.mql5.com/en/market/product/52194 便利なマネーマネジメント、各Nバランスの初期ロット、グリッドと注文のピラミッドの乗数があります。グラフには情報が表示され、構成と最適化が簡単です。 作業時間枠はEAパラメータで設定され、デフォルトではH1、EURUSD記号です。次のペアがアドバイザーに適しています:GBPUSD、USDCAD、EURUSD、USDJPY、USDCHF、AUDUSD、NZDUSD .. .. オプション: タイムフレーム-作業時間枠; EXTREMUM_BARS、SHIFT-極
ストップロスとテイクプロフィットレベルの自動設定のためのユーティリティ。トレーダーのためにプロのトレーダーによって作成されました。ユーティリティは、トレーダーが手動で、またはアドバイザーを使用して開いたすべての成行注文で機能します。魔法数で取引をフィルタリングできます。ユーティリティは、同時に任意の数の注文を処理できます。 MT4バージョン https://www.mql5.com/en/market/product/56485 ユーティリティでできること: 仮想ストップロスを設定し、1ピップから利益を得る 本当のストップロスと利益を取る 各注文を個別に処理します(ストップロスとテイクプロフィットは各注文に個別に配置されます) 一方向注文のバスケットで作業します(ストップロスとテイクプロフィットはすべての注文に共通に設定され、購入と販売は別々に設定されます) 多方向注文のバスケットで作業します(ストップロスとテイクプロフィットはすべての注文に共通に設定され、一緒に購入と販売します) テストと作業には、チャートのボタンを使用できます。 オプション: STOPLOSS
ストップレベルを追跡することにより、取引を自動的に成立させるためのユーティリティ。利益を最大限に活用することができます。トレーダーのためにプロのトレーダーによって作成されました。ユーティリティは、トレーダーが手動で、またはアドバイザーを使用して開いたすべての成行注文で機能します。魔法数で取引をフィルタリングできます。ユーティリティは、同時に任意の数の注文を処理できます。 MT4バージョン https://www.mql5.com/en/market/product/56487 ユーティリティでできること: 1ピップから仮想トレーリングストップレベルを設定します 実際のトレーリングストップレベルを設定する 各注文を個別に処理します(トレーリングストップレベルは各注文に個別に配置されます) 一方向注文のバスケットで作業します(トレーリングストップレベルはすべての注文に共通に設定され、購入と販売は別々に設定されます) 双方向注文のバスケットを操作します(トレーリングストップレベルはすべての注文に共通に設定され、一緒に購入と販売を行います) テストと作業には、チャートのボタンを使
Hamster MT5
Vladimir Gribachev
5 (3)
革新的なグリッドアドバイザー。価格のボラティリティに基づいた戦略を適用します。取引は、現在のバーの始値からN分、前のバーの終値からNポイント上昇したときに開始されます。割り当てられた時間内に価格が平均価格ボラティリティ(ATR)のN値(%/ポイント)を超えていない場合、新しいバーが開始されるまで取引は中断されます。 アドバイザリンクのMT4バージョン ブローカーには見えない動的レベルのストップオーダー、ストップロス、テイクプロフィット、トレーリングストップ、損益分岐点を適用します。値は、ピップで、または平均価格ボラティリティ(ATR)のパーセンテージとして指定できます。 チャートには、注文実行の品質、受け取った利益、現在のオープンポジション(注文数、ロット数、利益)に関する情報が表示されます。 FIFO要件(以前に開いたトランザクションを最初に閉じる要件)を持つ米国のブローカーを含む、あらゆるブローカーとの連携に適しています。 Expert Advisorを初めて知る場合は、ストラテジーテスターでビジュアルモードをオンにすることをお勧めします。トレーダーがその仕事の原
BOOSTER FOR MT5は、FOREX市場での日常業務のためのプロのスカルパーアドバイザーです。取引では、経験とともに、トレーダーは通常、ストップ注文の蓄積レベル、価格、時間が市場で重要な役割を果たすことを理解するようになります。この戦略は、このFOREX Expert Advisorで実装されており、この製品の使用を楽しむだけでなく、その開発にも参加していただければ幸いです。フィードバックは、https:// www.mql5.com/en/に残してください 。市場/製品/ 45915#!タブ=レビュー MT4バージョン:https:// www.mql5.com/en/market/product/45915 オプション: 価格-割り当てられた期間内にトラバースする必要がある価格の距離。 TIME-割り当てられた時間(秒単位)。 HL_PERIOD-レベルを決定するためのバーの数。 HL_TIMEFRAME-レベルを決定するための時間枠。 BREAKTHROUGH_LEVEL-レベルを突破した後に注文を開きますか?; MAGIC_NUMBER-取引のマジ
行のブル/ベアバーの数が指定された値に達したときにトランザクションを監視および実行するScalperExpertAdvisor。新しいバー(デフォルトではM5)のオープンで機能し、シグナルが続く場合、追加の取引がオープンされます。 EAには、取引の方向に直接応答するいくつかのパラメーターがあります。 タイムフレーム-作業時間枠; MIN_BAR_SIZE-最小バーサイズ。ATRの%として指定されます。 DIRECTION_CONTINUED-動きの方向に取引を開始するための強気/弱気のバーの数。 DIRECTION_REVERSAL-反対方向の動きで取引を開始するための強気/弱気のバーの数。 PERIOD_ATR-最小バーサイズを計算するためのATRインジケーターの期間。 MAX_ORDERS-一方向の注文の最大数。 IGNORE_SIGNAL-反対の取引の数がMAX_ORDERS値に達するまで、シグナルの反対側にすでにオープンポジションがある場合、取引を開くためのシグナルを無視します。 EAには時間ベースの機能があります。 START_HOUR、START_MINU
損益分岐点レベルを自動的に設定するためのユーティリティで、指定された距離を通過するときに取引を損益分岐点に転送します。リスクを最小限に抑えることができます。トレーダーのためにプロのトレーダーによって作成されました。ユーティリティは、トレーダーが手動で、またはアドバイザーを使用して開いたすべての成行注文で機能します。魔法数で取引をフィルタリングできます。ユーティリティは、同時に任意の数の注文を処理できます。 MT4バージョン https://www.mql5.com/en/market/product/57076 ユーティリティでできること: 1ピップから仮想ブレークイーブンレベルを設定 損益分岐点の実際のレベルを設定する 各注文を個別に処理します(ブレークイーブンレベルは注文ごとに個別に設定されます) 一方向注文のバスケットで作業します(損益分岐レベルはすべての注文に共通に設定され、購入と販売は別々に設定されます) 双方向注文のバスケットを操作します(ブレークイーブンレベルはすべての注文に共通に設定されており、一緒に購入と販売を行います) テストと作業には、チャートのボタ
The TELEGRAM BROADCAST utility helps to instantly publish your trading in the Telegram channel. If you have long wanted to create your Telegram channel with FOREX signals, then this is what you need. ATTENTION. This is a DEMO version, it has limitations - sending messages no more than 1 time in 300 seconds PAID version:  https://www.mql5.com/en/market/product/46865 https://t.me/moneystrategy_mql TELEGRAM BROADCAST can send messages: Opening and closing deals; Placing and deleting pending
FREE
This is a DEMO version of the copier with a restriction - copies only BUY orders. Paid version:  https://www.mql5.com/en/market/product/45792 Copier MT5  is the fastest and most reliable copier of transactions between several MetaTrader 4 (MT4) and MetaTrader 5 (MT5) accounts installed on one computer or VPS server. Transactions are copied from the MASTER account to the SLAVE account, copying occurs due to the exchange of information through a text file with a speed of less than 0.5 sec., The p
FREE
Phantom
Vladimir Gribachev
5 (1)
This is a fully automated multi-currency Expert Advisor. Does not use Martingale and grid trading. Uses stop loss to protect funds. It trades pending orders at acceptable time. Unengaged pending orders are deleted after the EA stops trading. Сделки совершаются по рынку (Market Execution) — Market Execution is applied — take profit and stop loss are placed after the order is executed and modified by the EA's settings. The EA is meant for trading EURUSD, GBPUSD, AUDUSD, USDJPY, USDCHF, USDCAD, NZD
Serpent
Vladimir Gribachev
The strategy is based on the MACD and Moving Average indicators. It buys when the fast MA is above the slow MA and the MACD histogram is above the signal line. It sells when the fast MA is below the slow MA and the MACD histogram is below the signal line. Designed for 4 and 5-digit quotes, use it on a VPS hosting. Launching the EA It is recommended to launch the EA on several adjacent currency pairs with the same magical numbers. For example: GBP USD , EUR USD , AUD USD , NZD USD ; or USD CAD, U
This scalping Expert Advisor does not use any indicators. Martingale is not used as well. The product displays a channel, two lines from Ask and Bid. If the channel is touched or broken by the price, the timer is enabled. Upon its expiration, the channel is modified based on new prices. Pending BuyStop and SellStop orders are placed at the specified distance from the channel levels, pending orders are modified following the channel. As soon as a pending order becomes a market one, an opposite or
Gryphon
Vladimir Gribachev
The strategy is based on entries according to the Fibonacci levels and the Stochastic indicator. Buys when the Stochastic indicator line is above the specified level and the price is above or equal to the opening level of Fibonacci. Sells at the opposite conditions, when the indicator line and price are located below the specified levels. Designed for 4 and 5-digit quotes, use it on a VPS hosting. Launching the EA It is recommended to launch the EA on several adjacent currency pairs with the sam
The strategy is based on Bill Williams' indicators and my universal template. It uses Alligator, Fractals, AO and AC indicators. Buy entries: the Alligator mouth points upwards, AO and AC are in a green zone, the price is higher or equal to the last "upper" fractal. The product is designed for 4 and 5-digit quotes and should be launched on a VPS server. Expert Advisor Installation It is recommended to launch the EA on several adjacent currency pairs with the same magical numbers. For example: GB
Forex Bot
Vladimir Gribachev
2 (1)
The Expert Advisor does not use any indicators. It has a virtual trailing stop function and designed for 4-5-digit quotes. The EA opens deals in Market Execution mode. Take Profit and Stop Loss are placed after order execution and modified in accordance with the EA settings. Parameters TimeFrame – timeframe for defining the largest bar's Close price within n time period; StartBar – bar, from which the search for the largest bar starts; FinishBar – bar, at which the search for the largest bar is
Super Martingale
Vladimir Gribachev
3 (2)
This Expert Advisor uses martingale and order grid. An initial deal is opened when the price touches or breaks a price channel. The price channel is modified by timer in seconds. The following deals are opened by specified parameters. The EA flexibly configures step and volume, multiplier factor, amount of market orders to start increasing a step or a volume to open new orders. The EA has been adapted for 4-5-digit quotes. The EA is recommended for use on EURUSD, GBPUSD, AUDUSD, USDJPY, USDCHF,
A multifunctional trading robot for MetaTrader 4. The EA's basic strategy applies the range of price deviation from the average high/low values for a specified period. It has a minimum of configurable parameters, but has great functionality - the Expert Advisor can be configured for any trading style, which makes it not just a trading robot but a multi-functional flexible constructor. The EA applies order levels, stop loss, take profit and trailing stop levels invisible for brokers. The entire t
DarkForest
Vladimir Gribachev
3 (2)
The strategy is based on the price channel breakout. VPS is required for flawless operation, the recommended minimum deposit is 1000 units of the base currency. The EA is to be used on M5-H1 of highly liquid currency pairs with a small spread/commission (for example, EURUSD, GBPUSD, AUDUSD, USDJPY, USDCHF, USDCAD, NZDUSD, EURJPY, EURGBP and EURCHF). Features The EA features a predictive algorithm based on price patterns, as well as stop loss and take profit levels; Customizable pyramiding, hedgi
This is an automated Forex Expert Advisor. The strategy is based on the assumption that the market bounces in the opposite direction several times before the big bids are satisfied. It has a built-in algorithm for predicting the price movement, which allows the EA to make decisions on opening averaging orders or increasing positions. It works using pending (Stop, Limit) or market orders depending on the parameters specified. To diversify the risks, the EA works with short and long positions simu
WooHoo
Vladimir Gribachev
The entry signals are based on steady price movement for a certain distance within a specified time interval. VSP is required for flawless operation, the recommended minimum deposit is 1000 units of the base currency. The EA is to be used on highly liquid currency pairs with a small spread/commission (for example, EURUSD, GBPUSD, AUDUSD, USDJPY, USDCHF, USDCAD, NZDUSD, EURJPY, EURGBP and EURCHF). Features Customizable pyramiding, hedging and order grid functions; Position tracking can be one of
Candle Closing
Vladimir Gribachev
2 (1)
Strategy: based on candle closure, entry in the movement direction. Features The template features an adaptive forecast algorithm based on history data of price action; It has multiple filters for opening new orders; Compatible with any trading strategy, both manual or automatic (Expert Advisors); It has the maximum possible and compatible functionality: adaptive order grid, locking, averaging, rebuying. Expert Advisor Installation The quotes history must be predownloaded for all currency pair
Joker System
Vladimir Gribachev
4.43 (7)
This multicurrency Expert Advisor uses an advanced adaptive trading strategy based on a position averaging. Stop loss can be calculated in currency or by drawdown in % of the balance. I recommend that you withdraw your profit regularly! The product is designed for 4 and 5-digit quotes. VPS server is recommended. Timeframes: M30-H4. Recommended minimum deposit – 1 000 units of the base currency. Setup The EA is launched on several low spread symbols simultaneously (for example, EURUSD, GBPUSD, AU
This is an automated Forex Expert Advisor. The trading system is based on the breakout of channel of the Moving Averages and my adaptive template. It uses a completely different approach to trading. The EA template is developed so that the signals are not followed literally, instead they provide a reason to a certain action since the signal may turn out to be false, while the price may go in the opposite direction. Depending on the basic settings, the EA may use pending (Stop and Limit) or marke
Trade System
Vladimir Gribachev
1 (1)
This is an adaptive grid Expert Advisor that applies Fractals and Fibo levels and is based on the price behavior. An Average weighted stop loss can be used to limit losses. Average volatility, speed and direction are also applied by the strategy. The Expert Advisor is designed for maximum effective real trading in today's market conditions. It does not require special conditions, does not depend on the trading account type, the broker, or the financial instrument. It works well with small and la
News Auto Trading
Vladimir Gribachev
3 (2)
This is a news Expert Advisor trading by the economic calendar. It features the following working modes: Manual – trader sets the news time on its own Automatic – the EA takes the news release time and its importance from the news website Several modes of customizable parameters allow the EA to conveniently adjust the EA to your trading strategy. The trading robot automatically determines the time zone, the news importance, the currency affected by the news release, displaying the news on a char
Not One Step Back
Vladimir Gribachev
5 (1)
This is a non-indicator Expert Advisor based on steady (no roll-backs) price movement. When the price moves a defined distance without changing a direction, one point goes to bulls or bears depending on the price movement direction. When a predefined amount of points is reached, a position is opened. The Expert Advisor uses average weighted stop loss, take profit, breakeven and trailing stop levels. Parameters PriceMove – amount of points to be passed by the price without changing direction; Win
Butterfly Platinum
Vladimir Gribachev
2.33 (3)
This Expert Advisor is designed for effective investment management and medium-term trading. Unlike the usual version of Butterfly , it starts working when the minimum required number of High/Low bars are within the specified price range. The strategy is based on the assumption that the market bounces in the opposite direction several times before the big bids are satisfied. Do not use martingale, grid and other high-risk trading strategies similar to overstaying drawdown by keeping unprofitable
Snop
Vladimir Gribachev
The Expert Advisor strategy is based on the moving average channel breakthrough. VSP is required for flawless operation, the recommended minimum deposit is 1000 units of the base currency. The EA is to be used on M5-H1 of highly liquid currency pairs with a small spread/commission (for example, EURUSD, GBPUSD, AUDUSD, USDJPY, USDCHF, USDCAD, NZDUSD, EURJPY, EURGBP and EURCHF). Features The EA features a predictive algorithm based on price patterns, as well as stop loss and take profit levels; Cu
Fully automated adviser using an advanced grid algorithm and a function to protect against increased volatility during news releases. The Advisor looks for anticipated levels of reversal / continuation in a narrow price range (the proposed new level of support / resistance) based on previous movements. Applies invisible for the broker dynamic levels of setting new orders, stop-loss, take-profit and trailing stop. If you set MagicNumber = 0, then the expert can be used in semi-automatic trading
Arbitrage-news trading EA. Works at a user-defined deviation from the price during the news release (optional). The trade is opened when the fast broker gets ahead of the slow one by the specified amount of points. The trades are opened by the direction of the fast broker price movement, works both during the news release and without the news filter. The news filter automatically determines the time zone and the currency the news is released on. To enable the news filter you need to do the follo
フィルタ:
レビューなし
レビューに返信
バージョン 1.1 2022.03.04
update for new build