• 概要
  • レビュー
  • コメント

BearAcceptsProtection

この顧問の仕事の論理は非常に普通です。 市場に参入するには、異なる値の移動平均を使用します

そして、これらの比率に基づいて、それは開き、常に最初の購入取引を開きます。 そしてすでに彼女と彼女の行動に基づいています

彼の行動の次のモデルを構築します。 その通り!... Expert Advisorでは、利食いとストップロスは使用されませんが、クローズされます

一定の利益を達成するための注文は、設定でそれ以下ではないことを示しています。.. たぶんもっと、しかし少なくはありません。


extern double Lots     = 0.2; これは、トランザクションのサイズ、つまりそのボリュームを決定する値です。

extern int Magic       = 1121; アドバイザーの注文のマジックナンバー。
//
//---
//
extern int EnteringMarketBuy = 100; これは、市場に参入するための2つの移動平均の間の距離です。
//
//---
//
extern int FirstTransition        = 500; 価格が次の場合、最初のオープン買い注文からの距離
                                         あなたが途方に暮れて行くならば、あなたがこの距離に達するとき、それは開いているでしょう
                                         販売のための保留中のストップ注文

extern int FirstIncrease1         = 3; トランザクションの最初のボリュームが増加する数による乗数
                                       すでに利益を持つ二つの反対の注文を閉じるには

extern int FirstIncrease2         = 3; 保留中の停止発注書のネットワークを開くための乗数、突然の場合
                                       価格は好転し、保留中のストップ注文を売却することはありません
                                       利益で閉じます。

extern int FirstNumberOrders      = 3; 保留中の発注グリッドの数。

extern int FirstDistanceFromPrice = 10; 現在の価格からの距離は、距離のために二つで除算されます
                                        注文の間。
//
//---
//
extern int SecondTransition        = 200; これは、最後のオープン買い注文の平均からの距離であり、 
                                          多くの買い注文があり、1つの買い注文が開いている場合は売ります 
                                          売りと買い注文のための損失で価格が移動し、その後、私たち
                                          この距離で売り注文を開いて閉じてみましょう
                                          すべての注文は収益性があります。

extern int SecondIncrease          = 16; 売り注文が開かれる価格でのロットボリュームの乗数。

extern int SecondNumberOrders      = 3; 現在の価格で開かれる売り注文の数。
//
//---
//
extern int ThirdTransition        = 300; 現在の価格が最初の未決注文の価格よりも大きい場合の距離 
                                         買いと、市場に複数の売り注文と複数の売り注文がある場合
                                         注文を購入し、その後、私たちは購入するためにストップ注文を開きます。

extern int ThirdIncrease          = 20; ストップ注文のネットワークを開くときにロットが増加する量の乗数
                                        販売のため。

extern int ThirdNumberOrders      = 10; 販売のための保留中のストップ注文の数。

extern int ThirdDistanceFromPrice = 150; 保留中のストップ注文が開始される現在の価格からの距離
                                         販売のため。
//
//---
//
extern int FourthTransition        = 500; 最初に開いている発注書からの距離(開いている場合)
                                          五つ以上の売り注文と複数の買い注文、その後
                                          保留中の停止発注書のネットワークが開かれ、終了します
                                          すべての注文は収益性があります。

extern int FourthIncrease          = 25; ストップ注文のネットワークを開くときにロットが増加する量の乗数
                                         購入のために。

extern int FourthNumberOrders      = 10; 保留中の停止発注書の数。

extern int FourthDistanceFromPrice = 100; 保留中のストップ注文が開始される現在の価格からの距離
                                          購入のために。
//
//---
//
extern double ClosingProfitOrders = 7.0; 市場内のすべての注文が閉じられた後の利益またはそれ以上になります。
//
//---
//


おすすめのプロダクト
EURUSD order King 是一款以货币对为主的下单神器,通过大量交易充实你的钱包 参数 extern bool Buy = true  ;  //Buy允许多单 extern bool Sell = true  ; //Sell允许空单 extern bool CloseBuySell = true  ;//CloseBuySell是否考虑多空互平仓 extern int   FirstStep = 10  ;   //FirstStep首单挂单间距 extern int   MinDistance = 20  ;//MinDistance间隔点数 extern int   StepTrallOrders = 5  ; //StepTrallOrders挂单追踪的步长 extern int   Step = 10  ;//Step挂Count追踪到价格的距离 extern double MaxLoss = 100000  ;//MaxLoss止损金额 extern double MaxLossCloseAll = 45  ;//MaxLossCloseAll多空浮
Works to open two hedging deals, buying and selling, with a goal of each deal of 20 points With the opening of multiple cooling deals in the manner of another lot size and suspending each type of sale or purchase transaction At a profit level. Parameters: Lot1: Manual Lot Size Auto_Lot: Set true to automatically calculate optimal Lot Size based on risk preferences, Set False if you want use manual lot size. Max_Risk: Max Risk as percentage of Equity* the greater this percentage is the great
Synaptic AI is a fully automated professional Expert Advisor that utilizes the power of artificial intelligence and is supported by over a decade of historical data. This allows for the identification and modeling of recurring patterns on the GBPUSD pair. The result is a strategy based on a proprietary algorithm and complex calculations that detect the signals sent by these patterns, allowing for anticipation of market movements with a statistical advantage. Key Features Few basic parame
Works to open two hedging deals, buying and selling, with a goal of each deal of 20 points With the opening of multiple cooling deals in the manner of another lot size and suspending each type of sale or purchase transaction At a profit level. Parameters: Lot1: Manual Lot Size Auto_Lot: Set true to automatically calculate optimal Lot Size based on risk preferences, Set False if you want use manual lot size. Max_Risk: Max Risk as percentage of Equity* the greater this percentage is the great
Trading strategy: Scalping. Trading on impulses in automatic trading has been used for a long time and the scheme is not new to traders. It is difficult to catch such moments manually, but the adviser copes instantly. Automated trading uses 2 approaches to trade in such cases: look for pullbacks after impulses. trade in the direction of momentum. The search for entry points is done like this: the adviser measures the rate of price change for which this change should occur, if the conditions for
The Samurai EA is a specialized trading algorithm designed to excel in trading scenarios characterized by price ranges. This expert advisor (EA) is built to operate within a defined price range, which makes it ideal for traders who want to capitalize on market consolidations and avoid trading in volatile or trending conditions. Key features of the Samurai EA include: Range-Based Strategy: The EA identifies market conditions where price movements are contained within a specific range. It takes ad
Forex Fighter 4
Jared Matthew Bryant
1 (1)
Forex Fighter は、EURJPY、GBPCHF、EURGBP、USDCAD、AUDNZD、USDJPY、および AUDCAD シンボルを取引する高度な多通貨システムです。 この戦略は、私が独自に開発した組み込みインジケーターに基づいています。 Forex Fighter は反復的で独自のパターンに従いますが、人間の脳はそれらを捉えることができません。 ここでの意思決定者は、特定の取引を行うべきかどうかについて合意する必要がある 2 つのニューラル ネットワークです。 取引が行われる前に、パターンを繰り返す確率が 85% 以上である必要があります。 この Expert Advisor は常にチャートをスキャンして収益性の高い取引を探しているため、適切な品質の VPS を使用して 24 時間年中無休で取引することをお勧めします。 EAについて: しばしば繰り返されるパターンに従う 独自に開発した独自のインジケーターを内蔵 2 つのニューラル ネットワークで動作 EURJPY H1チャートで実行 ライブ信号: https://www.mql5.com/en/signals/
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
Live performance   KenniFX  is the advanced  grid system  which already works on real accounts for years. 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.  Supported currency pairs:  AUDCAD, NZDCAD Recommended timeframe:   M15 Features: One Chart Setup:   you only need one chart to trade all symbols Multiple   currency p
The Grid EA (with smart mode) is based on a strategy with a dynamic grid channel that can withstand long absence of rollback. The robot can be used for trading any instruments after a proper optimization. With default parameters, it is recommended for: EURUSD, EURJPY, CADJPY, GBPUSD NZDUSD. Monitoring of EA trading:  https://www.mql5.com/ru/signals/538873 Key Features Fully automated trading Customizable deposit protection Forced order closing and planned trade pauses Virtual Take profit and S
Requirements Hedging account! EA work with any brokerage conditions EA should run on a VPS continuously Information Working symbol EUR, USD, GBP, GOLD, any pair Working Timeframe: M15/M30/H1 Min deposit: $500 (1 Pair) Min leverage 1:500      MM = TRUE (Automatic lot calculation according to your risk) MM = FALSE (No Automatic lot calculation)  Risk = Risk % will work if your Auto Lot is True  Lot Size= If MM is False then your manual lot will work        Multiplier  = Multiplie
I am the owner of EA  Matoa [MT4] . This is the MT4 version,   if you are interested in copying the MT4 version, please copy it in this account  https://www.mql5.com/en/signals/2100341 EA  Matoa [MT4]  is a full automatic trading system base on martingale on pair EURUSD only. Minimum balance to trade with this EA  is:  1. Leverage 1:500 minimum $2000 2. Leverage 1:200 minimum $5000 3. Leverage 1:100 minimum $10000 The strategy is: #1 - Place an order according to the direction of the market
BBMAGC   BBMAGC  is an automatic trading system with a work strategy obtained from famous BBMA indicator combine with advance grid system . This EA use dangerous trading systems like martingale and grid so please understand the risk before using this EA Time Frame: H1 Symbol: best result on EUR/USD, GBPUSD, GBPCAD VPS recommended 4/5 digit broker Min Deposit 1000$ Low spread always better Since you using Grid system, always trade using money that you are willing to lose. When you use an expert a
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.
外国為替市場における自動ナイトスキャルピングの分野における新技術。この製品は、若い会社VarkoTechnologiesによって開発されました。この戦略は、夜間の異常な市場ボラティリティからのリバウンドに基づいています。ロボットは、マーチンゲールなし、注文グリッドとの取引なし、座り過ぎの取引なし、最小停止レベルなしなどのリスクの高い戦略を使用しません。 会社の公式ウェブサイト-開発者、あなたはここで見つけることができます MQL5プロファイル 製品ディスカッショングループ MQL5グループ 私たちの公開チャンネル MQL5Сhannelへようこそ 推奨事項 時間枠:M1- すべての通貨ペア。 ブローカーのサーバーへのネットワーク遅延が最小限のVPSまたはサーバーを使用してください。 スプレッドと手数料が最も低いブローカーを使用してください。 実際の口座で使用する前に、必要なロットでテストし、通貨ペアが多いほど、取引ロットを小さくする必要があることに注意してください。 入力パラメータ 解説 -ワラントのコメント、あなたはあなたの裁量でどんなテキストでも書くことができます。 マジック
Two Kids  - high frequency EA-scalper. Two Kid s  -  uses only two standard indicators to generate signal to oder opening. Two Kids   -universal and simple. Two Kids   - trades accurately and swiftly. Two Kids   - independent on TF. Two Kids   - worsk on all currency pairs. Two Kids   - uses no martingale and no grid Two Kids   -needs 20  units of currency for lot 0.01 for each used currency pair. Two Kid s EA  Parameters : Trading  hours  HH . ММ  (server time) : trade time limit on time : ti
The initial price is 75 USD, the future price is 150 USD The EA uses a reverse strategy. To detect trading signals, the following indicators are used:   Moving Average, Relative Vigor Index, Average True Range, Alligator and other custom indicators . Each pair has a stop loss, take profit, breakeven and trailing stop. The EA trades on many major currency pairs and timeframes. The EA uses timeframes: MetaTrader 4 MetaTrader 5     M1,   M5,   M15, M30, H1  M1,   M2,   M3,   M4,  M5, M10, M12
MapleLeafs EA
Maksim Shmyrev
4 (3)
A portfolio night scalper for Canadian dollar instruments: AUDCAD, EURCAD, GBPCAD, CADJPY, CADJPY, CADCHF, USDCAD. Timeframe - M15. Parameters Orders_Comment - comment to orders opened by the EA. Lot_Size - fixed lot size if Auto_MM = 0. Auto_MM - percent of equity to be used in trading. If Auto_MM = 0, it will use a fixed lot. Magic_Number - unique number of orders (set different values for each trading symbol). Start_Time  - the EA's operation start hour (default is 00.00; we do not recommen
このエキスパートアドバイザーは、一般にThe Turtle Traderとして知られる、元のDennis and Eckhardtトレーディングシステムを実装しています。元のカメが行ったのとまったく同じように取引され、経験豊富なトレーダーが上昇または下降市場のトレンドを把握するために使用できます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 使いやすく、監督 完全に構成可能な戦略設定 完全に構成可能な取引設定 ECN / Non-ECNブローカーおよび2-3-4-5桁の記号に対応 CFDおよび外国為替商品に対応 この戦略では、メインシステムとフェイルセーフシステムの2つの補完的なシステムを取り引きします。 システム1は20日間のブレークアウトを取引し、10日間のブレークアウトで取引を終了します システム2は55日間のブレークアウトを取引し、20日間のブレークアウトで取引を終了します 戦略の基本原則は次のとおりです。 トレードは最後のシグナルの結果に基づいてフィルタリングされます 取引は、ATR(30)/ 2の間隔で、最大
Vizzion is a fully automated scalping Expert Advisor that can be run successfully using GBPJPY 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 o
FSG Expert   - это полностью автоматизированная торговая система, которая особенно эффективна при торговле на популярной валютной паре: GBPUSD. Система использует в торговле основные закономерности рынка Форекс - возврат цены после резкого движения в любом направлении, с использованием Фибосетки и ее уровней. Рекомендации Настройки по умолчанию на скрине ( можно поиграть с настройками) Символ: GBPUSD  Таймфрейм: H1 Минимальный депозит: $100 Тип счета: ECN Минимальный депозит составляет $100 при
プロのグリッドアドバイザーがRSI(相対力指数)指標に取り組んでいます。不採算注文をオーバーラップさせることにより、アカウントのドローダウンを減らす機能があります。グラフには、利益に関する情報が表示されます。 MT5バージョン https://www.mql5.com/ru/market/product/56995 オプション: RSI_PERIOD-相対力指数を計算するための期間。 UP_LEVEL-上限; DN_LEVEL-下限; RSI_TIMEFRAME-計算の時間枠。 START_LOT-初期ロット; LOT_MULTIPLIER-注文グリッドのロット乗数。 MAX_LOT-最大ロット; STEP_ORDERS-グリッドステップを注文します。 STEP_MULTIPLIER-次数ステップ乗算係数。=-1の場合、使用されません。 MAX_STEP-最大次数グリッドステップ。 OVERLAP_ORDERS-オーダーオーバーラップ機能を有効にするオーダー。 OVERLAP_PIPS-不採算注文を閉じるためのピップ単位の最小利益。 STOPLOSS、TAKEPR
G Dragon EA
Igor Kotlyarov
4.2 (5)
The EA is optimized for the most conservative trading! Aggressive settings Attention!!!!! The EA is configured and does not require optimization, testing and trading strictly on XAUUSD. For a more aggressive trading method after the purchase, please contact your personal messages to get the settings! Advisor monitoring HOW TO CHECK: Select timeframe M5. Set your initial deposit at 1000. Use the every tick method Problems with the test?   Write me To open (close, reverse) positions, th
FREE
Ilanis
Mikhail Sergeev
4.61 (28)
Ilanis is and Expert Advisor for stock trading, it can be used for trading on Forex and other markets, including commodities, metals and index markets. To determine the market entry, the EA uses the modern and ultra-light adaptive indicator FourAverage. Principle of position maintaining is similar to that of the popular Forex robot Ilan, using averaging. But unlike Ilan, Ilanis uses an accurate entry into the market. The robot pays a lot of attention to position control, if the price goes in the
Spider Bot Pro
Szymon Palczynski
3.67 (3)
No fabricated fake forward tests or meaningless optimized backtests. No artificial intelligence and similar things. In fact, there are frequently sharp differences between backtest results and actual results. One of the limitations of backtest is that they are generally prepared with the benefit of hindsight. Spider Bot Pro uses a developed innovative technology involving virtual grid. Simply put, Spider will build virtual grid in the background, using them to constantly monitor the market to he
The Expert Advisor trades the signals from an artificial neural network with one hidden layer. Presence of a signal is checked at the closing of the specified period. MAIN PARAMETERS Net option - setting the order grid. When placing a market (not pending, Pending order offset=0 ) order according to a signal, the grid order is set. The following direction are available: follow the trend , against the treand and both directions . The number of placed orders is taken from the ...maximum deals with
King Grid
Luis Mariano Vazquez Marcos
King Gold Grid Presentamos con orgullo el revolucionario Asesor Experto de Sistema Grid, una obra maestra creada por  Mr Beast. Este excepcional producto se distingue como uno de los mejores en su categoría, destacando por su magnífica gestión de riesgos y especialización en el trabajo con el oro. Diseñado meticulosamente para optimizar la eficiencia y maximizar los beneficios, este asesor experto se erige como un líder indiscutible en el mundo de los sistemas de rejilla. Su capacidad para adapt
Power EURGBP
Nguyen Hang Hai Ha
5 (1)
Expert Power EURGBP is an automated trading robot programmed specifically for the EURGBP currency pair. The EA applies almost the same strategy as the EAs Power of EURUSD and Power GBPUSD. The EA applies a multi-timeframe and multi-MA analysis strategy of multiple currency pairs to determine the strength of the EUR and the strength of the GBP . From there, determine the strength correlation and create trading signals. + The strength of EUR is based on the correlation of 6 currency pairs with EU
Ai Arbitrage smart scaling
Rafaliya Ketankumar Babubhai
3 (1)
Hey, I'm Ai Arbitrage smart scaling ! Arbitrage is the simultaneous purchase and sale of the same or similar asset in different Pair in order to profit from tiny differences in the asset’s listed price. It exploits short-lived variations in the price of identical or similar financial instruments in different markets or in different forms. This is the first smartest Arbitrage robot that trades  EURUSD, GBPUSD, AUDUSD, NZDUSD, USDJPY, USDCAD, USDCHF; More! I check the news every single day
After purchasing, you can request and receive any two of my products for free! После покупки вы можете запросить и получить два любых моих продукта бесплатно! A new unique trading strategy has been introduced, specifically designed for trading indices such as US30, US500, DE40, USTEC and other currency pairs such as EURUSD and GBPUSD . The trading robot works on 5-minute, 30-minute and hourly timeframes. The strategy does not use indicators with the exception of stop loss (floating, works acc
FREE
このプロダクトを購入した人は以下も購入しています
The Gold Reaper MT4
Profalgo Limited
4.72 (32)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポート
way to starsは、市場のボラティリティが低い期間に低リスクの機会を活用して取引するために特別に設計された夜間スキャルピングeaです。この夜のスキャルピングeaは頻繁な取引のための小さな価格の動きをキャプチャすることに焦点を当て、それによって時間をかけて利益を蓄積します。1トレードあたりの潜在的な損失を抑制するために、厳格なストップロス対策を採用し、効果的なリスク管理を確保しています。way to starsは、ニューラルネットワーク、人工知能、chatgpt、または完全な直線バックテスト結果に依存しない、本物で正直な取引システムです。 MT5       マニュアル   signal:   https://www.mql5.com/en/signals/2220466 次価格: $699 setfile of signal このeaの特徴: 適切な通貨ペア:GBPUSD 時間枠の読み込み:任意の時間枠です 格子なし、マーチンゲールなし、一度に単一の取引 リスクを低減するために、注文を小さい注文に分割します リミット最大ポジションと最大浮動損失率を通じてリスクを管理します タイ
Good afternoon. My name is Roman, I am the creator of Gold Rain EA. I have been preparing for its realization for a long time, went through a lot of tests and now I finished the product and went on sale with a live good signal. My motto is to use only live signals, I do not release products without history or lack of real accounts. Now you have the opportunity to try Gold Rain EA in your hands. I will help every client to customize and install EA, from beginner to pro. Tired of complicated EA mo
AI Gen XII EA This is an Expert Advisor with the latest use of Artificial Intelligence and Neural Networks. The EA runs on the top-of-the-line GPT-4o platform and also uses Advanced Discrete Fourier Imaging in ATFNet aligns the frequency spectrum of the input series, allowing for a more complete analysis of time series data. The EA also boasts trading on different strategies simultaneously and matching backtest trades and real trading, which is very important in its time.  Details about Advisor
# Neon Trade MT4 私たちの Telegram コミュニティ あなたの注意を紹介するNeon Trade - これは通貨市場でのアルゴリズム取引の分野で独自の革新で、高度な機械学習の方法を使用します。 私たちのアドバイザーは完全に自動化されており、任意のグラフと時間枠に設定した後ですぐに働く準備ができています。原則に従って動作します - グラフに掲げて忘れます。唯一必要なことは、端末の設定で私のAPI " https://xmpp.madsysadm.ru "へのアクセスを許可し、 DYNAMIC モードをオンにすることです。それ以外のことは、アドバイザーが自分で行います。 貿易監視 !!! MetaTrader 5 用バージョン !!! MetaTrader 4 用の無料(ライト)バージョン   設置と操作のマニュアル なぜこのアドバイザーを購入する必要があるのか、 特に触れたいと思います 。無料版がオリジナルとほぼ同じものと思われがちですが、そうではありません。無料版では、デモ機能のみが組み込まれており、すべての設定は自分で選び出す必要があります。それは私が時折公開
HFT Prop Firm EAは、その独特のロゴからGreen Manとも呼ばれており、高頻度取引(HFT)戦略を許可するプロプライエタリトレーディング会社(prop firms)の課題や評価を克服するために特別に作成されたエキスパートアドバイザー(EA)です。 期間限定:HFT Prop Firm EAを購入すると、$198相当の無料ユーティリティがもらえます MT5バージョン: https://www.mql5.com/en/market/product/117386 HFTチャレンジパフォーマンスモニター($200から開始): ブローカー:IC Markets アカウント番号:66603384 サーバー:ICmarketsSC-Demo06 パスワード:Greenman ブローカー:IC Markets アカウント番号:21718043 サーバー:ICmarketsSC-Demo02 パスワード:Greenman 結果1: https://c.mql5.com/31/1055/hft-prop-firm-ea-screen-4333.gif 結果2: https://c.mq
Gold Trade Pro
Profalgo Limited
4.63 (24)
プロモーションを開始します! 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 Emperor MT4
Bogdan Ion Puscasu
4.89 (133)
ご紹介     Quantum Empire EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Empire EA を購入すると、Quantum StarMan、Quantum Trade EA、または Quantum Gold Empire を無料で入手できる可能性があります!*** 詳細については個別にお問い合わせください。 新しい Live Signal V4:   ここをクリックしてください MT5バージョン:   ここをクリック 量子EAチャネル:       ここをクリック *プロモーション価格: $1199。 10回購入するごとに価格が10
AW Recovery EA
AW Trading Software Limited
4.33 (73)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
Live signal :   TrendMaster FX The MT4 version : TrendMaster FX MT4   618セール、期間限定で300ドル割引 現在、EAの試用キャンペーンを実施中です。購入後にご連絡いただければ、「Gold Garden」または「AI TradingVision GPX」をご利用いただけます。詳細はお問い合わせください。 おすすめの通貨ペア: 英ポンド/米ドル(GBPUSD) 米ドル/カナダドル(USDCAD) ユーロ/米ドル(EURUSD) リスク設定: 積極的なトレーダーのための最大リスク設定は0.15です。 より保守的なトレーダーや、特に資本の大きい人は、0.05以下に設定することをおすすめします。 購入後: ユーザーマニュアルと注意事項を入手するために、私たちに連絡してください。すでに購入された方は、おすすめのユーザーマニュアルを参照してください。 安全で安定したEA: 当社のEAは、グリッドまたはマーチンゲール戦略を使用していません。各注文にはストップロスがあります。 大きな価格変動が発生した場合、ヘッジ保護があり、EA
EA Gold Stuff
Vasiliy Strukov
4.74 (1015)
EA Gold Stuffは、金取引のために特別に設計されたExpert Advisorです。 この作業は、ゴールドスタッフインジケーターを使用した注文の開始に基づいているため、アドバイザーはトレンドに従うことを意味する"トレンドフォロー"戦略に従って動作します。 重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! トレンド スキャナーの強力なサポートを利用して、無料のインジケーターを入手し、プライバシーを守ります。あーみー!   リアルタイムの結果はここで見ることができます パラメータ 新しいシリーズを開く-新しいシリーズの注文の開始をオン/オフします。 開始ロット-開始ロット。 トレードバイ-Expert Advisorが購入できるようにします。 トレード売り-Expert Advisorが売ることを許可します。 ヘッジを使用する-機能が有効になっている場合、アドバイザーは買いと売りの両方の方向を取引し、機能が無効になっている場合、アドバイザーは一方向 マネー Manadgementを使用-オン/自動ロット計算の使用をオフにします。 オー
ローンチプロモーション 現在の価格で購入するために残っている販売は3つだけです。 次回価格: $1233 無料でUS30スキャルパーEAとQuantum Algo EAを入手 -> 購入後にご連絡ください Live signal:  https://www.mql5.com/en/signals/2220190?source=Site+Profile+Seller Prop Signal:  https://www.mql5.com/en/signals/2223219?source=Site+Signals+Profile+From+Author MT5:  https://www.mql5.com/en/market/product/116010?source=Site+Market+Product+Page Prop Challenge取引履歴: https://www.mql5.com/en/blogs/post/757093 よくある質問: https://www.mql5.com/en/blogs/post/757094 Diamond Titan FXのさらなる分析:
注意事項 EAには最大6つのエントリーポイントが含まれ、各取引のロット数は注文ロット数に6を乗じたものとなるため、ロット数が大き過ぎないようご注意ください。 ロット数のデフォルトの計算方法は資金のパーセンテージではありません。デフォルトの計算方法はレバレッジの影響を受けないため、リスクをより正確に管理できます。  リスク耐性を高めるために、1,000ドル以上の資金のご利用をお勧めします。 複数の通貨ペアを同時に使用するとリスクが蓄積される可能性があるためご注意ください。 こちらはMT5バージョンです。MT5バージョンは市場環境をより正確に再現できます。 MT4バージョンが必要な場合は、後日リリースいたします。 取引にはリスクが伴うため、こうしたリスクを理解し効果的に管理することが非常に重要です。 リアルマネーシグナル: クリックして表示 ライブシグナル: クリックして表示 MT5バージョン: MT5へ移動 618セール、期間限定で300ドル割引 現在、ゴールドEAを無料で提供するキャンペーンを行っています。購入後にご連絡いただければ、お受け取りいただけます。このキャンペーンは期間
Big Forex Players MT4
Marzena Maria Szmit
4.7 (27)
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   (p ositions are sent from our databa
FT Gold Robot MT4
Marzena Maria Szmit
4.69 (32)
Introducing the FT Gold Robot MT4, your ultimate companion in navigating the intricate world of XAUUSD trading. Developed with precision and powered by cutting-edge algorithms, FT Gold is a forex robot meticulously crafted to optimize your trading performance with   XAUUSD pairs . With its advanced analytical capabilities,   FT Gold Robot   constantly monitors the gold market, identifying key trends, patterns, and price movements with lightning speed. The FT Gold Robot opens 5 positions every da
Hercules AI MT4
Aleksandr Chebotaev
4 (2)
Hello, my name is Alexander. I would like to introduce you to my new development, the Hercules AI advisor. The advisor is synthesis of Price Action Method and Artificial Intelligence technologies.  It doesn't use  any indicators. The EA works well on Gold  pair. The advisor has shown stable performance for more than 10 years. It does not use dangerous trading methods such as martingale, etc. All transactions are protected by take profit and stop loss. I tried to make the advisor as easy to insta
Ai Hybrid Robot MT4
Mansour Babasafary
5 (3)
Several experts in one expert With this expert, you can use several up-to-date strategies Enhanced with artificial intelligence Can be used in several popular forex currencies Can be used in the most popular forex time frames Without using high-risk strategies Attributes : Can be used in the EURUSD , GBPUSD , USDCHF , AUDUSD , USDCAD , NZDUSD  currency pairs Can be used in M30 , H1 , H4 , D1 time frames Has profit limit and loss limit Without using risky strategies like martingale or hedg
ローンチプロモーション: 現在の価格で入手可能な限定数のコピー 最終価格: 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
ランチプロモ! 現在の価格で残りわずかです! 次の価格: 1233 ドル 最終価格:1993ドル Live signal:  https://www.mql5.com/en/signals/2220893?source=Site+Profile+Seller MT5:   https://www.mql5.com/en/market/product/107337?source=Site+Profile+Seller For more top Expert Advisors and Indicators, visit:   https://www.mql5.com/en/users/lothimailoan/seller I am Los, please subscribe to receive more updates:   https://www.mql5.com/en/users/lothimailoan/news US30 Scalper EAは、トレードとコーディングに豊富な経験を持つチームによって開発された次世代のスキャルピングロボットです。これは、米国(US30)
Tiger Trade Pro
Soraya Bahlekeh
4.33 (12)
元の価格 $269 → 50%割引で $129 のみ ライブ結果:   Bio内のリンク Tiger Trade Pro - 自信を持って取引するための鍵! Tiger Trade Proは、Scalp-Trendシステムを使用し、他の類似したEAと比較して非常に有利なリスクを持つ実際かつ一貫して利益を上げるEAです。このEAは、取引スタイルに合わせてシンプルな設定と高度な設定の両方を提供しています。 カスタマイズされた設定:  あなたがシンプルな設定を好むか、高度なコントロールを好むかに関わらず、Tiger Trade Proは対応しています。高度なオプションには次のものがあります: トレーリングストップ:利益を保護します。 自動ロット:システムによってアカウントの純資産に基づいて取引サイズを調整します。 資産停止:資産範囲を定義して損失を最小化します。 時間取引:特定の時間に取引を実行。 ダイナミックステップ:市場条件に基づいて収益性を最適化します。 市場の状況に適応可能:Tiger Trade Proは異なる市場の状況にシームレスに適応し、柔軟性と強靭性を確保し
Ai Multi Trend MT4
Mansour Babasafary
5 (5)
25% discount, until 2024.07.26 (Original price: $1000) Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. Expert trend hunter Combined with artificial intelligence Control the AI with a variety of simple settings Without using dangerous strategies (all trades have a profit limit and a loss limit) Can be used in 6 main market currency pairs and 4 important time frames An expert who has been trained by artific
GoldPulse AI
Babak Alamdar
3.93 (14)
バックテストではなく、実際の取引システムを購入してください。 Live Signal 1     Live Signal 2       Live Signal 3   この価格はプロモーション期間中の一時的なもので、間もなく値上げされます EA を 1 つ無料で入手 -> 購入後に連絡してください 現在の価格では残りわずかです。次の価格は -->> 1480 $  Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! これは、XAUUSD、XAUEUR、XAUGBP、XAUAUD、XAUJPY、XAUCHF、XAUSGD、XAUCNH などの完全なペアで金または XAU を取引する最初の最もスマートなロボットです。 私は毎日ニュースをチェックし、技術的、基本的、感情的な裏付けが得られる機会はすべて利用します。せっかちなトレーダーのポケットから患者のポケットにお金が落ちます! この市場では、賢い人々と競争することになります。彼らはあなたのお金を手に入れようとしており、あなたも彼らのお金を手に入れようとしています。最も正確
Gold Trading Algo
Ho Tuan Thang
3.56 (16)
ONLY 3 COPIES OUT OF 10 LEFT AT $299! After that, the price will be raised to $399. Limited price $299 is only for 10 first sales. After 10 sales, the price will be raised +$100. Final price for Gold Trading Algo is $1999. IMPORTANT! Contact me immediately after the purchase to get instructions and Manual Guide to set up EA. Forex EA Trading Channel:  Update the latest news from me Some Features: - No Martingale, No Grid - The order is always protected by Stoploss - EA is using in-bu
Boring Pips MT4
Thi Thu Ha Hoang
5 (12)
ほとんどのエキスパートアドバイザーがバックテストのパフォーマンスは完璧でも、実際の取引では効果的でない理由について考えたことはありますか? 最もありそうな答えは過学習です。多くの EA は利用可能な過去のデータに完璧に適応するように作成されていますが、構築されたモデルに一般化能力がないため、将来を予測することができません。 一部の開発者は、過学習の存在を知らないか、知っていても防止する方法を持っていません。他の人はそれをバックテスト結果を美化するためのツールとして利用し、統計的な有意性を考慮せずに数十の入力パラメータを追加し、取引戦略を過去のデータに過度に合わせ、自分の EA が将来において同様のパフォーマンスを達成できると他の人に納得させようとします。 もし興味があって、過学習についてより深く理解したい場合は、こちらの私の記事を参照してください。 Avoiding Over-fitting in Trading Strategy (Part 1): Identifying the Signs and Causes Avoiding Over-fitting in Trading S
Aura Black Edition
Stanislav Tomilov
4.59 (17)
Aura Black Edition is a fully automated EA designed to trade GOLD only. Expert showed stable results on XAUUSD in 2011-2020 period. No dangerous methods of money management used, no martingale, no grid or scalp. Suitable for any broker conditions. EA trained with a multilayer perceptron Neural Network (MLP) is a class of feedforward artificial neural network (ANN). The term MLP is used ambiguously, sometimes loosely to any feedforward ANN, sometimes strictly to refer to networks composed of mult
HFT Prop EA
Manpreet Singh
4.95 (260)
HFT PROP EA is the High Frequency Trading Expert Advisor (EA/bot) designed to pass proprietary trading firms (prop firms) challenges which use stop orders to enter the trades when market is trending, It is basically designed for US30 just at opening of US30 in New York Session till it remain in its trending nature for 15-30 minutes, and using HFT PROP EA you can pass the challenge within few minutes for prop firms who doesn't have any lot size cap. Special benefit for buyers who share their re
Dark Algo
Marco Solito
4.79 (62)
Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for Scalping Trading on Eurusd . This Expert Advisor is based on the latest generation of algorithm and is highly customizable to suit your trading needs.  If you   Buy this Expert   Advisor you can   write a feedback   at market and   get   a second EA for   Free , for More info contact me The basic strategy of this EA is built on a sophisticated algorithm  that allows it to identify and follow market trends .
Waka Waka EA
Valeriia Mishchenko
4.34 (50)
EA has a live track record with 4.5 years of stable trading with low drawdown: Live performance MT5 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. 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 p
Network AI
Vasiliy Strukov
4.82 (163)
ネットワーク は、人工知能とニューラルネットワークの力を利用して、ニュース中にリリースされたマクロ経済データを分析し、それに基づいて取引決定を行う高度なシステムです。 Expert Advisorは取引にニュース出口を使用するため、ストラテジーテスターでテストすることはできません。 を有効にするには、"ウェブリクエストを許可する"オプションにチェックを入れ、   https://sslecal2.investing.com/    https://www.worldtimeserver.com/       WebRequestのUrlのリストに。 これを行うには、ツール>オプション>Expert Advisorsを開きます。 "リストされたURLのWebRequestsを許可する:"オプションをオンにします。 以下を追加します。"ec.forexprostools.com"、"worldtimeserver.com」を押して「OK」を押します。 EAは指定されたwebサイトからニュースを受け取ります。 リアルタイムの結果はここで見ることができます。 個人的なボーナスを得
The Sequoia Expert Advisor is a professional market analyst working using a specialized algorithm. Based on the analysis of prices over a specific time interval, it reveals the strength and amplitude of prices using a unique indication system based on real data. When the strength of the trend and its direction changes, the expert closes the current position and opens a new one. The bot's algorithms include signals about overbought and oversold markets. A purchase occurs if the signal falls belo
作者のその他のプロダクト
こんにちはます。  金融外国為替市場での取引のためのこのパネルについて少しお話ししたいと思います。 このパネルはMQL4プログラミング言語で書かれており、特定のポジションの成行注文を開くのに役立つように設計されています。 これは、通常の注文と保留中の注文の両方で動作します。 つまり、Buy、Sell、BuyLimit、SellLimit、BuyStop、SellStopなどの売り注文と買い注文を開きます。 また、グリッド注文を含む保留中の注文のネットワーク、つまり、保留中の注文を制限し、保留中の注文を一度に停止することもできます。 このパネルは、保留中の注文も閉じます。 今後の注文の設定は、パネルの上部にあります: 1. quantityは注文数(このパラメータは成行注文には影響せず、1つの価格で100注文としましょう)であり、ボタンを1回クリックするだけで開かれる保留中の注文の数を示します。 2. ロットは、ご注文が開かれる価格です 3. takeprofitはあなたの順序が利益と閉まる市場価格である。 4. stoplossは、お客様の注文が損失で終了する市場価格です 5.
This Expert Advisor uses Moving Average with certain parameters to open orders. He will always open the first deal to buy, but, with certain settings, he can only open deals to sell. To close orders, he uses a profit after which he will close all orders and start his work again. So far, it works as a Martingale and as a networker. extern double Lots                 = 0.20 ; - - From this parameter, which is the value of the currency at which you will to trade, the Expert Advisor begins its work.
The Breaking Trend ADVISOR opens the first position only to buy an order. Next, he looks at if the price goes to a loss, then at a certain loss distance he puts a pending Stop Order Sell for sale with an increased lot in order to cover the loss and fix the profit when closing buy and sell orders. And then the whole trade actually takes place with this logic. These are the settings of the advisor: -- LOT --- extern double lots                       = 0.2 ; - this parameter is responsible for t
このExpert Advisorは実際にはマーチンゲールであり、Magic1での買い注文に対してのみトレーリングで動作します。 他のすべてのオーダーでは、トローリングは機能しません。 EnteringMarketパラメータに応じて、EAが開きます 注文の頻度が少ないか、より頻繁に注文します。 これは、互いに移動平均の距離に依存し、この距離が大きいほど、 買い注文が開かれることはあまりありません。 戦略の意味は単純です:発注書が開かれ、価格がどのように動作するかに応じて、次のようになります。 我々は知らないが、保留中の注文を使用して、我々はそのさらなる動きを仮定し、予測し、 したがって、我々は獲得しようとします。 そして、はい、顧問は販売のためのマーチンゲールを開き、価格があれば注文を購入しません ロットは10.00以上に達し、10.00を超えるものはすべて4で除算され、3倍になります。 したがって、マーチンゲールから売り注文と買い注文の通常のグリッドアドバイザーに移動します これ以上の十ロット以下の運のための増加したロット。 extern double LotsBuy         
これはマーチンゲールシステムに取り組んでいる普通の顧問です。 平均価格の交点に応じて注文を配置します。 ここでは、例えば、第二以降の注文の開口部後の利益と終値と言わなければなりません 販売は、ポイントで測定され、カウントされません。 つまり、ストラテジーテスターでExpert Advisorを実行する必要があります そして、特定の通貨ペアなどのために適切にその設定を準備します。 あなたによってあなたに提供される資産の ブローカー。 extern double Lots= 0.01 ; -これは、最初の買い注文と売り注文が開かれるロット価格です。 extern int TakeProfit= 400 ; -これは、注文が利益でクローズされるポイント単位の価格です。 extern int TPB= 300 ;-これは、 複数の注文の終値が次のようになるポイント単位の価格です                                   発注書のための利益を使って。 extern int TPS= 400 ;-これは、 複数の注文の終値が次のようになるポイント単位の価格です      
アドバイザーはマーチンゲールシステムを使用して動作します。 彼は移動平均スケジュールに従って取引を開きます。 開くには、期間M15と異なる期間を使用します 価格計算期間と異なるシフトを持つ。 ここでは、例えば、第二以降の注文の開口部後の利益と終値と言わなければなりません 販売は、ポイントで測定され、カウントされません。 つまり、ストラテジーテスターでExpert Advisorを実行する必要があります そして、特定の通貨ペアなどのために適切にその設定を準備します。 あなたによってあなたに提供される資産の ブローカー。 extern double Lots= 0.20 ;-これは、最初の買い注文と売り注文が開かれるロット価格です。 extern int TakeProfit= 400 ;-これは、注文が利益でクローズされるポイント単位の価格です。 extern int TPB= 300 ;-これは、複数の注文の終値が次のようになるポイント単位の価格です                                    発注書のための利益を使って。 extern int TPS= 40
ここでは、このアドバイザーにはマジックナンバーがありません。 ある種の、これは不可能であるため、欠点です 複数のExpert Advisorsが互いに干渉するため、同じ端末で複数のExpert Advisorsを開きます。 しかし、 これは異なる端末では発生しません。 アドバイザーが動作し、そのロジックでそれらを使用するので、それらはコード自体にあります 専用の魔法の注文番号。 つまり、それはアドバイザーの仕事の論理の一部であり、それがなければ、方法はありません。 市場に参入するとき、顧問は現在の価格の異なる平均値とコントロールの大きな読み取り値を使用します 現在のバーを時間内に開くと、結論が出て買い注文または売り注文が開きます。 彼の取引のポイントは、常にトレンドに追いつくことです。 extern double Lots= 0.20 ;あなたのブローカーとあなたの口座の通貨でのロットの値を開く                                  最初の発注書。 extern int TakeProfit= 400 ;-購入のためのポイントで計算された利益を持つ注文の終値
このEAは最初のEAの続きですが、何倍も多くの注文を開きます。 どうして? 私が追加したので 保留中の注文を使用して彼にトレンド検索制御。 つまり、彼は価格がどの方向に動いているのかを覚えています。 どこで、なぜ彼は最後の注文を開いた。.. そして、このアドバイザーは常に正しい方向に動いています。 その唯一の欠点は、正しく設定してこれらの設定で動作させない場合です。 彼はまた、現在の価格の平均を考慮し、いくつかの結論に達し、結果を開きます 取引。 また、現在のバーの開口部を制御し、前に開かれた位置を分析します。 唯一の欠点は、現在の価格からのポイントで保留中の注文の開始を指定しなかったことです。 私がそれを改善するとき、私は間違いなくこのパラメータを設定に追加する可能性があります。.. extern double Lots= 0.20 ;-あなたのブローカーとあなたのアカウントの通貨でのロットの値を開く                                    最初の発注書。 extern double LotsStop= 0.08 ;-ストップ保留中の注文のロット値. e
これは、買い注文と売り注文のネットワークを配置する通常のパネルです。 このExpert Advisorは、設定で定義された利益注文を閉じます。 次に、ラダーと呼ばれるパラメータがあり、ラダーパラメータで示されたポイントだけ注文間の距離が増加し始めることを含みます(ここでは、メイン設定では10ポイントです)。これは、2次が10ポイント、3次が20ポイント、4次が40ポイントなどを意味します。 次に、これは設定にないため、このアドバイザーに何があるかを知る必要がありますが、このアドバイザーが提案した戦略のロジックに影響します。. アドバイザーが5つの注文を開くのは、ここの設定であるとしましょう。.. または購入のために。.. または販売のため。.. よかった.. ただし、注文を開くと、次のオープン注文のロットが以前にオープンした注文の半分だけ増加します。 つまり、設定で0.1ロットを設定すると、スキームに従って5つの注文が開き、現在の価格に近い最初の注文は0.1ロットの価格で開かれます。 第二に、与えられたステップのために、ここで50ポイントのステップは0.15ロットの価格で開きます
フィルタ:
レビューなし
レビューに返信