• Genel bakış
  • İncelemeler (36)
  • Yorumlar (148)
  • Yenilikler

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 .

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.









İncelemeler 20
cchzz
137
cchzz 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

Aleksandr Agrushev
2443
Aleksandr Agrushev 2024.02.17 17:28 
 

"Adjusted to fit my strategy and activated it to use 1% of the deposit, so far everything is to my liking. You can observe the results in my profile. I use a large number of advisors, including paid ones. Thanks to the author for the excellent work!"

5013407953
49
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.

Önerilen ürünler
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
TrendPlus
Sivakumar Subbaiya
4.38 (13)
Trend Plus   Trendplus  Indicator   Time Frame: Suitable for any time frame.  Purpose: Trend Prediction. Blue and red candle indicate the buy and sell call respectively. Buy: When the blue candle is formed buy call is initiated. close the buy trades when the next red candle will formed.   Sell: When the Red candle is formed Sell call is initiated. close the Sell trades when the next blue candle will formed.   Happy trade!!
FREE
Simple RSI Forex Trading Strategy
Victor Manuel Valderrama Zamora
3.33 (3)
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 a
FREE
Royal GER30
Hossein Davarynejad
5 (4)
Royal Ger30  This Expert Working On High Time Farm H1 , H4  the Expert can Analyze The Daily and weekly Trend of the Market and  Open Trade on H1 or H4  Trade have Not SL but have Recovery Lot size  Minim Deposit  1k  Fix Lot 0.01 For EightCap Broker because you can Trade with 0.01 on Stocks    Best Time = H1 Make sure to  Add Set File  Symbol GER30,GER Cash , DE40, DE30  on Eightcap  Broker  No need Set File  this Expert Have Auto Set File 
FREE
Follow The Line
Oliver Gideon Amofa Appiah
4 (13)
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 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
FREE
OrderBlock TS Roman
Vladislav Vlastovskii
4 (7)
Индикатор строит блоки заказов (БЗ) по торговой системе (ТС) Романа. Поиск блоков осуществляется одновременно на двух таймфремах: текущем и старшем (определяемым в настройках). Для оптимизации и игнорирования устаревших блоков в настройках задается ограничение количества дней в пределах которых осуществляется поиск блоков. Блоки строятся по правилам ТС состоящем из трех шагов: какую свечу вынесли (что?); какой свечой вынесли (чем?); правило отрисовки (как?).
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
FREE
This is the latest iteration of my famous scalper, Goldfinch EA, published for the first time almost a decade ago. It scalps the market on sudden volatility expansions that take place in short periods of time: it assumes and tries to capitalize of inertia in price movement after a sudden price acceleration. This new version has been simplified to allow the trader use the optimization feature of the tester easily to find the best trading parameters. [ Installation Guide | Update Guide | Troublesh
FREE
Email Drawdown Alert
Roman Starostin
5 (15)
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.67 (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
5 (2)
Советник работает на двух индикаторах 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 пересекает уровень -1
FREE
「BB Plus !」インジケータの性能を確認いただくためのEAです。 通貨ペアはAUDCADのみ、0.01ロット固定で稼働します。パラメーターはマジックナンバーのみ設定可能です。 このEAの 利用には「BB Plus !」インジケータが必要です。 https://www.mql5.com/ja/market/product/114363 「BB Plus !」インジケータ  は1分足から使える高精度のスキャルピング用逆張りサインツールです。 ・すべての通貨ペア、時間足で利用でき、絶好のタイミングでのエントリー・チャンスをお知らせします。 ・初心者から上級者まで設定不要ですぐにお使いいただけます。 基本戦略はボリンジャーバンドにタッチしてからの反転ですが、独自のアルゴリズムを加えることで、精度の高い反転ポイントの検出が可能になりました。1分足での使用にも耐えるので、トレード頻度を高めることができます。またより高い時間足での使用では精度の向上が期待できます。トレンド・フィルターの機能を利用することで、トレンド方向での押し目買い、戻り売りに際し最適なタイミングでトレードする
FREE
Pivot Point Fibo RSJ, Fibonacci oranlarını kullanarak günün destek ve direnç çizgilerini izleyen bir göstergedir. Bu muhteşem gösterge, Fibonacci oranlarını kullanarak Pivot Point üzerinden 7 seviyeye kadar destek ve direnç oluşturur. Fiyatların, bir operasyonun olası giriş/çıkış noktalarını algılamanın mümkün olduğu bu destek ve direncin her bir düzeyine uyması harika. Özellikleri 7 seviyeye kadar destek ve 7 seviye direnç Seviyelerin renklerini ayrı ayrı ayarlayın Girişler Pivot Tipi
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
5 (3)
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 $30
FREE
Ichimoku Signals Scanner This is the Demo version, please download Full version  here. Find Ichimoku signals as easy as you can. Ichimoku is one of the most powerful trends recognition indicators. And it has valid signals for the trades. This indicator scans several symbols and time-frames by the Ichimoku to find all the signals that you want and show in a dashboard. It's easy to use, just drag it onto the chart. It's better to add  Ichimoku indicator  to chart before adding this indicator. Ichi
FREE
Vanda FX
Sayan Vandenhout
5 (3)
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 $2000
FREE
Market Profile 3
Hussien Abdeltwab Hussien Ryad
4 (4)
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 dangerou
FREE
Wise Men Indicator demo
Bohdan Kasyanenko
3.67 (3)
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 Alligat
FREE
Traditional MACD MT4
Daniel Lewis
4.62 (68)
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
Sadece HFT'yi bilenler için. MyThree Little Birds, Three Little Birds EA'nın ÜCRETSİZ Sürümüdür https://www.mql5.com/en/market/product/103535 Bu EA, REBATE jeneratörleri konusunda endişe duyanlar için çok iyidir. MyThree Little Birds EA, Riskten Korunma ve Izgara Stratejisini temel alan HFT EA'dır ve gelişmiş bir algoritma geliştirir. MyThree Little Birds EA, pazara en hızlı girişi sağlamak için akıllı algoritmalar kullanan gelişmiş bir Scalp ticaret sistemidir. Giriş anındaki piyasa duru
FREE
SAW1cFree
Victor Shovnikov
1.5 (2)
SAW1c_Free  SAW1c Free is a free scalper for GBPUSD. It differs from the paid version in a limited lot and a fixed Auto_Risk parameter. Working period M15. !!! On 4-digit quotes, the performance was not tested !!! Input parameters: MagicNumber - identifier of orders; Max_Spread - Maximum spread when opening trades; Slippage - Maximum slippage; Stop_Loss - Stop loss size in points.
FREE
Proftrader Free
Alexander Nikolaev
3.25 (4)
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
EA Scalping Expert
Gerard Valldosera Gomez
2 (2)
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
Introduction Virtual Money Flow free - Lightweight free trading robot based on Money Flow index. Orders set with ISL and take profit is virtual. Equipped with trailing stop and limited money management. How to? Any account type,leverage and time frame Works only on currency pair   EURUSD, optimizations needed in regualar intervals You can start with as low as   $20-50   based on leverage   500 This is  not  a   scalper and trades can therefore be less frequent, be patient! Limited contract size
FREE
Extremum Reverse Bar
Yurij Izyumov
3.55 (11)
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
Bu ürünün alıcıları ayrıca şunları da satın alıyor
The Gold Reaper MT4
Profalgo Limited
4.78 (18)
PROP FİRMASI HAZIR!   (   SETFILE'ı indirin   ) PROMO BAŞLAT: Mevcut fiyata yalnızca birkaç kopya kaldı! Son fiyat: 990$ 1 EA'yı ücretsiz alın (2 ticari hesap için) -> satın aldıktan sonra benimle iletişime geçin Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Altın Reaper'a hoş geldiniz! Çok başarılı Goldtrade Pro'yu temel alan bu EA, aynı anda birden fazla zaman diliminde çalışacak şekilde tasarlanmıştır ve ticaret sıklığını çok muhafazakardan aşırı değiş
Quantum Emperor MT4
Bogdan Ion Puscasu
4.9 (125)
Tanıtımı       Quantum Emperor EA   , prestijli GBPUSD çiftinde işlem yapma şeklinizi değiştiren çığır açan MQL5 uzman danışmanı! 13 yılı aşkın ticaret tecrübesine sahip deneyimli yatırımcılardan oluşan bir ekip tarafından geliştirilmiştir. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Emperor EA'yı satın alarak Quantum StarMan, Quantum Trade EA veya Quantum Gold Emperor'a ücretsiz sahip olabilirsiniz!
HFT Prop Firm EA, also known as Green Man due to its distinctive logo, is an Expert Advisor (EA) crafted specifically for overcoming challenges or evaluations from proprietary trading firms (prop firms) that permit High-Frequency Trading (HFT) strategies. Passing HFT Challenge Performance Monitor (starting at $200): Broker: IC Markets Account Number 66603384 Server: ICmarketsSC-Demo06 Password: Greenman Result 1 :  https://c.mql5.com/31/1055/hft-prop-firm-ea-screen-4333.gif Result 2 :  h
One Gold MT4
Stanislav Tomilov
5 (6)
Welcome to the world of next-generation investments with our unique trading robot for gold on the MetaTrader platform! Our proprietary developments represent the pinnacle of advanced data analysis computational platforms in the world of trading. One Gold EA is a genuine smart algorithm, operating at a level beyond human traders' reach. Its unique method is based on the principles of a neuroscanner and advanced technologies in neural networks, EA is capable of analyzing historical and current dat
HFT Prop EA
Manpreet Singh
4.94 (229)
HFT PROP EA is the High Frequency Trading Expert Advisor (EA/bot) designed to pass proprietary trading firms (prop firms) challenges which use stop orders to enter the trades when market is trending, It is basically designed for US30 just at opening of US30 in New York Session till it remain in its trending nature for 15-30 minutes, and using HFT PROP EA you can pass the challenge within few minutes for prop firms who doesn't have any lot size cap. Benefits You can use the bot for unlimited ti
Hoşgeldiniz       GoldExcel EA   , XAUUSD (altın) döviz çiftinin günlük tüccarı. Ekibimiz tarafından geliştirilen bu hesap, normal hesaplar, sponsorlu prop hesapları ve prop yarışmaları için kullanılabilir. Yüksek frekanslı ticaret kullanmayın. See all products here:   https://www.mql5.com/en/users/fxmanagedforexltd/seller Başlangıç fiyatı birkaç haftada bir artar. Live $1K account Aggressive :  https://www.mql5.com/en/signals/2133201 Live $5K Low Risk:  https://www.mql5.com/en/signals/2133189 L
Special Offer Day: $ 598 for one day only, after which it goes back to $1,198. TopBottomEA's advantage: the first support for small capital work EA, real trading for more than 4 years; this EA based on volatility adaptive mechanism, only one single at a time, each single with a stop-loss, an average of about 4 orders per day, holding a single length of 12 hours or so, with a limit of $ 20 principal challenge backtesting ran through more than 10 years. Every interval of three days to increase th
Aura Black Edition
Stanislav Tomilov
4.73 (15)
Aura Black Edition is a fully automated EA designed to trade GOLD only. Expert showed stable results on XAUUSD in 2011-2020 period. No dangerous methods of money management used, no martingale, no grid or scalp. Suitable for any broker conditions. EA trained with a multilayer perceptron Neural Network (MLP) is a class of feedforward artificial neural network (ANN). The term MLP is used ambiguously, sometimes loosely to any feedforward ANN, sometimes strictly to refer to networks composed of mult
Launch promo! Only a few copies left at 399$! Next price: 499$ Final price: 999$ MT5:  https://www.mql5.com/en/market/product/107337?source=Site+Market+Product+Page For more top Expert Advisors and Indicators, visit:   https://www.mql5.com/en/users/lothimailoan/seller I am Los, please subscribe to receive more updates:   https://www.mql5.com/en/users/lothimailoan/news US30 Scalper EA, ticaret ve kodlama konularında yüksek deneyime sahip bir ekip tarafından geliştirilen yeni nesil bir scalping r
Gold Trade Pro
Profalgo Limited
4.44 (16)
Tanıtımı başlat! 449$'dan sadece birkaç kopya kaldı! Sonraki fiyat: 599$ Son fiyat: 999$ 1 EA'yı ücretsiz alın (2 ticari hesap için) -> satın aldıktan sonra benimle iletişime geçin Ultimate Combo Deal   ->   click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Gold Trade Pro, Altın ticareti EA'ları kulübüne katılıyor, ancak büyük bir farkla: bu gerçek bir ticaret stratejisi. "Gerçek ticaret stratejisi" ile ne dem
Herhangi bir ticaret stratejisini bir pozisyon ticaret stratejisine dönüştürün veya size karşı hareket eden pozisyonlar için otomatik düşüş kontrol sistemi de dahil olmak üzere kanıtlanmış RSI ve ADR tabanlı pozisyon ticaret stratejilerini takas edin. Bu EA, uzun yıllardan beri Market Structure Trader web sitesinde öğretilen pozisyon ticaret stratejileri için kullanılan MRA EA'nın geliştirilmiş hali ve basitleştirilmiş halidir. Web sitesine bağlantı, ücretsiz pozisyon ticareti kursu ve diğer ür
Quantum Trade EA
Bogdan Ion Puscasu
4.77 (78)
Tanıtım       Prestijli GBPUSD çiftiyle işlem yapma şeklinizi değiştiren, çığır açan MQL5 uzman danışmanı   Quantum Trade EA   ! 13 yılı aşkın ticaret deneyimine sahip deneyimli tüccarlardan oluşan bir ekip tarafından geliştirilen Quantum Trade       EA, yenilikçi ve dinamik koparma bölgesi stratejisiyle ticaret yolculuğunuzu yeni zirvelere taşımak için tasarlanmıştır. ÖNEMLİ! Satın aldıktan sonra kurulum kılavuzunu ve kurulum talimatlarını almak için lütfen bana özel mesaj gönderin. ***Qu
Oracle MT4
Stanislav Tomilov
4.8 (5)
Oracle Trading Expert the Quintessence of Modern Programming Technologies Expert Oracle for MetaTrader, trading on GBPUSD and Gold, represents the quintessence of modern programming technologies. Our unique proprietary methods and developments are based on advanced machine learning concepts, making our trading expert truly one-of-a-kind. We offer cutting-edge modules and neural architecture that embody innovative advancements in financial programming. Our algorithms rely on in-depth data analysi
Boring Pips MT4
Thi Thu Ha Hoang
5 (12)
Çoğu uzman danışmanın neden canlı işlemlerde etkili olmadığını, mükemmel geri test performanslarına rağmen, hiç merak ettiniz mi? En olası cevap Over-fitting'dir. Birçok EA, mevcut tarihsel verilere mükemmel şekilde 'öğrenmek' ve uyum sağlamak için oluşturulur, ancak oluşturulan modelde genelleme eksikliği nedeniyle geleceği tahmin etmekte başarısız olurlar. Bazı geliştiriciler basitçe Over-fitting'in varlığından haberdar değillerdir veya biliyor olmalarına rağmen bunu önlemenin bir yolu yoktur.
Aura White Edition
Stanislav Tomilov
4.25 (4)
Aura White Edition   is unique Expert Advisor that continues the Aura series of advisors. The Expert Advisor is based on the engine of   Aura Black Expert Advisor , but with a number of changes and author's settings for currency pairs. Innovative methods of the programme's approach to trading, and promising performance results are possible thanks to the use of modern technologies and methods. Aura White Edition is a fully automated EA designed to trade currencies only. Working pairs EURUSD, GBPU
Strategy Introduction The EA will find the best entry and exit points based on the data trained by the neural network and the current market trend. It includes multiple loss exit strategies to ensure capital safety. Because the market is full of uncertainties, it is impossible to enter at the most ideal point every time. Our EA uses a unique batch entry method, adding up to 5 entry points. Even occasional misjudgments can quickly recover subsequently. Each order has a fixed stop loss (SL) and t
AI NeuroX EA is an innovative trading advisor based on advanced artificial intelligence technologies, including neural networks and the Perplexity and GPT-4 platforms. This advisor has a unique ability to analyze and predict the dynamics of financial markets using deep learning and advanced algorithms. Thanks to the intuition that even the most experienced traders would envy, AI NeuroX EA is capable of developing unprecedented trading strategies, ensuring excellent performance. This advisor oper
Candle EA MT4
Mansour Babasafary
4.56 (36)
This expert is based on patterns The main patterns of this specialist are candlestick patterns Detects trends with candlestick patterns It has a profit limit and a loss limit, so it has a low risk The best time frame to use this expert is M30 time frame The best currency pairs to use with this expert is the EURUSD, GBPUSD, AUDUSD, USDCAD currency pairs The price will increase by 100$ after every 10 purchases! Final price 2450$ Get a 50% bonus by buying (or even renting) any of our product
Deep learning is reshaping gold trading, with intelligent assistants tending to trading gardens like skilled gardeners. The "Gold Garden" EA employs deep learning intelligent technology and 20 years of data training to significantly enhance strategy performance. With it, trading becomes more effortless and intelligent. Let's join hands to usher in the intelligent era and transform trading into a blissful garden. This will be your exclusive Gold Garden Steward. The MT5 version: Gold Garden MT5
ONLY 3 COPIES OUT OF 10 LEFT AT $99! After that, the price will be raised to $199. HFT  Propfirm Challenge Performance Monitor(Starting from $200) Account Number:  66668979 Server: ICmarketsSC-Demo06 Password: quantumhft1 You will get BONUS  worth $399 after you pass the HFT Prop Firm challenge round Quantum HFT Prop Firm is the EA is designed to pass the competition of HFT Prop Firms.  Please be aware that this Expert Advisor (EA) should not be used with a real account. Its sole pur
Lansman Promosyonu: Mevcut fiyattan sınırlı sayıda kopya mevcuttur Son fiyat: 990$ YENİ: 1 EA'yı ücretsiz alın!   (2 ticaret hesabı için) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP:   Click here Set Files DayTrade Pro Algo'ya hoş geldiniz!   Yıllarca piyasaları inceledikten ve farklı stratejiler programladıktan sonra, iyi bir ticaret sisteminin ihtiyaç duyduğu her şeye sahip bir algoritma buldum: Broker bağımsızdır Bağımsız
XG Gold Robot MT4
Marzena Maria Szmit
4.6 (20)
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
Forex GOLD Investor
Lachezar Krastev
4.89 (19)
SHOCK DEAL --> -45% OFF --> VERY LIMITED COPIES AT THIS PRICE !!! + BONUS -> PREMIUM EA! Forex GOLD Investor Signal Account:  https://www.mql5.com/en/signals/1510678 Forex GOLD Investor is one of the best expert advisors developed to trade on GOLD(XAUUSD) in the forex market. Forex GOLD Investor consists of 2 trading systems . The first one is based on scalping trading strategy and the second system has time based dependency which opens up to 2 trades at a time. It has been tested rigorously to
Buy not a backtest, but a real trading system:   Live Signal 1       Live Signal 2 This price is temporary for the duration of the promotion and will be raised shortly Final Price: 5000 $ The price increases every Friday Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! This is the first smartest robot that trades gold or XAU with full pairs like XAUUSD, XAUEUR, XAUGBP, XAUAUD, XAUJPY, XAUCHF, XAUSGD, and XAUCNH! I check the news every single day and I take advantage of any opportunity
EA Gold Stuff
Vasiliy Strukov
4.76 (946)
EA Gold Stuff, özellikle altın ticareti için tasarlanmış bir Uzman Danışmandır. İşlem, Gold Stuff göstergesi kullanılarak emir açılmasına dayalıdır, bu nedenle EA, trendi takip etmek anlamına gelen "Trend Follow" stratejisine göre çalışır. Gerçek zamanlı sonuçlar burada görüntülenebilir. Ayarları ve kişisel bir bonusu almak için satın alma işleminden hemen sonra benimle iletişime geçin!  AYARLAR Yeni seri aç - yeni bir dizi siparişin başlangıcını açma / kapatma. Partileri başlat - lotu
Introducing our MT5 EA: Designed with advanced algorithms and utilizing deep learning technology, our Expert Advisor (EA) is crafted to assist you in the intricate world of forex trading. The system analyzes market behaviors and conducts transactions based on specific criteria, empowering you to engage with market trends more effectively. With the backing of nearly a decade of data, the EA employs deep learning to examine past market conditions, aiming to provide enhanced decision-making. Recom
Big Forex Players MT4
Marzena Maria Szmit
4.6 (20)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the   biggest Banks   (p ositions are sent from our databas
Dragon Multi EA MT4
Mansour Babasafary
4.71 (14)
3 experts in 1 expert Strategy based on price action Made specifically for the best forex currency pairs Can be used in the best time frame of the market at a very reasonable price This expert is basically 3 different experts. But we have combined these 3 experts in 1 expert so that you can use 3 experts at the lowest price. All three strategies are based on price action. But based on different trends. Long term, medium term and short term The price will increase by 100$ after every 10 p
No Backtesting is allowed: (OIS IS NOT A HFT Strategy, Will not be violated by Prop firm rules) We don't rely on backtest results. The backtesting environment can't access our database to retrieve historical data. We aim to provide clarity to EA traders and not mislead them. The best approach is to monitor our signals. If you're wondering how to verify that it works with your broker, the response is the same: backtesting results alone don't prove effectiveness. "OIS" : The Final product of ours
Index Scalping Pro , bir endeks ticareti Expert Advisor (EA)’dır. Bizi diğerlerinden ayıran nedir? Bu EA, 3 gerçek ticaret stratejisi kullanır. Birçok EA'nın sistemlerini gösterişli ancak riskli ızgara sistemleri ve kendi martingale sistemleri ile doldurduğu (genellikle "sinir ağı/yapay zeka/makine öğrenimi" olarak maskelenmiş ve testlerde manipüle edilmiş, daha yüksek satışlar elde etmek için) bir yaklaşım benimser. Index Scalping Pro, basit bir yaklaşıma dayanır. Günlük destek ve direnç seviy
Yazarın diğer ürünleri
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
Point Zig Zag
Oleg Popov
4.33 (6)
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 breakin
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
FREE
Filtrele:
cchzz
137
cchzz 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

Aleksandr Agrushev
2443
Aleksandr Agrushev 2024.02.17 17:28 
 

"Adjusted to fit my strategy and activated it to use 1% of the deposit, so far everything is to my liking. You can observe the results in my profile. I use a large number of advisors, including paid ones. Thanks to the author for the excellent work!"

lllvvv999 吕
38
lllvvv999 吕 2023.11.09 21:38 
 

can you tell me 8613356000373

5013407953
49
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
94
L.Verschoor 2023.11.06 11:02 
 

Very good

MattyTrading
2094
MattyTrading 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
142
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
18576
Geliştiriciden yanıt 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
7695
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
98
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
50
Peinjo 2023.06.26 21:10 
 

Great bot

Oscar Arribas
65
Oscar Arribas 2023.05.29 15:11 
 

Amazing free bot! keeps what it promises, and more. Very, very recommended, use without martingale, use stop loss and trailing stop. Thanks for the author Oleg, take advantage of this secure and profitable bot.

MT4trader
88
MT4trader 2023.05.18 16:37 
 

I like it very much !

Jiu Si Yong Lai
706
Jiu Si Yong Lai 2023.05.09 00:52 
 

Consistently and highly profitable. Incredibaly free!! Much much better than absurdly expensive AI or GTP trash EA's. Recommend to use this with the author's Point Indicator. Thank you!

Sirrr
235
Sirrr 2023.04.27 08:29 
 

Podría agregar función máximo spread permitido?

Watertaxi1982
14
Watertaxi1982 2023.04.26 11:30 
 

Very good ea very good anyone havea good setting for the ea and is there a full version

M S
38
M S 2023.04.23 00:29 
 

I love this EA. Question.What is "(#7) i_PointZigzag"?

Oleg Popov
18576
Geliştiriciden yanıt Oleg Popov 2023.04.23 06:04
(#7) - this strategy uses the author's custom indicator (PointZigZag).
For example, I will tell you how it works for a sell signal:
1. The senior indicator shows a low trend.
2. The last segment of the senior indicator looks up.
3. The market price (Bid) breaks through the lower level of the reversal of the minor indicator.
We are entering the sale(sell), expecting that the low trend on the senior indicator will continue.
12
İncelemeye yanıt
Sürüm 8.0 2023.08.09
The wishes of users from the comments(#87, #103) are taken into account:

...-2023.05.20 #87
//..if there's a set up that could allow us to do the optimization in open prices rather than in control points.//
Added setting "OpenPriceOnly = True/False".
It is used to speed up the test, only in the tester with the "Open prices only" test Model.

...-2023.07.26 #103
//..add a filter on the four lines of the MA indicator//
Added settings:
"Filter 4_lines_MA (for Start)"...
== No ;
== Trend ;
== Anti-Trend .
Sürüm 7.0 2023.05.17
The wishes of users from the comments(#72, #77, #80, #82) are taken into account:

...-2023.03.16 #72
//Can you add a spread setting, so that the EA doesn't trade when the spread is unstable//
Added setting "Spread (maximum allowed)".

...-2023.04.06 #77
//Can you add a profit target per day?//
Added settings:
"Target per day"=True/False;
"Profit target per day(money)".

...-2023.04.27 #80
//...is there way to set the trade to close after a specific profit margin is reached...//
Added settings:
"Closing profit"...
== No ;
= Joint buy and sell ;
== Individual to buy or sell .
"Profit target(money)".

...-2023.05.09 #82
//Could you also add max number of trades function?//
Added setting "MaxNumberTrades".
Sürüm 6.0 2023.02.28
Added a new strategy (#7).

Added the ability to configure the MA trend filter (timeframes, period, method).

For "Trailing Stop_S=Simple", the input variable "StartTrailing" has been added - the number of points to start trailing.
And now the stop loss level for several orders of the same type, common with "TrailingStop_S=Simple".

Added the option to choose to continue the canal:
Continuation of the channel along the initial price boundaries;
OR Continuation of the channel on the signal from the indicator.
Sürüm 5.1 2022.12.21
fixed a bug
Sürüm 5.0 2022.12.20
Added trailing stop options:
TrailingStop_S=Simple, trailing stop with a fixed step (Step Trailing);
TrailingStop_S=iSAR, trailing stop on the Parabolic SAR indicatorwith settings (iSAR_timeframe, iSAR_step, iSAR_maximum).

Trailing stop works in strategies (#5 and #6) with each order.
Trailing stop works in the strategy (#70) only with initial/starting orders, when forming a channel, trailing stop is disabled.
Trailing stop does not work in strategy (#77).
Sürüm 4.0 2022.11.24
In this version, I tried to take into account the wishes of users.

1)User's wish:
"I would like to suggest a trend filter, for example, if the daily 200 SMA is above the price, the adviser only sells. If the daily 200 SMA is below the price, the adviser only buys."

Done:
To make it work, you need to set the input variable "Daily 200 SMA(trend filter for Start/Canal) = TRUE".
This trend filter is not used if the input variable "This is used to start = (#77)_Canal" is enabled in EA.

2)User's wish:
there is not enough automatic calculation of the lot as a percentage of the balance.

Completed:
Added 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) in the new input variable "Lot as a % of the Balance(0.0=OFF)".
If you are going to use a fixed lot size (for the initial/starting order), then you need to set
the input variable "Lot as a % of the Balance(0.0=OFF)=0.0".
Sürüm 3.0 2022.08.31
Time to open "Start" orders.
This setting does not apply to orders placed by the "Canal" function.

Two strategies have been added to the floating list ("This is used to start"):
"(#70)_Canal"
EA will start trading on the breakdown of the reversal levels of the "Point Zig Zag" indicator. If the market turns around and the price breaks through the opposite reversal level of the "Point Zig Zag" indicator, a Channel is created.

"(#77)_Canal"
EA will start trading with the opening of two orders (buy and sell), then a Channel is created according to the reversal levels of the "Point Zig Zag" indicator.

The new variable for "Start":
"HighPoints (for Start)" - for trading on the indicator "Point Zig Zag" is the highest parameter and should be greater than the variable "Points (for Start)". If "HighPoints (for Start)"=0 or "HighPoints (for Start)"<="Points (for Start)", then only the variable "Points (for Start)" will be used for EA operation.

The new section "Canal"
contains variables necessary for trading new strategies ("(#70)_Canal" and "(#77)_Canal"):
"Points (for Canal)" - setting the indicator "Point Zig Zag".
"Ratio_B_C" - the ratio of the Breakeven level and the Channel size. The minimum value is 0.01.
"TakeProfit target(for Canal)" is the profit target in points.
"Allowed number of Canal positions (for Canal)" - the allowed number of orders placed by the "Canal" function.
Sürüm 2.0 2022.06.13
Added checking for connection to the trading server.
The time (local computer time) of disconnection and subsequent connection is recorded in the Expert's log.