• 概要
  • レビュー (28)
  • コメント (138)
  • 最新情報

Zigzag Extremum points

4.92

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.









レビュー 20
Sergei Makarevich
7216
Sergei Makarevich 2023.08.09 16:19 
 

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

im6yafd
88
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.

おすすめのプロダクト
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
Free and limited version (   only one alert ) of the popular X-Lines indicator. X-Lines 2.0 Pro I want to present for your attention a new and completely updated and expanded version of X-Lines indicator. Version 2.0 Pro has many new features and can make your analysis more productive. Please read full instructions   here . Purchasing full version   here . 1)   Multi-timeframe settings and user-friendly control panel. You can dynamically select and save indicator settings not only for each c
FREE
Simple RSI Forex Trading Strategy
Victor Manuel Valderrama Zamora
2.5 (2)
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 (3)
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 (11)
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
FREE
OrderBlock TS Roman
Vladislav Vlastovskii
3.83 (6)
Индикатор строит блоки заказов (БЗ) по торговой системе (ТС) Романа. Поиск блоков осуществляется одновременно на двух таймфремах: текущем и старшем (определяемым в настройках). Для оптимизации и игнорирования устаревших блоков в настройках задается ограничение количества дней в пределах которых осуществляется поиск блоков. Блоки строятся по правилам ТС состоящем из трех шагов: какую свечу вынесли (что?); какой свечой вынесли (чем?); правило отрисовки (как?).
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
これは、ほぼ10年前に初めて公開された私の有名なスキャルパー、ゴールドフィンチEAの最新版です。短期間で起こる急激なボラティリティの拡大で市場をスキャルピングします。突然の価格上昇の後、価格変動の慣性を利用しようとします。この新しいバージョンは、トレーダーがテスターの最適化機能を簡単に使用して最適な取引パラメーターを見つけられるように簡素化されています。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 最適化を容易にするシンプルな入力パラメーター カスタマイズ可能な取引管理設定 取引セッションの選択 平日の選択 資金管理 注意してください... 多くの要因が見返りを台無しにする可能性があるため、ダニのダフ屋は危険です。変動スプレッドとスリッページは、取引の数学的期待値を低下させ、ブローカーからの低いティック密度は幻の取引を引き起こす可能性があり、ストップレベルは利益を確保する能力を損ない、ネットワークラグはリクオートを意味します。注意が必要です。 バックテスト Expert Advisorはティックデータのみを使
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.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
ピボットポイントフィボ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 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 (1)
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
3.67 (3)
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
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
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
HFTを知っている人のみ。 MyThree Little Birds は Three Little Birds EA の無料版です https://www.mql5.com/en/market/product/103535 REBATEジェネレーターが気になる方には非常に良いEAです。 MyThree Little Birds EA は、ヘッジとグリッド戦略に基づいた高度なアルゴリズムを採用した HFT EA です。 MyThree Little Birds EA は、スマートなアルゴリズムを使用して市場に最速で参入する高度な Scalp 取引システムです。エントリー時の市場状態に基づいて固定/動的テイクプロフィットを使用し、さまざまなエグジットモードを備えています。 推奨事項: ペア: 任意のペア (デフォルト設定は XAUUSD 用) 時間枠: H4 (任意の時間枠で作業) このEAを使用するには、「適切な」資金が必要です。 日次、週次、月次の利益目標が達成されたときに、停止/休憩せずにマーチンゲール EA を 24 時間年中無休で実行しないでください。そ
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
2.67 (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
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
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 tr
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
このプロダクトを購入した人は以下も購入しています
Quantum Emperor MT4
Bogdan Ion Puscasu
4.88 (26)
ご紹介     Quantum Empire EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。 * ***Quantum Empire EA を購入すると、Quantum Trade EA または Quantum Gold Empire を無料で入手できます!*** 詳細については個別にお問い合わせください。 ライブ信号 1:       クリック MT5バージョン:   ここをクリック 量子EAチャネル:       ここをクリック のみのプロモーション価格   9 99.99ドル ! 10 回購入するごとに価格が 100 USD ずつ増加します。最終価格 4999.99 USD クォンタムエンペラー EA     は、1 つの取引を 7 つの小さな取引に継続的に分割する独自の戦略を採用しています。これは、EA が取引を実行するたびに、取引を 7 つの小さなポジションに自動的に分割することを意味します。 クォン
1 099.99 USD
Quantum Wizard MT4
Bogdan Ion Puscasu
3.5 (2)
Quantum Wizard は、これまでにない精度とパフォーマンスで、M5 タイムフレームでダウ ジョーンズとナスダック インデックスを取引するための高度なエキスパート アドバイザーです。ついにインデックス取引でポートフォリオを多様化できるようになりました。 すべての取引は厳しいストップロスで保護されており、収益性の高い取引を終了するにはトリリングストップを使用します。 ニューヨーク株式市場の時間帯に動作します。 Quantum Wizard は非常にアクティブで、1 日に複数回取引できます。 ライブ信号 1:       クリック MT5バージョン:   ここをクリック 量子EAチャネル:       ここをクリック ***Quantum Wizard EA を購入すると、Quantum Empire を無料で入手できます !*** 詳細については個別にお問い合わせください。 推奨事項: 通貨ペア: US30 (DOW または Dow Jones とも呼ばれます) 時間枠: m5 最低入金額 : $500 アカウントの種類:
1 499.99 USD
HFT Prop Firm EA
Ying Siang Ng
4.78 (9)
オリジナルの英語の製品ページはここにあります。 https://www.mql5.com/en/market/product/104871 製品の説明をよくお読みください。この製品を理解するには、英語に精通した人に手伝ってもらうとよいでしょう。 私はこの Expert Advisor の機能を明確かつ正直に書きましたが、「Prop Firm」が何なのか理解できず、上記の英語の説明も理解できない場合は、この製品を購入しないでください。 読んでくれてありがとう。 このEAは「Prop Firm」に合格するためのものであり、ライブ/リアルの 「  Broker」用ではありません。 ご購入前に英語のソフトウェア説明をよく読み、このEAの目的を理解してください。 私の他の製品とサービス: https://www.mql5.com/en/users/rodeong/seller
249 USD
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. Only after all that work did we decide to add it to our list of products. We will not create additional EAs, instead, we are going to dedicate our time to the expansion of this EA, guided by c
1 299 USD
Network AI
Vasiliy Strukov
4.9 (42)
ネットワーク は、人工知能とニューラルネットワークの力を利用して、ニュース中にリリースされたマクロ経済データを分析し、それに基づいて取引決定を行う高度なシステムです。 Expert Advisorは取引にニュース出口を使用するため、ストラテジーテスターでテストすることはできません。 を有効にするには、"ウェブリクエストを許可する"オプションにチェックを入れ、"ec.forexprostools.com"、"worldtimeserver.com「WebRequestのUrlのリストに。 これを行うには、ツール>オプション>Expert Advisorsを開きます。 "リストされたURLのWebRequestsを許可する:"オプションをオンにします。 以下を追加します。"ec.forexprostools.com"、"worldtimeserver.com」を押して「OK」を押します。 EAは指定されたwebサイトからニュースを受け取ります。 リアルタイムの結果はここで見ることができます。 個人的なボーナスを得るために購入後すぐに私に連絡してください! 設定とマニュアル
30 USD
EA Gold Stuff
Vasiliy Strukov
4.78 (858)
EA Gold Stuffは、金取引のために特別に設計されたExpert Advisorです。 この作業は、ゴールドスタッフインジケーターを使用した注文の開始に基づいているため、アドバイザーはトレンドに従うことを意味する"トレンドフォロー"戦略に従って動作します。 重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! リアルタイムの結果はここで見ることができます パラメータ 新しいシリーズを開く-新しいシリーズの注文の開始をオン/オフします。 開始ロット-開始ロット。 トレードバイ-Expert Advisorが購入できるようにします。 トレード売り-Expert Advisorが売ることを許可します。 ヘッジを使用する-機能が有効になっている場合、アドバイザーは買いと売りの両方の方向を取引し、機能が無効になっている場合、アドバイザーは一方向 マネー Manadgementを使用-オン/自動ロット計算の使用をオフにします。 オートロットオータロットオータロット 各0.01ロットの無料証拠金-各0.01ロット単位の開口部のための無料証拠金の量
30 USD
Boring Pips MT4
Thi Thu Ha Hoang
5 (4)
SPECIAL OFFER: Boring Pips が 50% オフで、現在は $499 です! 最初の 30 人のお客様限定で提供しています   ( 残り10個のみ) 。詳細はお問い合わせください。 ほとんどのエキスパートアドバイザーがバックテストのパフォーマンスは完璧でも、実際の取引では効果的でない理由について考えたことはありますか? 最もありそうな答えは過学習です。多くの EA は利用可能な過去のデータに完璧に適応するように作成されていますが、構築されたモデルに一般化能力がないため、将来を予測することができません。 一部の開発者は、過学習の存在を知らないか、知っていても防止する方法を持っていません。他の人はそれをバックテスト結果を美化するためのツールとして利用し、統計的な有意性を考慮せずに数十の入力パラメータを追加し、取引戦略を過去のデータに過度に合わせ、自分の EA が将来において同様のパフォーマンスを達成できると他の人に納得させようとします。 もし興味があって、過学習についてより深く理解したい場合は、こちらの私の記事を参照してください。 Avoiding Over-fit
499 USD
Crown
Aleksandr Shurgin
High frequency scalper for major currency pairs. By default, the EA parameters are set for trading on the EUR/USD, USD/JPY, NZD/USD currency pairs. The Expert Advisor controls the trading lot in accordance with the risk specified as a percentage of the deposit. It has protection against failures, when the connection is restored, the adviser will continue to work with its orders. The robot controls slippage and spread changes, according to a special algorithm, it performs an additional calculati
4 800 USD
Quantum Trade EA
Bogdan Ion Puscasu
4.88 (17)
ご紹介     Quantum Trade EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 Quantum Trade は 13 年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。       EA は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 ライブ信号 1:       クリック ライブ信号 2:       クリック MT5バージョン:       ここをクリック 量子EAチャネル:       ここをクリック のみのプロモーション価格     2 99.99ドル !価格は間もなく 399.99 ドルに値上がりし、その後 10 回購入するごとに 100 ドルずつ値上がりします。 量子   トレード     EA はブレイクアウト ゾーンを注意深く特定することでボラティリティの力を利用し、完璧なタイミングで市場の変動を利用することができます。この革新的なアプローチにより、ト
299.99 USD
HFT Prop EA
Manpreet Singh
4.08 (24)
HFT PROP EA is the High Frequency Trading 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, so it works best in big candles tends to generate in US30 pair or any other pair with similar nature. Live Working -  https://www.mql5.com/en/signals/1994615?source=Site+Signals+My Recommended Prop Firm   - Nova Funding, Quantec and Infinity Forex Funds
400 USD
XG Gold Robot MT4
Marzena Maria Szmit
3.67 (6)
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
799 USD
Aura Black Edition
Stanislav Tomilov
4.6 (10)
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
1 750 USD
XAUUSD スカルパー M1 - 金のロボット スカルパー。 このロボットは、マーチンゲール、グリッド、ヘッジなどの危険な取引方法を使用しません。 ロボットは、線形および動的分析の数学モデルを使用して市場を分析します。 その作業のために、ロボットは市場モデル、標準トレンド指標、チャネル指標、およびオシレーターから取得したデータを使用します。 収集されたデータに基づいて、ロボットは現在の価格の動き、可能性のある反転ポイント、および市場のダイナミクスを判断します。 価格の動きが動的に安定している場合、ロボットはドローダウンのリスクを最小限に抑えるために最適なロットでこの方向に取引を開始します。 言い換えれば、リスクの可能性が潜在的な利益よりも高いことをロボットが認識した場合、ロボットは取引を開始せず、新しい安定した確認済みのシグナルを待ちます。 このロボットは、まず投資家の資金を節約しようとし、2 番目のタスクは残高を増やすことです。 ロボットはスキャルピング戦略に従って取引します。 つまり、毎日 2 から 10 の取引操作を開始します。 日中取引。 しかし、取引操作の数は、現在の市場
180 USD
XT Prop Firms MT4
Marzena Maria Szmit
4 (28)
XT Prop Firms EA MT4 has been prepared for   Prop Trading Firms   to meet all the conditions that apply to such companies and you can also use it with   any Broker   by simply changing a few parameters. XT Prop Firms EA is a multicurrency version that supports the   EURUSD, GBPUSD, USDJPY.  There are three risk levels to choose from: Low, Medium and High.  The robot uses the Pending system, which is visible in the tester, and we have optionally included a second system, which is disabled, if you
699 USD
The Sup 9 Martingale Trading Robot – a cutting-edge, fully automated 2nd generation InrexEA DB system by OpenEA. This innovative solution learns from XAUUSD market trends and incorporates the best aspects of the retired Ea YOLO Diamond Hands. Fully protect the quality of trades. All trades are in private. Structure of InrexEA Database: Clients > InrexEA DB > OpenAI > InrexEA DB analysis > Clients  InrexEA DB is a cutting-edge database solution primarily built using the powerful Python programmi
2 800 USD
説明。 この製品は、プロジェクト「 PULSE_OF_MARKET 」の一部として作成されました。 EA「UndefeatedTriangle」は、AUD、CAD、NZD通貨間の独自の変動を利用する高度なシステムです。歴史的な結果は、構成で使用されるこれらのペアは、一方向への高速移動後に常に最初に移動したペアに戻ることを示しています。この観察により、これらの固有の状況の最大点を取得できるグリッドマーチンゲールシステムを含めることができます。 EA「UndefeatedTriangle」は、AUDCAD、AUDNZD、NZDCADの3つのペアのみを使用します。 MT5 version 利点。 実際のアカウントの監視。 同様の選択肢よりもはるかに安価です。 1米ドルでもミニアカウントで操作できます。 複雑な針のパラメーターはありません。 使いやすい。 パラメーター。 Short Name (In Comment Section) –コメントセクションのジャーナルまたはアカウント履歴に表示されます。 Print Logs On Chart -オン/オフ情報パネル; Displ
1 099 USD
Legend Of Legends
Vladimir Stepanov
5 (12)
Legend of Legends EA は、Renko Super Signal Strict インジケーターで動作します。 これは、取引チャートの過去 96 本のローソク足の価格線の上下に線をプロットし、チャネル内の市場に参入するためのポイントを示すチャネル インジケーターです。 m15 チャートでは EA のデフォルト設定を使用します。 H1 のような長いタイム フレームでは、より正確な信号が得られ、攻撃性が低くなります。 EA はグリッドとマーチンゲール戦略を使用しており、ヘッジを可能にするブローカーが必要です。 私のシグナルとその他の製品はここで見つけることができます パラメーター: ユーザーがオープンした注文を制御 – True/False 最大購入数 - トレーディングアドバイザーがオープンできる購入注文の最大数。 最大売り数 - トレーディングアドバイザーがオープンできる売り注文の最大数。 コメント - 注文に関するコメント。 Lot - 開始ロット。 動的ロットを使用する - 動的ロットを使用します。 0.01 ロットごとの無料証拠金 – 無料証拠金の量。 KM
45 USD
Friday Pro
Ming Ying Lee
5 (2)
Introducing Friday Pro, the ultimate Expert Advisor that empowers you to unlock the full potential of weekend markets. Break free from traditional methods that rely on risky martingale, grid, or scalp strategies with minimal gains and monumental stops. Friday Pro takes a new approach, originating from the wisdom of institutional floor traders, ensuring precise and consistent results. Now at $259 rate - 3 left at this price. Final price will be $799   Live Signal - https://www.mql5.com/en/signal
259 USD
Bitte senden Sie eine Nachricht, wenn Sie Probleme mit der Installation und dem EA-Backtesting haben; Sie erhalten einen kostenlosen Band-Trend-Indikator 8 Tage nach dem Kauf. The advantages of TopBottomEA: the first EA to support the work of small capital, real trading for more than 4 years; this EA is based on volatility adaptive mechanism, only one single at a time, each single with a stop loss, an average of about 4 single per day, holding a single length of about 12 hours, using Dukascopy r
1 198 USD
UControl
Alexander Kozachuk
5 (3)
2018 年以降の実際のアカウントの統計 19 年間のバックテスト 複数通貨戦略 あらゆるブローカーと互換性があります 信頼性の高いドローダウン制限システム 独自の設定を開発する可能性 UControl は 2018 年 の初めから リアル口座 での取引に成功しています。 その統計は次のとおりです。 AUDUSD ペア: https://www.mql5.com/en/signals/1572417 AUDUSD、EURGBP、EURJPY、USDCAD ペア: https://www.mql5.com/en/signals/1951287 バックテストは長期間にわたって行われ、 UControl はそれらのバックテストで非常に優れたパフォーマンスを示し、 過去 17 ~ 19 年間にわたり安定した結果 を示しました。 使用される通貨ペアによって異なります。 EA には、 AUDUSD、EURJPY、EURGBP 、 USDCAD の 4 つの通貨ペアに対して適切に調整された設定が組み込まれています。 システムのアルゴリズムは、適切な設定を使用すれば、どの通貨ペ
369 USD
New Genius AI FTMO
Vitali Vasilenka
4.58 (19)
CopyFx システムで新たな天才を数えていた Expert Advisor 取引方法は、アイアンマン トレーディング アドバイザーのアルゴリズムとトーマス アドバイザーの取引システムの計算方法に基づいています。 AI NEW GENIUS - 5 段階の取引管理 (検索、分析、コントロール、エントリー、エグジット) と 3 段階の取引決定 (フーリエ変換とラプラス変換の適応数学モデル) があり、これらすべてを 1 つの自動フルサイクル取引スキームに組み合わせています。 。 人工ネットワークとニューラルネットワークを使用した革新的な取引方法を使用し、高速外国為替取引に多用されています。 私たちのコミュニティの電報チャンネル -   https://t.me/EAQuantumLab 公式コミュニティサイト -   https://eaquantumlab.com 実際のシグナルはここから入手できます:   https://www.mql5.com/en/users/vitalvasa/seller 取引するための設定や設定は非常に困難です。 オーナーは XAUUSD 取引用に
199 USD
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. NEW :
638 USD
Dark Algo
Venus Labs S.R.L.
4.89 (35)
1 Copy Left at this price -> Next price 499$ Dark AI is a fully automatic Expert Advisor for Scalping Trading on Eurusd . This Expert Advisor is based on the latest generation of algorithm and is highly customizable to suit your trading needs.  If you   Buy this Expert   Advisor you can   write a feedback   at market and   get   a second EA for   Free , for More info contact me The basic strategy of this EA is built on a sophisticated algorithm  that allows it to identify and follow market tre
399 USD
Idea Pro gold
Vasiliy Strukov
4.72 (214)
私は私の製品のページにあなたを歓迎してうれしいです-私はその著者Vasily Strukovです。 Expert Advisorはシンプルで使いやすいです-eurusd gbpusd nzdusd audusd m5のデフォルト設定で添付すれば十分です。 最良の結果を得るには、チャート上のExpert Advisorパネルでの取引の方向をキャンセルすることをお勧めします-"trade buy"(パネル上の緑色はExpert Advisorに購入が許可され、赤は禁止されていることを意味します)または"trade sell"(同様に)。 私は指標を使用して取引の方向を決定します 金のもの。 Expert Advisorには4つの戦略があります-確率論、rsi、MA、およびユーザーが開いた注文の実行では、平均化が使用されます。 あなたはいつでも注文を追加することができます-単にそれらを開くことによって、Expert Advisorはまた、あなたの携帯電話の端末からそれらを開いていても、そ 毎日私は電報グループで私の設定を公開し、私たちに参加してください。 私はあなた
30 USD
株価指数の開始時に発生する爆発的な動きから利益を得て、毎日実行可能な優位性を手に入れましょう。 オープニング レンジ ブレイクアウト EA は、DAX、DOW、NASDAQ、S&P500 などの主要な株価指数で毎日オープン直後に形成されるトレンドを捉えるために、好みに合わせて微調整できます。 これらのオープンは毎日同時に発生するため、いつボラティリティが発生するかを知ることができ、多くの場合、この EA でキャプチャして取引セッション全体に乗ることができる強いトレンドが形成された直後に発生します。 始値の範囲は、通常、株式市場が開いてから最初の 5 ~ 15 分であり、大規模な市場参加者による最初の注文の後、投機的な取引が開始されます。 開いた後、2 つのうちの 1 つが発生する傾向があります。 1. インデックスが上昇し、反転し、再び反転するレンジまたはローテーション日を取得します。 最近では、戦略と EA が損益分岐点になるか、少額の損失を出すことがよくあります。 2. 何時間にもわたって市場が一方向に動く傾向がある日。 これらは、戦略が実際にバンクし、トレンドに乗って 3
99 USD
ご紹介     Quantum Gold Empire EA は 、有名な XAUUSD (GOLD) ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。 ***Quantum Gold Empire EA を購入すると、Quantum Trade EA を無料で入手できます!*** 詳細については個別にお問い合わせください。 ライブ信号 1:       クリック MT5バージョン:   ここをクリック 量子EAチャネル:       ここをクリック わずか 499.99 価格はすぐに 599.99 USD に値上がりし、その後 10 回購入するごとに 100 USD ずつ値上がりします。最終価格 4999.99 USD 高度なアルゴリズムを活用したエキスパートアドバイザーは、あらゆる一瞬の機会を活用し、最適なエントリーとエグジットを保証します。 リアルタイムの適応性:     金市場はダイナミックな性質を持っているため、迅速な調整が必要です
499.99 USD
取引方法は、Core AIを使用したローソク足検出アルゴリズムに基づいています。 人工ネットワークとニューラルネットワークを使用した革新的な取引方法を使用し、高速外国為替取引に広く使用されています。 私たちのコミュニティの電報チャンネル -   https://t.me/EAQuantumLab 公式コミュニティサイト -   https://eaquantumlab.com 実際のシグナルはここから入手できます:   https://www.mql5.com/en/users/vitalvasa/seller 取引アドバイザーの要件: 取引商品: XAUUSD、EURUSD、GBPUSD、BTCUSD、ETHUSD、GBPJPY、DE40 最低入金額 1000$ 稼働時間枠 M15 - M30 - H1 口座タイプ ECN (0 pips からスプレッドを得るには、パートナー コードを持つ推奨パートナー ブローカーを使用してください) リンク 高速VPSサーバー AI アルゴリズムは、過去の価格、取引量、ニュース イベント、テクニカル指標などの膨大な量のデータを分析し
199 USD
EA Diamond
Fanur Galamov
4.35 (65)
Diamond is advanced automated expert advisor with high perfomance trading strategy. This is professional trading tool with enhanced trading performance, which contains an adaptive algorithm and combines the best technologies of EA Sapphire, EA Maestro and EA Prime. The implemented solutions allowed to significantly improve the trading efficiency and  performance of the system. Every suitable moment of the market the expert uses to his advantage. Along with the price chart data analysis, the EA t
199 USD
EA Black Dragon
Ramil Minniakhmetov
4.77 (423)
EAブラックドラゴンはブラックドラゴンインジケーターで動作します。エキスパートアドバイザーはインジケーターの色で取引を開始し、注文のネットワークを構築したり、ストップロスで作業したりすることができます。 実際の作業の監視、およびその他の開発については、https:// www.mql5.com/en/users/mechanic/sellerを参照してください 。 ここですべての設定を見つけることができます!推奨事項 通貨ペアEURUSDGBPUSD  時間枠M15  推奨保証金1000ドルまたはセント  推奨設定デフォルト設定入力パラメータ  初期ロット-初期ロット; ロット乗数-後続の注文のロット乗数。 自動ロット-自動ロット計算を有効/無効にします。 自動ロットサイズ-自動ロットが有効になっている場合にアドバイザーがロットを使用するデポジットの金額。 距離-注文間の距離。 最大ロット-アドバイザーが開くことができる最大ロット。 利益を得る-利益を得る; ストップロス-ポイントでストップロス。 トレイルスタート-トレーリングストップがアクティブ化されたポイントでの
30 USD
EA has a live track record with 48 month of stable trading with low drawdown: Live performance MT5 version can be found here Perceptrader AI is a cutting-edge grid trading system that leverages the power of Artificial Intelligence, utilizing Deep Learning algorithms and Artificial Neural Networks (ANN) to analyze large amounts of market data at high speed and detect high-potential trading opportunities to exploit. Supported currency pairs: NZDUSD, USDCAD, AUDNZD, AUDCAD, NZDCAD, GBPCHF Timefra
2 000 USD
作者のその他のプロダクト
This is a multifunctional Expert Advisor that allows you to trade using the order network.  The advisor's algorithm makes it possible to trade with the trend (Pyramiding) and against the trend (Averaging). Pyramiding - trend trading is built in such a way that each new order is opened only if the previous order has Stop Loss in the profit zone. Averaging - trading against the trend is carried out in order to close losing positions with a profit. Expert Advisor Features: Can trade conserva
30 USD
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
30 USD
New version 2.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
FREE
フィルタ:
Sergei Makarevich
7216
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
88
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
55
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
686
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
180
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
17623
開発者からの返信 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.
ted
31
ted 2023.04.20 18:51 
 

15 min charts, all signals off, my broker no allow hedge trades and fifo. please send .set file for me mr oleg. thank you

Steven John Sands
457
Steven John Sands 2023.03.01 07:49 
 

Great EA Thank you Oleg Do you or anyone else have a good Set file?

39671839
14
39671839 2023.02.15 15:57 
 

我在真实账户运行这个EA时发现有滑点还比较大,差距80point,并且在日志中有出现下面这个提示: 2023.02.15 14:59:12.113 Zigzag Extremum points: order ORDER_TYPE_BUY STOPS_LEVEL=14: StopLoss and TakeProfit must be not close 14 points from close price (#1440) 这是我运行环境的问题还是ea的问题?

Oleg Popov
17623
開発者からの返信 Oleg Popov 2023.02.15 16:09
Hello. This message is not an error, but just information.
你好!. 此消息不是错误,而只是信息。
GA
510
GA 2023.01.18 23:37 
 

Very good EA.

ctlprogrammer
16
ctlprogrammer 2023.01.04 09:18 
 

This EA is amazing!!! Huge profits......

Konstantin Polle
650
Konstantin Polle 2022.12.17 15:17 
 

I'm impressed, super

Mark
116
Mark 2022.12.14 04:01 
 

A very good EA especially when combined with the Point Zig Zag indicator. I am enjoying using it and the help provided by Oleg is great. One thing I would like to see is a trailing stop option(s) like Fixed Step and Supertrend or Parabolic.

Oleg Popov
17623
開発者からの返信 Oleg Popov 2022.12.14 11:02
Mark, thank you. I will try to fulfill your wish in the next update.
Natalija3107
430
Natalija3107 2022.11.22 09:56 
 

good EA, thanks I saw that there is a new version of this EA, is that correct? And is it possible to increase the volume of the lot? If there is an analogue of the paid version, then tell me which one.

Oleg Popov
17623
開発者からの返信 Oleg Popov 2022.11.22 11:48
Thanks. I have sent you the answer to your questions in private messages.
12
レビューに返信
バージョン 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 .
バージョン 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".
バージョン 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.
バージョン 5.1 2022.12.21
fixed a bug
バージョン 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).
バージョン 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".
バージョン 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.
バージョン 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.