Zigzag Extremum points

4.81

New version 8.00 is available.
In this version, I tried to take into account the wishes of the user. Each of you can also take part in the improvement of this advisor.

In the default settings, the adviser opens trades when the extremum point is broken   standard indicator   Zigzag.

When the upper point of the zigzag extremum is broken, it opens a buy deal, and when the lower point of the zigzag extremum is broken, it opens a sell deal.
In addition to the standard ZigZag indicator, which is available in the terminal, it is possible to use   Point Zig Zag indicator .

Looking for an Expert Advisor for real trading?  Take a look here: https://www.mql5.com/en/market/product/122585?source=Site+Profile+Seller
The "Red Blue Lines" Expert Advisor has active monitoring on a live account.

Variables.

  1. Spread (maximum allowed)   - the maximum allowable spread for trading.

  2. MaxNumber Trades   - the maximum allowable number of transactions.

  3. startHOUR, startMINUTE, stopHOUR, stopMINUTE - time to open "Start" orders.

  4. The magic number   Advisor identification number.

  5. This is used to start - choose a strategy for the adviser from the proposed one:
    5.1   (#5)i_ZigZag   - standard indicator   zigzag,   available in the terminal.   The EA opens trades when the extremum point is broken   standard indicator   Zigzag.

    5.2   (#6) i_PointZigZag   - author's custom indicator. Requires terminal installation. To test the adviser, it is enough to install the demo version of the indicator. The description of the strategy can be found in the description of the "Point ZigZag" indicator ( post#5 ).

    5.3   (#7) i_PointZigZag   - author's custom indicator. Requires terminal installation. To test the adviser, it is enough to install the demo version of the indicator.   The description of the strategy can be found in the description of the "Point ZigZag" indicator ( post#6 ). An important condition for this strategy to work is setting   HighPoints (for   Start   )   should be more customization   Points (for   start   )   .

    5.4 (#70)_Canal   - start trading on the breakdown of the reversal levels of the "Point Zig Zag" indicator (it requires installation in the terminal ). If the market reverses and the price breaks through the opposite reversal level of the Point Zig Zag indicator, a Channel is created.   The description of the strategy can be found in the description of the indicator   " Point ZigZag" (post#).

    5.5 (#77)_Canal   - start of trading, when EA is turned on, two orders are opened (buy and sell), subsequently a Channel is created according to the reversal levels of the "Point Zig Zag" indicator   ( t requires installation in the terminal ) .
    Attention! After installing the indicator   i_PointZigZag     check the installation location: MQL4 > Indicators > Market > Point Zig Zag.ex4 (see screenshot).
  6. Trend filter MA (for Start) - ( false\true)   filter by MA indicator. If "Trend filter MA (for Start)   = TRUE",   and MA above the price, the EA only sells. If the MA is below the price, the EA only buys.   This trend filter is not used if the input variable "This is used to start = (#77)_Canal" is enabled in the EA.
    6.1 MA_timeframe (for Trend filter MA) - settings for the MA indicator (timeframe )
    6.2 MA_period (for Trend filter MA)   - settings for the MA indicator (period)
    6.3 MA_method (for Trend filter MA) - settings for the MA indicator (method).

  7. Filter 4_lines_MA (for Start) - filter by four lines of the MA indicator, the filter works only if the "Point Zig Zag" indicator is present.   This trend filter is not used if the input variable "This is used to start = (#77)_Canal" is enabled in the EA.
    _No   - the filter is not used;
    _Trend   - trend trading,
    conditions for buying MA1 > MA2 > MA3 > MA4;
    conditions for selling MA1 < MA2 < MA3 < MA4;
    _Anti-Trend   - trading against the trend (trading on a rollback, or from overbought / oversold zones),
    buy conditions MA1 < MA2 < MA3 < MA4;
    selling conditions MA1 > MA2 > MA3 > MA4 ;

    7.1 MA1_timeframe (for "Filter 4_lines_MA")   -   settings for the MA1 indicator (timeframe)
    7.2   MA1_period (for "Filter 4_lines_MA")   -   settings for the MA1 indicator (period)
    7.3   MA1_method (for "Filter 4_lines_MA")   -   settings for the MA1 indicator (method).

    7.4 MA2_timeframe (for "Filter 4_lines_MA")   -   settings for the MA2 indicator (timeframe)
    7.5   MA2_period (for "Filter 4_lines_MA")   -   settings for the MA2 indicator (period)
    7.6   MA2_method (for "Filter 4_lines_MA")   -   settings for the MA2 indicator (method).

    7.7 MA3_timeframe (for "Filter 4_lines_MA")   -   settings for the MA3 indicator (timeframe)
    7.8   MA3_period (for "Filter 4_lines_MA")   -   settings for the MA3 indicator (period)
    7.9   MA3_method (for "Filter 4_lines_MA")   -   settings for the MA3 indicator (method).

    7.10 MA4_timeframe (for "Filter 4_lines_MA")   -   settings for the MA4 indicator (timeframe)
    7.11   MA4_period (for "Filter 4_lines_MA")   -   settings for the MA4 indicator (period)
    7.12   MA4_method (for "Filter 4_lines_MA")   -   settings for the MA4 indicator (method).

  8. All_Signals   -
    If "All_Signals = false"   then entry into the market is allowed only if there is no open deal.
    For example, if there is an open buy trade in the market, then a new buy trade will not be opened even if there is a signal to open a buy trade.
    If "All_Signals = true" then entry to the market is allowed even if there are open deals.
    For example, if the market has an open buy deal, then a new buy deal will be opened with each new signal to open a buy deal.

  9. Depth (for i_ZigZag)   - standard indicator setting   zigzag. Used only in strategy   (#5)i_ZigZag .

  10. Deviation (for i_ZigZag) - standard indicator setting   zigzag.   Used only in strategy   (#5)i_ZigZag .

  11. Backstep (for i_ZigZag) - standard indicator setting   zigzag.     Used only in strategy   (#5)i_ZigZag .

  12. HighPoints (for   Start)  - senior indicator setting   Point Zig Zag. If you plan to use this setting, then it must be greater than the "Points (for Start)" variable.   If you do not plan to use this setting, then it should be equal to the "Points (for Start)" variable.   The minimum size in points between the two closest   ZigZag extremum.

  13. Points (for   start )   -   indicator setting   Point Zig Zag. The minimum size in points between the two closest   ZigZag extremum.

  14. Fixed lot - the size of the traded volume.

  15. Lot as a % of the Balance(0.0=OFF) -   auto calculation of the lot size (for the initial/starting order) as a percentage of the account balance.
    If you are going to use automatic lot calculation, then you need to set the desired value (as a percentage).
    If you are going to use a fixed lot size (for the initial / starting order), then you need to set
    input variable "Lot as a % of the Balance(0.0=OFF)=0.0".

  16. StopLoss (point)   - loss ratio for each trade in points .

  17. TrailingStop_S -
    _ False - not used;
    _Simple   - simple trailing stop with settings ( Start Trailing ,   step trailing );
    _ISAR   -    trailing stop on the Parabolic SAR indicator with settings ( iSAR_timeframe ,   iSAR_step ,   iSAR_maximum ).

  18. Start Trailing (for TrailingStop_Simple) -   number of points (point) to start trailing stop   (for TrailingStop_Simple)   .

  19. Step Trailing (for TrailingStop_Simple) - step in trailing stop points   (for TrailingStop_Simple)   .

  20. iSAR_timeframe(for TrailingStop_iSAR) -   parabolic SAR indicator setting (for TrailingStop_iSAR)

  21. iSAR_step(for TrailingStop_iSAR)   -   indicator setting   Parabolic SAR   (for TrailingStop_iSAR)

  22. iSAR_maximum(for TrailingStop_iSAR) -   parabolic SAR indicator setting   (for TrailingStop_iSAR)

  23. TypeTakeProfit-   select the type [tp] for the adviser from the proposed one:
    2 2.1   standard   -   [tp]   is set for each transaction at a distance equal to the value of the variable   Take Profit (point) .

    22.2   total take profit   - sum of all   [tp]   (one type of trade) is equal to   variable value   Take Profit (point) .

    22.3   break-even level +/- TakeProfit   - to the breakeven level of open trades   (one type of trade)    added   variable value   Take Profit (point) .

  24. TakeProfit (point) - profit level in points.

  25. Closing profit - closing a deal after reaching a certain profit margin
    24.1   no   -   not used;
    24.2   joint buy and sell   -   joint calculation of BUY and SELL profits,   closing on the total total profit (BUY profit + SELL profit).
    24.3   Individual to buy or sell   -   separate calculation of profit for BUY and SELL, closing depending on your profit.

  26. Profit target(money) - profit target in money for " Closing profit ".

  27. Target per day - True/False,
    If   True, the EA will trade until it reaches the target (value) set in the "Profit target per day(money)" variable   ". When reaching the target, EA will close all open trades and will not open new trades until the next day.
    If   False, then the EA does not use this feature.

  28. Profit target per day(money) - profit target per day.

  29. UseCanal   - false\true

  30. Daily 200 SMA(trend filter for Canal) -
  31. Continuation of the channel-
    30.1   along the initial price boundaries   -   continuation of the channel along the initial price boundaries;
    30.2   on the signal from the indicator   -   continuation of the channel on a signal from the indicator.

  32. Points (for Canal)   -   indicator setting   Point Zig Zag for the Channel.

  33. Ratio_B_C   - the ratio of the breakeven level and the size of the Channel. The minimum value is 0.01.

  34. TakeProfit target(for Canal)   - profit target in points, if the "(#70)_Canal" or "(#77)_Canal" strategy is used.

  35. Allowed number of Canal positions (for Canal)   - allowable number of positions Channel.

  36. Display RIGHT_UPPER information -

    information about the settings in the upper right corner of the screen:

      • true - display;
      • false - DO NOT display.

  37. Display RIGHT_LOWER information -
    additional information in the lower right corner of the screen:
    • true - display;
    • false - DO NOT display.

  38. openpriceonly     -

    used to speed up the test, only in the tester with the "only open prices" test model :

      • true - used;
      • false - NOT used.


    If you like this Expert Advisor, then you can support the author with a kind review or purchase of the " i_PointZigZag " indicator.

Don't miss anything interesting, add me as a friend.








レビュー 42
Gaetano Natale
38
Gaetano Natale 2025.03.28 22:43 
 

Ti auguro una lunga vita

Victor Alfonso Molina Botello
1309
Victor Alfonso Molina Botello 2024.04.03 20:41 
 

Hello Oleg, Could you arrange for him to close the real operation with the next opposite? thank you

Zhong Liang Zhao
440
Zhong Liang Zhao 2024.02.21 11:52 
 

Good EA, clear thinking, you can set your own trading strategy, and the author does a lot of details are very detailed, perfect! I hope it pays off.chzz18025278939@qq.com

おすすめのプロダクト
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Trend Catcher EA Pro — 最も支持されている Trend Catcher インジケーターを基盤に、多くのリクエストを受け、ついに Trend Catcher EA が登場しました。 アルゴリズムによる自動売買と、トレーダーによる手動コントロールを融合した次世代型エキスパートアドバイザー。 市場に対する完全な主導権を与えます。 高速、高適応性、そして「明確さ・性能・自由度」を重視するトレーダーのために設計されています。 EURUSD に対してリアルティック(99.9% 精度)のデータで設計・最適化。 再描画なし、再計算なし、遅延なしで安定した実行を提供します。 【ユーザーマニュアル・推奨設定】および【テスト済みプリセット】リンクをクリックしてください。 コア戦略: EA には2つの戦略モードが内蔵されています: I. Smart Trend Mode — トレンド方向に沿って一方向のみでエントリー。 構造が明確で低リスク、高精度。ヘッジなし。 II. Dynamic Dual Mode(アグレッシブ) — ヘッジ系スキャルピングロジックで両方向にエントリーし、相場の
FREE
このプロジェクトが好きなら、5つ星レビューを残してください。 このインジケータは、指定されたためのオープン、ハイ、ロー、クローズ価格を描画します 特定のタイムゾーンの期間と調整が可能です。 これらは、多くの機関や専門家によって見られた重要なレベルです トレーダーは、彼らがより多くのかもしれない場所を知るために有用であり、 アクティブ。 利用可能な期間は次のとおりです。 前の日。 前週。 前の月。 前の四半期。 前年。 または: 現在の日。 現在の週。 現在の月。 現在の四半期。 現年。
FREE
Simple RSI Forex Trading Strategy
Victor Manuel Valderrama Zamora
4 (1)
Diversify the risk in your trading account by combining our Expert Advisors. Build your own custom trading system here:   Simple Forex Trading Strategies The expert advisor opens trades when RSI indicator enter in oversold or overbought areas. The Stop Loss, Take Profit, and Trailing Stop are calculated based on the ATR indicator. The recommended currency pair is EURGBP and the recommended timeframe to operate and to do backtests is H4. This Expert Advisor can be profitable in any TimeFrame an
FREE
Follow The Line
Oliver Gideon Amofa Appiah
3.94 (16)
FOLLOW THE LINE GET THE FULL VERSION HERE: https://www.mql5.com/en/market/product/36024 This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL.  It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more
FREE
Vanexio
Sayan Vandenhout
VANEXIO USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 5 great strategies The EA can be run on even a $20000 acco
FREE
OrderBlock TS Roman
Vladislav Vlastovskii
3.8 (5)
Индикатор строит блоки заказов (БЗ) по торговой системе (ТС) Романа. Поиск блоков осуществляется одновременно на двух таймфремах: текущем и старшем (определяемым в настройках). Для оптимизации и игнорирования устаревших блоков в настройках задается ограничение количества дней в пределах которых осуществляется поиск блоков. Блоки строятся по правилам ТС состоящем из трех шагов: какую свечу вынесли (что?); какой свечой вынесли (чем?); правило отрисовки (как?).
FREE
Macd Martin
Roman Yablonskiy
2.5 (2)
Double Breakout   is an automatic expert advisor with two separate strateges that uses martingale. The MACD indicator with adjustable parameters is used as inputs for each flow of orders. The specified takeprofit and stoploss levels are used to exit the position.  General recommendation The minimum recommended deposit is 1000 cents. Spread is recommended not more than 3 points. It is better to use trend currency pairs. The martingale parameter can be set from 0.1 to any value. When martingale i
FREE
これは、ほぼ10年前に初めて公開された私の有名なスキャルパー、ゴールドフィンチEAの最新版です。短期間で起こる急激なボラティリティの拡大で市場をスキャルピングします。突然の価格上昇の後、価格変動の慣性を利用しようとします。この新しいバージョンは、トレーダーがテスターの最適化機能を簡単に使用して最適な取引パラメーターを見つけられるように簡素化されています。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 最適化を容易にするシンプルな入力パラメーター カスタマイズ可能な取引管理設定 取引セッションの選択 平日の選択 資金管理 注意してください... 多くの要因が見返りを台無しにする可能性があるため、ダニのダフ屋は危険です。変動スプレッドとスリッページは、取引の数学的期待値を低下させ、ブローカーからの低いティック密度は幻の取引を引き起こす可能性があり、ストップレベルは利益を確保する能力を損ない、ネットワークラグはリクオートを意味します。注意が必要です。 バックテスト Expert Advisorはティックデータのみを使用します
FREE
The Auto Fibonacci Indicator is a professional technical analysis tool that automatically draws Fibonacci retracement levels based on the most recent closed Daily (D1) or 4-Hour (H4) candle. These levels are widely used by traders to identify key support , resistance , and trend reversal zones . This version is designed for manual trading and supports a powerful trading strategy using Fibonacci levels combined with a 50-period EMA (Exponential Moving Average) , which you can easily add from MT4
FREE
Free informative Indicator-helper. It'll be usefull for traders who trade many symbols or using grid systems (Averaging or Martingale). Indicator counts drawdown as percent and currency separate. It has a number of settings: Count deposite drawdown according equity value and send e-mail or notifications to user if DD more than set; Sending e-mail when max open orders reached; Shows price and remaining pips amount before MarginCall on current chart and Account generally; Display summary trade lot
FREE
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
PZ Penta O MT4
PZ TRADING SLU
2.33 (3)
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
CCI and ATR Trader
Evgeniia Terekhova
2.33 (3)
Советник работает на двух индикаторах CCI и ADX. Условия для входа в BUY: 1. ADX пересекает уровень 20 2. CCI пересекает уровень 100 снизу вверх 3. Выставляем фиксированный StopLoss и TakeProfit 4. Закрываем позицию по рыночной цене, когда CCI пересекает уровень 100 сверху вниз. Условия для входа в SELL: 1. ADX пересекает уровень 20 2. CCI пересекает уровень -100 сверху вниз 3. Выставляем фиксированный StopLoss и TakeProfit 4. Закрываем позицию по рыночной цене, когда CCI пересекает уровень -10
FREE
ピボットポイントフィボRSJは、フィボナッチレートを使用してその日のサポートラインとレジスタンスラインを追跡するインジケーターです。 この壮大な指標は、フィボナッチレートを使用してピボットポイントを通じて最大7レベルのサポートとレジスタンスを作成します。 価格がこのサポートとレジスタンスの各レベルを尊重する方法は素晴らしいです。そこでは、オペレーションの可能な入口/出口ポイントを認識することができます。 特徴 最大7レベルのサポートと7レベルの抵抗 レベルの色を個別に設定します 入力 ピボットタイプ ピボットフィボRSJ1 =フィボ比1の計算 ピボットフィボRSJ2 =フィボ比2の計算 ピボットフィボRSJ3 =フィボ比3の計算 ピボットフィボクラシック=クラシックピボット計算 最小ピボットレベル ピボット3レベル ピボット4レベル ピボット5レベル ピボット6レベル ピボット7レベル それでも質問がある場合は、ダイレクトメッセージで私に連絡してください: https://www.mql5.com/ja/users/robsjunqueira/
FREE
Rainbow MT4 is a technical indicator based on Moving average with period 34 and very easy to use. When price crosses above MA and MA changes color to green, it’s a signal to buy. When price crosses below MA and MA changes color to red, it’s a signal to sell. The Expert advisor ( Rainbow EA MT4) based on Rainbow MT4 indicator, as you can see in the short video below is now available here .
FREE
Harvest FX
Sayan Vandenhout
4.56 (9)
Harvest FX USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 3 great strategies The EA can be run on even a $30000 a
FREE
Vanda FX
Sayan Vandenhout
5 (2)
Vanda FX USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 4 great strategies The EA can be run on even a $20000 acc
FREE
Market Profile 3
Hussien Abdeltwab Hussien Ryad
3 (2)
Market Profile 3 MetaTrader 4 indicator  — is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session. This indicator can be attached to timeframes between M1 and D1 and will show the Market Profile for daily, weekly, monthly, or even intraday sessions. Lower timeframes offer higher precision. Higher timeframes are recommended for better visibility. It is also possible t
FREE
Automatic trading Advisor .This is a free version of the expert Advisor "Trend Analyzer Pro" https://www.mql5.com/ru/market/product/42792.В the robot is based on 2 strategies: at the intersection of moving averages and Bollinger bands indicator .In the paid version, three strategies are available, which increases profitability several times .Designed for the EURUSD H1 currency pair.It is possible to use it on other tools after optimization.Test only on tick data. ** Does not use such dangerous
FREE
The indicator displays signals according to the strategy of Bill Williams on the chart. Demo version of the indicator has the same features as the paid, except that it can work only on a demo account . Signal "First Wise Man" is formed when there is a divergent bar with angulation.  Bullish divergent bar - with lower minimum and closing price in the upper half. Bearish divergent bar - higher maximum and the closing price at the bottom half. Angulation is formed when all three lines of Alligator
FREE
MACD indicator in MetaTrader 4/5 looks different than MACD does in most other charting software. That is because the MetaTrader 4/5 version of MACD displays the MACD line as a histogram when it is traditionally displayed as a line. Additionally, the MetaTrader 4/5 version computes the Signal line using an SMA, while according to MACD definition it is supposed to be an EMA. The MetaTrader 4/5 version also does not compute a true MACD Histogram (the difference between the MACD/Signal lines). This
FREE
Proftrader Free
Alexander Nikolaev
4 (3)
This Expert Advisor analyzes the last candles and determines whether there will be a reversal or a large correction. Also, the readings of some indicators are analyzed (their parameters can be adjusted). Is a free version of Proftrader . Unlike the full version, in the free version of the adviser the initial lot cannot be higher than 0.1, trading pair only EURUSD and also it has fewer configurable parameters. Input parameters Lots - lot size (at 0, the lot will be calculated from the percentage
FREE
Special offer!   https://www.mql5.com/ru/users/bossik2810 Trend Filter Pro Trend filter indicator. Very good filter for your trading system, I recommend to use it together with - System Trend Pro   or  Quantum Entry PRO The indicator no repaint!!! Settings: Change the Period parameter for better filtering ( default is 90) Any questions? Need help?, I am always happy to help, write me in private messages or In Telegram: https://t.me/Trader35_Admin
FREE
EA Scalping Expert
Gerard Valldosera Gomez
3 (1)
This is a fully automated scalping Expert Advisor that can be run successfully using EURUSD currency pair at H1 timeframe. This EA can't run in the same account. If you want an Expert Advisor that trades daily this is not because it requires patience to wait for a few days or weeks on the right opportunity for it to trade. It takes advantage of the volatility of the price movement.
FREE
Moving Along USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON M15 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 5 great strategies The EA can be run on even a $2000
FREE
This indicator has been created for finding the probable reversal points of the symbol price. A small candlestick reversal pattern is used it its operation in conjunction with a filter of extremums. The indicator is not redrawn! If the extremum filter is disabled, the indicator shows all points that have a pattern. If the extremum filter is enabled, the condition works – if the history Previous bars 1 candles back contains higher candles and they are farther than the Previous bars 2 candle, such
FREE
SAAD TrendTracker is a fully automated EA. It is based on mathematical algorithms Trend Tracker indicator and SAADScalper. The EA scalps pips by its strong Entry strategy based on SAADScalper. Trades that are not successful to scalp are handled in a different way of uniquely designed algorithm based on Trend Tracker indicator. EA is designed for M1, M5, M15 and M30. It consults daily chart for successful trading accuracy. It consults H1 to handle unsuccessful trades using Trend Tracker Indicator
FREE
Wicks UpDown Target GJ Wicks UpDown Target GJ is specialized in GJ forex pairs. Choppy movement up and down on the opening range every day.  Trading breakouts on London session and New York session is recommended. Guideline Entry Strategy Idea: Step 1 - Breakout Forming (Warning! Trade on London Session and New York Session) Step 2 - Breakout Starting (Take Action on your trading plan) Step 3 - Partial Close your order & set breakeven (no-risk) Step 4 - Target complete Step 5 - Don't trade
FREE
The free version of the snowyowl trend adviser, which is based on determining combinations of candle patterns. A virtual trailing stop tracks each open order and groups open orders to close them simultaneously. In the free version, you can only work on one timeframe, while in the paid version, opening orders on the selected TF is a signal to open orders on lower TF.
FREE
このプロダクトを購入した人は以下も購入しています
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 gold (XAUUSD) 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   artificial intel
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (170)
ご紹介     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つの小さな取引に継続的に分割する独自の戦略を採用していま
Vortex Gold MT4
Stanislav Tomilov
5 (12)
Vortex - 未来への投資 Vortex Gold EAはメタトレーダープラットフォーム上で金(XAU/USD)を取引するために特別に作られたエキスパートアドバイザーです。独自の指標と作者の秘密のアルゴリズムを用いて構築されたこのEAは、金市場の有益な動きを捉えるように設計された包括的な取引戦略を採用しています。その戦略の主要な構成要素には、CCIやパラボリックインジケーターなどの古典的なインジケーターが含まれており、これらは理想的なエントリーポイントとエグジットポイントを正確に知らせるために連動します。Vortex Gold EAの核心は、高度なニューラルネットワークと機械学習テクノロジーです。これらのアルゴリズムは、過去のデータとリアルタイムのデータの両方を継続的に分析し、EAがより高い精度で進化する市場トレンドに適応し対応することを可能にします。ディープラーニングを活用することで、Vortex Gold EAはパターンを認識し、指標パラメーターを自動的に調整し、時間の経過とともにパフォーマンスを向上させます。Vortex Gold EAは、独自の指標、機械学習、適応可能な取
Aura Black Edition
Stanislav Tomilov
4.58 (19)
Aura Black Edition は、GOLD のみを取引するように設計された完全自動化 EA です。エキスパートは、2011 年から 2020 年の期間に XAUUSD で安定した結果を示しました。危険な資金管理方法は使用されていません。マーチンゲール、グリッド、スキャルプも使用されていません。あらゆるブローカーの条件に適しています。多層パーセプトロンでトレーニングされた EA ニューラル ネットワーク (MLP) は、フィードフォワード人工ニューラル ネットワーク (ANN) のクラスです。MLP という用語は、曖昧に使用され、フィードフォワード ANN に緩く使用される場合もあれば、複数のパーセプトロン層 (しきい値アクティベーション付き) で構成されるネットワークを厳密に指す場合もあります。多層パーセプトロンは、特に単一の隠し層がある場合、口語的に「バニラ」ニューラル ネットワークと呼ばれることがあります。MLP は、入力層、隠し層、出力層の少なくとも 3 つのノード層で構成されます。入力ノードを除き、各ノードは非線形アクティベーション関数を使用するニューロンです。MLP
Aura Neuron MT4
Stanislav Tomilov
4.55 (11)
Aura Neuron は、Aura シリーズのトレーディング システムを引き継ぐ独特のエキスパート アドバイザーです。高度なニューラル ネットワークと最先端のクラシック トレーディング戦略を活用することで、Aura Neuron は優れた潜在的パフォーマンスを備えた革新的なアプローチを提供します。完全に自動化されたこのエキスパート アドバイザーは XAUUSD (GOLD) などの通貨ペアを取引するように設計されています。1999 年から 2023 年まで、これらのペアで一貫した安定性が実証されています。このシステムは、マーチンゲール、グリッド、スキャルピングなどの危険な資金管理手法を回避しているため、あらゆるブローカーの条件に適しています。Aura Neuron は、多層パーセプトロン (MLP) ニューラル ネットワークを搭載しており、これを利用して市場のトレンドと動きを予測します。MLP はフィードフォワード人工ニューラル ネットワーク (ANN) の一種で、特に単一の隠し層で構成されている場合は「バニラ」ニューラル ネットワークと呼ばれることがよくあります。MLP には、入力
Goldex AI
Mateo Perez Perez
4.31 (29)
Goldex AI:今日の成功は明日の果実となる 期間限定の超割引! 値上げ前の最後の2枚が299USドル。 ライブシグナル > IC Markets Real: Goldex AI 高リスクセット マニュアルと設定ファイル:マニュアルと設定ファイルを受け取るには、購入後にご連絡ください。 価格: 開始価格は899ドルで、10回販売されるごとに199ドル上がります。 コピー可能数:2 Goldex AI - ニューラルネットワーク、トレンド、プライスアクションを備えた高度なトレーディングロボット。 Goldex AIは、金のサポートとレジスタンスをブレイクするプライスアクションを利用する高性能取引ロボットで、市場のニューヨークセッションの動きを最大限に利用することで、可能な限り高い利益を得ることができます。 このロボットは、インテリジェント・リカバリーと呼ばれる戦略を持っており、損失が発生した後、その可能性のある損失を短期間で回復するために、より大きなロットをオープンします。 Goldex AIにはスマート・ニュース・フィルターが内蔵されており、中程度のインパクトのニュースがない
The Gold Reaper MT4
Profalgo Limited
4.58 (31)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポート
EA Gold Stuff
Vasiliy Strukov
4.73 (1064)
EA Gold Stuffは、金取引のために特別に設計されたExpert Advisorです。 この作業は、ゴールドスタッフインジケーターを使用した注文の開始に基づいているため、アドバイザーはトレンドに従うことを意味する"トレンドフォロー"戦略に従って動作します。 重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! トレンド スキャナーの強力なサポートを利用して、無料のインジケーターを入手し、プライバシーを守ります。あーみー!   リアルタイムの結果はここで見ることができます パラメータ 新しいシリーズを開く-新しいシリーズの注文の開始をオン/オフします。 開始ロット-開始ロット。 トレードバイ-Expert Advisorが購入できるようにします。 トレード売り-Expert Advisorが売ることを許可します。 ヘッジを使用する-機能が有効になっている場合、アドバイザーは買いと売りの両方の方向を取引し、機能が無効になっている場合、アドバイザーは一方向 マネー Manadgementを使用-オン/自動ロット計算の使用をオフにします。 オートロットオー
Trend AI EA
Ramil Minniakhmetov
4.95 (38)
Trend Ai EAは、Trend Aiインジケーターと連携して動作するように設計されており、トレンド識別と実用的なエントリーポイント、そして反転アラートを組み合わせることで独自の市場分析を行い、インジケーターのすべてのシグナルを完全自動で処理します。EAには、完全に調整可能な多数の外部パラメーターが含まれており、トレーダーは好みに合わせてエキスパートをカスタマイズできます。 緑のドットが表示されるとすぐに、EAは買い注文をエントリーします。上昇トレンドが青い矢印で確認されると、EAは次のローソク足で買い注文をエントリーします。市場が反転した場合、EAはグリッドとマーチンゲール戦略で一連の取引を管理します。反対のシグナルが現れ、チャートに赤いドットが表示された場合、EAは売り注文をエントリーし、赤い矢印が続くとすぐに、EAは次のローソク足で売り注文をエントリーし、グリッドとマーチンゲール戦略で一連の取引を管理します。 通貨ペアと時間枠: このEAは、上場されているすべての資産、先物、株式、外国為替、コモディティ、暗号通貨、指数で使用できます。xauusd、eurusd、gbpu
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 用に設計されており、安定した制御された成長を望む初心者とプロフェッショナルの両
GOLD Dahab MT4
Ebrahim Mohamed Ahmed Maiyas
5 (1)
An advanced Expert Advisor powered by artificial intelligence and machine learning, specifically designed for analyzing Gold (XAU/USD). It adapts to price movements and market fluctuations to detect potential trading opportunities. Contact me if you need the settings file, have any questions, or need any assistance. Special launch offer – limited time only. A tiered pricing model applies: Every 5th purchase increases the price by $50. With each new buyer, the next price level gets closer – mak
Scalp Unscalp MT4
Connor Michael Woodson
3.5 (4)
Scalp Unscalpは、非常に正確なエントリーから素早く利益を得ることを目的とした短期の双方向スキャルピングシステムです。 Scalp Unscalpのライブシグナルが近日公開!現在の価格は今後値上げ予定。期間限定価格 99 USD グリッドなし、マーチンゲールなし。すべての取引は個別にエントリー 固定ストップロス利用可能、仮想の動的トレーリングストップシステム付き インタラクティブな取引パネルと正確なロットサイズ設定 推奨設定 チャート:EURUSD、GBPUSD、USDCHF、AUDUSD 時間足:H1 入力項目 ロットサイズ計算方法 - 自動ロットまたは固定ロットを選択 固定ロットサイズ - 固定ロットサイズ 自動ロット - この金額の口座通貨あたり0.01ロット 最大スプレッド - ポジションを開くために許可される最大スプレッドを設定 自動GMT検出 - ブローカーのGMTオフセットを自動計算 週末保有の無効化 - 有効または無効 カスタムストップロス - ストップロスの入力 マジックナンバー - 各注文に対するマジックナンバー コメント - 注文コメント
ONLY TODAY !!! - BLACK FRIDAY! ->> Buy Infinity Trader EA with -70% OFF and get a BONUS EA ->> Trend Matrix EA NOTE: Promo price: $167 (Regular Price: $547) - The offer ends today! Trend Matrix EA - Amazing strategy with many features and support for 10 symbols with a real price of $447! Don't miss it!  After purchase, contact me to get your BONUS EA! Infinity Trader EA Live Results:  https://www.mql5.com/en/signals/2290275 Infinity Trader EA seamlessly integrates the strengths of Chat GPT and
Capybara
Sergey Kasirenko
4.71 (51)
Capybara EA は、ハマ指標に基づく高度な自動トレンド追跡システムです。 市場が弱気になってインジケーターが赤に変わった場合、EA は売ります。市場が強気になってインジケーターが青に変わった場合、EA は買います。 EA は上昇トレンドと下降トレンドの始まりを正確に検出でき、TP に達するまでオープン取引をマーチンゲール/グリッド スタイルで制御します。 推奨ペア: eurusd などのすべての主要なペア。オードゥスド; gbpusd; nzdusd と audcad のようなマイナーなペアも。 NZDCAD; m15 タイムフレームの xauusd を含む eurnzd および eurcad。 開始時間 – EA の開始時間 開始分 – EA の開始分 終了時間 – EA の終了時間 終了分 – EA の終了分 ロット – 取引を開始する最初のロット 可変ロットの使用 – True/False – 資金管理を使用する True/False 0.01 ロットごとのフリー マージン – 0.01 ロットごとのフリー マージン 乗算 – 1.5 などの乗数 最大ロット – 許可され
ThraeX
Vasile Verdes
5 (2)
ThraeX – M1スキャルピング   (DAX, XAU, etc) ローマ時代の規律と精密さに着想を得た ThraeX(スレイクス) は、 MetaTrader 4 向けに設計された 高頻度取引専用エキスパートアドバイザー(EA) です。 特に 1分足(M1) チャートでのスキャルピング取引に最適化されており、市場の急速な変動を処理し、短期的な価格変動を高い速度と適応性で検出・対応します。 主な特徴: ️ M1スキャルピングロジック – リアルタイムデータに基づく高頻度な意思決定を実現。 ️ 高速実行システム – ボラティリティの高い市場における微細な価格変動に素早く反応。 自己適応型パラメータ – 外部データやプラットフォーム接続に依存せず、内蔵アルゴリズムによって価格の変化に自動適応。 継続的な最適化 – 最新の市場データをもとに行動を調整し、時間の経過とともに精度を高める。 ️ 外部依存なし – 完全自律型で、外部プラットフォーム、API、ファイル接続は不要。 コンパクトなスキャルピング構造 – 低レイテンシー環境と高速実行のために設計。 技術仕
EvoTrade: 市場初の自己学習型トレーディングシステム EvoTradeをご紹介します。これは、最新のコンピュータービジョンとデータ分析技術を駆使して開発されたユニークなトレーディングアドバイザーです。市場初の自己学習型トレーディングシステムであり、リアルタイムで稼働します。EvoTradeは市場状況を分析し、戦略を調整し、変化にダイナミックに適応することで、あらゆる環境で卓越した精度を実現します。 EvoTradeは、Long Short-Term Memory(LSTM)やGated Recurrent Units(GRU)といった高度なニューラルネットワークを活用して時間的依存性を分析し、畳み込みニューラルネットワーク(CNN)を使用して複雑な市場パターンを検出します。また、Proximal Policy Optimization(PPO)やDeep Q-Learningなどの強化学習アルゴリズムを使って、リアルタイムで戦略を適応させます。これらの技術により、EvoTradeは市場の隠れたシグナルを見つけ出し、現在の市場ダイナミクスに正確に対応します。 各トレード後、Evo
Aurum AI mt4
Leonid Arkhipov
4.94 (31)
Aurum AI – 金取引(XAU/USD)のための人工知能の力 取引における技術の可能性をすべて体験してください! Aurum AI は、金市場で安定的かつ安全に運用するために設計された画期的なエキスパートアドバイザーです。人工知能の力、正確なトレンド分析、厳格なリスク管理を組み合わせて、すべての取引が最大限の効果を発揮できるようにします。 プロモーション Discount - 40%. 3 copies available at a price of   $275 Aurum AI購入特典 – フラクタルシステムを使用するGoldPrime AIアドバイザー! (テストを見る) Aurum AIを購入して、GoldPrime AIを無料で手に入れましょう – 市場に存在しない唯一のアドバイザーです! Aurum AI購入者のみ利用可能です。 特典の受け取り方法 購入後にご連絡いただければ、特典をお送りいたします。 Aurum AIの主な利点: グローバルトレンドを分析: トレンド方向に厳密に従って取引を行います。 安全な方法: マーチンゲール、グリッド、ロックなどの攻撃的な戦
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
About Warp Drive Forex AI is a GBPUSD scalper, it trades at night time when the volume is low and the winning chances are high. Its uses a high accuracy scalping strategy backed up with a unique and effective risk management technique. Join our   MQL5 group   for more useful information and products updates. Also, you can get the MT5 version   here. This is the Pro version of W Drive Forex AI, in Pro version, a user can adjust all the settings including the lot size as well. You can find the  
Atlantis EAは、金市場が需給の重要な水準を突破した際に発生する力強い価格変動を捉えるために、金に特化したブレイクアウト戦略を採用しています。マーチンゲール法やグリッド戦略とは異なります。このEAはトレーリングストップに加え、トレンド転換時に自動的にストップロスを仕掛ける仕組みも備えています。このEAは24時間体制で最適な取引環境を探します。 推奨ペア:xauusd m1、m15、またはm30 最低300ドルと小さなスプレッドのアカウントを使用してください。 設定: Start Hour – EAの開始時間 Start Minute – EAの開始時間 End Hour -  EAの終了時間 End Minute – EAの終了時間 Lot – 取引を開始するための最初のロット Use variable lots – True/False – EAは入金額に応じてロット数を増やします Free margin for each 0.01 lots – 0.01ロットごとのフリーマージン Max lots -  許可される最大ロット数 Take Profit and Stop L
Aurum Trader
Vasiliy Strukov
5 (3)
EA Aurum Trader は、ブレイクアウトとトレンドフォロー戦略を組み合わせたもので、一日あたり最大二つの取引があります。 個人的なボーナスを得るために購入後すぐに私に連絡してください!  あなたは私たちの強力なサポートとトレンドスキャナ指標の無料コピーを得ることができます,pmしてください. 私!   私はtelegramでEAや特別なセットを販売していません、それはMql5でのみ利用可能であり、私のセットファイルはここの私のブログでのみ利用可能です。  詐欺師に注意し、他の誰からもセットを購入しないでください!  設定 Symbol-market watch ieのように金の正確なシンボル名を入力します。 XAUUSD Starting_lot-最初のポジションに使用される初期ロットサイズ。 各X$profitを0.01増加-USDで指定された利益に達した後、ロットサイズを0.01増加します。 Trailstart_strg1-ストラテジー1(ブレイクアウト)のトレーリングが始まる距離(ポイント単位)。 Trailstop_strg1-ストラテジー1のトレーリングステップ
Javier Gold Scalper V2
Felipe Jose Costa Pereira
5 (2)
Javier Gold Scalper:あなたのそばにある最先端テクノロジー! マニュアルと設定ファイル:購入後にご連絡いただければ、マニュアルと設定ファイルをお渡しします 価格:販売されたライセンス数に応じて価格が上がります 残りのコピー数:5 金は金融市場でもっともボラティリティの高い資産の一つであり、取引には高度な正確性、慎重な分析、そして非常に効果的なリスク管理が必要です。 Javier Gold Scalper は、これらの柱を統合するために開発された強力で洗練されたシステムであり、金市場での取引を最適化することを目的としています。最先端のテクノロジーと高度な戦略を駆使して、Golden Scalperは初心者からプロのトレーダーまで対応し、このダイナミックな市場における課題を安全に乗り越え、チャンスを活かすサポートをします。Golden Scalperを使えば、金の特性に対応した信頼性の高いツールを手に入れることができます。 シンボル XAUUSD(金) 時間足 M30 PropFirm 対応済み 資金 最低 $1000 ブローカー どのブローカーでも可 口座タイプ ど
Stock Indexes EA is a sophisticated trading robot meticulously engineered to capitalize on the dynamics of the US30. This Expert Advisor uses advanced algorithms and carefully selected technical indicators to analyze market trends, identify optimal entry and exit points, and execute trades with high precision . One of its key features is the built-in news filter, which prevents the robot from opening new positions during high-impact economic events. This significantly reduces unnecessary risk a
The Golden Way は MT4 プラットフォーム向けの自動取引ソフトウェアです。同ソフトは総合的なハイブリッド戦略を採用し、複数のサブストラテジーが連携して機能することで、金(XAUUSD)市場における買い(ロング)と売り(ショート)の機会を正確に捉え、様々な市場環境下でタイミング良く取引を把握するお手伝いをします。成熟した取引ロジックに基づき、金市場でのプロフェッショナルかつ効率的な取引操作を実現します。 設定情報 通貨ペア:XAUUSD 時間軸:M5 タイムフレーム 初期預け金:500USD 以上を推奨 レバレッジ:1:100 ~ 1:1000 アカウント:高パフォーマンスでスプレッドの低い任意のアカウント 正確にバックテストを行う方法 最低 500USD の預け金を選択します。 M5 タイムフレームを選択し、任意の日付範囲を設定し、「各ティック(Every Tick)」を選択します。 指定された範囲内でご自身に適したレバレッジを選択します。 「テスト開始」をクリックします。 ご使用方法 製品購入後、速やかに MQL5 フォーラムでお問い合わせください — 設定をお手伝
Pingo AI
Anastasiya Morozova
Pingo Pingo は、外国為替市場での安定した安全な取引のために設計された、完全に自動化された取引ロボットです。 このアドバイザーは、厳格なリスク管理を重視し、マーチンゲール、グリッド、平均化などの危険な戦略を排除して設計されています。 MT5 Version:  https://www.mql5.com/ru/market/product/155602 仕組み Pingo は、インテリジェントなボラティリティ フィルターを使用して、価格パターンと短期的な市場動向を分析します。 ロボットはインパルスゾーンと修正ゾーンを識別し、高い成功確率と最小限のリスクで市場に参入します。 取引の決定は感情やトレーダーの介入なしに、アルゴリズムに従って厳密に行われます。 安全性と信頼性 マーチンゲール法 、 平均化法 、 危険なポジション管理法 は使用しない 動的ロットまたは固定ボリュームによるリスク管理 あらゆるブローカーおよびアカウントタイプに対応 主な機能 マーチンゲール 、 平均化 、 ロック 、 グリッド なしで動作します 正確な価格とボラティリティ分析アルゴリズムを使用 高速
PRO  version(MT5): https://www.mql5.com/en/market/product/135291 Using Breakout EA (Expert Advisor) has clear advantages over manual breakout trading, combining the strengths of breakout strategies with the power of automation in MQL4/MQL5 as follows: Advantages of using Breakout EA 1. 100% automatic EA can detect Breakout points and send trading orders immediately without having to watch the screen Suitable for strategies that require "speed" in entering orders after breaking through r
AW Recovery EA
AW Trading Software Limited
4.39 (84)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
EA Black Dragon
Ramil Minniakhmetov
4.76 (560)
EAブラックドラゴンはブラックドラゴンインジケーターで動作します。エキスパートアドバイザーはインジケーターの色で取引を開始し、注文のネットワークを構築したり、ストップロスで作業したりすることができます。 実際の作業の監視、およびその他の開発については、https:// www.mql5.com/en/users/mechanic/sellerを参照してください 。 ここですべての設定を見つけることができます!推奨事項 通貨ペアEURUSDGBPUSD  時間枠M15  推奨保証金1000ドルまたはセント  推奨設定デフォルト設定入力パラメータ  初期ロット-初期ロット; ロット乗数-後続の注文のロット乗数。 自動ロット-自動ロット計算を有効/無効にします。 自動ロットサイズ-自動ロットが有効になっている場合にアドバイザーがロットを使用するデポジットの金額。 距離-注文間の距離。 最大ロット-アドバイザーが開くことができる最大ロット。 利益を得る-利益を得る; ストップロス-ポイントでストップロス。 トレイルスタート-トレーリングストップがアクティブ化されたポイントでの利益。
Market Reversal Alerts EAは、同名のインジケーター(ここで入手可能)を利用しており、市場構造の変化に基づいて取引されます。 EAはデフォルトで、インジケーターによって市場反転アラートが送信されるたびに取引を行い、EA設定で設定した条件とフィルターに基づいてそれらのアラートを取引します。 価格が現在のトレンド方向に移動するとサポート長方形が描画され、価格が急激に反転すると取引され、市場構造のシフトまたは反転の再テストが通知されます。詳細はインジケーターページをご覧ください。 この説明でカバーするには設定と可能性が多すぎるため、このブログ投稿には、すべての設定とそれらすべてを詳細に説明するビデオが記載されたブログ投稿があります。  https://www.mql5.com/en/blogs/post/745502 上記の投稿を読んでビデオを見ると、EAがいかに強力であるかがわかります。 あなたが始めるためのいくつかの良いセットファイルとこのブログ投稿で利用可能な戦略。 https://www.mql5.com/en/blogs/post/745984
The Infinity EA MT4
Abhimanyu Hans
3.73 (30)
ChatGPT TurboによるAI駆動テクノロジー Infinity EA は、GBPUSD および XAUUSD 向けに設計された高度な取引エキスパート アドバイザーです。安全性、一貫したリターン、無限の収益性に重点を置いています。マーチンゲールやグリッド取引などの高リスク戦略に依存する他の多くの EA とは異なり、Infinity EA は、機械学習に組み込まれたニューラル ネットワーク、ChatGPT の最新バージョンによって提供されるデータ分析 AI ベースのテクノロジーに基づく、規律ある収益性の高いスキャルピング戦略を採用し、全体的な取引体験を卓越したものにします。 6,000 人を超えるメンバーが参加する MQL5 コミュニティ に参加して、他のトレーダーとつながりましょう。最新の製品アップデート、ヒント、独占コンテンツを常に入手しましょう。 MT5バージョン Infinity EAの設定方法 特徴 Infinity EA は AI 主導のスキャルピング戦略を活用します。 EA はリアルタイムのデータ分析のために ChatGPT-4 Turbo と統合されています。 I
作者のその他のプロダクト
New version 3.00 is available.   In this version, I tried to take into account the wishes of the user. The EA opens trades when the ZigZag extremum point is broken, if before that   RSI   moved to overbought or oversold levels. When breaking through the upper point of the ZigZag extremum and if before that   RSI   moved to the oversold level     - The adviser opens a deal to buy. And when the lower point of the zigzag extremum is broken   and if before   RSI   moved to the level   overbought  
FREE
Expert Advisor Features trailing profit in the deposit currency (Trailing Stop Money) closing by a profit or loss in the deposit currency opening orders at a specified time managing positions opened manually or by another Expert Advisor calculating initial lot based on the current balance limiting the maximum lot volume choosing trading type several types and methods of averaging visually displays the current breakeven price, draws horizontal lines "Line break even BUY"-blue, "Line break even S
FREE
The indicator is a polyline (ZigZag segment) that tracks and connects the extreme points of the chart price that are at least a specified size apart from each other in points on the price scale. The one and only setting is the minimum size (in points) of a ZigZag segment. The indicator displays levels to determine a possible trend reversal: level    "LevelForUp" -  the breaking of this level determines the possible reversal of the trend up (to buy); level     " LevelForDown   " -  the breaking o
The advisor's trading strategy is based on the assumption that after the price reaches an overbought or oversold level, it usually rolls back.   In other words,   the price cannot move in only one direction, since any action generates a reaction. If the market reverses against the open position, the advisor uses loss recovery through averaging orders. This allows you to continue trading even if the previous transaction became unprofitable. The advisor trades on a real account, to learn more, vis
フィルタ:
削除済み 2025.06.23 03:50 
 

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

削除済み 2025.04.29 03:12 
 

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

Gaetano Natale
38
Gaetano Natale 2025.03.28 22:43 
 

Ti auguro una lunga vita

削除済み 2025.03.11 05:06 
 

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

jvaldcam
16
jvaldcam 2024.09.18 21:43 
 

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

Victor Alfonso Molina Botello
1309
Victor Alfonso Molina Botello 2024.04.03 20:41 
 

Hello Oleg, Could you arrange for him to close the real operation with the next opposite? thank you

Oleg Popov
25260
開発者からの返信 Oleg Popov 2024.04.04 06:08
Thanks for the question. Probably not, rather than yes. I replied in more detail in your personal messages.
Zhong Liang Zhao
440
Zhong Liang Zhao 2024.02.21 11:52 
 

Good EA, clear thinking, you can set your own trading strategy, and the author does a lot of details are very detailed, perfect! I hope it pays off.chzz18025278939@qq.com

AscendCapital
2364
AscendCapital 2024.02.17 17:28 
 

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

lllvvv999 吕
39
lllvvv999 吕 2023.11.09 21:38 
 

can you tell me 8613356000373

5013407953
59
5013407953 2023.11.09 05:55 
 

Great EA ever.. it works like Pro. please Oleg. I'll be looking ahead for your response on the settings that will enable the EA to perform daily.. Thanks for the wonderful work.

L.Verschoor
174
L.Verschoor 2023.11.06 11:02 
 

Very good

IATradingScalping
2392
IATradingScalping 2023.10.25 00:19 
 

Excelente EAs muy simple de usarlo , buenos resultados ,muy recomendable ,le hice pruebas en M15 y da buen resultado en ICM

cha
24
cha 2023.10.07 04:32 
 

I just start running this EA and I like how it places the order sometime hedging both directions. Nice setup TP. It seems pretty reliable.

Ran Wishko
158
Ran Wishko 2023.10.02 10:29 
 

Does this EA works on a demo? opened on 1hr EA active but NO trades?!?! anyone knows why? the author is not responding.

Oleg Popov
25260
開発者からの返信 Oleg Popov 2023.10.02 11:29
The Expert Advisor works both on demo accounts and on real accounts. The frequency of entering the market depends on the EA settings.
If you use the entry strategy (# 5), then the Expert Advisor opens deals when the extremum point of the standard ZigZag indicator is broken. The settings for the ZigZag indicator can be changed in the Expert Advisor settings.
Sergei Makarevich
9061
Sergei Makarevich 2023.08.09 16:19 
 

Отличный бот и правильное видение разработчика! Респект!!!

pat1998hk
24
pat1998hk 2023.07.28 03:48 
 

There are many settings, can you show us some set files? Thanks

im6yafd
146
im6yafd 2023.07.26 14:20 
 

Hi M. Oleg ! congratulations for this finely crafted algorithmic program.wishing to move forward, although the results are already very good, my question is: for the use of the channel, we must use your indicator if I understood correctly. thank you for confirming and if you have a SET on this subject I am a taker.... To read you 👍

Alessio
292
Alessio 2023.07.14 20:56 
 

I am running this EA with the authors indicator point zig zag. I am having good results. The author help us with his indicator. Zigzag terminal normal indicator does not work good. Better buy low cost 30 USD authors Indicator for good results. Thanks Oleg. Well Done.

Bastiaan
35
Bastiaan 2023.07.06 19:15 
 

Using this bot this week voor the first time. I think it is a very good robot. I have ask the builder for preset files. Stil waiting for his answer.

Peinjo
51
Peinjo 2023.06.26 21:10 
 

Great bot

123
レビューに返信