• エキスパートアドバイザータイプ
  • 価格
     - 
  • リセットする
YouTubeにあるマーケットチュートリアルビデオをご覧ください
ロボットや指標を購入する
仮想ホスティングで
EAを実行
ロボットや指標を購入前にテストする
マーケットで収入を得る
販売のためにプロダクトをプレゼンテーションする方法

MetaTrader 4のための新しい自動売買ロボット - 28

icon エキスパートアドバイザーは、特別な外国為替戦略を使用して金融商品の相場を分析することができます。 無料および有料のエキスパートアドバイザーをテストして、取引を自動化し、収益性を高めます。
Muscle ZigZag
Hong Ling Mu
3.67 (6)
今までこのようなロジックはまったくおもいつきませんでした。 あるとき、夢の中で、筋肉隆々の男の人が私に言いました。 いいから、ZigZagインジケーターを移動平均線と一緒に使ってごらんなさい。 そうすれば、あなたは世界平和に貢献できるようになります。 私はさっそくEAの作成に着手しました。 わずか30分程度で理想的なEAができあがりました。 いままで、移動平均線をつかうのは知っていましたが、zigzagと一緒に使うアイデアは、まさに神です。 私は思わず笑ってしまいました。そして、EAを作った後に、コーヒーを飲みながら、考えました。 実際このEAで利益をだすことができるのでしょうか? とくに難しい設定はいりません。 タイムフレーム H1 or H4でそのまま稼働させてみましょう。 https://www.mql5.com/ja/signals/1961000
FREE
forex のトレードで広く使われるRSIをベースにロジックをデザインしました。 通常、RSIの値が買われすぐ、売られすぎのエントリーは有名ですが、トレンドが逆行した場合は、あまり効果的ではありません。 そこでその対策として、このEAは、RSIの値を元にエントリーしたあと、逆方向にマーケットが動いた場合、順張りのエントリーを行います。いわゆるグリッドオーダーですが、一定間隔ごとではなく、一定間隔ごとに、RSIの値が売られすぎの場合は、SELL売りの追加オーダーがでます。また逆に買われ過ぎの場合は、トレンドに沿ってBUY買いのオーダーがでます。 RSIの値に基づいたメインオーダーと、順張りのグリッドオーダーを持ちながらトレードを行い、それらすべてのオーダーがバスケットクローズされます。 バスケットクローズされる利益は0.01ロットが$1を基準に トータルロットサイズから平均利益を自動計算しています。 また、ストップロスは低めの20PIPSに設定していますが、もしストップロスでオーダーがクローズした場合、次のロットを上げてトレードするいわゆるマーチンゲールの機能も備えています。
FREE
MM Trading Pro NGU
Messala, Marco Rodrigues Caetano
Robot scalpeur ultra-efficace, avec un taux de victoire élevé et un faible drawdown. Vous souhaitez automatiser votre trading ? Notre robot de trading à la pointe de la technologie est là pour vous aider. Louez mensuellement notre puissant outil qui analyse les marchés en temps réel, identifie les opportunités lucratives et exécute les transactions rapidement et avec précision. Vous pouvez ainsi profiter des avantages du trading automatisé sans avoir à vous soucier des aspects techniques. Notre
FOREXのマーケットは人生そのものです。 安定な人生などありません。 FOREXでも同じことがいえます。 常に、一定の価格レンジを推移すればいいのですが、 ときどき、レンジから大きく逸脱することもあります。 人生も然りです。 そのなとき、気軽に待ってあげましょう。 やがて、また安定したレンジに戻ってきます。 大きくレンジから外れたときはチャンスです。 このチャンスを逃してはいけません。 このロボットは、エンベロープのインジケーターを使い、大きく価格が推移から外れた時にエントリーを行います。 その判断にはZigZagインジケーターを使用しています。 // エンベロープを外れた時にエントリーするサンプルコード extern int period = 20 ; // エンベロープの期間 extern double deviation = 0.1 ; // エンベロープの偏差 extern double stopLossPips = 50 ; // ストップロスのピップ数 void OnTick () {      double upperBand = iEnvelo
FREE
Dart
Anatoliy Lukanin
Fully automated, which does not use grid strategies, martingale, averaging positions, waiting out a loss, etc. All positions have a fixed Stop Loss. The expert trades in a calm market, at the end of the American session. Deposit: from 100 units of deposit. Example of currency pairs: EURCHF, AUDCAD, USDCHF, GBPUSD, AUDCHF. Chart period: any. Accounts: You should use ECN-ECN Pro. with five-digit quotes with a moderate size (spread). Testing-optimization: All recommended currency pairs are normall
Finanix Gold EA is the result of two years of extensive research and backtesting, ensuring that it is built on a solid foundation of data-driven insights and proven trading strategies. This expert advisor is fine-tuned for trading XAUUSD/Gold .  It is also capable of trading any instrument. Introducing the cutting-edge Finanix Gold EA , powered by advanced mathematical functions and unparalleled computation capabilities. This revolutionary tool is designed to provide traders with a competiti
EA BUMANはエントリー回数はそれほど多くはありませんが、安定した利益が期待できます。 エントリーロジックはいたってシンプルです。 1本の移動平均線しか使っていません。 EMAの移動平均線をローソク足がクロスするときにエントリーします。ただしローソク足の終値が移動平均線よりも上にある場合はBUYエントリー、下にある場合はSELLエントリーが実行されます。 また利益確定の勝率を上げるためにブレークイーブンとトレーリングストップの機能をうまく使う必要があります。 デフォルトの設定を調整してください。 もしECNアカウントを使っている場合は、ブレークイーブンの設定は2pipsくらいが最適です。 またトレーリングストップはTS_Start=5pips 、TS_Stop=5pipsあたりが最も安定しています。 トレーリングストップとブレークイーブンの最適な設定値は画像をご覧ください。 利益を継続していくためにはストップロスの設定は重要になってきます。ストップロスを使用しない場合は、逆方向にトレンドが発生してしまった場合、オーダーを長期間にわかって保持する必要がありあまり効果
FREE
Gold Leader trend trading bot with gold priority trading (XAUUSD) can also work on EURUSD,GBPUSD pairs. To control the bot, you can use the management of stop loss, take profit, both virtual and real. For correct operation, the bot has a money management function. The bot has been tested in different modes (open prices, checkpoints, all ticks, real ticks) and on different brokers, including the tick history from Ducascopy. The bot algorithm is closed and optimized for working with gold. The set
The EA trades anytime the market is open. Its logic involves opening trades in the direction of movement. The robot increases the lot size in cases of negative profit on a previously closed order. This is not the Martingale system, when there is an increase in the lot size when the price moves against your position. This is a system for increasing the position on the movement of the market. Medium MA is used  Support and resistance lines are used  Fractals are used  A system for checking the ope
LIUK EQUALIZER FREE for Limited Time! (until end of June 2023) Averaging and Martingale strategy may cause LOSS ALL OF YOUR INVESTMENT. Use wisely at your own risk. There are so many EA that can do averaging, because EA can instantly calculate and make decision. But at the end the Averaging and Martingale strategy will lose by the Market Trend. With this LIUK EQUALIZER (this EA), I tried to minimize that risk with below detailed features. 1. This EA use H1 time frame . So you can do Back T
This EA has a very unique logic, meaning it does not use any indicators at all. It relies solely on monitoring the movement of candlesticks to determine entries. Specifically, it enters trades when certain conditions are met, such as the relationship between the previous candlestick and the current candlestick, or the timing of new highs or lows being reached. The number of entries is not significant, but it consistently generates profits by increasing the lot size when a loss occurs. Please T
FREE
In Depth RSI AutoTrader
Kenneth Berry Cunningham
1 (1)
As a Thanks to the Trading Community ZenKen Trading will be releasing all Classic Indicators as EAs. The First to be created is In-Depth RSI Auto Trader. The user can choose to trade classic over bought and over sold levels or they can change to trading the 50 line cross. The user can also decide if they want the over bought and oversold levels to close trades for them. User has several safety features to select from to help protect from high spreads, bad trade hours, and losses. I wil
FREE
Ranger EA   is the advanced   grid system   which already works on demo accounts for months. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make a profit. Link to the Signals live results Link to the MT5 version Supported currency pairs:   AUDCAD, AUDNZD, NZDCAD, C
The EA works with pending orders only. DAY TRADING INSTRUCTION The expert advisor places pending orders on range breakouts with additional filters and the default settings can be used for XAUUSD(GOLD) The EA is suitable for both beginner and advanced forex traders. Use ECN/low spread account for this expert advisor (ideally less than 15 and 30 spread for  AXUUSD respectively). Timeframe : M15 NFP INSTRUCTIONS/SETTING Timeframe M1. Number of positions -> that is the number of pending orders th
Low Drawdown
Suvashish Halder
5 (1)
Experience the power of a   LOW DRAWDOWN   trading strategy. Developed based on the popular TOB Indicator and multiple proven strategies, this EA is designed to find the highest probability order blocks and place orders accordingly. With active trading that avoids stop hunts and liquidity sweeps, it has the potential to generate consistent profits. To maximize results, keep the news filter true. 2 Copies Left After that the price will be raised to $349 Live Signal -  https://www.mql5.com/en/sign
Chiquita
Mr Thadanai Chulasamaya
This EA has no stop loss. All risks are at your discretion. CHIQUITA EA  is a fully automatic Expert Advisor for  Scalping  Trading on  XAUUSD timeframe M1.   The basic strategy starts with Market order in Trend Following, so this EA  Follow the Trend . M1 Trend…. very very fast.  MT5 version Recommendations The Expert is programmed to work on  XAUUSD M1,  but you can use all others timeframes with the appropriate settings. An  ECN  broker is always recommended A low latency  VPS  is always
Greedy Boy
Sinh Nguyen Tran Hoang
My  Expert Advisor   trade  Gold  (XAUUSD) on M5  time frame, Base on Greedy   hedging   strategy. stop loss 0.570 usd/0.01 lot take profit 0.770 usd/0.01 lot  Live signal: coming soon. Recommend broker: Exness (Pro account), 3 digit broker, stoploss = 570; takeprofit = 770;  125 <spread <260. Min deposit: from 70 usd - From 70 usd to 1800 usd after a week. (backtest but worthy to  try) Input Setting to test my EA: - Stoploss: 0.570 usd/0.01 lot (adjust to the correct ratio and do not change)
'Ride of the Day' is a Scalper EA which identifies breaking points in the price such as support/resistances and allocate a potential trigger to open a position in the same direction than the price... these are expected to open and close quickly, as part of a Scalper behavior. All potential positions not triggered, will expire themselves as per Market Schedule Parameters. Remind, it is a Scalper, so give it time to reach good Market conditions and it will grow exponentially with the appropriated
This EA has no stop loss. All risks are at your discretion. Fed Chair Gringott  EA  is a fully automatic Expert Advisor for  Scalping  Trading on  XAUUSD timeframe M1.   The basic strategy starts with Market order in Trend Following, so this EA  Follow the Trend . Fed Chair Gringott  EA is similar to a Plug And Play package, please test it yourself. hundreds of times before making a purchase. I choose how it works. You choose the capital to invest. If you like it, buy it. Investing is r
Trend expert with a large number of indicators and the digital method in determining the opening of deals with the opening of multipliers deals when the trend reverses Work on the five-minute timer Work as the settings or control it if you like Explains how the expert works. Max Spread = 0.3 Broker link from here https://icmarkets.com/global/en/?camp=55169 or https://one.exness-track.com/a/lmeqq9b7 Lot1: Manual Lot Size Auto_Lot: Set true to automatically calculate optimal Lot Size based on
Forex Trade Manager Grid MT4 helps you to managing orders and achieve the goal. You only need to place first order with Take Profit, run EA and set in params profit (pips) you want to get. EA will be managing your positions, as will gather appointed number of pips. It’s a strategy for management of manual trades opened on current pair. The strategy adds positions to currently opened trades in a grid management (with chosen distance in pips between trades) - up to 15 trades (or less). First up to
注意:これは限定的な導入オファーです:このEAの5つのコピーのうちの1つのみが現在の価格で販売されます。 このEAの価格は徐々に上昇し、このシステムで取引するユーザーの数を制限します。 ライブシグナル:近日中に公開されます。 警告:私はこのEAをMQL4でのみ独占的に販売しています。それ以外の場所で販売している人がいれば、それは詐欺であることを確信しています。私からのサポートは受けられません。 EAの動作方法 : 東京セッション終了後、EAは最適なエントリーポイントをスキャンし、ロンドンまたはニューヨークセッションで買い注文/売り注文を行います。 ポジションが開かれると、EAは自動的にブレイクイーブンとトレーリングストップを移動し、アカウントのリスクを最小限に抑えます。 すべてのポジションは、アカウントの安全性を確保するため、1日以内にクローズされます。 結果: 初心者や長期投資家に適した非常に小さな資本でテストを行いました。$500の資本で、このEAは7年後に$10,000,000の利益を生成しました。詳細についてはイメージ1をご覧ください。 使用方法: 最もスプレッドが低いEUR
Phoenix Scalper
Constantin Eduard Stefan
あなたの取引を新たな高みに引き上げるために設計された、究極の取引ロボットが登場します。 当社の取引ロボットには、今日のペースの速い市場で競争力を確実に高める最先端の機能と属性が装備されています。 デフォルト設定: GbpUsd M15 タイムフレーム。 他の設定は「コメント」セクションからダウンロードできます。 当社の取引ロボットの際立った機能の 1 つは、特定のニーズに合わせてカスタマイズ可能なパラメーターを使用して、現在の市場価格よりも低いまたは高い価格で指値注文を発注できることです。 これは、事前に注文を設定し、その過程で利益を最大化することで、市場のボラティリティや変動を利用できることを意味します。 しかし、それだけではありません。当社の取引ロボットは、高値と安値を考慮した 2 つの移動平均に基づく強力なフィルタリング システムも使用しています。 これにより、市場状況が指定した基準を満たした場合にのみ取引が実行されるようになり、取引のコントロールが強化され、自信が持てるようになります。 当社の取引ロボットは、自動ロットオプション、仮想ストップ、トレーリングストップ
Fox AIは、夜間に通貨を取引する完全自動化システムで、機械学習とインテリジェントなアルゴリズムを使用して、ロールオーバー期間中に取引を開始し、12時間以内に取引を終了させます 。これは、Tensプラットフォーム上で動作するKrasと呼ばれる深層学習アプリケーションをベースにしています。Krasは、NASA、YouTube、CORNを含む組織で広く使用されています。Fox AIシステムは2003年以来一貫して成功を収めており、マーチンゲールやグリッド戦略のようなリスクの高い資金管理手法を使用していません。購入後、アルゴリズムの最適化を受けることができます。また、リスク調整に関する推奨事項を受け取り、より高いリスクまたは保守的な取引口座を開設し、取引保証金を最適に分配できるようになります。ボーナスとして、どのブローカーと取引するのがより収益性が高いかをアドバイスします。この取引システムは、追加的な知識がなくても簡単に運用することができます。将来、このアドバイザーの価格は、その独占性を維持し、ユーザー数を制限するために増加する予定です。 ライブ信号  https://ec5a.short
FourEMATrendAlgo
Blessing Takura Chirewa
このEAは4EMAトレンドと再テスト戦略を使用しています。SLレベルは最近の高値または安値によって決定されます。次に、TPターゲットは入力からの固定RRを使用して計算されます。HedgingModeモードは、指定されたBailに基づいてRRを調整して連続した損失から脱出するための方程式を使用します。これはマーチンゲールの一種ですが、RRとBailに基づいて因子が変化するため、より適応性があります。モードをオンまたはオフにすることができます。デモを購入またはダウンロードする際には、入力をさらに説明するために私に連絡してください。 このEAは4EMAトレンドと再テスト戦略を使用しています。SLレベルは最近の高値または安値によって決定されます。次に、TPターゲットは入力からの固定RRを使用して計算されます。HedgingModeモードは、指定されたBailに基づいてRRを調整して連続した損失から脱出するための方程式を使用します。これはマーチンゲールの一種ですが、RRとBailに基づいて因子が変化するため、より適応性があります。モードをオンまたはオフにすることができます。デモを購入またはダ
Reign は市場で最も効果的な EA の 1 つです。このソフトウェアは当社の開発チームの生涯の仕事であり、あらゆるスキルレベルのトレーダーにリアルタイムの自動結果、安全かつ積極的な取引の機会を提供します。 Reign Forex Robot は、リスク管理を備えた需要と供給に基づいて取引を行い、外国為替口座の成長を支援します。 ECNサポート 持続的な成長を確実にするための効果的な資金管理 固定またはATRベースのストップロス トレーリングストップロス 3 つのテイクプロフィットレベル 取引の継続を許可する条件 損益分岐点の条件を許可する トレンドの強さ、タイムフレーム、移動平均、RSI、ATRを調整します あらゆるペア、インデックス、または仮想通貨を取引 あらゆるMT4/MT5取引ブローカーと連携可能 悪い市況を回避するための複数のフィルター
This Expert Advisor can be applied to many markets because It exploits basic supply/demand and price action concepts. It identifies the major rotation zones (PRZ), supply and demand zones and supports and resistances within major price trends. It buys at discount zones and sells at premium prices. It can and should be optimized through the Metatrader tester to find the best parameters to use for current market conditions. This is not a fixed strategy rather a full trading algo that will find whi
FREE
Introducing Dumangan MT5 - The Philippine God Of Harvest  ( MT5 Version -  https://www.mql5.com/en/market/product/98640 ) Experience the abundance of successful trades with Dumangan MT5, our new Expert Advisor available on MQL5.com. Named after the revered Philippine God of Harvest, Dumangan, this tool embodies the essence of reaping profits from the fertile ground of the markets, just like Dumangan blessed the fields with bountiful crops. A Focused Strategy with Customizable Settings Dumangan
FREE
Please note that the price of the EA will change after every 3 copies sold. Therefore, the next price will be $390. (Only 2 left) The Hamster EA was created for my real account about two years ago, and over the course of that time, I have made continuous improvements and bug fixes to the EA while it has been in use. Unlike some other EAs, the Hamster EA does not rely on risky methods such as Martingale or grid trading. It is capable of functioning across multiple charts, but can be activated
The multi-currency Expert Advisor is suitable for most pairs. For safe trading, the account must have at least $ 50 on a cent account or at least $ 5000 on a classic account .Recommended broker for a classic account www.icmarkets.com or Alpari for a cent account.The Expert Advisor should be installed only on a 15-minute timeframe (M15). Parameters:   Distance - the minimum distance between orders (if the first order is unprofitable).   LotStart - the initial lot.  Trendheight - the heigh
Spider Man 104
Mouhannad Mhd Bassam Shbib
For unbelievable results check my signals at: https://www.mql5.com/en/signals/1963007?source=Site+Signals+My#!tab=account Just Launched! Price $99 for first 50 purchase then 299. The most Unique Ea for Forex Pairs on MT4! I invite you to Test the EA on Low time frames and check how powerful it is in Scalping. Ea Uses Support & Resistance + Moving Averages on large time frames. it is also having low draw down percentage. Testing the Ea on Live Demo Account will Guarantee more accurate results. 
Spider Man Gold 108
Mouhannad Mhd Bassam Shbib
For unbelievable results check my signals at: https://www.mql5.com/en/signals/1963007?source=Site+Signals+My#!tab=account Just Launched! Price $260 for first 50 purchase then 565. The most Unique Ea for GOLD/USD on MT4! I invite you to Test the EA on Low time frames  5M and check how powerful it is in Scalping. Ea Uses Support & Resistance + Moving Averages on large time frames. it is also having low draw down percentage. Testing the Ea on Live Demo Account will Guarantee more accurate results.
This is the second series of SMC series that focuses on Multi Timeframe (mtf) Fair Value Gap. You can get all this series for free if you purchase our SR Imbalance Scalping Indicator at  https://www.mql5.com/en/market/product/66401?source=Site +Profile+Seller. The difference is only that the free version will need the indicator previously attached to run the EA. Market is very dynamic, both manual trading and automatic trading has their own strengths and weaknesses. I believe you know about it
News Hedging Pro  is a unique robot that allows you to trade during the most critical news announcement periods by your predefined strategy. You can preset the strategy to trade, and then it will trade that news 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 become easier, more flexible and more exciting than ever. No waiting, no confusing anymore. Product Links Fully  Descripti
Welcome! I'm pleased to introduce my latest automated trading robot, Eclipse Trading EA, designed specifically for trading forex and gold currency pairs. Eclipse Trading uses a scalping strategy based on Price Action to generate signals that typically have a high probability of success. Additionally, the EA incorporates sophisticated strategies for closing floating positions to safeguard your trading account. You can use the EA Specter Scalper with Gold and 28 currency pairs. Currency pairs shou
Bank Averaging Scalper EA  will turn your losing trades into winners using a unique hedging, averaging and martingale strategy. The algorithm the EA uses keeps drawdown to a very minimal level. Once the initial trade moves into negative territory, on change in signal, the recovery mechanism will kick in: it will place a limited amount of same directional trades at the signal, until all of them can be closed with a specified gain that has been input in the EA parameter. The EA will continue to tr
MACD Pro MT4
Jacobie Nycambren Barksdale
Introducing MACD Pro MT4, a trend-following Expert Advisor that uses Multi Asset Converging Divergence (MACD) and artificial intelligence to select the best xxxUSD and USDxxx pairs to trade. Unlike other strategies that search for reversals in the market, MACD Pro MT4 follows the trend and places trades in the overall direction.  The Expert Advisor features four stages of trade management - search, entry, control, and exit - and applies a take partials and take profit to track every tick of pr
Chosen TDI MT4
Jacobie Nycambren Barksdale
Introducing Chosen TDI MT4, a trend-following Expert Advisor that uses the Traders Dynamic Index (TDI) and artificial intelligence to ride the trend  effectively. Unlike other strategies that search for reversals in the market, Chosen TDI MT4 follows the trend and places trades in the overall direction.  The Expert Advisor features four stages of trade management - search, entry, control, and exit - and applies a take partials and take profit to track every tick of price change. With Chosen T
The Quantum Trade Resolver - High-Frequency Micro-Profits Edition is an advanced trading bot designed to help traders maximize their profits in the forex market by capitalizing on small price reversals. This expert advisor uses a combination of Bollinger Bands, Stochastic, and RSI indicators to generate high-quality trading signals, while focusing on frequent small wins that accumulate over time. This trading strategy ensures the bot's long-term profitability by avoiding the issue of overfittin
お知らせ 価格改定しました!(148USD -> 84USD) 本EAの説明 トレンドの発生を検出し、相場に勢いが付き始めたらエントリーする トレンドフォロー 型EAです。 ボラティリティの大きい相場で効果が期待され、クロス円、特に ポンド円 に対して高いパフォーマンスを発揮します。 ナンピンやマーチンゲールなどを用いず、1 ポジションで稼働します。 リカバリーファクターは 21.459 で、中長期的には損失を上回る大きな収益が期待できるEAです。 口座縛りはありません。 設定について 本EAは、ポンド円の30分足での動作を前提としています。 MT4のGBPJPY・M30 チャートに本EAをセットしてください。 初期ロット(=0.09)は、初期証拠金10,000USD の場合に過去相場での最大ドローダウンが1,000USD を上回らないような設定となっています。 パラメータについて 本EA で設定可能なパラメータ( とその初期値 )は以下のとおりです。 * MagicNumber ( =84001 ) マジックナンバー。 他のEA と同時稼働させる場合は、重複しない値を
The Code Architecture Expert Advisor can be run on any hourly period, any currency pair and on the server of any broker. Unique trading system! The expert system works with ticks, works using sharp tick movements. For the internal algorithm, the elementary unit of analysis is a tick. It is recommended to work on liquid forex pairs, with a low spread and use a VPS. You can start using it with 100$ and 0.01 lot. It is also worth noting that with an acceptable spread level, the bot goes through an
Stepping-GBPUSD - works in fully automatic mode! No settings needed, you can use the default settings. The Expert Advisor works like a scalpel during sharp price movements. The bot was tested on real tick data with a real spread for a 19-year period from 2004 to 2023 (this is how much tick history is available on the servers of Swiss brokers). It also passed the Monte Carlo stability test using 5,000 cycles of simulation of random trade generation, as well as a simulated delay and slippage test
Grid Averaging Pro  is a combination of Grid Trading and Cost Averaging with sophisticated algorithm and build-in Hedging to protect your account drawdown. Once your initial trade moves into negative territory, the recovery mechanism will kick in and place consecutive market orders in the same direction, all of which will be closed with a combined profit or approximately break even. Product Links Fully  Description in English   :  [USER GUIDE ENGLISH] - GRID AVERAGING PRO (MT4/MT5) Fully  Des
TradeGold based on momentum trading indicators combined with the U. S. market volatility trend momentum, the design of the timely opening and closing of gold positions strategy. TradeGold does not have a strict leverage requirement, which can be applied between 100 and 1,000 levers. This strategy does not float loss anxiety, do not add positions, with a stop loss, each stop loss for 1% of the account funds. Withdrawals never exceed 3% of the account. This strategy is based on the compound intere
The bot works only in a limited framework for the environment (indicated below in the working conditions), and only on the EURUSD pair. It is highly discouraged not to change anything! It is recommended to reduce only the risks. Normal conditions for the bot to work. EURUSD instrument Timeframe H1 Leverage 1: 100 Deposit 1000 $ (for default risk, drawdowns in the screenshots) Runs on real ticks! Do not work on other currency pairs, and do not change the conditions indicated as normal for th
SWrt
Vladimir Galaev
Робот торговый SWRT SWRT – автоматическая торговая система (Система), предназначенная для работы на торговой площадке Forex с использованием базовой программной платформы MetaTrader 4 (MT4). Система разрабатывается математиками-программистами с советским механико-математическим образованием, имеющими более чем 30-летний опыт разработки и создания автоматизированных систем управления и более чем 6-летний опыт разработки автоматической торговой системы. За это время мы выполнили тысячи тестов ра
This EA used 3 candle follow buy/Sell 1.EMA 20 and EAM 60 monitoring of trend  2.Waiting 3 candle of bull or bear candle for entry 3.Used ATR for SL 4.Used risk/Order 5.Have breakeven  6.Can used with GBPUSD,EURUSD,AUDUSD,USDJPY,USDCHF Inside EA already include all setting you can only On off currency that you need to Open and make risk that you accept.  EA work in timeframe H4 . Remark :For Full version& Setting . I can't upload to MQL5 If you need to test please contact to me directly Myfxbook
B ot Speed Forex trading advisor is an automatic scalping system that opens and closes deals using a special tick analysis algorithm programmed in code without human intervention. The main task of the ego is to instantly make a deal where a person loses time for analysis and decision making. They also automate trading, removing the emotional burden from a person and allowing you to save time. Scalping is one of the varieties of short-term strategies, moreover, the shortest of them. Using this t
The Creatives Routes Expert Advisor is based on the Bollinger Bands and Moving Average indicators strategy and a very advanced trading algorithm. The Creatives Routes strategy is a combination of custom indicators, trend lines, support and resistance levels (Price Action) and the most important trading algorithm mentioned above. The Creative Routes system combines all this into one full-cycle automated trading system that does not require constant external supervision or complicated setup. Ther
This Expert Advisor is based on the OptiPro Buy Sell Arrow indicator https://www.mql5.com/ru/market/product/98041 The expert advisor looks for possible price reversals - opens a buy & sell position. Automatically transfers the position to breakeven level. It is possible to set Take Profit both fixed and according to the advisor's algorithm. Exiting a position according to the Expert Advisor's formula Exit When The End Signal and use standart  Bollinger Bands   and   ATR   indicators . If this
The multi-currency Expert Advisor is suitable for most pairs. For safe trading, the account must have at least $ 50 on a cent account or at least $ 5000 on a classic account .Recommended broker for a classic account www.icmarkets.com or Alpari for a cent account.The Expert Advisor should be installed only on a 15-minute timeframe (M15). Advisor Trades aggressively, suitable for overclocking the deposit. Parameters:   Distance - the minimum distance between orders (if the first order is
ToTheMoon MT4
Daniel Moraes Da Silva
ToTheMoon is a multifunction robot, being configured according to your trade profile, being able to operate using a Grid and make average price, or in the Single Order and open only one order in each direction. You can also trade Multi Symbols on the same chart, trading the Symbols separately or using profits from one of them to reduze losses from the other. LINK TO MY SIGNAL PRESETS: https://drive.google.com/drive/folders/1cBglLYKxyyptYT_dnJhlxNy69MDC4Nsr?usp=drive_link NOTE: Only use the P
GridGPT FULLY VERIFIED Live Trading Signals in MQL5 & Myfxbook: GridGPT EA LIVE Signal 1 (in MQL5):   https://www.mql5.com/en/signals/1927267 GridGPT EA LIVE Signal 1 (fully verified in Myfxbook):  myfxbook.com/members/metatradercoder/gridgpt-ea-live-signal-1/10689171 GridGPT EA LIVE Signal 2 ( fully verified in Myfxbook ) :  myfxbook.com/members/metatradercoder/gridgpt-ea-live-signal-2/10689198 Pull up a price chart, did you notice a very obvious behavior of price? It ALWAYS move in a ebbs & fl
ATTENTION!!! The EA works correctly only on the AUDCAD pair. Revival AUDCAD is a shortened version of the Revival Expert Advisor which uses a unique combination of grid strategy and martingale. Trades are opened according to the author's algorithm using the Ichimoku Kinko Hyo indicator. Recommended for use on cent accounts with brokers with an allowed lot of 1000 or more (eg RoboForex my.roboforex.com/en/?a=ldky). Monitoring:   https://www.mql5.com/en/signals/1728523   Requirements
The EA is based on RCI and CCi indicators, uses StopLoss and Trailing Stop. Designed for trading the XAUUSD pair. The Expert Advisor was created for people who do not have a large stock of knowledge about the Forex market and with a small deposit. It is mandatory to have an ECN account with the lowest spread and slippage for the EA to work correctly. Timeframe doesn't matter, but M1 is preferable. Robot settings: flot = fixed lot size, dlot = dynamic lot (as a percentage of margin), dyn = enable
FCK Triangle EA
Patel Hitendrakumar Mahendrabhai
4 (1)
FCK Triangle EA  is a tick Expert Advisor designed for simultaneous trading on three symbols of the FOREX market. Set file available in comment  The possible combinations of the financial instruments: SYMBOL 1 SYMBOL 2 SYMBOL 3              EURUSD         GBPUSD       EURGBP              EURJPY         USDJPY       EURUSD              EURCHF         USDCHF       EURUSD              USDJPY        CHFJPY       USDCHF              USDCHF        EURCHF       EURUSD              AUDJPY         CADJPY
Nadaray Watson Envelope Strategy: The Nadaray Watson Envelope strategy is a technical analysis tool used to identify trends and support and resistance levels. It is based on the Nadaray Watson estimator, which is a non-parametric regression method. The strategy uses envelopes around price data to signal entry and exit points. For detailed documentation  Overall Settings/Input Guide   High Level Overview of Features Category Setting Description GENERAL SETTINGS Lot Size Initial volume for the fir
One Minute CHF Scalper
Mouhannad Mhd Bassam Shbib
For unbelievable results check my signals at: https://www.mql5.com/en/signals/1963007?source=Site+Signals+My#!tab=account For 3 Days only This EA is for free to down load so please give your comments and ratings. Forex Robot MT4 - D103 Scalper EA designed for scalping CHF pairs on the 5 Minute Time frame. I would like to invite you to test our system on 5 Min Time Frame for the following pairs: NZDCHF - AUDCHF - CADCHF - USDCHF. System also works great on: CADJPY - NZDJPY. All settings are read
The Knoxville Divergence EA uses advanced algorithms to analyze market indicators and identify profitable trading opportunities. It places trades based on the indicator values and is able to enter and exit trades quickly and efficiently, ensuring that traders are always on the right side of the market. In addition to its advanced trading capabilities, the Knoxville Divergence EA also incorporates a grid and martingale strategy for loss recovery. This means that if a trade goes against the trader
All users need to have a unique setting. Please contact us after purchase. Should you have any trouble, please contact use immediately. Introducing the BTC Strategy - a revolutionary trading system that blends together advanced indicators and sophisticated techniques for a comprehensive and high-performance trading experience. There is no Martingale added - just scalp in a controlled manner! Risk management We understand that risk management is crucial to trade successfully. To allow users man
InfinityPS
Jamie Daniel Allen
Meet InfinityPS, the revolutionary Forex Expert Advisor that's designed to constantly win big in forex trading with multiple currency pairs. Based on an advanced trading algorithm, the Infinity Pair Strategic strategy uses proven performance strategies and years of market research to deliver exceptional trading performance. InfinityPS Insights is built on an extensive database of historical market data, allowing the algorithm to make calculated decisions based on real historical patterns. Thi
Product Description Fluidity EA is an auto trading system designed to capture and trade early trending markets profitably. It can also be adapted to different financial markets, such as forex, stocks, and commodities.  The trading system is equipped with an advanced money management routine that enables you to maximize profits, minimize losses, use of dynamic lot sizing, and manually set distance between trades (trade gap). The auto trading system employs the use of price action strategy to dete
Pandaman is a state-of-the-art mean reversion trading system that operates during US trading hours. It is very different from most other scalping systems in that it uses unique trading logic on cross pairs that have a strong tendency towards mean reversions with high profit targets. EA enters the market with a 19-23 hour market order and does not open positions during the extension period (0:00-1:00). In terms of trading duration, this is classic scalping: in and out of trades within a few hours
XG Gold Robot MT4
Marzena Maria Szmit
4.46 (26)
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
ローンチプロモーション: 現在の価格で入手可能な限定数のコピー 最終価格: 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
Sorgo EA
Artsiom Rekets
3 (2)
Sorgo EA - 取引アルゴリズムは、価格のバランスが崩れたときに平均に回帰するというコンセプトに基づいている。特別な条件も、有害な手法も、きれいなヒストリカルチャートもありません。今日、結果を出すことを使命とするユニークなアルゴリズムによる分かりやすい取引です。 モニタリング(.set) :   https://www.mql5.com/ru/signals/1930463 メタトレーダー5バージョン :  https://www.mql5.com/ru/market/product/106602 パラメータ:   https://www.mql5.com/ru/blogs/post/758300 いくつかの特徴 2023年4月以降の実際の取引履歴。 様々なカスタマイズオプションを備えた内蔵ニュースフィルター。 すべての取引はSLで保護され、きれいなチャートや回復の希望のために損失が蓄積されることはない.. 特別な取引条件(スプレッド、スリッページ、取引レベル..)に関連する方法は使用しません。 カスタマイズ・オプションにより、リスクとリターンの組み合わせを変更することがで
重要!購入後は、インストールマニュアルと設定手順を受け取るために私にプライベートメッセージを送ってください。 --> MT5バージョン: https://www.mql5.com/en/market/product/107197 -->   NAS100 Scalping EA  Signals   :     https://www.mql5.com/en/signals/2227608 NAS100指数の短期価格変動を取引したいトレーダーのための究極のEA、NAS100スキャルピングEAを紹介します! 私たちのスキャルピングEAは、ニューヨーク証券取引所オープンのモメンタムを利用する自動取引ソフトウェアです。このEAは高確率の取引機会を特定し、数分以内に小さな価格変動を捉えるための迅速なトレードを実行するように設計されています。 私たちのNAS100スキャルピングEAを使用すれば、超高速実行、狭いスプレッド、そしてあなたの取引が危険すぎないことを保証するための高度なリスク管理機能を享受できます。このEAを使用して異なるロットサイズで取引が可能で、あなたの好みに基づいてスケ
A simple and automatic method to win in forex, with good liquidity and big balance. This tecnique is based on relaunch Martingale, so if you have small balance, your account is on risk. The EA monitor constantly the free margin,  but this thing isn't always warranty of win. If you have a small balance, I suggest to use an account in cents, Min Trade Volume equals to MINLOT and at least 5 of "max orders". The higher the "max orders" , the higher the odds of winning and the profits, the higher
Vipersmartアシスタントは、複数のトレード戦略を組み合わせて、ユーザーに最適な結果を提供する、高度で信頼性の高いExpert Advisor(EA)です。このEAは、外国為替取引(Forex)に特化し、平均マーチンゲール、バスケットグリッド、決定木分類の戦略を組み合わせて、適切なトレードを行います。 Vipersmartアシスタントでは、平均マーチンゲール戦略が使用され、既にオープンされたポジションに対して市場が逆行した場合に、ポジションを追加して利益を最大化します。バスケットグリッド戦略は、類似したトレードポジションを特定のグループにまとめて、より大きな利益を確保するために使用されます。 Vipersmartアシスタントは、多数の技術的指標を加重平均化して状態空間分析を行い、適切なトレードを行うために決定木分類を利用しています。RSI、MA、MACD、ボリンジャーバンド、ADX、パラボリックSAR、ウィリアムパーセントレンジ、ストキャスティクスなどの様々な技術的指標が使用され、これらの活性化パラメータは、トレードの正確な決定を支援し、誤ったトレードを避けるために使用されます。
ロボット テストの結果: 初期入金額: 1000、総純利益: 11999、プロフィット ファクター: 2.58、期待ペイオフ: 2.48、ドローダウン: 5.49%。 取引に推奨される通貨ペアはXAUUSD(金)です。 推奨される時間枠: M5 推奨開始残高: $500 以上。 XAUUSD の推奨最大スプレッドは 20 ピップです。 口座タイプ: ECN。 このロボットはどのように取引しますか? ロボットの技術的説明: 「スキャルピング外国為替ロボット M5」ロボットは、アクティブな金のスキャルパー ロボットです。 ロボットは自動的に市場を分析し、価格サポート/レジスタンス ポイントを決定し、資産の現在の位置とトレンドの方向を評価します。 その後、ロボットはトレンドの方向に指値注文を出します。 注文がトリガーされ、トレンドの方向が正しく決定されると、ロボットはトレーリング ストップやその他のツールを使用して取引操作に同行し始めます。 未決注文が機能せず、トレンドが反転した場合、ロボットは未決注文を削除します。 取引ロットのサイズはトレーダーによって手動で指定され、取引プロセ

MetaTraderマーケットは、他に類のない自動売買ロボットやテクニカル指標の販売場所です。

MQL5.community ユーザーメモを読んで、取引シグナルのコピー、フリーランサーによるカスタムアプリの開発、支払いシステムを経由した自動支払い、MQL5Cloud Networkなど、当社がトレーダーに対して提供するユニークなサービスについて詳しくご覧ください。