Pending Scalper MT4

2
「Pending Scalper MT4」は、マーチンゲールなしのスキャルピング Expert Advisor で、相対的な高値と安値を突破することに重点を置いています。 未決注文を使用して市場に参入します。
特徴:
  • // 最低入金額 = 20 $。
  • // Expert Advisor は 3 つのブロック (EA[ i ]) で構成されており、それぞれが個別の入力データを持つ個別の Expert Advisor です。 これにより、複数の戦略を同時にテストすることが可能になります。 そしてそれらを同じチャート上に設定します。
  • // スプレッド、スリッページ、価格差でフィルタリングします。
  • //  重要な条件は低スプレッド です。
  • // 「すべてのティック」モードで EA をテストする必要があります (各ティックを生成するために利用可能なすべての最小時間枠に基づく最も正確な方法)".

この戦略に最適な5つの通貨ペア(EURUSD、USDJPY、GBPUSD、AUDUSD、USDCAD)の取引条件(低スプレッド)は、ブローカー「IC Markets」(アカウントタイプ:「スタンダード」(手数料なし))によって示されています。

MT-4 テスターでテストするときに、スプレッドが「MaxSpread」よりも高く設定されている場合、注文はオープンされません。

ここからいくつかのセットファイルをダウンロードできます: https://www.mql5.com/ru/blogs/post/752887

EA 入力パラメータ:
    一般パラメータ:
    1. PERIOD_ : EA が取引する時間枠を設定します (EA がインストールされているチャートの時間枠は関係ありません)。
    2. Lot_ ( fix_or_dynamic ) : 「固定」 - 固定ロットサイズ (Fixed_Lot = MinLot)。 「動的」 - ロットサイズは残高によって異なります (Dynamic_Lot = ( Balance / Multiplicity_for_Lot )* 0.01 )。
    3. Multiplicity_for_Lot : 入金される「Multiplicity_for_Lot」単位ごとにロットが 0.01 ずつ増加します。
    4. MinLot : Lot =Fixed_Lotの場合に有効です。
    5. Closing_by_bars_only : 「Closing_by_bars_only = true」の場合、「MaxSpread」を超えるスプレッドを持つ未決注文のクローズは、選択した期間の新しいバーが開かれた場合にのみ発生します。 「Closing_by_bars_only = false」の場合、注文はただちにクローズされます。
    6. Trailing_ : 「トレーリングストップ」を有効(無効)にします。
    7. Trailing_only_breakeven : 「true」の場合、ストップロス損益分岐点レベルに達した場合にのみトレーリングが開始され、「false」の場合、損益分岐点は考慮されません。
    8. Different_GMT : ブローカー (MT5 ターミナルの時刻) と GMT 時刻 (テストの場合のみ必要) との時差。 「investing.com」サイトではGMT時間と世界の取引所の営業時間を確認できます。 リアル口座とデモ口座では、このパラメータは自動的に決定されます。
    9. Calculation_Amplitude : 戦略 #2 の高値と安値を計算する必要がある期間 (過去 24 時間、または今日の初めから開始)。
                  各 EA[ i ] の個別パラメータ:
                  1. Trade_ : EA[ i ] の取引を有効 (無効) にします。 これらは、個々の入力データに従って互いに独立して動作します。
                  2. Choosing_a_Strategy : 取引戦略の選択。 戦略 #1 - 高値と安値は Size_Amplitude パラメーターを使用して計算されます。 戦略 2 - 極値ポイントは、過去 24 時間、または今日の初めから (GMT 時間による) の最高価格と最低価格です。
                  3. Size_Amplitude : 逆指値注文をオープンするために必要な通貨ペアのボラティリティの最小値 (戦略 #1)。
                  4. Shift_Price : 高値または安値に対する未決注文の始値のシフト。 値は 3 つあります: 1-"No_shift" - シフトなし。 2-「Shift_to_the_extreme」 - 相対最大値から下にシフトし、相対最小値から上にシフトします。 3-「Shift_after_the_extremum」 - 相対最大値から上にシフトし、相対最小値から下にシフトします。 (戦略No.1の場合)
                  5. Size_Shift : 始値シフト サイズ (戦略 #1 の場合)。
                  6. TakeProfit : 利食い。
                  7. StopLoss: ストップロス。
                  8. Auto_StopLoss : 「true」の場合、StopLoss は反対の極値に等しい。
                  9. Trailing_SL: トレーリングストップ。
                  10. Step_Trailing_SL: トレーリング時のストップロス変更ステップ。
                  11. Start_Trailing_SL: ポジションの始値からトレーリング開始時のストップロスまでの最小距離。
                  12. Start_Time_Trading : 注文の開始時刻 (GMT 時間)。 0から23まで。
                  13. End_Time_Trading : 未決注文の終了時間 (GMT 時間)。 0 から 23 まで。「Closing_a_position_by_time = true」の場合は、ポジションのクローズ時間でもあります。 注意!! Start_Time_Trading = End_Time_Trading の場合、取引時間は考慮されません。
                  14. Closing_a_position_by_time : 「true」の場合、「End_Time_Trading」時間までにポジションをクローズします。
                  15. Only_one_position_per_day : 「true」の場合、当日は 1 つだけの「BUY」ポジションと 1 つだけの「SELL」ポジションがオープンされます。
                  16. MaxSpread: 逆指値注文をオープンする際に可能な最大スプレッド。 スプレッドを超えた場合、またはその他の不利な条件下にある場合、逆指値注文は削除されます。
                  17. Magic_ : 個々のアドバイザー番号。 各ブロック (EA[ i ]) は独自の Magic_ を使用します。




                                                おすすめのプロダクト
                                                | 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
                                                MMM Zig Zag Strategy: The Expert Advisors uses its built-in Zig Zag indicator to determine the prices trends and calculates the signal to decide to open buy or sell positions. It sends an order, closes or moves the Trailing Stop loss position as the indicator works. You can define the time period of each day of the week the EA should not trade (the bad time to trade). Usually the period of day when the impact news are published. General Inputs: Closes orders with any profit of value (currency):
                                                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
                                                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
                                                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
                                                Smart Funded Hft
                                                Barbaros Bulent Kortarla
                                                4.7 (67)
                                                !! 最新バージョン2.05にアップデートして、さらに高速なパフォーマンスを実現してください!! スマートファンデッドHFTは、2024年1月29日の市場オープンで、低ボラティリティにもかかわらず、KORTANA FXの100Kチャレンジを突破しました。 スクリーンショットセクションをチェックしてください。証拠をそこに置きました。 重要:2024年1月29日までのKORTANA FXの暗号支払いに対する40%の独占割引をお見逃しなく。 スマートファンデッドHFT EAでトレーディングの可能性を解き放ちましょう! VPS不要 / 設定ファイル不要 / プラグアンドプレイを楽しむ 限定時間のプロモーション価格 2024年2月1日に価格が上がります!! https://www.youtube.com/watch?v=56FKxI-noI4 最初の満足なクライアントの結果が添付されています。今日、自分自身でFAST FOREX FUNDINGの50Kチャレンジを突破しました。以下に結果を添付しました)) トレーダーの皆さん、こんにちは、 私のトレーディングの
                                                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
                                                EA KOGORO TREND PROFITABLE HIGHER, FLEXIBLE AND SAFER EA KOGORO is a robot that operates on the most basic principle of the market: "Trend is Friend" combined with the improved Martingale principle with many times more safety than conventional Martingale. - EA KOGORO is a fully automatic EA robot for established pairs. - The principle of order balancing, low DD protects accounts better for high profits. - Opening and closing orders is really flexible. - Safer, high profit. - Manage b
                                                Ilanis
                                                Mikhail Sergeev
                                                4.74 (27)
                                                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
                                                This is a grid Expert Advisor. It has several trading strategies based on the MACD indicator. 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 the distance of Order
                                                General Description Grid RSI Pro v3.1 is an advanced trading Expert Advisor for MetaTrader 4 that uses a grid strategy with RSI indicator filtering. The EA automatically opens orders at specified levels, creating a grid of orders to capture market fluctuations. Version 3.1 includes enhanced risk management features and improved signal filtering systems. Key Features 1. Trading Strategies RSI Strategy : Position opening when RSI reaches overbought (80) or oversold (20) levels Fixed Points : Posit
                                                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 on
                                                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%アルゴリズム取
                                                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
                                                This Expert Advisor trades based on trend lines, as well as on the basis of volume analysis. Volumes are calculated using minute bars, in order to determine if they were ascending or descending. The trend lines are drawn based on High and Lows in the trade history. There are also additional indicators. Buy or sell signals depend on all those factors. This allows the EA to enter the market with more accuracy and to perform more deals. Input parameters Lots - lot size (if 0, a lot is calculated b
                                                MavericksProPlus
                                                Langtha Prosanta Daudung
                                                The  MaverickProPlus  is a fully automated EA design for trading EURUSD pair. It is design to trade along the trend and also trade during reversal. It uses adaptive grid strategy. In adaptive grid strategy the distance between the trade is not fixed, the entry of next trade is base on most favorable market condition to close the trade in profit. So the risk associated with normal  grid/Martingale  strategy is considerably reduced by adopting adaptive grid distance strategy.  Back tested for 5 y
                                                Ilan Spirit Советник  Ilan Spirit -это аналог советника, с добавлением множества дополнительных логик и возможностей для торговли, с оставленными настройками советника . Советник торгует по системе Мартингейл с увеличением последующих лотов в серии ордеров, с целью их усреднения. Первый ордер робот выставляет по сигналам встроенного индикатора. Так же советник имеет возможность прекращать торговлю в зависимости от новостей от сигналов новостного индикатора. Ilan Spirit можно использовать либо на
                                                Correlation Beast V2.05 - Skyrocket Your Forex Trading! Unlock the power of currency correlations with Correlation Beast V2.5 , the ultimate Expert Advisor for MetaTrader 4! Designed for traders who crave precision and profitability, this EA leverages advanced correlation strategies to identify high-probability trades. Whether you're a beginner or a pro, this tool is your key to mastering the Forex market! Why Choose Correlation Beast V2.5? Powerful Correlation Trading Trade sma
                                                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:
                                                BG Grid Limited is a countertrend Expert Advisor that uses standard indicators to enter the market. The Expert Advisor has flexible settings and can be used for multi-pair trading. I suggest using 10 currency pairs at once at the same time. However, this does not mean that the Expert Advisor will immediately open 10 orders, one for each currency pair. The Expert Advisor enters the market only with a certain set of indicator readings. The Expert Advisor in the settings has loss limits in the form
                                                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+
                                                Reversepro Smartsma ea mt4
                                                AL MOOSAWI ABDULLAH JAFFER BAQER
                                                ReversePro SmartSMA EA – A Fully Customizable Moving Average Strategy ReversePro SmartSMA EA is an advanced yet fully customizable trading tool designed for traders who prefer to fine-tune their strategies. This Expert Advisor (EA) is not pre-optimized, allowing you the flexibility to adjust its settings to fit your trading style, risk management preferences, and market conditions. How It Works This EA is based on the well-known Simple Moving Average (SMA) crossover strategy, enhanced with addi
                                                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
                                                Whether you’re a scalper, day trader, or swing trader, this tool gives you total control   directly from your chart. you can get all this features right on your trading chart .   Everything   is   color   coded.   equity and live P&L display in  Green   if   trades in profit   and   red   if   trades in drawdown.   Moveable panel -   double click on clock label and move panel anywhere on screen with it . Displays local time + candle countdown on the chart. Shows Balance, Equity & Daily Profit/
                                                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
                                                This long-term trading system works on 9 pairs and timeframe. The Expert Advisor uses various trading systems, such as trend trading, counter-trend trading and others.  The EA has the built-in smart adaptive profit taking filter. The robot has been optimized for each currency and timeframe simultaneously. It does not need arrival of every tick and high execution speed. The EA works with all brokers. EA uses economic news. No martingale, grid and other risky strategies. Use multicurrency testing
                                                Boster
                                                Langtha Prosanta Daudung
                                                The  Boster  is a fully automated EA design for trading EURUSD pair. It is design to trade along the trend and also trade during reversal. It uses adaptive grid strategy. In adaptive grid strategy the distance between the trade is not fixed, the entry of next trade is base on most favourable market condition to close the trade in profit. So the risk associated with normal  grid/Martingale  strategy is considerably reduced by adopting adaptive grid distance strategy.  Back tested for 10 years (20
                                                Diamond Black  is a professional expert advisor for automatic market trading. The EA implements my long-term observations of the market behavior in the evening. A thorough analysis of the behavior of the low-volatility market allowed me to implement a stable reliable system for profitable and long-term trading. EA algorithm uses the advantages of pending limit orders and strict control of trading risk. Expert advisor uses automatic lot calculation, and also allows you to use a fixed trading lo
                                                このプロダクトを購入した人は以下も購入しています
                                                Vortex Gold MT4
                                                Stanislav Tomilov
                                                5 (33)
                                                Vortex - 未来への投資 Vortex Gold EAはメタトレーダープラットフォーム上で金(XAU/USD)を取引するために特別に作られたエキスパートアドバイザーです。独自の指標と作者の秘密のアルゴリズムを用いて構築されたこのEAは、金市場の有益な動きを捉えるように設計された包括的な取引戦略を採用しています。その戦略の主要な構成要素には、CCIやパラボリックインジケーターなどの古典的なインジケーターが含まれており、これらは理想的なエントリーポイントとエグジットポイントを正確に知らせるために連動します。Vortex Gold EAの核心は、高度なニューラルネットワークと機械学習テクノロジーです。これらのアルゴリズムは、過去のデータとリアルタイムのデータの両方を継続的に分析し、EAがより高い精度で進化する市場トレンドに適応し対応することを可能にします。ディープラーニングを活用することで、Vortex Gold EAはパターンを認識し、指標パラメーターを自動的に調整し、時間の経過とともにパフォーマンスを向上させます。Vortex Gold EAは、独自の指標、機械学習、適応可能な取
                                                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 は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポート
                                                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 用に設計されており、安定した制御された成長を望む初心者とプロフェッショナルの両
                                                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
                                                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 は単純なグリッド/マーチンゲール
                                                BB Return mt4
                                                Leonid Arkhipov
                                                5 (2)
                                                BB Return — ゴールド(XAUUSD)取引のためのエキスパートアドバイザー(EA)です。このトレードアイデアは、以前に 裁量トレード で使用していたものを基にしています。戦略の中核は Bollinger Bands(ボリンジャーバンド) のレンジへの価格回帰ですが、機械的でも毎回のタッチでもありません。ゴールド市場ではバンドだけでは不十分なため、EA には弱い・機能しない相場状況を排除する追加フィルターが組み込まれています。回帰のロジックが本当に妥当な場合にのみ取引が行われます。   取引原則 — 本戦略ではグリッド、マーチンゲール、ナンピン(平均化)を使用しません。EA は 固定ロット または AutoRisk モードで動作します。BB Return はスプレッド、スリッページ、ブローカーの価格配信の違いに影響されにくく、 Standard、ECN、Pro、Raw、Razor など、あらゆるブローカー・口座タイプで使用できます。取引セッションに依存せず、 24時間稼働 します。   設定と取引頻度 — 開始に複雑な設定は不要です。本戦略は デフォルト設定 での運用を前提とし
                                                GOLD Scalper PRO
                                                Lachezar Krastev
                                                4.6 (25)
                                                WINTER SALE — FINAL DAYS! Get GOLD Scalper PRO with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Sale Price: $177 (Regular Price: $447 — You Save $270!) 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! Live Results:   https://w
                                                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つの小さな取引に継続的に分割する独自の戦略を採用していま
                                                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
                                                FlipDamonHFT
                                                Allistair Kabelo Mandow
                                                5 (1)
                                                Ask in private for more details after purchase FlipDemonHFT Flipdemon vX: The Next-Level Forex Trading Robot Flip your capital fast with Flipdemon vX — a powerful trading robot designed for rapid growth, sniper entries, and consistent profits. Built for serious traders who want results in days, not months.. Discounted   price .  The price will increase by $500 with every 10 purchases. ***Buy FLIPDEMON HFT MT4 and you could get TINGA TINGA or  FLIPDEMON HFT MT5 for free !*** Ask in privat
                                                Aussie Loonie EA is a professional trading system developed exclusively for the   AUDCAD   currency pair. This cross pair is widely recognized for its stable and technical behavior, which makes it particularly attractive for traders who prefer structured and predictable market conditions rather than extreme volatility and sudden price spikes. By focusing solely on AUDCAD, the system is able to   adapt precisely   to the specific characteristics, rhythm and movement patterns of this pair. The EA
                                                AW Recovery EA
                                                AW Trading Software Limited
                                                4.35 (84)
                                                Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
                                                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です。明確なロジッ
                                                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  
                                                Aura Black Edition
                                                Stanislav Tomilov
                                                4.6 (20)
                                                Aura Black Edition は、GOLD のみを取引するように設計された完全自動化 EA です。エキスパートは、2011 年から 2020 年の期間に XAUUSD で安定した結果を示しました。危険な資金管理方法は使用されていません。マーチンゲール、グリッド、スキャルプも使用されていません。あらゆるブローカーの条件に適しています。多層パーセプトロンでトレーニングされた EA ニューラル ネットワーク (MLP) は、フィードフォワード人工ニューラル ネットワーク (ANN) のクラスです。MLP という用語は、曖昧に使用され、フィードフォワード ANN に緩く使用される場合もあれば、複数のパーセプトロン層 (しきい値アクティベーション付き) で構成されるネットワークを厳密に指す場合もあります。多層パーセプトロンは、特に単一の隠し層がある場合、口語的に「バニラ」ニューラル ネットワークと呼ばれることがあります。MLP は、入力層、隠し層、出力層の少なくとも 3 つのノード層で構成されます。入力ノードを除き、各ノードは非線形アクティベーション関数を使用するニューロンです。MLP
                                                説明 この製品は "PULSE OF MARKET" プロジェクトの一部として作成されました。 EA「Undefeated Triangle」は、AUD、CAD、NZD通貨間の価格の相互関係に基づいて動作します。観察によると、これらの通貨ペアは相関した動きを示すことがあり、強い変動の後に価格が戻る場合があります。この特性により、グリッドベースの管理手法を使用できます。 このEAは3つの通貨ペアを使用します:AUDCAD、AUDNZD、NZDCAD。 MT5版 特徴 類似製品と比較して低価格 小規模口座でも利用可能 シンプルなパラメータ 設定が容易 パラメータ Short Name – 履歴コメント Print Logs On Chart – 情報パネル Display Options – 表示設定 One Chart Setup Pairs – 通貨ペア一覧 Magic – 識別子 No more Initial Trades – 新規エントリー無効 Symbols open same time – 同時取引数 Lot Sizing Method – リスク設定 Fixed Lot –
                                                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
                                                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) によるトレンド方向の判
                                                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
                                                Professional automatic advisor with high performance. The advisor has preset settings, trades automatically calculated or fixed lot. You can use default settings or use your preferences. The Monopolist expert uses the author's, multi-component algorithm for fast processing of market data in real time, to open short-term transactions on dynamic instruments with a small spread. The advisor's strategy is based on price action, transactions are opened with a minimum waiting time for a decision, whic
                                                ローンチプロモーション: 現在の価格で入手可能な限定数のコピー 最終価格: 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 か
                                                Dark Algo
                                                Marco Solito
                                                4.65 (66)
                                                Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for Scalping Trading on Eurusd and Gbpusd . 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
                                                Live Signal:   https://www.mql5.com/en/users/varkotechnologies/seller MT5版:   https://www.mql5.com/en/market/product/164203 時間枠:       M1 通貨ペア:       XAUUSD Varko Technologiesは 企業ではなく、自由という哲学そのものです。 私は長期的な協力関係を築き、評判を高めることに興味があります。 私の目標は、変化する市場状況に対応するために、製品を継続的に改善・最適化することです。 ゴールドセーフEA     このアルゴリズムは複数の戦略を同時に使用しますが、主な理念は損失トレードとリスクの抑制に重点を置くことです。 取引の決済および管理には、複数の段階が用いられている。 Expertのインストール方法 EAからXAUUSD M1通貨ペアチャートにファイルを転送する必要があります。SETファイルは不要です。時間シフト値を設定するだけで済みます。 IC MarketsやRoboForexのようなブローカーを利用するなど
                                                Recovery Manager Pro は、他のアドバイザーまたは手動でオープンされた注文からのドローダウンを回復するためのシステムです。 RM Pro には、自動的に動的に調整する機能があります。トレーダーはリスクレベルを選択する必要があり、アドバイザーは完全自動モードで動作します。 ドローダウンリカバリモードとスタンバイモードで動作可能!別のアドバイザーがドローダウンを生成した場合、RM Proはそれを無効にし、ポジションをロックし、部分クロージャを使用してデポジットを復元するプロセスを開始します。取引では、アドバイザーはスマートな平均化、ロック、部分クロージングを使用します。アドバイザーはカスタム トレンド インジケーターに取り組んでおり、アドバイザーのすべての購入者がギフトとして受け取ります。 Advisor の主な機能は、スタンバイ モードで動作できることです。別のアドバイザーがドローダウンを生成するとすぐに、RM Pro が注文管理を引き継ぎ、平均注文をオープンし、その後部分的にクローズします。 セットアップ手順:           リンク MT5のバージョン:  
                                                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
                                                Forex Diamond EA
                                                Lachezar Krastev
                                                5 (5)
                                                WINTER SALE — FINAL DAYS! Get Forex Diamond EA with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Sale 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 Diamond EA – Relia
                                                Aura Neuron MT4
                                                Stanislav Tomilov
                                                4.36 (14)
                                                Aura Neuron は、Aura シリーズのトレーディング システムを引き継ぐ独特のエキスパート アドバイザーです。高度なニューラル ネットワークと最先端のクラシック トレーディング戦略を活用することで、Aura Neuron は優れた潜在的パフォーマンスを備えた革新的なアプローチを提供します。完全に自動化されたこのエキスパート アドバイザーは XAUUSD (GOLD) などの通貨ペアを取引するように設計されています。1999 年から 2023 年まで、これらのペアで一貫した安定性が実証されています。このシステムは、マーチンゲール、グリッド、スキャルピングなどの危険な資金管理手法を回避しているため、あらゆるブローカーの条件に適しています。Aura Neuron は、多層パーセプトロン (MLP) ニューラル ネットワークを搭載しており、これを利用して市場のトレンドと動きを予測します。MLP はフィードフォワード人工ニューラル ネットワーク (ANN) の一種で、特に単一の隠し層で構成されている場合は「バニラ」ニューラル ネットワークと呼ばれることがよくあります。MLP には、入力
                                                Luna AI PRO
                                                Profalgo Limited
                                                4.67 (3)
                                                プロモーションを開始: 399ドルで1部のみ入手可能 最終価格: 2000ドル この EA の販売数は限られています 市場で最も先進的な「ミーンリバース」取引ロボットである Luna AI Pro EA を使用して 、人工知能の力を解き放ち、取引を前例のない高みに引き上げましょう。 経験豊富なトレーダーと初心者の両方に対応するように設計されたこの最先端の AI 駆動システムには、取引戦略を最適化し、利益を最大化するための幅広い機能が装備されています。 Luna AI Pro を使用して、取引戦略の可能性を最大限に引き出します。 トレーディングの未来を受け入れ、高度な人工知能があなたの投資の旅に革命を起こしましょう。 今すぐ AI のパワーを体験し、世界中で成功したトレーダーの仲間入りをしましょう。 この EA が他と異なる理由: OneChartSetup -> 1 つの単一チャートからすべてのペアを実行 個別のパフォーマンス モニター: 各ペアのパフォーマンスが良くない場合はリスクが自動的に削減され、再び収益が上がる場合はリスクが再び増加します。 マーチンゲール法、グリッド法、
                                                AW Scalping Dynamics EA
                                                AW Trading Software Limited
                                                4.67 (12)
                                                トレンドの反転に基づいて動作する完全自動の高度な取引ロボット。必要に応じて、グリッド戦略を使用することができます。カート最大積載量に達した場合の3種類の通知と位置ロックを内蔵。 M15タイムフレームのEURUSDには、デフォルト設定が推奨されます。 機能と利点: 同時に2つの方向で作業する能力 いくつかの段階で時間通りに作業する組み込み機能 ブローカーには見えない仮想StopLossを使用します 現在のトレンドの活動に基づく作業のアルゴリズム 内蔵の自動ロット計算 すべてのタイプの通知を使用します 位置を自動的にロックし、アドバイザーを無効にする機能 バスケット内の後続の注文のTakeProfitを減らす 現在のトレンドを考慮した、または段階的な開始注文の調整 MT5 version ->   HERE  / Problem solving ->  HERE       入力変数の詳細な説明と説明   -> ここに アドバイザーの取引方法: -まず、取引時に、現在のトレンドアクティビティが考慮されます(「メイントレンドフィルター」変数)。小さいほど、反転の可能性が高くなり、EAが開
                                                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
                                                作者のその他のプロダクト
                                                Quantum XAU
                                                Aliaksandr Chupryna
                                                5 (1)
                                                「Quantum XAU」 は、MetaTrader 5用のトレンドフォロー型エキスパートアドバイザーです。 「Quantum XAU」 は、XAUUSD(金)銘柄向けに設計された自動取引エキスパートアドバイザーです。このアルゴリズムはトレンドロジックに基づいており、安定した価格変動を識別し、追従するように設計されています。 主な機能: 銘柄コード:「XAUUSD」(金) 期間:「H1」 最低入金額は3000(セント口座の場合は30)ですが、取引口座の最低取引量は0.01です。スプレッドはそれほど重要ではないため、セント口座でもご利用いただけます。 デュアルエントリー戦略:このエキスパートアドバイザーは、2つの異なる独立した手法を用いて市場エントリーシグナルを生成します。これらの戦略は、価格チャネル分析とトレンド加速ポイントの特定に基づいています。両方の戦略は同時に独立して動作し、それぞれ独自の注文発注ロジックを備えています。 取引ブロック:取引の分散化を図るため、最大4つの独立した取引ブロックを同時に実行できます。各ブロックは、個別の取引量と設定を持つ2つの戦略のいずれかに設定で
                                                マーチンゲール。 「Constructor_Simple_MT5」エキスパートアドバイザーは、同時に独立して機能する5つの個別のエキスパートアドバイザーで構成されています。 バー取引。 iEnvelopesインジケーターを使用した取引。 iMAインジケーターでの取引。 iIchimokuインジケーターを使用した取引。 iSARインジケーターを使用した取引。 「Constructor_Simple_MT5」エキスパートアドバイザーは、 「Constructor_MT5」 エキスパートアドバイザーの簡易バージョンです。入力パラメーターの数が最小限に抑えられるため、ExpertAdvisorの使用とその最適化の両方が容易になります。 アドバイザの機能: 文字が繰り返される場合があります。 各戦略は最大 4 つの通貨ペアを使用できます。 ブローカーの通貨ペアのシンボル名に接尾辞または接頭辞が含まれている場合 (例: #.EURUSD.ch ) 、それらを入力データに完全に登録する必要があります。 1つの取引口座に、異なる設定で複数の「Constructor_Simple_MT5」をインストー
                                                Parabolicum MT5
                                                Aliaksandr Chupryna
                                                4 (3)
                                                マーチンゲール。 Parabolicumは複数通貨のエキスパートアドバイザーです。同時に10の通貨ペアをテストすることが可能です。 作業記号:EURUSD、GBPUSD、USDCAD、EURCAD、CADCHF、USDCHF、AUDCAD、AUDCHF、EURCHF、EURGBP 時間枠H1 最低保証金:$ 1000(最低ロット0.01) 最低推奨保証金:$ 10000 推奨ロットステップ0.01 ヘッジ口座の種類 テスト時に重要:  時間とリソースを節約するために、「1分OHLC」シミュレーションモードを選択することをお勧めします。  適切な設定オプションを選択した後、「すべてのティック」モードで結果を確認します。 入力オプションの1つ (ブローカー:「Roboforex」) - Parabolicum_Risk4.set エキスパート機能:  取引の場合、エキスパートアドバイザーは任意の時間枠の任意の1つのチャートにのみインストールされます。専門家は  入力パラメーターとH1時間枠で指定された通貨ペア。 重要:ブローカーがペアに別の名前を付けている場合(サフィックスまたはプレフィ
                                                FREE
                                                Parabolicum MT4
                                                Aliaksandr Chupryna
                                                4.75 (4)
                                                マーチンゲール。 Parabolicumは複数通貨のエキスパートアドバイザーです。 別々にそして同時に9つの通貨ペアでテストされました:   マルチカレンシーテストの結果 (ブローカー:「Roboforex」): 「ParabolicumMT5」 のバージョン 作業記号:EURUSD、GBPUSD、USDCAD、EURCAD、CADCHF、USDCHF、AUDCAD、AUDCHF、EURCHF 時間枠H1 最低保証金:$ 1000(最低ロット0.01) 推奨ロットステップ0.01 ヘッジ口座の種類 エキスパート機能:       「広がり」に敏感。 テストするときは、テスターで「スプレッド」をチェックします(週末ははるかに高くなります)。 必要に応じて、「現在」をこの通貨ペアのより現実的なものに変更します。   Expert Advisorは、任意の時間枠でチャートにインストールされます。 ブローカーのシンボル名に接尾辞または接頭辞がある場合は、それらを入力データに書き込みます。
                                                FREE
                                                Constructor MT5
                                                Aliaksandr Chupryna
                                                3.33 (3)
                                                マーチンゲール。 ConstructorMT5は、4つの個別のエキスパートアドバイザーで構成されています。 バートレーディング iEnvelopesおよびiSARインジケーターを使用した取引 iMAインジケーターを使用した取引 iIchimokuインジケーターを使用した取引 戦略は互いに独立しています。それぞれで、個別に選択できます。 ロット計算(7オプション) クロージングポジション(5つの主なオプションと追加のオプション) 最大10の任意の通貨ペア およびその他の高度なオプション 入力データは 5 桁のクオートで最適化されます   : Constr_ALot_False.set Constr_H1_2016.set 初心者向け情報 (よくある質問への回答): 「file.set」には入力パラメータの値が含まれます。 これらをアドバイザーのメニューにインストールするには、「ロード」を選択し、目的の「file.set」を選択します。 視覚的な説明は「 こちら 」でご覧いただけます。 テスト時に重要:    ブローカーの通貨ペアのシンボル名に接尾辞または接頭辞が含まれている場合 (例:
                                                Constructor MT4
                                                Aliaksandr Chupryna
                                                5 (2)
                                                マーチンゲール。 ConstructorMT4は、4つの個別のエキスパートアドバイザーで構成されています。 バー取引、 iEnvelopesおよびiSARインジケーターとの取引、 iMAインジケーターとの取引、 iIchimokuインジケーターを使用した取引。 戦略は互いに独立しています。それぞれで、個別に選択できます。 ロット計算(7オプション)、 クロージングポジション(5つのメインオプションと追加のオプション)、 最大10の通貨ペア、 およびその他の追加オプション。 ConstructorMT4は、テスターで同時に機能するトレーディング戦略のさまざまなバリエーションをテストする良い機会です。 MT5バージョン- ConstructorMT5 。 いくつかの戦略の入力データ(ブローカー:「Roboforex」): constrMT4_EURUSD_1.set constrMT4_AUDNZD_1.set constrMT4_AUDUSD_1.set constrMT4_AUDCAD_1.set 初心者向け情報 (よくある質問への回答): 「file.set」には入力パラメータ
                                                マーチンゲール。 「Constructor Simple MT4」Expert Advisor は、互いに独立して同時に動作する 5 つの個別の Expert Advisor で構成されています。 バー取引。 iEnvelopes インジケーターを使用した取引。 iMA インジケーターとの取引。 iIchimoku インジケーターを使用した取引。 iSAR インジケーターを使用した取引。 「Constructor Simple MT4」Expert Advisor は、「 Constructor MT4 」Expert Advisor の簡易版です。入力パラメーターの数が最小限に抑えられ、Expert Advisor の使用とその最適化の両方が容易になります。 エントリーシグナル - インジケーター (視覚的に here を見ることができます)。終了シグナル - TakeProfit. ヘッジ口座の種類。 レバレッジ >= 1:100。与えられた例では 1:500。 スクリーンショットに示されている戦略の入力データ (ブローカー:「Roboforex」): AUDUSD_Con
                                                「Cyber​​Space」アドバイザーは、GBPUSD通貨ペアの長期取引に焦点を当てています。 損失の制限と削減は、ストップロスの助けを借りてだけでなく、利益のあるポジションをクローズしたことによる損失ポジションの部分的なクローズの助けも借りて行われます。 アドバイザにはさまざまなパラメータのセットを入力できるため、複数の異なる戦略を同時に使用できます。 デフォルトの入力データは、ブローカー サーバーの現地時間 GMT+2 で受信されます。 ブローカーの時間が GMT+2 ではない場合は、「Start_Time_Trading」パラメータと「End_Time_Trading」パラメータの設定を変更する必要があります。 たとえば、GMT+5 の場合は 3 を追加する必要があります。 GMT-5 の場合は、7 を引く必要があります。または、最適化を使用してデータを取得して使用します。 アドバイザーの機能: 通貨ペア「GBPUSD」。  ヘッジ口座のタイプ。 重要な条件はスプレッドが低いことです。 ブローカー「IC Markets」(口座タイプ:「スタンダード」(手数料無料))。
                                                Oberon iSAR MT5
                                                Aliaksandr Chupryna
                                                5 (3)
                                                マーチンゲール。「Oberon iSAR MT5」 は15の個別のブロック(ミニエキスパートアドバイザー)で構成されており、利益を合計し、時間の経過とともにドローダウンを分配します。 特殊性: 各文字の個別の入力データ。 シンボルは繰り返すことができます(15個の同一のシンボルでさえ互いに別々に取引されます)。 1つの取引口座に、異なる設定で複数の「Oberon_iSAR_MT5」をインストールできます(条件を観察:Magic [i + 1]> Magic [i] +15)。 任意の1つのチャートにインストールされます。 ソフトウェアの処理能力が低い場合、「Every_tick_based_on_real_tick」モード (15 個のシンボルすべてを有効にする) でのテストは困難になるか、メモリ不足のために通貨ペアのクオートの履歴をロード中に終了する可能性があります。 この場合、入力データ(「Trade」パラメーター)の文字数を減らすか、テスト期間を短縮することができます。 しかし、最も正しいオプションは、より強力な仮想サーバー (VPS) をレンタルすることです。 ヘッジ口座の
                                                Oberon iMA
                                                Aliaksandr Chupryna
                                                5 (1)
                                                マーチンゲール。 「Oberon iMA」 は15の個別のブロック(ミニエキスパートアドバイザー)で構成されており、利益を合計し、時間の経過とともにドローダウンを分配します。 特殊性: 各文字の個別の入力データ。 シンボルは繰り返すことができます(15個の同一のシンボルでさえ互いに別々に取引されます)。 1つの取引口座に、異なる設定で複数の「Oberon iMA」をインストールできます(条件を観察:Magic [i + 1]> Magic [i] +15)。 任意の1つのチャートにインストールされます。 ソフトウェアの処理能力が低い場合、「Every_tick_based_on_real_tick」モード (15 個のシンボルすべてを有効にする) でのテストは困難になるか、メモリ不足のために通貨ペアのクオートの履歴をロード中に終了する可能性があります。 この場合、入力データ(「Trade」パラメーター)の文字数を減らすか、テスト期間を短縮することができます。 しかし、最も正しいオプションは、より強力な仮想サーバー (VPS) をレンタルすることです。 ヘッジ口座の種類。 4 桁のク
                                                Fobos iSAR
                                                Aliaksandr Chupryna
                                                5 (1)
                                                マーチンゲール。「 Fobos iSAR 」は、15 の個別のブロック (ミニ Expert Advisors) で構成され、利益を要約し、時間の経過とともにドローダウンを分配します。 特徴: 各文字の個別の入力データ。 シンボルは繰り返すことができます (15 個の同一のシンボルでも互いに別々に取引されます)。 1 つの取引口座に、さまざまな設定で複数の「Fobos iSAR」をインストールできます (条件: Magic[i+1]>Magic[i]+15 に注意)。 任意の 1 つのチャートにインストールされます。 ヘッジ口座の種類。 4 桁のクオートを持つブローカーの場合、5 桁のクオートの場合と同様に「TakeProfit」パラメーター データを入力する必要があります (つまり、10 を掛けます)。 市場に参入するためのシグナルは、iSAR_2 インディケータを突破する価格です。さらに、iSAR_1 インディケータのデータに基づいてエントリー取引が行われます。ポジションを閉じるシグナル - テイクプロフィット。 アドバイザーは、使用する口座の取引条件に合わせて最適化する必要
                                                Pending Scalper MT5
                                                Aliaksandr Chupryna
                                                2.17 (6)
                                                "Pending Scalper MT5" は、相対的な高値と安値を破ることに焦点を当てたノー マーチンゲール スキャルピング エキスパート アドバイザーです。 未決注文を使用して市場に参入します。 特徴: // 最低入金額 = $50。 // 各シンボルの個別の入力データを使用して、6 つの通貨ペアを同時にテストする機能。 // 取引口座またはデモ口座で取引する場合は、動作する通貨ペアの名前に対応して、異なるチャートに設定することをお勧めします。 // スプレッド、スリッページ、価格差でフィルタリングします。 //  重要な条件は低スプレッド  です。 // 「各ティックは実際のティックに基づく」モードで Expert Advisor をテストする必要があります。 この戦略に最適な通貨ペア(XAUUSD、EURUSD、USDJPY)の取引条件(低スプレッド、手数料 = 0)は、ブローカー「IC Markets」(口座タイプ:「スタンダード」(手数料無料))によって示されます。 ここからいくつかのセット ファイルをダウンロードできます: https://www.mql5.com/r
                                                InterSym MT5
                                                Aliaksandr Chupryna
                                                4.5 (2)
                                                「InterSym MT5」アドバイザーは、シンボルに取引制限がない限り、「マーケットウォッチ」でブローカーによって提示されたあらゆるシンボルを取引します。 最大 15 個のシンボル (シンボルごとに異なる設定) を同時に取引およびテストできます。 スプレッドの影響は重要ではないため、スプレッドの高い口座 (セント口座) で取引することができます。 計算アルゴリズムは価格変動のダイナミクスに基づいており、固定点に関連付けられていないため、あらゆるシンボルに適用できます。 シンボルのボラティリティが高いほど、取引結果は良くなります。 アドバイザの操作と監視をよりよく理解するために、計算結果はインジケーターの形式でチャート上に視覚化されます。 1 つのインジケーターは最初のポジションをオープンするための条件を示し、2 つ目はこのシリーズのすべてのトランザクションをクローズするための条件を示します (詳細はスクリーンショットを参照)。 「Closing_only_with_plus_profit = true」 の場合、一連のポジションはプラスの合計利益 (コミッションとスワップを含む
                                                CyberSpace MT5
                                                Aliaksandr Chupryna
                                                5 (3)
                                                「Cyber​​Space」アドバイザーは、GBPUSD通貨ペアの長期取引に焦点を当てています。 損失の制限と削減は、ストップロスの助けを借りてだけでなく、利益のあるポジションをクローズしたことによる損失ポジションの部分的なクローズの助けも借りて行われます。 アドバイザにはさまざまなパラメータのセットを入力できるため、複数の異なる戦略を同時に使用できます。 デフォルトの入力データは、ブローカー サーバーの現地時間 GMT+2 で受信されます。 ブローカーの時間が GMT+2 ではない場合は、「Start_Time_Trading」パラメータと「End_Time_Trading」パラメータの設定を変更する必要があります。 たとえば、GMT+5 の場合は 3 を追加する必要があります。 GMT-5 の場合は、7 を引く必要があります。または、最適化を使用してデータを取得して使用します。 スクリーンショット:ブローカー「IC_Markets」、入力パラメータ - 「CyberSpace_GBPUSD.set」 。 アドバイザーの機能: 通貨ペア「GBPUSD」。  ヘッジ口座のタイプ。
                                                フィルタ:
                                                meteurt7
                                                53
                                                meteurt7 2024.02.29 05:57 
                                                 

                                                Mr. Chupryna, it's nearly 15 days passed since I bought your "Pending Scalper Ea". I still waiting the set files that you promissed.

                                                Aliaksandr Chupryna
                                                10908
                                                開発者からの返信 Aliaksandr Chupryna 2024.02.29 09:17
                                                I said that I would write if there were new files. And the fact that 5 and not 15 days have passed doesn’t bother you? Is it okay for you to cheat?
                                                Andrey Bakhilin
                                                488
                                                Andrey Bakhilin 2023.12.26 21:09 
                                                 

                                                Expert is overturned and not ready for real work. A lot of opened and cancelled orders, a lot of stop losses as well. Not worth the money.

                                                Aliaksandr Chupryna
                                                10908
                                                開発者からの返信 Aliaksandr Chupryna 2023.12.26 21:15
                                                Orders are canceled if the maximum spread is exceeded. You can adjust Stop Loss yourself.
                                                Top Secret
                                                971
                                                Top Secret 2023.04.19 09:55 
                                                 

                                                Pending Scalper MT4 IC Markets LIVE Test - BrokerProfit.com /MQL5 Experts Advisor and Forex Signal Test/

                                                chernysh1998
                                                56
                                                chernysh1998 2023.03.17 17:09 
                                                 

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

                                                レビューに返信