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-最大スプレッド。
おすすめのプロダクト
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 aga
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,
如果产品有任何问题或者您需要在此产品上添加功能,请联系我 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 ad
Set TP & SL by Price – Auto Order Modifier for MT4 任意の注文に正確なTPおよびSL価格を自動設定 ️ すべての通貨ペアとEAに対応、シンボルまたはマジックナンバーでフィルタリング可能 このエキスパートアドバイザーは、Take Profit(TP)およびStop Loss(SL)を正確な価格で設定できます(例:EURUSDの 1.12345 )。ポイントやpipsではなく、価格による明確なコントロール。すべての注文、またはチャート/マジックナンバーによってフィルタリングされた注文に適用可能です。 主な機能: 正確な価格でTPとSLを即時変更 全注文、現在のシンボル、または特定のマジックナンバーに適用 ️ 0を使用してTPやSLを削除 グラフに追加するだけで自動的に作動 すべての取引商品と互換性あり こんな人におすすめ: TP/SLを迅速に制御したい裁量トレーダー 出口戦略を変更したいEAユーザー 多くの注文を管理している人 質問や提案はありますか? コメント欄でお気軽
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
Dark Kakashi PRO EA is an improved Dark Kakashi FREE EA advisor (unfortunately, they deliberately knock down the ratings, so they had to release a paid version). All the functions that were requested are implemented. The code has been rewritten and many errors have been fixed, including those related to closing positions. This advisor will be further improved. One of the Yarukami Mnukakashi advisor family for gold (XAUUSD) . You can also trade Forex currency pairs. Work with a spread of up to
No force entry and not martingale!!! This EA is designed to identify the best setup trades, executing approximately 3 to 5 high-quality trades per week on each currency pair. This Expert Advisor (EA) is tailored for XAU/USD (Gold)  and operates on a 5-minute time frame . The strategy combines the Commodity Channel Index (CCI) with a Moving Average (MA) to identify trade opportunities and manage exits effectively. Key Features: CCI-Based Entry : The EA watches for the CCI to cross extreme l
This system is very simple.. It uses a martingale grid hedging style strategy by increasing lot sizes and grid levels. The open order step and volume can be both fixed and dynamic. The EA is easily customizable. The EA does not use a stop loss and all positions close when the chart move back from trend and arrive last grid level. Recommended :   pairs : Side way pairs is very good for this system.                                 Time frame : not important.                                Deposit
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
注文のバスケットを「解決」するための適応システムを備えたグリッドアドバイザーを使用して、アカウントの不採算ポジションを復元することもできます。 線形回帰チャネル内で機能し、いくつかの条件で入力します。シグナルは、線形回帰チャネルの方向、指数移動平均、1日の平均ボラティリティを使用し、価格が逸脱した場合に注文グリッドを構築します。 グリッドステップは構成可能であり、価格が私たちに反する場合、一定数の注文の後、アカウント回復機能(ドローダウン削減)がアクティブになり、最も遠い不採算注文は、利益のある反対の注文で閉じることによって削減されます。 したがって、EAはほとんどすべての無反動砲の動きとドローダウンを克服します。グラフには利益に関する情報が表示され、回帰チャネル自体が描画されます。 エキスパートアドバイザーは、手動モードで開かれた、または別のエキスパートアドバイザーによって開かれた取引に同行することもできます-それはそれらを解決し、アカウントをプラスにします。 500ドルからの推奨デポジット額。 時間枠M15 自動モードでは、VPSが必要です。 MT5 https
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
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
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%アルゴリズム取
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.
AZ Trade Recovery EA MT4 is a hedging-based recovery Expert Advisor designed to manage open positions using a structured Zone Recovery model. The EA applies calculated hedge entries at predefined distance levels (Recovery GAP) and dynamically recalculates a combined Take Profit level for all active trades within the recovery cycle. The system is designed to manage drawdown through controlled position balancing and configurable lot progression models. How the Recovery Model Works An initial trad
This is a grid Expert Advisor. It has several trading strategies based on the Bollinger Bands and RSI indicators. The virtual trailing stop, stop loss, take profit levels can be set pips, in the deposit currency or as a percentage of the balance. Depending on the settings, different orders may be opened for diversifying risks. Their closure can be either an oppositely directed or unidirectional basket of orders. The orders grid is adaptive, only market orders are used in it. If the price moves
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 Magic
Fxpipsgainer
Mohammad Zahirul Islam
Fxpipsgainer – Smart Gold & Crypto Trading Robot for MT4 First Check our trading performance here https://www.mql5.com/en/signals/2302357 Fxpipsgainer   is a professionally developed   MetaTrader 5 Expert Advisor   designed specifically for   Gold (XAUUSD)   and   Ethereum (ETH)   trading. This robot is built on   several years of real Gold trading experience , focusing on stability, recovery control, and long-term capital growth.    ️   Important Notice: Fxpipsgainer is optimized   only f
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
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 s
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT4 version, click  here  for  Blue CARA MT5  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic R esponsive A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhapse most popular) Inn
News Scope EA PRO
Lachezar Krastev
3.9 (10)
WINTER SALE — LIMITED TIME! Buy any of our expert advisors with a huge discount 60 OFF and get News Scope EA PRO as a bonus! For Settings, Instructions and LIVE Results Click Here! News Scope EA PRO is a fully automated trading system which takes much of the work out of trading, leaving you free to do other things! News Scope EA PRO is a very effective and potentially highly profitable strategy for high impact news trading. Usually, when a major news event occurs, the price spikes in one, or bo
How the EA works (simple explanation) Trades on   M5   timeframe Uses   H1 timeframe   to analyze global market context Analyzes   2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on   trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol:   EURUSD Timeframe:   M5 Trading
AEC Scalper I bring to your attention the AEC Scalper trading Advisor. The adviser works from 20:00 to 22:00 GMT. For testing in the strategy tester, the trading time should be set from 23:00 to 1:00. The EA works well on the following currency pairs: AUDCAD, AUDCHF, AUDJPY, CADCHF, CADJPY, EURAUD, EURCAD, EURCHF, EURGBP, EURUSD, GBPAUD, GBPCAD, GBPUSD  M5 Timeframe. Minimum deposit from $100 Trading is conducted on ECN accounts with a low spread.  Leverage from 1:100 Trading is conducted in a
H4 GBPUSD Trend Scalper is a trend signal scalper The EA trades according to the trend strategy using original built-in indicator for opening and closing orders. The external inputs for limiting trading on Fridays and Mondays are available. The purpose of the strategy is to use the current trend with the most benefit. According to the results of testing and working on demo and real accounts, the best results achieved by using the Н4 timeframe on the GBP/USD pair Works on MetaTrader 4 Build 971+
BuckWise   is a fully automated scalping Expert Advisor that can be run successfully using EURUSD currency pair at H1 timeframe. Very Important This Expert Advisor can not run with any EAs in the same account. As part of the money management plan, it calculates and monitors the Margin Level % and assumes that all open trades are created by it. If you want an Expert Advisor that trades in a daily basis, this EA is not for you because using this requires a patience to wait for a few days or weeks
PipFinite EA Trend PRO
Karlo Wilson Vendiola
4.43 (28)
The Official Automated Version of the Powerful Indicator PipFinite Trend PRO EA Trend PRO trades the signal of PipFinite Trend PRO and manages the trade depending on the user's preference. The EA includes many customizable features that can further enhance the Trend PRO trading strategy. Features like Entry and Exit Filters, Higher Timeframe Filter, Stoploss, Takeprofit, Breakeven, Trailing Stop, News Filter and MORE! The Innovative Solution EA Trend PRO was created to make your trading more
This Adaptive Forex EA is a fully automatic, Highly Customizable Adaptive Trading EA that is Free to download. Although it may not provide the most immediate plug-and-play solution, its effectiveness and potential are hinged on fine-tuning and optimization. Most EA makes tall claims about their AI, adaptive, intelligent, learning algorithms, but often all are just marketing; there is nothing like that in the EA. However, this Adaptive Trading EA, despite not being AI per se, promises an intellig
Overview Gold Liquidity Capture EA is an automated Expert Advisor for MetaTrader 4 designed for XAUUSD (Gold) on the H1 timeframe. It uses Bollinger Bands and swing reference points to prepare stop-entry orders at adaptive distances. Orders are intended to trigger only when price movement confirms direction after a defined setup condition. The EA places fixed Stop Loss and Take Profit levels and removes pending orders after a set bar limit if they are not triggered. What the EA Does The EA monit
「 ANTI SCALPING TRADER EA 」は、最新のプライスアクションリサーチに基づいた高度な自動取引システムです! これは、あなたの代わりにすべての取引作業をしてくれる「設定して忘れる」エキスパートアドバイザーです!14種類のSet_filesをご用意しています! D1 timeframe! テストと取引用の EA Set_files をダウンロードしてください: XAUUSD Set_file EURUSD Set_file NZDCAD Set_file CHFJPY Set_file CADJPY Set_file EURGBP Set_file GBPJPY Set_file GBPCAD Set_file CADCHF Set_file AUDCHF Set_file EURAUD Set_file GBPUSD Set_file NZDJPY Set_file EURJPY Set_file この取引アイデアは、私が独自に発見した全く新しいプライスアクションパターンに基づいています! 「ANTI SCALPING TRADER」は非常に優れた投資です
このプロダクトを購入した人は以下も購入しています
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
Vortex Gold MT4
Stanislav Tomilov
5 (28)
Vortex - 未来への投資 Vortex Gold EAはメタトレーダープラットフォーム上で金(XAU/USD)を取引するために特別に作られたエキスパートアドバイザーです。独自の指標と作者の秘密のアルゴリズムを用いて構築されたこのEAは、金市場の有益な動きを捉えるように設計された包括的な取引戦略を採用しています。その戦略の主要な構成要素には、CCIやパラボリックインジケーターなどの古典的なインジケーターが含まれており、これらは理想的なエントリーポイントとエグジットポイントを正確に知らせるために連動します。Vortex Gold EAの核心は、高度なニューラルネットワークと機械学習テクノロジーです。これらのアルゴリズムは、過去のデータとリアルタイムのデータの両方を継続的に分析し、EAがより高い精度で進化する市場トレンドに適応し対応することを可能にします。ディープラーニングを活用することで、Vortex Gold EAはパターンを認識し、指標パラメーターを自動的に調整し、時間の経過とともにパフォーマンスを向上させます。Vortex Gold EAは、独自の指標、機械学習、適応可能な取
Aura Neuron MT4
Stanislav Tomilov
4.58 (12)
Aura Neuron は、Aura シリーズのトレーディング システムを引き継ぐ独特のエキスパート アドバイザーです。高度なニューラル ネットワークと最先端のクラシック トレーディング戦略を活用することで、Aura Neuron は優れた潜在的パフォーマンスを備えた革新的なアプローチを提供します。完全に自動化されたこのエキスパート アドバイザーは XAUUSD (GOLD) などの通貨ペアを取引するように設計されています。1999 年から 2023 年まで、これらのペアで一貫した安定性が実証されています。このシステムは、マーチンゲール、グリッド、スキャルピングなどの危険な資金管理手法を回避しているため、あらゆるブローカーの条件に適しています。Aura Neuron は、多層パーセプトロン (MLP) ニューラル ネットワークを搭載しており、これを利用して市場のトレンドと動きを予測します。MLP はフィードフォワード人工ニューラル ネットワーク (ANN) の一種で、特に単一の隠し層で構成されている場合は「バニラ」ニューラル ネットワークと呼ばれることがよくあります。MLP には、入力
AI   Forex Robot - The Future of Automated Trading. AI Forex Robot is powered by a next-generation   Artificial Intelligence   system based on a hybrid LSTM Transformer neural network, specifically designed for analyzing XAUUSD, EURUSD   and BTCUSD price movements on the Forex market. The system analyzes complex market structures, adapts its strategy in   real time   and makes data-driven decisions with a high level of precision. AI Forex Robot is a modern, fully automated system powered by   ar
EA Gold Algo
Mohamed Hassan
4.33 (3)
EA Gold Algo is a professional Expert Advisor specifically designed for Gold (XAUUSD) trading. It is engineered to capture extremely fast price movements  that occur when price escapes key structural zones with momentum. Gold is known for sharp expansions and aggressive volatility. EA Gold Algo is built to operate in these conditions with high-precision execution, strict risk control, and fast reaction speed . The EA does not use grid or martingale techniques . Each trade is executed independe
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
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
Vortex Turbo — 「嵐を操り、Vortexを制する」 Vortex Turboは、最先端のAIアーキテクチャ、適応型市場ロジック、そして精密なリスク管理を融合した独自の開発技術であり、インテリジェントトレーディングの新たな進化段階を体現しています。実績のあるアルゴリズム原理に基づき、複数の戦略を、新たなレベルの予測インテリジェンスを備えた統合型高速エコシステムに統合します。金(XAUUSD(GOLD))のスキャルピングエキスパートとして設計されたVortex Turboは、制御されたマーチンゲール法と平均化グリッドを採用し、各   ポジションは内蔵のストップロスによって完全に保護されています   。これにより、パワー、精度、安全性の完璧なバランスが確保されています。 非常に重要です!エキスパートをご購入後、プライベートメッセージをお送りください。必要な推奨事項をすべて記載した説明書をお送りします。 399ドルの価格は2月15日まで有効です。その後、価格は499ドルに引き上げられます。(最終価格は999ドルです) Vortex Turbo     Expert Adviso
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (171)
ご紹介     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 Emperor EAを購入すると、Quantum StarMan が無料で手に入る可能性があります!*** 詳細についてはプライベートでお問い合わせください 検証済み信号:   こちらをクリック MT5バージョン:  ここをクリック 量子EAチャネル:       ここをクリック 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル 量子皇帝EA       EAは、1つの取引を5つの小さな取引に継続的に分割する独自の戦略を採用していま
The Infinity EA MT4
Abhimanyu Hans
3.77 (31)
ChatGPT TurboによるAI駆動テクノロジー Infinity EA は、GBPUSD および XAUUSD 向けに設計された高度な取引エキスパート アドバイザーです。安全性、一貫したリターン、無限の収益性に重点を置いています。マーチンゲールやグリッド取引などの高リスク戦略に依存する他の多くの EA とは異なり、Infinity EA は、機械学習に組み込まれたニューラル ネットワーク、ChatGPT の最新バージョンによって提供されるデータ分析 AI ベースのテクノロジーに基づく、規律ある収益性の高いスキャルピング戦略を採用し、全体的な取引体験を卓越したものにします。 6,000 人を超えるメンバーが参加する MQL5 コミュニティ に参加して、他のトレーダーとつながりましょう。最新の製品アップデート、ヒント、独占コンテンツを常に入手しましょう。 MT5バージョン Infinity EAの設定方法 特徴 Infinity EA は AI 主導のスキャルピング戦略を活用します。 EA はリアルタイムのデータ分析のために ChatGPT-4 Turbo と統合されています。 I
AW Recovery EA
AW Trading Software Limited
4.35 (84)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
Bazooka EA
Davit Beridze
5 (3)
Bazooka EA ― MT4用トレンド&モメンタム型エキスパートアドバイザー MT5:  https://www.mql5.com/en/market/product/163078 【重要】コメント欄にて更新済みのセット(.set)ファイルを定期的に公開しています。現在の相場環境で最適なパフォーマンスを発揮できるよう、バックテストや実運用を行う際は必ず最新のファイルを使用してください。 Bazooka EA は、 MetaTrader 4 向けの完全自動売買エキスパートアドバイザーで、 トレンド確認 と モメンタムフィルター を組み合わせることで、方向性のある市場の動きを取引するよう設計されています。 本EAは、制御されたエントリーと規律ある決済に重点を置き、過度な取引や高リスクなポジション管理手法を使用しません。 Bazooka EA は、明確なルールに基づいた戦略と、調整可能なリスク管理を重視するトレーダーに適しています。 戦略概要 Bazooka EA は、以下のテクニカル要素を組み合わせて市場を分析します。 移動平均線(Moving Average) によるトレンド方向の判
AW Swing Trading EA
AW Trading Software Limited
5 (1)
修正価格変動のスイングトレードのための高度なツール。継続方向のトレンドロールバックに作用し、必要な修正のサイズは、商品の現在のボラティリティによって、またはトレーダーが手動で決定します。現在のトレンドに沿って修正を検出した後、EAはシグナルが修正を完了してトレンドを継続するのを待ち、その後ポジションを開きます。 アドバイザの仕組みに関する説明->   こちら /  MT5 version ->  HERE 利点: 内蔵オートロット 注文開始のシグナルのカスタマイズ 手動注文を追加する機能を備えた完全に自動化された取引システム トレンドフィルタリング バスケットの動的ピッチ さまざまな種類の注文アニメーション ビルトインオーバーラップ すべての種類の通知 ボラティリティに基づく動的リトレースメントサイズ。 入力設定: 主な設定 最初の注文のサイズ-最初の注文を開くためのボリューム 自動ロット計算を有効にする-自動ロットを有効にする 0.01ロットあたりのオートロットデポジット-オートロット使用時の0.01ロットあたりのデポジット量 SIGNAL-操作用の信号を設定する エントリの最小ス
Aurum AI mt4
Leonid Arkhipov
4.94 (32)
アップデート — 2025年12月 2024年11月末、Aurumは正式に販売開始されました。 それ以来、ニュースフィルターや追加の防御条件、複雑な制限なしで、実際の相場環境にて継続的に稼働してきましたが、安定して利益を維持してきました。 Live Signal この1年間のリアル運用により、トレーディングシステムとしての信頼性が明確に証明されました。 そしてその実績と統計データを基に、2025年12月に大規模アップデートを実施しました: プレミアムパネルを全面刷新、すべての画面解像度に最適化 取引保護システムを大幅に強化 Forex Factoryを基にした高性能ニュースフィルターを追加 シグナル精度を向上させる2つの追加フィルター 最適化の強化、動作速度と安定性の向上 損失後に安全に回復するRecovery機能を搭載 プレミアムスタイルの新しいチャートテーマを採用 AURUMについて Aurum — ゴールド(XAU/USD)専用プレミアム自動売買EA Aurumはゴールド市場において、安定性と安全性を重視して開発されたプロフェッショナルな自動売買EAです。明確なロジッ
Greedy Golden MT4
Mihails Babuskins
4.8 (5)
Recommended:  it's better to  use in accounts with lower swap or swap-free accounts. SEE AND COMPARE WITH OTHER EA's , Real monitoring signals link on my profile. Contact me after payment to send you the user manual PDF file See the real monitoring signal in my profile. Use only on gold and on the  BUY direction. Trading gold is attractive to many traders due to the high volatility and depth of the market. Should we invest in gold or just scalp it? Answering this question is a big challenge for
Exorcist Bot   is a multi-currency, multi-functional advisor that works on any time frame and in any market conditions. - The robot’s operation is based on an averaging system with a non-geometric progression of constructing a trading grid. - Built-in protection systems: special filters, spread control, internal trading time limitation. - Construction of a trading network taking into account important internal levels. - Ability to customize the aggressiveness of trading. - Working with pending
Javier Gold Scalper V2
Felipe Jose Costa Pereira
5 (4)
Javier Gold Scalper:あなたのそばにある最先端テクノロジー! マニュアルと設定ファイル:購入後にご連絡いただければ、マニュアルと設定ファイルをお渡しします 価格:販売されたライセンス数に応じて価格が上がります 残りのコピー数:5 金は金融市場でもっともボラティリティの高い資産の一つであり、取引には高度な正確性、慎重な分析、そして非常に効果的なリスク管理が必要です。 Javier Gold Scalper は、これらの柱を統合するために開発された強力で洗練されたシステムであり、金市場での取引を最適化することを目的としています。最先端のテクノロジーと高度な戦略を駆使して、Golden Scalperは初心者からプロのトレーダーまで対応し、このダイナミックな市場における課題を安全に乗り越え、チャンスを活かすサポートをします。Golden Scalperを使えば、金の特性に対応した信頼性の高いツールを手に入れることができます。 シンボル XAUUSD(金) 時間足 M30 PropFirm 対応済み 資金 最低 $1000 ブローカー どのブローカーでも可 口座タイプ ど
Aura Black Edition
Stanislav Tomilov
4.6 (20)
Aura Black Edition は、GOLD のみを取引するように設計された完全自動化 EA です。エキスパートは、2011 年から 2020 年の期間に XAUUSD で安定した結果を示しました。危険な資金管理方法は使用されていません。マーチンゲール、グリッド、スキャルプも使用されていません。あらゆるブローカーの条件に適しています。多層パーセプトロンでトレーニングされた EA ニューラル ネットワーク (MLP) は、フィードフォワード人工ニューラル ネットワーク (ANN) のクラスです。MLP という用語は、曖昧に使用され、フィードフォワード ANN に緩く使用される場合もあれば、複数のパーセプトロン層 (しきい値アクティベーション付き) で構成されるネットワークを厳密に指す場合もあります。多層パーセプトロンは、特に単一の隠し層がある場合、口語的に「バニラ」ニューラル ネットワークと呼ばれることがあります。MLP は、入力層、隠し層、出力層の少なくとも 3 つのノード層で構成されます。入力ノードを除き、各ノードは非線形アクティベーション関数を使用するニューロンです。MLP
Real monitoring :  XAUUSD__BTCUSD__ M30__SL3 Real monitoring :  XAUUSD M30 SL2 For more information, please contact us via private message or in   the mql5 group. THERE   ARE   ONLY  5   OUT   OF   10   COPIES   LEFT   AT   A   PRICE   OF  450   USD ! AFTER   THAT , THE   PRICE   WILL   BE   INCREASED   TO  649   USD . Imagine that you have an experienced trader who monitors the market every day, waits for the price to break through an important level, and instantly opens a deal. That's exactl
Forex GOLD Investor
Lachezar Krastev
4.45 (49)
WINTER SALE — LIMITED TIME! Get Forex GOLD Investor with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Price: $217 (Regular Price: $547 — You Save $330!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Forex GOLD Investor is o
Level Up FOREX ea MT4
Ebrahim Mohamed Ahmed Maiyas
5 (1)
An advanced Expert Advisor powered by artificial intelligence and machine learning, specifically designed for analyzing   FOREX   . It adapts to price movements and market fluctuations to detect potential trading opportunities. Artificial Intelligence Integration: At the heart of this EA les a sophisticated AI engine capable of recognizing complex patterns in  FOREX  price data. The system continuously processes historical and live   FOREX  price feeds to identify potential entry and exit points
CyNera MT4
Svetlana Pawlowna Grosshans
2.71 (14)
CyNera:あなたの取引、私たちの技術 マニュアルとセットファイル: 購入後にご連絡いただければ、マニュアルとセットファイルをお送りします 価格: 価格は販売されたライセンスの数に応じて上昇します 利用可能なコピー: 4 金取引は、市場で最も変動の激しい金融商品であり、精密さ、徹底した分析、そして強力なリスク管理が求められます。CyNeraエキスパートアドバイザーは、これらの要素を巧みに組み合わせ、最適な金取引を実現するために設計された高度なシステムです。CyNeraの高度な戦略と技術は、経験豊富なトレーダーだけでなく、初心者にも、金取引がもたらす独自の課題やチャンスを乗り越えるための支援を提供します。 CyNeraは、金市場の複雑さに対応した信頼できるソリューションを提供します。適応性に優れたインテリジェントな戦略と、多時間枠分析、自動取引調整、そして正確なリスク管理などの高度な機能を組み合わせています。この柔軟性により、CyNeraは市場の急速な変化に即座に対応しつつ、長期的に資本を守るための強力なツールとなります。 シンボル XAUUSD (ゴールド) 時間枠 M30  
Jesko
Cence Jk Oizeijoozzisa
5 (2)
Jesko EA – Jesko は、 長年にわたり検証され最適化された戦略 に基づいて構築された特別なエキスパートアドバイザー(EA)です。 すでに 実際の口座でテストされており 、一貫して 利益性と低リスク を示しています。 今回、ついに一般公開することにしました。 Signal live    ライブアカウントの4ヶ月 こちらはMetaTrader 5のバージョン です 。 ----------------------------------------- MT5 ログイン 23982567 ————— MT5 パスワード Aa123123! ————— サーバー UltimaMarkets-Live 1 ---------------------------------------------- 購入後は、MetaTrader 4とMetaTrader 5の両方のバージョンをご利用いただけます。 簡単インストール  すべてのブローカーで利用可能(ECN口座推奨)  最低入金額: 100 USD  24時間365日サポート  Jesko を一度購入すると、他の製品を無料で入手可能
Goldex AI
Mateo Perez Perez
4.31 (29)
Goldex AI:今日の成功は明日の果実となる 期間限定の超割引! 値上げ前の最後の2枚が299USドル。 Real IC Markets 信号: Goldex AI 高リスク マニュアルと設定ファイル:マニュアルと設定ファイルを受け取るには、購入後にご連絡ください。 価格: 開始価格は899ドルで、10回販売されるごとに199ドル上がります。 コピー可能数:2 Goldex AI - ニューラルネットワーク、トレンド、プライスアクションを備えた高度なトレーディングロボット。 Goldex AIは、金のサポートとレジスタンスをブレイクするプライスアクションを利用する高性能取引ロボットで、市場のニューヨークセッションの動きを最大限に利用することで、可能な限り高い利益を得ることができます。 このロボットは、インテリジェント・リカバリーと呼ばれる戦略を持っており、損失が発生した後、その可能性のある損失を短期間で回復するために、より大きなロットをオープンします。 Goldex AIにはスマート・ニュース・フィルターが内蔵されており、中程度のインパクトのニュースがない日をフィルタリングし、
ORIX mt4
Leonid Arkhipov
5 (2)
ORIX System — GBPUSD 通貨ペアを対象に、 M5 タイムフレーム用として開発されたトレーディングロボットです。本EAは価格の動きと市場構造の要素を分析することに基づいており、標準的なテクニカル指標は使用しません。マーチンゲール、グリッド取引、逆張りによるナンピン、ヘッジ、ストップロスなしの取引、高頻度取引や無秩序な取引は一切行いません。 主な要件および推奨事項 通貨ペア:GBPUSD タイムフレーム:M5 最低入金額:0.01 ロットでの取引時に 100 USD / EUR から ブローカー:高品質なレートを提供する信頼できる ECN ブローカー 口座タイプ:ECN / RAW / Razor(Netting および Hedging モード対応) VPS:EA を安定かつ継続的に稼働させるため推奨 推奨リスク:1 取引あたり 1%~5%(リスクは単一取引のストップロスに基づいて計算) 設定:デフォルト 取引ロジックとリスク管理 戦略タイプ:価格行動および市場構造の分析による重要な反転レベルの特定 標準的なテクニカル指標は使用しません すべての取引は必ずストップロス
EA Budak Ubat
Syarief Azman Bin Rosli
4 (3)
トライアルをダウンロード 動作原理 EAがアクティブな場合、実行モードパラメータに基づいてチャートを分析します。 チャート上に既存のポジションがない場合、EAはパラメータに基づいて取引を行います。トレンドが上昇トレンドの場合、買い取引を行い、下降トレンドの場合は売り取引を行います。そして、ストップロス変数が0より大きい場合、オープンした取引価格から一定の距離にストップロス注文も設定します。0はストップロスなしを意味します。 チャート上に既存のポジションがあり、最後のポジションが損失の場合、EAは現在の市場価格と注文との間の距離がユーザーが設定した最小距離以上であるかどうかを確認し、それに基づいて取引を行います。ロットサイズはマーチンゲール法を使用して計算され、ストップロス変数が0より大きい場合、オープンした取引価格から一定の距離にストップロス注文も設定します。 Hedging(ヘッジ)がfalseに設定されている場合、EAは一度に1つの方向にしか取引しません。最初のポジションが買い取引の場合、すべての後続のマーチンゲールポジションも買い取引でなければなりません。最初のポジションが売り
Titan AI(タイタンAI)—— 次世代型自動売買システム Titan AI は、 MX Robots の専門チームによって開発された次世代型の自動売買システムであり、最先端の人工知能技術と高度な金融知識を融合しています。 このEAは Real Tick(リアルティック) , MBP(Market by Price) , MBO(Market by Order) といった高品質な市場データでトレーニングされており、これらは機関投資家レベルのシステムでも使用されるデータ形式です。 そのため Titan AI は複数市場において一貫性のあるスマートな判断を実現します。 Titan AI は複数のAI戦略を同時に動作させる ポートフォリオ型トレードシステム として設計されています。 各戦略は異なる相場環境向けに最適化されており、最大限の利益と最小限のドローダウンを実現し、マージンコールの可能性をほぼゼロにします。 Titan AI 4All の起動と設定方法 Titan AI 4All は、 高度な自動化・機関投資家レベルの精度・簡易セットアップ を求めるトレーダーのために開発されました
Quantum King MT4
Bogdan Ion Puscasu
5 (2)
Quantum King EA — あらゆるトレーダーのために洗練されたインテリジェントパワー IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 発売記念特別価格 ライブ信号:       ここをクリック MT5バージョン:   こちらをクリック クォンタムキングチャンネル:       ここをクリック ***Quantum King MT4 を購入すると、Quantum StarMan を無料で入手できます!*** 詳細についてはプライベートでお問い合わせください! ルール   正確さと規律をもって取引を行ってください。 クォンタムキング EA     構造化グリッドの強さと適応型マーチンゲールのインテリジェンスを 1 つのシームレスなシステムに統合しました。M5 上の AUDCAD 用に設計されており、安定した制御された成長を望む初心者とプロフェッショナルの両
After a thorough work and search for the optimal values of each of the Expert Advisor's parameters, the most stable settings of the algorithms have been selected, which do not require over large history periods. The robot uses a universal trading strategy, allowing the use of the currency pairs EURUSD, GBPUSD, USDCHF, USDJPY and other pairs with low spread. The EA trades on a 5-minute timeframe , it uses levels defined automatically on the bases of multiple parallel price movement calculation me
Algo Capital Trader
Jimitkumar Narhari Patel
Algo Capital Advanced Market Intelligence Trader: Empowering Traders with Integrity and Insight Algo Capital proudly introduces its inaugural state-of-the-art Advanced Market Intelligence Trader - engineered to transform your trading experience through precision, adaptability, and advanced market intelligence. Powered by proprietary algorithms and deep market research, this solution is designed to deliver consistent, high-quality performance across diverse market conditions. Why Algo Capital?
作者のその他のプロダクト
スキャルピングスキルは、静かな時間のための安全なスキャルピングエキスパートアドバイザーです。経験豊富なトレーダーと初心者の両方に適しています。 FIFO要件のあるアメリカのブローカーを含むすべてのブローカーと連携します-まず第一に、以前に開かれた取引を成立させます。 EAはマーチンゲールや注文グリッドを使用しません。すべての注文には、実質的なストップロスが伴い、1ポイントからピップで利益を得るだけでなく、損益分岐点とトレーリングストップ機能も伴います。チャートには、注文の実行速度とスリッページに関する情報が表示されます。計算の時間枠はEA設定で設定されます。 MT4バージョン:https:// www.mql5.com/en/market/product/36925 推奨事項 リアルマネーで使用する前に、セント取引口座で最小限のリスクでアドバイザーをテストします。 最低保証金-0.01ロットで300ドル。 アドバイザーはあなたの預金を保護します: EAは、連続した不採算注文の数が指定された値を超えると、不採算取引を停止します。 ブローカーがプラグインを使用し、意図的
Hamster MT5
Volodymyr Hrybachov
5 (3)
革新的なグリッドアドバイザー。価格のボラティリティに基づいた戦略を適用します。取引は、現在のバーの始値からN分、前のバーの終値からNポイント上昇したときに開始されます。割り当てられた時間内に価格が平均価格ボラティリティ(ATR)のN値(%/ポイント)を超えていない場合、新しいバーが開始されるまで取引は中断されます。 アドバイザリンクのMT4バージョン ブローカーには見えない動的レベルのストップオーダー、ストップロス、テイクプロフィット、トレーリングストップ、損益分岐点を適用します。値は、ピップで、または平均価格ボラティリティ(ATR)のパーセンテージとして指定できます。 チャートには、注文実行の品質、受け取った利益、現在のオープンポジション(注文数、ロット数、利益)に関する情報が表示されます。 FIFO要件(以前に開いたトランザクションを最初に閉じる要件)を持つ米国のブローカーを含む、あらゆるブローカーとの連携に適しています。 Expert Advisorを初めて知る場合は、ストラテジーテスターでビジュアルモードをオンにすることをお勧めします。トレーダーがその仕事の原則を理解
Copier of transactions through       Telegram           channel. Will help you instantly publish your trade in       Telegram       channel or copy trades from       Telegram           channel. The utility can work in two directions by receiving signals in MT5 and transmitting signals to       Telegram   . Telegram chat for questions and discussion: https://t.me/forex4up_chat No more missed deals No more panic Capital Management Ease of use PAY version: https://www.mql5.com/en/market/product/
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
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 o
FREE
Phantom
Volodymyr Hrybachov
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
Volodymyr Hrybachov
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
Volodymyr Hrybachov
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
Volodymyr Hrybachov
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
Volodymyr Hrybachov
1 (1)
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,
Champion PRO
Volodymyr Hrybachov
5 (1)
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
Volodymyr Hrybachov
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
Volodymyr Hrybachov
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
Volodymyr Hrybachov
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 pairs
Joker System
Volodymyr Hrybachov
4.75 (4)
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
Volodymyr Hrybachov
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
Volodymyr Hrybachov
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
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
Volodymyr Hrybachov
1 (2)
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
Volodymyr Hrybachov
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
Joker System Stable
Volodymyr Hrybachov
5 (1)
New version of the semi-scalper multicurrency Expert Advisor that uses an advanced adaptive trading strategy based on a position averaging. It uses a completely different strategy for market entries. The new version features a new function – total trailing stop of the opened positions by equity in the deposit currency or as a percentage of profit. A virtual trailing stop can be applied to the first opened trade. A stop loss can be used to protect the capital. The product is designed for 4 and 5-
This scalper Expert Advisor uses instant execution pending orders. No grid and martingale. Each trade is protected by a tight stop loss. It is designed for 4-5-digit quotes. The EA is recommended for use on EURUSD, GBPUSD, AUDUSD, USDJPY, USDCHF, USDCAD, NZDUSD, EURJPY, EURGBP, and EURCHF. VPS is required for flawless operation, minimum deposit is 100 units of the base currency. Timeframe – from M15 to H4. Optimization tip! Only several parameters should be optimized for the period of the last f
Mower
Volodymyr Hrybachov
The strategy is based on my own template, it utilizes the Stochastic indicator. It buys when the lines are below a predetermined level, and the signal line crosses the main one upwards; it sells when the lines are above a predetermined level and the signal line crosses the main downwards. The EA has been adapted for four- and five-digit quotes. VPS server is recommended. Before launching the EA on a real trading account, I recommend checking its parameters in the strategy tester using 99.90% qua
Grid and MA
Volodymyr Hrybachov
5 (3)
This is a grid Expert Advisor. It features several trading strategies based on Moving Average. It works on minute bar Open prices. Virtual trailing stop, stop loss and take profit can be set in pips, in the deposit currency or as a percentage of the balance. Depending on the settings, different orders may be opened for diversifying risks. Their closure can be either an oppositely directed or unidirectional basket of orders. The order grid is adaptive and is made of market orders. If the price ha
フィルタ:
レビューなし
レビューに返信