EA Budak Ubat

4

トライアルをダウンロード


動作原理

  • EAがアクティブな場合、実行モードパラメータに基づいてチャートを分析します。

  • チャート上に既存のポジションがない場合、EAはパラメータに基づいて取引を行います。トレンドが上昇トレンドの場合、買い取引を行い、下降トレンドの場合は売り取引を行います。そして、ストップロス変数が0より大きい場合、オープンした取引価格から一定の距離にストップロス注文も設定します。0はストップロスなしを意味します。

  • チャート上に既存のポジションがあり、最後のポジションが損失の場合、EAは現在の市場価格と注文との間の距離がユーザーが設定した最小距離以上であるかどうかを確認し、それに基づいて取引を行います。ロットサイズはマーチンゲール法を使用して計算され、ストップロス変数が0より大きい場合、オープンした取引価格から一定の距離にストップロス注文も設定します。

  • Hedging(ヘッジ)がfalseに設定されている場合、EAは一度に1つの方向にしか取引しません。最初のポジションが買い取引の場合、すべての後続のマーチンゲールポジションも買い取引でなければなりません。最初のポジションが売り取引の場合、すべての後続のマーチンゲールポジションも売り取引でなければなりません。Hedging(ヘッジ)がtrueに設定されている場合、EAは両方向に取引します。

  • EAは、同じ方向のすべてのポジションの利確を、ユーザーが設定した利確レベルと共に単一のブレークイーブンポイントに変更します。

EAパラメータ

実行モード:
  • 新しいバー(キャンドル)ごとにチャートを分析します。新しいキャンドルが表示された後に取引を行います。新しいレイヤーの距離設定には従いますが、キャンドルが閉じた後に取引を行います。
    すべてのトックごとに取引を行います。EAはアタッチされるとすぐに取引を行い、注文設定間の距離が満たされるとすぐに新しいレイヤーにも入ります。
ポジションモード:
  • デフォルトでは、EAは「買い」と「売り」モードを使用しますが、「買い」または「売り」のみで動作するように設定できます。
ヘッジの有効化/無効化:
  • Hedging(ヘッジ)がfalseに設定されている場合、EAは一度に1つの方向にしか取引しません。最初のポジションが買い取引の場合、すべての後続のマーチンゲールポジションも買い取引でなければなりません。最初のポジションが売り取引の場合、すべての後続のマーチンゲールポジションも売り取引でなければなりません。
  • Hedging(ヘッジ)がtrueに設定されている場合、EAは両方向に取引します。
分析方法:
  • このパラメータは、チャート上に既存のポジションがない場合にEAが最初の方向を決定するためのものです。4つの他の分析方法のうちの1つを使用するように設定できます:クラシックキャンドル(Bull/Bear)、SMA20、Alligator、Ichimoku。

    • このEAの以前のバージョンはキャンドルメソッドに基づいています。キャンドルが上昇傾向の場合、買い取引を行い、下降傾向の場合は売り取引を行います。

    • SMA20は、単純移動平均の期間20の単純な移動平均です。ラインよりも上で買い、ラインよりも下で売ります。

    • AlligatorはAlligator指標を使用し、3つのライン全ての上で買い、3つのライン全ての下で売ります。

      • ウィリアムズ・アリゲーター指標は、スムーズな移動平均を使用する技術的な分析ツールです。この指標は、単純な移動平均(SMA)で計算された平滑化された平均を使用して始まります。これは、5、8、13の期間で設定された3つの移動平均を使用します。これらの3つの移動平均は、アリゲーターのジョウ、ティース、リップスを構成します。この指標は収束-発散の関係を適用して取引シグナルを構築し、ジョウが最も遅いターンを行い、リップスが最も速いターンを行います。

    • Ichimokuでは、Ichimoku指標を使用します。雲の上で買い、雲の下で売ります。

      • Ichimoku Cloudは、サポートとレジスタンスのレベル、モメンタムとトレンドの方向を示す技術的な指標のコレクションです。これは複数の平均を取り、それらをチャートにプロットして行います。これらの数字を使用して、価格が将来サポートまたはレジスタンスを見つける可能性がある場所を予測しようとします。
      • Ichimoku Cloudは、5つのラインまたは計算から構成され、そのうちの2つは2つのライン間の差がシェーディングされる雲を構成します。
      • これらのラインには、9期間の平均、26期間の平均、それらの2つの平均の平均、52期間の平均、遅れた終値ラインが含まれます。
      • 雲は指標の重要な部分です。価格が雲の下にあるとき、トレンドは下向きです。価格が雲の上にあるとき、トレンドは上向きです。
      • 価格と同じ方向に雲が移動している場合、上昇トレンド中には雲の上部が上昇し、下降トレンド中には雲の下部が下降しています。

初期ロットサイズ:
  • 最初の注文のサイズ。マーチンゲール乗数が1より大きい場合、この値はマーチンゲール乗数の値を使用して増加します。マーチンゲール乗数が1に設定されている場合、初期ロットサイズは後続の注文のサイズとしても使用されます。
グリッドトレーディング:
  • グリッドトレーディングをオン/オフに切り替えることができます。この機能がオフになっている場合、EAは単一のエントリEAに変換されます。
マーチンゲール乗数:
  • EAが最初の注文の後に注文のロットサイズを増やすために使用する乗数を定義します。1に設定すると増加が無効になり、EAは初期ロットサイズの値のみを使用します。
最大ロットサイズ:
  • マーチンゲールのロット数がMax Trade値を超えた場合、代わりにMax Lotサイズ値に入ります。これは、制御できないマーチンゲールのロットサイズへのシンプルな解決策です。
利確とストップロス(ピップ数):
  • これらの2つの値は、EAが利確とストップロス(設定されている場合)を計算するために使用するピップ数を指定します。
注文間の最小/最大距離:
  • これらの2つの値は、注文間の距離を最小値から最大値まで定義します。最大距離を10ピップと表示すると、現在の距離が10ピップに達すると増加が停止します。
注文間の距離増加:
  • これは、3層目、4層目などの注文設定間の距離を増加させます。
最大トレード:
  • この値は、EAが1つの方向に開くことができる最大注文数を示します。
自動設定AI:
  • これはAIです。使用している通貨ペアに対して最適な設定を自動的に調整します。これをオンにしてみてください。

リスク免責事項:

マージン取引は高いリスクを伴い、すべての投資家に適しているわけではありません。レバレッジの高さは、利益だけでなく損失にも寄与する可能性があります。外国為替取引を行う前に、投資目標、経験レベル、リスク許容度を慎重に考慮する必要があります。元本の一部または全部を失う可能性があり、したがって、失ってはいけないお金を投資してはいけません。外国為替取引に関連するすべてのリスクを認識し、疑義がある場合は独立した財務アドバイザーから助言を求めるべきです。

レビュー 4
Sandipkumar S Kakadiya
145
Sandipkumar S Kakadiya 2024.07.31 05:43 
 

perfect entry perfect exit

Peng Yang
286
Peng Yang 2023.10.18 09:30 
 

你好,关于黄金和常见货币,您的推荐设置是止损多少点呢,以及网格距离多少合适,还有,为何不考虑开发利润尾随和限制进场时间功能呢,这样可以避免在高风险时间交易

おすすめのプロダクト
Magic Grid
Aliaksandr Charkes
4.54 (28)
Magic Grid is an indicator-free advisor that uses a grid strategy. The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically ( one time at the beginning of the trade ). The robot can trade on any time frame, on any currency pair, on several currency pairs, and on any number of di
FREE
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
Forest
Vadim Podoprigora
Forest is a Trend Expert Advisor based on the analysis of a unique mathematical model of trend lines, which allows you to determine the trend movement. The Expert Advisor is most suitable for the currency pair "USDCHF" on period "H1". The EA can work on any type of accounts, and with any brokers. The EA uses mathematical analysis to open trades and applies loss control to open trades. At its core, the EA does not use any risky systems with the increase in the volume or increase in the number of
Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
Introducing the AI Neural Nexus EA A state-of-the-art Expert Advisor tailored for trading Gold (XAUUSD) and GBPUSD. This advanced system leverages the power of artificial intelligence and neural networks to identify profitable trading opportunities with a focus on safety and consistency. Unlike traditional high-risk methods, AI Neural Nexus prioritizes low-risk strategies that adapt to market fluctuations in real time, ensuring a smart trading experience. Important Information Contact us immedia
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
The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible acros
Thank you for visiting us. We would like to introduce our new BLACK OUT EA which comes along with a moving average indicator for better trading This EA open and closes trades for you, no need to stress yourself. You can trade on any broker using any time frame . there are no restrictions!! You can easily increase your Lot size on the EA settings Backtest was done for two months. stay tuned for more !!!
BASTET19c
Sorakrit Lueangtipayajun
このEAはボリンジャーバンド反転戦略に基づいています。ボリンジャーバンドの上限または下限での価格反転を自動検出し、予想される反発方向に取引を開始します。システムは直近の市場ボラティリティと市場構造に基づいて最適な利益確定(TP)レベルを動的に計算し、手動介入なしで効率的な利益確定を実現します。 ライブ結果(6ヶ月):+208.77%の利益、最大ドローダウン20.75% Myfxbook verified: Click!!   推奨19通貨ペア: AUDCAD、AUDCHF、AUDNZD、AUDUSD、CADCHF、EURCAD、EURCHF、EURAUD、EURGBP、EURNZD、EURUSD、GBPAUD、GBPCAD、GBPCHF、GBPNZD、GBPUSD、NZDUSD、USDCHF、USDCAD 距離(ポイント)は https://www.investing.com/tools/forex-volatility-calculator のボラティリティです。 各通貨のポイント値(pips x 10)は、少なくとも週に1回更新してください。 要件:MT
Gold Label  is an Expert Advisor designed specifically for trading gold.  This EA is specifically designed for   XAUUSD  with low risk and can grow your account from small capital. It is based on machine learning cluster analysis and genetic algorithms. EA contains self-adaptive market algorithm, which uses price action patterns and standard trading indicators. Expert showed stable results on XAU in 2011-2020 period. No dangerous methods of money managment used. Suitable for any broker conditi
Jet Punch
Didit Haryadi Saputra
Jet Punch is another best expert advisor for MT4,  can help you make money while you sleep by automatically entering and exiting trades. It trades by opening trades every day and closing them at the right time to ensure you always earn a profit. The software is very simple and can be used by both beginner and experienced traders.  Jet Punch was tested and has successfully passed the stress test with slippage and commission approximate to the real market condition. Recommendations: Currency pair:
Copyright(c) 2019 Superfarabi EA Is the Scalping Forex Expert Advisor for MT4 Working on Timeframes (M5) Best Pair Recomended is EU/UChf=0.4 Calculation is based of Envelopes indicator ===========Rakyat +62 =========== Hak Cipta (c) 2019 Superfarabi EA Merupakan Scalping Forex Expert Advisor untuk MT4 Berjalan pada Time Frame Kecil (M5) Pair Rekomendasi adalah EU / UChf = 0,4 Perhitungan didasarkan pada indikator Envelopes
Ilan Spirit Советник  Ilan Spirit -это аналог советника, с добавлением множества дополнительных логик и возможностей для торговли, с оставленными настройками советника . Советник торгует по системе Мартингейл с увеличением последующих лотов в серии ордеров, с целью их усреднения. Первый ордер робот выставляет по сигналам встроенного индикатора. Так же советник имеет возможность прекращать торговлю в зависимости от новостей от сигналов новостного индикатора. Ilan Spirit можно использовать либо на
| 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
Santa Scalping
Morten Kruse
2.84 (19)
Santa Scalping is a fully automated Expert Advisor with no use of martingale. Night scalping strategy. The SMA indicator filter are used for entries. This EA can be run from very small accounts. As small as 50 EUR. General Recommendations The minimum deposit is 50 USD,  default settings reccomend for eurusd m5 gmt +2 . Please use max spread 10 if you will not have orders change it to -1. Use a broker with good execution and with a spread of 2-5 points. A very fast VPS is required, preferably w
Magic EA MT4
Kyra Nickaline Watson-gordon
3 (1)
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA wo
The trader’s task is to find a pattern and make money on it. Classic trading uses patterns in the form of graphical analysis - candlestick patterns, levels, trend lines, graphic figures, etc. Their main difficulty is that they are not unambiguous. Each trader sees everything differently. Against the backdrop of this ambiguity, a bunch of other problems arise: psychology is the most common reason for losing a deposit, attracting transactions “by the ears” in places where there is none, the time
The Expert Advisor identifies the beginning of a wave movement and starts working according to the direction of the new wave. It uses tight stop loss and take profit. Built-in protection against spread widening. Control of profit is performed by the tight trailing stop feature. Lot calculation is based on stop loss. For example, if stop loss is 250 points and MaxRisk = 10%, the lot size will be calculated in such a way that triggering the stop loss would lead to a loss equal to 10% of the deposi
The trading Expert Advisor's strategy is based on one of the most powerful technical analysis signals - the Pin Bar. When determining this figure, a trading expert studies the current market situation and, if there is a combination of certain factors, it starts working. It is recommended to start working with a small trading lot . As you become familiar with the work of an expert, the trading lot can be increased (use money management) to a psychologically acceptable size. Attention : the fo
торговая система с риском 1% чем больше денег на счете тем больше лот но риск 1% Начальный депозит 50.00 Спред 10 Чистая прибыль 6.71 Общая прибыль 51.97 Общий убыток -45.26 Прибыльность 1.15 Матожидание выигрыша 0.02 Абсолютная просадка 26.79 Максимальная просадка 29.21 (55.47%) Относительная просадка 55.47% (29.21) Всего сделок 427 Короткие позиции (% выигравших) 219 (72.60%) Длинные позиции (% выигравших) 208 (72.12%) Прибыльные сделки (% от всех) 309 (72.37%) Убыточные сделки (% от все
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+
Overview BB RSI Mean Reversion Pro is a rule-based Expert Advisor that identifies high-probability mean reversion setups on the H4 timeframe. When price closes outside a 20-period Bollinger Band and then re-enters on the next bar — confirmed by an RSI extreme — the EA enters at market on the bar open. An optional weekly Donchian Channel filter restricts entries to trades near structural range boundaries, significantly improving profit factor and reducing drawdown. How it works The signal require
The Flex Grid EA is a fully automated Expert Advisor that trades based on RSI. The EA trades using market orders with inivisible take profit and uses averaging to safely turn otherwise negative trades positive. This EA works best on EURUSD, USDJPY, EURUSD, USDCAD & GBPUSD using the M5 timeframe. A VPS is advisable when trading this system. Check the comments for back test results and optimized settings. Please note: I have made the decision to give this EA away and many more for free with limite
FREE
IQmovingZ
Alexander Kovalenko
This is an automatic 24-hour trading system based on the algorithm of collective behavior of adaptive automata (a kind of algorithms of self-learning of artificial intelligence) that does not require manual intervention and does not use any indicators or well-known trading methods. The principle of the EA is to remember and analyze each step. A step is a price movement for a certain number (BaseStep) of points up or down. The depth of memory (how many steps to remember and analyze) is determined
This automated trading robot uses the capabilities of the macd indicator to create a grid strategy. The algorithm creates a grid strategy at overbought and oversold levels and in times of high volatility. This makes it susceptible to all price fluctuations. The Close Money input is the total amount of earnings in the cycle. We define it as the total take profit amount in the cycle. It has the ability to open more cycles in short periods. However, you can use the robot in medium-term trading. Rea
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
Golden Suite
Dmitriq Evgenoeviz Ko
Golden Suite is positioned as an innovative trading advisor that combines proven trading strategies. Its goal is to provide traders with a reliable system of market analysis, forecasting and recommendations based on deep data analysis. The full list is available for your convenience at https://www.mql5.com/ru/users/pants-dmi/seller Key features of the Golden Suite: MARKET SETTINGS auto-selection of indicators risk % of deposit trailing stop news filter multi-timeframe depending on the market si
ShinZuka
Muhammad Asyraf Bin Mohamad
Using MACD value for direction. Using RSI as reversal indicator. Using open trading hour. (Recommend Hour 10,11,15 & 19 : MT4-Time) Counter trade if signal failed. Cutloss trade if signal failed. Auto lot calculate based on target profit & takeprofit. Able to set counter trade value. Suitable for commodities & currency.  Timeframe H1. Able to set limit lot open. Able to select day to trade.
VR Black Box
Vladimir Pastushak
3.67 (3)
VR Black Box は、経験豊富なトレーダープログラマーによって開発された最新の自動売買エキスパートです。市場のトレンド運動に追随する実証済みの戦略に基づいて構築された強力な取引ツールです。このロボットは長い開発と改良の過程を経ており、定期的にアップデートされ、市場環境の変化に適応しています。実際の取引口座で長年稼働してきた結果、初心者から上級トレーダーまで信頼できるアシスタントとして高い評価を得ています。 セットファイル、製品のデモ版、説明書、特典が入手可能 [ブログ] のバージョン [MetaTrader 5] 主な戦略 ロボットは複数の取引モードを実装しています: 買いと売りポジションを交互にオープン(Buy and Sell alternately)。 買いと売りを同時に取引(Buy and Sell at the same time)。 方向をランダムに選択(Randomly Buy or Sell、「表か裏」に類似)。 買いのみ(Buy only)または売りのみ(Sell only)。 トレーダーの損失ポジションを利益に変えるための手動モード(Magic Numbe
PROMO: SPEND MORE TIME WITH YOUR FAMILY. ENJOY LIFE… DO NOTHING. We would like to share our coding skills to fellow traders and most especially to people from all walks of life to have the opportunity to trade or invest using auto-trading way to provide other source of income while letting the robot and your money works for you.  The trade strategy is based on Averaging and uses a little bit combination of martingale and grid strategy. Methodology   – Trading entails technical analysis with ma
このプロダクトを購入した人は以下も購入しています
Vortex Gold MT4
Stanislav Tomilov
4.93 (41)
Vortex - 未来への投資 Vortex Gold EAはメタトレーダープラットフォーム上で金(XAU/USD)を取引するために特別に作られたエキスパートアドバイザーです。独自の指標と作者の秘密のアルゴリズムを用いて構築されたこのEAは、金市場の有益な動きを捉えるように設計された包括的な取引戦略を採用しています。その戦略の主要な構成要素には、CCIやパラボリックインジケーターなどの古典的なインジケーターが含まれており、これらは理想的なエントリーポイントとエグジットポイントを正確に知らせるために連動します。Vortex Gold EAの核心は、高度なニューラルネットワークと機械学習テクノロジーです。これらのアルゴリズムは、過去のデータとリアルタイムのデータの両方を継続的に分析し、EAがより高い精度で進化する市場トレンドに適応し対応することを可能にします。ディープラーニングを活用することで、Vortex Gold EAはパターンを認識し、指標パラメーターを自動的に調整し、時間の経過とともにパフォーマンスを向上させます。Vortex Gold EAは、独自の指標、機械学習、適応可能な取
Gold Trade Pro
Profalgo Limited
4.61 (23)
プロモーションを開始します! 449ドルで残りわずかです! 次の価格: 599ドル 最終価格: 999ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro はゴールド取引 EA の仲間入りですが、大きな違いが 1 つあります。それは、これが本物の取引戦略であるということです。 「実際の取引戦略」とは何を意味しますか?   おそらくお気づきかと思いますが、市場に出回っているほぼすべてのゴールド EA は単純なグリッド/マーチンゲール
Quantum King MT4
Bogdan Ion Puscasu
5 (4)
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 用に設計されており、安定した制御された成長を望む初心者とプロフェッショナルの両
The Gold Reaper MT4
Profalgo Limited
4.59 (32)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポート
Wall Street Robot is a   professional trading system   developed exclusively for US stock indices, focused on S&P500 and Dow Jones. These markets are known for their high liquidity, structured movements and strong reaction to global economic flows, making them ideal for algorithmic trading strategies based on precision and discipline. By concentrating only on these indices, the system is able to adapt closely to their behavior, volatility patterns and intraday dynamics, instead of trying to oper
AI Prop Firms - Intelligent Automation Built for   Prop Trading Firms . AI Prop Firms is an advanced fully automated Forex trading system powered by   Artificial Intelligence , developed specifically to operate within the strict rules and evaluation models of prop trading firms. The system is designed to trade under controlled risk conditions while   maintaining consistency , stability, and compliance with prop firm requirements. AI Prop Firms uses intelligent market analysis logic that continu
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
XIRO Robot is a   professional trading system   created to operate on two of the most popular and liquid instruments on the market:  GBPUSD,  XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable
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
Trust EA MT4
Konstantin Kulikov
5 (1)
Trust EA   is a real trader's tool, working on a clear principle, with its advantages and disadvantages, so it will not suit everyone, but for some users it can become the best trading robot. * Limited special offer - 50% off the full price of the product. Only 5 copies at this price. The final price is 997$ * Discuss the complexities of Forex trading here:  chat "Age of Expert Advisors" . Logic I have been working with algorithmic trading systems since 2015, and in my experience, systems with
Night Hunter Pro
Valeriia Mishchenko
4.38 (53)
EA has a  live track record  with many months of stable trading with  low drawdown : All Pairs 9 Pairs Night Hunter Pro is the advanced scalping system which utilizes smart entry/exit algorithms with sophisticated filtering methods to identify only the safest entry points during calm periods of the market. This system is focused on a long-term stable growth . It is a professional tool developed by me years ago that is constantly updated, incorporating all the latest innovations in the trading a
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
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (172)
ご紹介     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つの小さな取引に継続的に分割する独自の戦略を採用していま
TRENDALGO is an EA that uses ARTIFICIAL INTELLIGENCE to trade 100% automatically and as the name says it is a TREND FOLLOWING EA, it works well on ASSETs that are TRENDING. AI is used to identify the moment in which volumes, volatility and momentum explode, according to a proprietary equation created by me which takes these values ​​into consideration as objective data and never uses any indicator. TRENDALGO opens a new TRADE and follows it by continuously adjusting STOP LOSS and TAKE PROFIT, f
Exp4 AI Sniper for MT4
Vladislav Andruschenko
2.33 (3)
AI Sniper for MetaTrader 4 — 精度を追求して設計されたインテリジェントトレーディングロボット AI Sniper は、 MetaTrader 4 専用に開発された、スマートかつ適応型のトレーディングロボットです。 単なる一般的な Forex ボットではなく、より高い精度、より明確な構造、そしてより本格的な自動売買環境を求めるトレーダーのために設計されています。 AI Sniper for MT4 は、高度なアルゴリズムロジック、リアルタイムの市場分析、そして精密に設計された執行メカニズムを組み合わせることで、BUY / SELL の有力な機会をより高い精度で見極めます。 AI Sniper は、市場の生の値動きを、より整理された明確なトレーディング判断へと変換します。システムは価格挙動、市場環境、そしてテクニカル条件を継続的に評価し、より有利なエントリーとより洗練されたマネジメント機会を見つけ出します。 15年以上にわたる Forex 市場および金融市場での実務経験を基盤として、この Expert Advisor は、インテリジェントな売買ロジック、戦略的フ
GoldPulse AI
Babak Alamdar
3.5 (20)
バックテストではなく、実際の取引システムを購入してください。     Live Signal この価格はプロモーション期間中の一時的なもので、間もなく値上げされます 現在の価格では残りわずかです。次の価格は -->> 1480 $  Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! これは、XAUUSD、XAUEUR、XAUGBP、XAUAUD、XAUJPY、XAUCHF、XAUSGD、XAUCNH などの完全なペアで金または XAU を取引する最初の最もスマートなロボットです。 私は毎日ニュースをチェックし、技術的、基本的、感情的な裏付けが得られる機会はすべて利用します。せっかちなトレーダーのポケットから患者のポケットにお金が落ちます! この市場では、賢い人々と競争することになります。彼らはあなたのお金を手に入れようとしており、あなたも彼らのお金を手に入れようとしています。最も正確で積極的な市場分析を使って、頑張ります!あなたの幸運を祈ります! Highlights: シンプルで使いやすい:各シンボルチャート(XAUUS
Aura Neuron MT4
Stanislav Tomilov
4.44 (16)
Aura Neuron は、Aura シリーズのトレーディング システムを引き継ぐ独特のエキスパート アドバイザーです。高度なニューラル ネットワークと最先端のクラシック トレーディング戦略を活用することで、Aura Neuron は優れた潜在的パフォーマンスを備えた革新的なアプローチを提供します。完全に自動化されたこのエキスパート アドバイザーは XAUUSD (GOLD) などの通貨ペアを取引するように設計されています。1999 年から 2023 年まで、これらのペアで一貫した安定性が実証されています。このシステムは、マーチンゲール、グリッド、スキャルピングなどの危険な資金管理手法を回避しているため、あらゆるブローカーの条件に適しています。Aura Neuron は、多層パーセプトロン (MLP) ニューラル ネットワークを搭載しており、これを利用して市場のトレンドと動きを予測します。MLP はフィードフォワード人工ニューラル ネットワーク (ANN) の一種で、特に単一の隠し層で構成されている場合は「バニラ」ニューラル ネットワークと呼ばれることがよくあります。MLP には、入力
Ziwoxファンダメンタルトレーダー Ziwox Fundamental Traderは、金融市場のトレーダーがEA情報データに基づいて賢明な意思決定を行うのを支援するトレーディングアシスタントです。 このEAは、オンラインソースを使用して、通貨の基本的なバイアス、ペアでのリアルタイム小売業者比率の感情、銀行と機関の予測、COTレポートデータ、および複雑なEAパネル内の他のデータなどの必要なすべての情報を取得します。 簡単に言えば、それは統合された外国為替データソースと情報であり、手動トレーダーがより良い意思決定を行うのに役立ちます。 これに加えて、これは完全な基本的なロボット取引であり、通貨の基本的なバイアスと技術データに基づいて、これらのデータを使用してペアで自動的に取引します EAコンポーネント: 取引に必要なすべての情報は、データパネルに統合された一連の外国為替データストリームコンポーネントとしてここに収集されます。 各コンポーネントは、トレーダーが意思決定を行うのに役立つトレーディングエイドインジケーターまたは説明的な市場レポートとして個別に機能します。 これらのコ
Aura Black Edition
Stanislav Tomilov
4.62 (21)
Aura Black Edition は、GOLD のみを取引するように設計された完全自動化 EA です。エキスパートは、2011 年から 2020 年の期間に XAUUSD で安定した結果を示しました。危険な資金管理方法は使用されていません。マーチンゲール、グリッド、スキャルプも使用されていません。あらゆるブローカーの条件に適しています。多層パーセプトロンでトレーニングされた EA ニューラル ネットワーク (MLP) は、フィードフォワード人工ニューラル ネットワーク (ANN) のクラスです。MLP という用語は、曖昧に使用され、フィードフォワード ANN に緩く使用される場合もあれば、複数のパーセプトロン層 (しきい値アクティベーション付き) で構成されるネットワークを厳密に指す場合もあります。多層パーセプトロンは、特に単一の隠し層がある場合、口語的に「バニラ」ニューラル ネットワークと呼ばれることがあります。MLP は、入力層、隠し層、出力層の少なくとも 3 つのノード層で構成されます。入力ノードを除き、各ノードは非線形アクティベーション関数を使用するニューロンです。MLP
A unique robot that has been successfully trading on a real account since 2021. The Gold Dragon trading system is so stable that it has allowed it to survive all market fluctuations, while other systems have failed! Big sale 50% OFF! Price $450. Regular price $899 Real signal:   click here   Unique set files and all recommendations are provided free of charge. All future updates of the adviser are included in the price. After the purchase, contact me and I will help you install and configure
RiskShield Dragon   — Automated Multi-Currency Advisor Combining intelligent algorithms, robust protection mechanisms, and flexible configuration, **RiskShield Dragon** delivers consistent profits with minimal risk. --- ## Key Advantages * **Multi-Currency & Multi-Threaded**: Supports over 20 currency pairs (EURUSD, GBPUSD, USDJPY, AUDUSD, NZDJPY, and more) simultaneously on any timeframe. * **Minimum Deposit from 10,000**: Optimized for trading with a starting balance of 10,000 account uni
ローンチプロモーション: 現在の価格で入手可能な限定数のコピー 最終価格: 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 か
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 を一度購入すると、他の製品を無料で入手可能
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
KT Gold Nexus EA MT4
KEENBASE SOFTWARE SOLUTIONS
5 (2)
KT Gold Nexus EAで成功するために必要なこと 忍耐。規律。時間。 KT Gold Nexus EAは、プロのトレーダーやプライベートファンドマネージャーが実際に採用している、現実的なトレーディング手法を基に構築されています。短期的な派手さや一時的な利益ではなく、長期にわたる安定性と一貫性を重視した設計となっています。 本EAは長期運用を前提として設計されています。その本来のポテンシャルを体感するためには、最低でも1年間の継続運用を推奨します。プロのトレーディングと同様に、損失が発生する週や、場合によっては数か月間のドローダウン期間が生じることもありますが、これは正常なプロセスです。重要なのは、より長い期間における累積パフォーマンスです。 多くのグリッド型やマーチンゲール型システムは、初期段階では急速な利益を示しますが、最終的に口座破綻へと至るケースがほとんどです。本EAはそのようなリスクを回避し、安定的かつコントロールされた成長を目的として開発されています。 イントロダクション KT Gold Nexus EAは、ゴールド(XAUUSD)市場のH4時間足向けに専門的に設計
Sinal (GOLD/XAUSD) - mais de 14 meses ativo e mais de 6 mil negociações em conta Standard (alavancagem de 1:400):   https://www.mql5.com/pt/signals/2278431 Produto para MetaTrader4:  https://www.mql5.com/pt/market/product/159627 Produto para MetaTrader5:  https://www.mql5.com/pt/market/product/160313 O Apache MHL Moving Average Expert Advisor ou simplesmente "Apache MHL" é um robô que opera no ativo GOLD/XAUUSD utilizando estratégias baseadas em médias móveis e gestão de risco com Martingale.
Goldbot One MT4
Profalgo Limited
5 (5)
ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル 新着: Goldbot One を購入すると、EA を 1 つ無料で選択できます!! (取引アカウント 2 つ分) 公開グループに参加する: ここをクリック   究極のコンボディール   ->   こちらをクリック LIVE SIGNAL 金市場向けに設計された非常に洗練された取引ロボット、   Goldbot One を ご紹介します。   Goldbot One はブレイクアウト取引に重点を置いており、サポート レベルとレジスタンス レベルの両方を活用して、最適な取引機会を特定します。 このエキスパート アドバイザーは、変動の激しい貴金属市場で効率性、信頼性、戦略的優位性を求めるトレーダー向けに作成されています。   注目すべき事実:   サンプル外データにおける EA のパフォーマンスは、最適化に使用されるサンプル内データと完全に一致しています。   サンプル期間は 2016 年から 2023 年です。 戦略の確認に使用されたサンプル外データは 2004 年から 2016 年および 2024 年
HFT Fast M1 Gold Scalper V8 EA
Martin Alejandro Bamonte
2.33 (3)
超最適化バージョン – MT4 HFT FAST M1 GOLD SCALPER V8.2 (MT4バージョン)は、これまでで最も強力で、安定性が高く、洗練されたリリースです。 HFTは高頻度スキャルピングEAであり、ゴールド(XAUUSD)のM1タイムフレームのみで取引を行います。毎日多数の取引を実行し、 非常に現実的なロットサイズ でスキャルピング戦略を実現します。そのため、専用のスキャルピング口座(RAWまたはECN)が必要です。 ICMarkets のRAW口座が特に推奨されており、低スプレッドかつ他社よりもスリッページが少ないのが特長です。 安定したインターネット接続またはVPSが必要です。 ご注意ください:ターミナルが停止すると、 FAST M1 は口座の制御を失います 。 公式チャンネル:  https://www.mql5.com/en/channels/binaryforexea 主な改善点 エントリーロジックの改善 EAは主要トレンド方向のみでエントリーします。逆張りは一切行いません。 勝率の向上 内部ロジックが調整され、トレードの成功率が上昇しました。 口
Gold Synergy Pro EA Broker (Recommended):   https://one.exnesstrack.org/a/lmeqq9b7 Gold Synergy Pro   is a high-performance trading algorithm specifically engineered for   XAUUSD (Gold) . It utilizes a sophisticated multi-currency correlation strategy combined with a proprietary   USD Index Analyzer   to identify high-probability intraday opportunities. The EA doesn't just look at Gold prices; it monitors the entire market sentiment by analyzing the strength of the US Dollar across seven m
Bitcoin Robot Grid MT4 is an intelligent trading system designed to automate BTCUSD trading using the grid trading strategy. This method takes advantage of market fluctuations by placing a structured series of buy and sell orders at predefined price levels. The robot   continuously monitors market   conditions and executes trades according to its preset parameters, allowing for consistent market engagement without the need for manual intervention. Bitcoin Robot Grid is the   perfect solution  
作者のその他のプロダクト
Indi RBO
Syarief Azman Bin Rosli
Input: Range Start Time : The starting time of the range creation Range End Time : The ending time of range creation Trade End Time : The time where the line of range zone high/low will be extended to Minimum Size : The minimum size of the range in point Maximum Size : The maximum size of the range in point If the range size is between the minimum and maximum, indicator will print the 1st color (blue).
フィルタ:
walewealth
24
walewealth 2025.02.05 09:37 
 

Its a good robot but often times it just stops trading and doesn't pick trades for a long time. whys that?

Syarief Azman Bin Rosli
994
開発者からの返信 Syarief Azman Bin Rosli 2025.02.05 12:44
Thank you for your feedback! EA Budak Ubat is designed to trade based on specific market conditions, which means it will not enter trades if those conditions are not met. Here are some possible reasons why the EA may stop trading for long periods: 1. Market Conditions – The EA follows strict entry rules. If the market is ranging or not aligning with its strategy, it will wait for the right setup. 2. Risk Management – The EA prioritizes safe trading, so if conditions are too volatile or do not meet its criteria, it may remain inactive. 3. Broker Factors – Some brokers have execution delays, spread widening, or restrictions that can impact trade entries. 4. Spread & Slippage – If the spread is too high, the EA may avoid opening trades to protect against unnecessary risk. The EA is designed to prioritize quality trades over frequent trades, ensuring better long-term performance. Let me know if you have any further questions!
Sandipkumar S Kakadiya
145
Sandipkumar S Kakadiya 2024.07.31 05:43 
 

perfect entry perfect exit

Peng Yang
286
Peng Yang 2023.10.18 09:30 
 

你好,关于黄金和常见货币,您的推荐设置是止损多少点呢,以及网格距离多少合适,还有,为何不考虑开发利润尾随和限制进场时间功能呢,这样可以避免在高风险时间交易

Syarief Azman Bin Rosli
994
開発者からの返信 Syarief Azman Bin Rosli 2023.10.18 17:46
非常感谢您的建议!关于止损点和网格距离的设置,通常会根据您的风险偏好和市场条件而定。如果您希望更保守,可以考虑设置较大的止损点和网格距离。至于利润尾随和限制进场时间功能,这些是很有效的策略,但需要谨慎使用,因为它们也可能增加风险。我们正在考虑添加这些功能,并将在未来的更新中逐步引入。目前,我们需要进行更多的测试以确保它们在市场上的表现稳定。感谢您的耐心等待和支持。
khairul amri
23
khairul amri 2023.09.29 13:08 
 

ユーザーは評価に対して何もコメントを残しませんでした

Syarief Azman Bin Rosli
994
開発者からの返信 Syarief Azman Bin Rosli 2023.10.02 07:09
tq boss.
レビューに返信