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

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.









レビュー 20
vimolinab89
93
vimolinab89 2024.04.03 20:41 
 

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

Zhong Liang Zhao
242
Zhong Liang Zhao 2024.02.21 11:52 
 

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

5013407953
59
5013407953 2023.11.09 05:55 
 

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

おすすめのプロダクト
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.21 (14)
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
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
The presented indicator allows you to determine potential entry points into the market and set protective orders at reasonable levels. This product can be useful for both beginners and experienced traders. The indicator is based on calculation methods proven by time and practicing traders. The indicator is calculated in two stages: At the first stage, linear regression (LR) of the selected price type is determined for a given number of chart periods. At the second stage, the obtained data is p
FREE
Follow The Line
Oliver Gideon Amofa Appiah
4.07 (14)
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
トレンドキャッチャー: アラートインジケーター付きのトレンドキャッチャーストラテジーは、市場トレンドやポテンシャルなエントリーポイントやエグジットポイントを特定するのに役立つ多目的な技術分析ツールです。動的なトレンドキャッチャーストラテジーを備えており、市場状況に適応してトレンドの方向を明確に視覚化します。トレーダーは、自身の好みやリスク許容度に合わせてパラメーターをカスタマイズできます。このインジケーターはトレンドの識別を支援し、ポテンシャルなリバーサルをシグナルし、トレイリングストップのメカニズムとして機能し、市場への迅速な対応のためのリアルタイムアラートを提供します。 特徴: - トレンドの識別:上昇トレンドと下降トレンドをシグナルします。 - トレンドのリバーサル:ローソク足の色が上昇から下降に変わった場合やその逆の場合に、ポテンシャルなリバーサルを警告します。 - リアルタイムアラート:新しいトレンドの識別に対するアラートを生成します。 推奨事項: - 通貨ペア:EURUSD、AUDUSD、XAUUSDなど... - タイムフレーム:H1。 - アカウン
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.88 (8)
Индикатор строит блоки заказов (БЗ) по торговой системе (ТС) Романа. Поиск блоков осуществляется одновременно на двух таймфремах: текущем и старшем (определяемым в настройках). Для оптимизации и игнорирования устаревших блоков в настройках задается ограничение количества дней в пределах которых осуществляется поиск блоков. Блоки строятся по правилам ТС состоящем из трех шагов: какую свечу вынесли (что?); какой свечой вынесли (чем?); правило отрисовки (как?).
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.25 (4)
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
3 (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
無限からの通貨の強さを測定するためのこの革新的な指標は、長い間取引されているダフ屋やトレーダーにとって不可欠な助手です。 通貨の強さ/弱さを分析するためのシステムは、世界の主要なトレーダーによって市場で長い間知られており、使用されてきました。 任意の裁定取引は、この分析なしでは完全ではありません。 私たちの指標は、互いに関連して基本通貨の強さを簡単に決定します。 これは、インスタント分析を可能にし、最強のエントリポイントを検索し、すべてまたは現在の通貨ペアの折れ線グラフが表示されます。 インジケータは直感的で、すぐに見つけて任意のペアに切り替えることができ、地下室とメインチャートの両方に配置できるモバイルパネルがあります。 通貨の強さの変化の通知のタイマーモードは、トレーダーに電話で通知を受け取る機会を与えます。  通貨パワーメーターインフィニティ指標を使用するためのいくつかの戦略: 1. 通貨の強さの線形表示のチャートを使用して、交差点を新興トレンドの信号として検索します 2. トレンド反転信号が表示された後、強い通貨の方向に頭皮 3. 通貨の強さの発散分析を使用して、
FREE
ピボットポイントフィボRSJは、フィボナッチレートを使用してその日のサポートラインとレジスタンスラインを追跡するインジケーターです。 この壮大な指標は、フィボナッチレートを使用してピボットポイントを通じて最大7レベルのサポートとレジスタンスを作成します。 価格がこのサポートとレジスタンスの各レベルを尊重する方法は素晴らしいです。そこでは、オペレーションの可能な入口/出口ポイントを認識することができます。 特徴 最大7レベルのサポートと7レベルの抵抗 レベルの色を個別に設定します 入力 ピボットタイプ ピボットフィボRSJ1 =フィボ比1の計算 ピボットフィボRSJ2 =フィボ比2の計算 ピボットフィボRSJ3 =フィボ比3の計算 ピボットフィボクラシック=クラシックピボット計算 最小ピボットレベル ピボット3レベル ピボット4レベル ピボット5レベル ピボット6レベル ピボット7レベル それでも質問がある場合は、ダイレクトメッセージで私に連絡してください: https://www.mql5.com/ja/users/robsjunqueira/
FREE
Rainbow MT4 is a technical indicator based on Moving average with period 34 and very easy to use. When price crosses above MA and MA changes color to green, it’s a signal to buy. When price crosses below MA and MA changes color to red, it’s a signal to sell. The Expert advisor ( Rainbow EA MT4) based on Rainbow MT4 indicator, as you can see in the short video below is now available here .
FREE
Harvest FX
Sayan Vandenhout
5 (5)
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
Vanda FX
Sayan Vandenhout
5 (2)
Vanda FX USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 4 great strategies The EA can be run on even a $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
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
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
GoldRushPro
Yuri Congia
4.4 (15)
GoldRushProEX: The Ultimate Trading Companion Welcome, Traders and Investors! Embark on an unparalleled trading journey with "GoldRushProEX" – your ultimate trading companion designed to navigate the complexities of the financial markets with precision and efficiency. In this comprehensive guide, we unveil the intricate workings of this cutting-edge trading tool, meticulously crafted to elevate your trading strategy to new heights. now on the market for FREE worldwide: Don't forget to visit m
FREE
Moving Along USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON M15 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 5 great strategies The EA can be run on even a
FREE
このプロダクトを購入した人は以下も購入しています
The Gold Reaper MT4
Profalgo Limited
4.72 (32)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポート
Quantum Emperor MT4
Bogdan Ion Puscasu
4.92 (131)
ご紹介     Quantum Empire EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Empire EA を購入すると、Quantum StarMan、Quantum Trade EA、または Quantum Gold Empire を無料で入手できる可能性があります!*** 詳細については個別にお問い合わせください。 新しい Live Signal V4:   ここをクリックしてください MT5バージョン:   ここをクリック 量子EAチャネル:       ここをクリック *プロモーション価格: $1199。 10回購入するごとに価格が10
Good afternoon. My name is Roman, I am the creator of Gold Rain EA. I have been preparing for its realization for a long time, went through a lot of tests and now I finished the product and went on sale with a live good signal. My motto is to use only live signals, I do not release products without history or lack of real accounts. Now you have the opportunity to try Gold Rain EA in your hands. I will help every client to customize and install EA, from beginner to pro. Tired of complicated EA mo
HFT Prop Firm EAは、その独特のロゴからGreen Manとも呼ばれており、高頻度取引(HFT)戦略を許可するプロプライエタリトレーディング会社(prop firms)の課題や評価を克服するために特別に作成されたエキスパートアドバイザー(EA)です。 期間限定:HFT Prop Firm EAを購入すると、$198相当の無料ユーティリティがもらえます MT5バージョン: https://www.mql5.com/en/market/product/117386 HFTチャレンジパフォーマンスモニター($200から開始): ブローカー:IC Markets アカウント番号:66603384 サーバー:ICmarketsSC-Demo06 パスワード:Greenman ブローカー:IC Markets アカウント番号:21718043 サーバー:ICmarketsSC-Demo02 パスワード:Greenman 結果1: https://c.mql5.com/31/1055/hft-prop-firm-ea-screen-4333.gif 結果2: https://c.mq
AI Gen XII EA This is an Expert Advisor with the latest use of Artificial Intelligence and Neural Networks. The EA runs on the top-of-the-line GPT-4o platform and also uses Advanced Discrete Fourier Imaging in ATFNet aligns the frequency spectrum of the input series, allowing for a more complete analysis of time series data. The EA also boasts trading on different strategies simultaneously and matching backtest trades and real trading, which is very important in its time.  Details about Advisor
way to starsは、市場のボラティリティが低い期間に低リスクの機会を活用して取引するために特別に設計された夜間スキャルピングeaです。この夜のスキャルピングeaは頻繁な取引のための小さな価格の動きをキャプチャすることに焦点を当て、それによって時間をかけて利益を蓄積します。1トレードあたりの潜在的な損失を抑制するために、厳格なストップロス対策を採用し、効果的なリスク管理を確保しています。way to starsは、ニューラルネットワーク、人工知能、chatgpt、または完全な直線バックテスト結果に依存しない、本物で正直な取引システムです。 MT5       マニュアル   signal:   https://www.mql5.com/en/signals/2220466 次価格: $699 setfile of signal このeaの特徴: 適切な通貨ペア:GBPUSD 時間枠の読み込み:任意の時間枠です 格子なし、マーチンゲールなし、一度に単一の取引 リスクを低減するために、注文を小さい注文に分割します リミット最大ポジションと最大浮動損失率を通じてリスクを管理します タイ
# Neon Trade MT4 あなたの注意を紹介するNeon Trade - これは通貨市場でのアルゴリズム取引の分野で独自の革新で、高度な機械学習の方法を使用します。 私たちのアドバイザーは完全に自動化されており、任意のグラフと時間枠に設定した後ですぐに働く準備ができています。原則に従って動作します - グラフに掲げて忘れます。唯一必要なことは、端末の設定で私のAPI " https://xmpp.madsysadm.ru "へのアクセスを許可し、 DYNAMIC モードをオンにすることです。それ以外のことは、アドバイザーが自分で行います。 貿易監視 !!! MetaTrader 5 用バージョン !!! MetaTrader 4 用の無料(ライト)バージョン   設置と操作のマニュアル なぜこのアドバイザーを購入する必要があるのか、 特に触れたいと思います 。無料版がオリジナルとほぼ同じものと思われがちですが、そうではありません。無料版では、デモ機能のみが組み込まれており、すべての設定は自分で選び出す必要があります。それは私が時折公開するものから選ぶものです。静的な設定は
FT Gold Robot MT4
Marzena Maria Szmit
4.93 (29)
Introducing the FT Gold Robot MT4, your ultimate companion in navigating the intricate world of XAUUSD trading. Developed with precision and powered by cutting-edge algorithms, FT Gold is a forex robot meticulously crafted to optimize your trading performance with   XAUUSD pairs . With its advanced analytical capabilities,   FT Gold Robot   constantly monitors the gold market, identifying key trends, patterns, and price movements with lightning speed. The FT Gold Robot opens 5 positions every da
Gold Trade Pro
Profalgo Limited
4.63 (24)
プロモーションを開始します! 449ドルで残りわずかです! 次の価格: 599ドル 最終価格: 999ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro はゴールド取引 EA の仲間入りですが、大きな違いが 1 つあります。それは、これが本物の取引戦略であるということです。 「実際の取引戦略」とは何を意味しますか?   おそらくお気づきかと思いますが、市場に出回っているほぼすべてのゴールド EA は単純なグリッド/マーチンゲール システムであり、市場が初期ポジションに逆らったときに取引を追加します。  それらは「ニューラル ネットワーク/AI/機械学
Waka Waka EA
Valeriia Mishchenko
4.34 (50)
EA has a live track record with 4.5 years of stable trading with low drawdown: Live performance MT5 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make p
EA Gold Stuff
Vasiliy Strukov
4.74 (1011)
EA Gold Stuffは、金取引のために特別に設計されたExpert Advisorです。 この作業は、ゴールドスタッフインジケーターを使用した注文の開始に基づいているため、アドバイザーはトレンドに従うことを意味する"トレンドフォロー"戦略に従って動作します。 重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! トレンド スキャナーの強力なサポートを利用して、無料のインジケーターを入手し、プライバシーを守ります。あーみー!   リアルタイムの結果はここで見ることができます パラメータ 新しいシリーズを開く-新しいシリーズの注文の開始をオン/オフします。 開始ロット-開始ロット。 トレードバイ-Expert Advisorが購入できるようにします。 トレード売り-Expert Advisorが売ることを許可します。 ヘッジを使用する-機能が有効になっている場合、アドバイザーは買いと売りの両方の方向を取引し、機能が無効になっている場合、アドバイザーは一方向 マネー Manadgementを使用-オン/自動ロット計算の使用をオフにします。 オー
注意事項 EAには最大6つのエントリーポイントが含まれ、各取引のロット数は注文ロット数に6を乗じたものとなるため、ロット数が大き過ぎないようご注意ください。 ロット数のデフォルトの計算方法は資金のパーセンテージではありません。デフォルトの計算方法はレバレッジの影響を受けないため、リスクをより正確に管理できます。  リスク耐性を高めるために、1,000ドル以上の資金のご利用をお勧めします。 複数の通貨ペアを同時に使用するとリスクが蓄積される可能性があるためご注意ください。 こちらはMT5バージョンです。MT5バージョンは市場環境をより正確に再現できます。 MT4バージョンが必要な場合は、後日リリースいたします。 取引にはリスクが伴うため、こうしたリスクを理解し効果的に管理することが非常に重要です。 リアルマネーシグナル: クリックして表示 ライブシグナル: クリックして表示 MT5バージョン: MT5へ移動 618セール、期間限定で300ドル割引 現在、ゴールドEAを無料で提供するキャンペーンを行っています。購入後にご連絡いただければ、お受け取りいただけます。このキャンペーンは期間
Ai Hybrid Robot MT4
Mansour Babasafary
5 (3)
Several experts in one expert With this expert, you can use several up-to-date strategies Enhanced with artificial intelligence Can be used in several popular forex currencies Can be used in the most popular forex time frames Without using high-risk strategies Attributes : Can be used in the EURUSD , GBPUSD , USDCHF , AUDUSD , USDCAD , NZDUSD  currency pairs Can be used in M30 , H1 , H4 , D1 time frames Has profit limit and loss limit Without using risky strategies like martingale or hedg
Live signal :   TrendMaster FX The MT4 version : TrendMaster FX MT4   618セール、期間限定で300ドル割引 現在、EAの試用キャンペーンを実施中です。購入後にご連絡いただければ、「Gold Garden」または「AI TradingVision GPX」をご利用いただけます。詳細はお問い合わせください。 おすすめの通貨ペア: 英ポンド/米ドル(GBPUSD) 米ドル/カナダドル(USDCAD) ユーロ/米ドル(EURUSD) リスク設定: 積極的なトレーダーのための最大リスク設定は0.15です。 より保守的なトレーダーや、特に資本の大きい人は、0.05以下に設定することをおすすめします。 購入後: ユーザーマニュアルと注意事項を入手するために、私たちに連絡してください。すでに購入された方は、おすすめのユーザーマニュアルを参照してください。 安全で安定したEA: 当社のEAは、グリッドまたはマーチンゲール戦略を使用していません。各注文にはストップロスがあります。 大きな価格変動が発生した場合、ヘッジ保護があり、EA
Boring Pips MT4
Thi Thu Ha Hoang
5 (12)
今年一番のセールに備えてください!バージョン4.0が登場し、弊社のBoring Pips製品が40%の大幅割引で提供されています。今$299でご利用いただけます! しかし急いでください、このオファーは7月18日までか、10部売れるまで有効です(早い方が適用されます)。この素晴らしい取引をお見逃しなく! ほとんどのエキスパートアドバイザーがバックテストのパフォーマンスは完璧でも、実際の取引では効果的でない理由について考えたことはありますか? 最もありそうな答えは過学習です。多くの EA は利用可能な過去のデータに完璧に適応するように作成されていますが、構築されたモデルに一般化能力がないため、将来を予測することができません。 一部の開発者は、過学習の存在を知らないか、知っていても防止する方法を持っていません。他の人はそれをバックテスト結果を美化するためのツールとして利用し、統計的な有意性を考慮せずに数十の入力パラメータを追加し、取引戦略を過去のデータに過度に合わせ、自分の EA が将来において同様のパフォーマンスを達成できると他の人に納得させようとします。 もし興味があって、過学習に
ローンチプロモーション: 現在の価格で入手可能な限定数のコピー 最終価格: 990$ NEW: 無料で EA を 1 つゲット!   (2取引口座の場合) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP:   Click here Set Files DayTrade Pro アルゴリズムへようこそ!   何年にもわたって市場を研究し、さまざまな戦略をプログラミングしてきた結果、優れた取引システムに必要なすべてを備えたアルゴリズムを見つけました。 ブローカーに依存しない スプレッド インディペンデント MT4、MT5、TDS2、および複数のブローカーで、実際の変数スプレッドテストを使用して非常に安定したバックテストを簡単に示します 何百もの異なる設定はすべて、テストで有益な結果をもたらします (もちろん、私は最高のものを選択しました!) 非常に堅牢なシステム -> 設定は交換可能であるため、USDJPY
Big Forex Players MT4
Marzena Maria Szmit
4.68 (25)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the   biggest Banks   (p ositions are sent from our databa
Gold Trading Algo
Ho Tuan Thang
3.93 (14)
ONLY 3 COPIES OUT OF 10 LEFT AT $299! After that, the price will be raised to $399. Limited price $299 is only for 10 first sales. After 10 sales, the price will be raised +$100. Final price for Gold Trading Algo is $1999. IMPORTANT! Contact me immediately after the purchase to get instructions and Manual Guide to set up EA. Forex EA Trading Channel:  Update the latest news from me Some Features: - No Martingale, No Grid - The order is always protected by Stoploss - EA is using in-bu
ローンチプロモーション 現在の価格で購入するために残っている販売は3つだけです。 次回価格: $993 無料でUS30スキャルパーEAとQuantum Algo EAを入手 -> 購入後にご連絡ください Live signal:  https://www.mql5.com/en/signals/2220190?source=Site+Profile+Seller Prop Signal:  https://www.mql5.com/en/signals/2223219?source=Site+Signals+Profile+From+Author MT5:  https://www.mql5.com/en/market/product/116010?source=Site+Market+Product+Page Prop Challenge取引履歴: https://www.mql5.com/en/blogs/post/757093 よくある質問: https://www.mql5.com/en/blogs/post/757094 Diamond Titan FXのさらなる分析: h
GoldPulse AI
Babak Alamdar
4.21 (14)
バックテストではなく、実際の取引システムを購入してください。 Live Signal 1     Live Signal 2       Live Signal 3   この価格はプロモーション期間中の一時的なもので、間もなく値上げされます EA を 1 つ無料で入手 -> 購入後に連絡してください 現在の価格では残りわずかです。次の価格は -->> 1480 $  Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! これは、XAUUSD、XAUEUR、XAUGBP、XAUAUD、XAUJPY、XAUCHF、XAUSGD、XAUCNH などの完全なペアで金または XAU を取引する最初の最もスマートなロボットです。 私は毎日ニュースをチェックし、技術的、基本的、感情的な裏付けが得られる機会はすべて利用します。せっかちなトレーダーのポケットから患者のポケットにお金が落ちます! この市場では、賢い人々と競争することになります。彼らはあなたのお金を手に入れようとしており、あなたも彼らのお金を手に入れようとしています。最も正確
あらゆる取引戦略をポジション取引戦略に変換したり、不利な動きをしたポジションの自動ドローダウン制御システムを含む実証済みの RSI および ADR ベースのポジション取引戦略を取引したりできます。 この EA は、Market Structure Trader Web サイトで長年にわたって教示されているポジション取引戦略に使用されてきた MRA EA を進化させ、簡素化したものです。 ウェブサイトへのリンク、無料のポジション取引コース、その他の商品については、私のプロフィールをご覧ください。 EA は、「エラスティックバンド理論」を使用して市場構造の動きに自動的にスケールし、RSI 指標または取引したい外国為替商品の平均日幅 (ADR) の拡張を使用して、銀行や金融機関がとった動きを反転します。 ポジション取引は、小さなリスクと複数のエントリーを使用して市場にエントリーする方法です。つまり、最初の取引エントリーの精度は、エントリー後の EA による取引の管理方法ほど重要ではありません。 市場は予測不可能であり、長期的に持続可能な正確さで動きのタイミングを計ることは事実上不可能で
Diamond PRO
Fanur Galamov
5 (16)
Diamond PRO is enhanced powerful version of Diamond for advanced traders. Pro version includes optimized cores, new impoved entry points filters, new multistage profit closure algorithm and сontains number of external control parameter that allows build and fine tune own tradind decisions and algorithms. The system provides more accurate market entries, analyzes and filters upcoming economic news, contains spread protection and an advanced position management algorithm. Main goal of Diamond PRO
AW Recovery EA
AW Trading Software Limited
4.33 (73)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
割引価格の463ドルは2024年7月30日まで有効です。割引なしの価格は853ドルです。 ライブ結果を確認するにはこちら: $50K パーソナルシグナル:   [こちらをクリック] Prop会社のライブシグナル:   [こちらをクリック] MT5バージョンはこちら:   [こちらをクリック] Quantum Algo Trading MT4 EA   へようこそ。 このEAは単なる機械的なシステム以上のものであり、一生涯にわたるトレードの旅の仲間となるよう設計されています。 このEAは、トレードとプログラミングに13年以上の経験を持つ人物によって最適化されたブレイクアウトシステムを使用しています。 市場に出回っている他のEAとは異なり、過去のバックテスト結果のみに頼ることはなく、多くが意図的に過去に合わせて結果を操作しているのに対し、Quantum Algo Tradingは結果を過去に合わせることなく完全に自然なバックテストを行っています。また、実際の結果とバックテスト結果を比較したフォワードテストの段階も経ています。 このEAは、バックテスト結果と99.9%一
$999.99 END ON MONDAY, JULY 22, 2024 !   "FUTURE SIGHT OFFICIALLY ONLY SOLD IN MQL5" SAVE YOUR MONEY FOR THE AUTHENTIC FUTURE SIGHT, NOT WORTHLESS PIRATED COPIES. NEXT PRICE $850. FUTURE SIGHT IS EQUIPPED WITH HIGH SECURITY FEATURES AND HAS A UNIQUE CODE. THIS MAY STOP USERS FROM USING PIRATE FILES, IF APPROVED BY AUTHORIZED FUTURE SIGHT USERS, SO PROTECT YOUR MONEY! FUTURE SIGHT WITH A  WIN RATE OF MORE THAN 80% , OPENING 10 TO 20 OR MORE TRADING EVERY DAY ON 8 SYMBOLS, LOW RISK WITH  "SPECIAL
現在のプロモーション: 残り 1 個 349$ 最終価格: 999$ プロモーション ブログ で「 究極の EA コンボ パッケージ」 をチェックしてください 。   LIVE SIGNAL Bitcoin Scalp Pro は市場で唯一の取引システムです。  サポートとレジスタンスレベルのブレイクアウトを取引することにより、ビットコイン市場のボラティリティを悪用することに完全に焦点を当てています. EA の焦点は安全性にあります。これは、極端に低いドローダウンと取引の非常に優れたリスク/報酬比につながります。 EA は、ビットコインの実際の価格に基づいて、ストップロス、テイクプロフィット、トレーリングSL だけでなく、エントリーとロットサイズも計算する「スマート適応パラメーター システム」を内部で使用します。 つまり、ビットコインが 6000 または 30000 で取引されている場合、すべてのパラメーターの値が異なります。 EA は 2022 年 6 月以降、実際のライブ アカウントでフォワード テストされており、これまでのところ結果は非常に有望です。 ティッククオリ
EA Black Dragon
Ramil Minniakhmetov
4.78 (502)
EAブラックドラゴンはブラックドラゴンインジケーターで動作します。エキスパートアドバイザーはインジケーターの色で取引を開始し、注文のネットワークを構築したり、ストップロスで作業したりすることができます。 実際の作業の監視、およびその他の開発については、https:// www.mql5.com/en/users/mechanic/sellerを参照してください 。 ここですべての設定を見つけることができます!推奨事項 通貨ペアEURUSDGBPUSD  時間枠M15  推奨保証金1000ドルまたはセント  推奨設定デフォルト設定入力パラメータ  初期ロット-初期ロット; ロット乗数-後続の注文のロット乗数。 自動ロット-自動ロット計算を有効/無効にします。 自動ロットサイズ-自動ロットが有効になっている場合にアドバイザーがロットを使用するデポジットの金額。 距離-注文間の距離。 最大ロット-アドバイザーが開くことができる最大ロット。 利益を得る-利益を得る; ストップロス-ポイントでストップロス。 トレイルスタート-トレーリングストップがアクティブ化されたポイントでの
Scalp Bot EURUSD
Abu Talha Md Mahi Uddin
4 (8)
15% Discount Going on Previous Price 350$ Current    Price 299$ Best EuroUsd EA in the market...101$ to 1040$ (940%)  in 12 months . Contact @mahicmc21 telegram  EA Strategy Take scalp Positions in Higher Time Frame Trend with safe Pips Distance/ Major Pair EurUsd Then you can also use :AudUsd/GbpUsd/NzdUsd Major & Safe TF is H1 / Minor & Aggressive TF is M1 Minimum Deposit is 500$ / SAFE Deposit is 1000$ For each 500$ you can add 1 Major Pair I am running this EA 24 Hour with all high impa
Ai Multi Trend MT4
Mansour Babasafary
5 (5)
25% discount, until 2024.07.16 (Original price: $1000) Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. Expert trend hunter Combined with artificial intelligence Control the AI with a variety of simple settings Without using dangerous strategies (all trades have a profit limit and a loss limit) Can be used in 6 main market currency pairs and 4 important time frames An expert who has been trained by artific
Bonnitta EA
Ugochukwu Mobi
3.5 (20)
Bonnitta EA は、保留ポジション戦略 (PPS) と非常に高度な秘密取引アルゴリズムに基づいています。 Bonnitta EA の戦略は、秘密のカスタム指標、トレンドライン、サポートおよびレジスタンス レベル (価格アクション)、および上記の最も重要な秘密の取引アルゴリズムを組み合わせたものです。 3 か月以上のリアルマネーテストなしで EA を購入しないでください。ボニッタ EA をリアルマネーでテストするのに 100 週間以上 (2 年以上) かかりました。結果は以下のリンクで確認してください。 BONNITTA EA は愛とエンパワーメントから作られています。 少数の購入者のみを対象とした価格設定と著作権侵害アルゴリズムの実装です。 Bonnitta EA は、22 年間で 99.9% の品質を持つ本物のティックを使用してテストされ、実際の市場状況に近いスリッページとコミッションでストレス テストに合格しました。 Expert Advisor には、完全な統計制御による統計収集およびスリッページ制御のアルゴリズムが含まれています。 この情報はブローカーのトリッ
作者のその他のプロダクト
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
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
"Bot Vasya" is my assistant in the world of trading, which offers a variety of strategies and modes for trading in the market. It is suitable for both novice and experienced traders. Main advantages: Multifunctionality:       a wide range of tools for effective trading. The use of algorithms and strategies allows the bot to analyze the market and predict price movements, providing trading operations. Flexibility and Personalization:       with “Bot Vasya” you get the opportunity to customize
フィルタ:
vimolinab89
93
vimolinab89 2024.04.03 20:41 
 

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

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

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

agrushev777
2328
agrushev777 2024.02.17 17:28 
 

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

lllvvv999 吕
38
lllvvv999 吕 2023.11.09 21:38 
 

can you tell me 8613356000373

5013407953
59
5013407953 2023.11.09 05:55 
 

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

L.Verschoor
104
L.Verschoor 2023.11.06 11:02 
 

Very good

MattyTrading
2312
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
148
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
20424
開発者からの返信 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
7979
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
121
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
66
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
704
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
272
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

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.