MQL Universal EA

4.33

Summary of the Expert Advisor

This EA will trade using standard MT4 indicators such as Moving Averages, MACD, RSI, Bollinger Bands, and so on. The EA was made so that these indicators can be mixed or matched so a number of possibilities can be traded with. Each indicator can be enabled or disabled and many settings are adjustable for each indicator. There are also other features included like multiple time frame capability and money management. As a result, many different trading strategies can be traded from this single EA. Trading results will depend on the strategy and settings you choose to use.


Input Parameters

  • Stealth Mode
    If true, all TP/SL levels will be hidden from the broker and will not be visible in the trading terminal. If false, orders will be modified and the TP/SL levels will be entered with the broker as usual.
  • Close By Opposite
    If true, an opposite trading signal will automatically close out an order if it is still open. For example, if a buy order is open and a new sell signal is recognized, then the buy trade would automatically close.
  • TakeProfit
    Amount in pips that the TP will be set at for each trade.
  • StopLoss
    Amount in pips that the SL will be set at for each trade.
  • Slippage
    The maximum amount of slippage allowed for opening and closing a trade. If the slippage at the time of execution is higher than this amount then the execution will stop.
  • Max. Spread
    The maximum amount of spread allowed for opening and closing a trade. If the spread is higher than this amount, the order will not be executed. The EA will wait until the spread drops down to allowable levels and try again as long as all indicator conditions are still met.
  • MagicNumber
    This is a typical Magic Number input for the EA. Set a different number of your choice for each chart you have an EA running on. The magic number must be greater or equal to 0 and must be a whole number.
  • Lot Mode
    This is where you should select the type of money management (MM) that you want to use. The available options are : 1=Fixed, 2=Risk, 3=Martingale.
  • Fixed Lot Size
    This input is used if the 'Lot Mode' is set to 1.
  • Risk
    This input is used if the 'Lot Mode' is set to 2. The higher the number then the higher the lots per trade. This type of MM uses account equity and account free margin in its calculations.
  • Max. Martingale Orders
    This input is used if the 'Lot Mode' is set to 3. This input represents the maximum number of times the Martingale multiplier will be applied to the lot size.
  • Martingale Multiplier
    This input is used if the 'Lot Mode' is set to 3. The input represents the multiplier used for the Martingale trades. For example, if the last losing trade's lot size was 2.00 and the multiplier is set to 2 then the new trade's lot size would be 4.00.
  • Trailing Start
    The amount of profit in pips that must be reached before the TS is activated. For example, if set to 10 then this means that once 10 pips in profit is reached, the trailing stop will be started and the SL will be moved 'Trailing Stop' pips behind current market price. Setting this input to 0 does not disable the TS. Setting to 0 would simply mean that the TS is immediately started once a pip in profit is reached.
  • Trailing Stop
    The amount of pips that the SL will trail the market. If set to 0, then the trailing stop will be disabled.
  • Trailing Step
    The amount of pips difference between each TS modification. For example, if set to 1 then the SL might be modified like this: 1.5001, 1.5002, 1.5003, and so on.
  • Break Even Start
    The amount of pips in profit an order must go before the BE is activated. The BE is disabled if this input is 0.
  • Break Even Pips
    The amount of the break even relative to the order's open price. For example, if a buy order opens at 1.5000 and this input is set to 1, then the BE would move the SL to 1.5001 so that 1 pip profit would be locked in.
  • Use Timer
    If true, the trade timer is enabled. If false, the trade timer is disabled.
  • Start Time
    This represents the allowable start time that new trades can start to be opened. Any existing trades are not affected and would still close normally. This input must be in a valid format in order to be used properly. The format should be similar to the default setting. Do not add any strange characters or spaces to the input string. For example, 08.00 and 08 00 are not the same as 08:00. The timer is based on the broker's operating time as seen in the MetaTrader platform. The timer is not based on GMT time or your PC's time. Both hours and minutes can be used in the timer. This input is only used if the 'Use Timer' input is true.
  • End Time
    This represents the allowable end time that new trades can be opened up until. After this time, no new trades can be opened. Existing trades will not be closed out if the current time goes past this set time though. Existing trades would close out as usual. Everything else is similar to the above 'Start Time' input.
  • Indicators Shift
    This input is used for all enabled indicators. It represents the shift that the EA will look at the indicator values. If set to 0, then the EA will consider real-time values. If set to 1, then the EA will look at the last closed bar's values. And so on. Setting this input greater than 0 will make the EA use confirmed indicator values.
  • Reverse Signals
    This input is used for all enabled indicators. It will reverse the signal recognized for each indicator. For example, if the indicator normally is showing a buy signal and this input is true, then the EA would see it as a sell signal instead.
  • MA's Used
    Turns on/off the MA signal. The MA signal is when the faster MA is crossed over the slower MA. For example, if the faster MA is higher than the slower MA then this is a buy signal.
  • MACD Used
    Turns on/off the MACD signal. The MACD signal is when the main MACD histogram bars are crossed over the MACD signal line. For example, if the main histogram bars are above the signal line then it is a buy signal.
  • STOCH Used
    Turns on/off the Stochastic signal. The Stochastic signal is when the main line is crossed over the signal line. For example, if the main line is above the signal line then this is a buy signal.
  • RSI Used
    Turns on/off the RSI signal. The RSI signal is when the RSI value is crossed above or below the 'RSI_High_Level' and the 'RSI_Low_Level'. For example, let's say the 'RSI_Low_Level' is set to 30 and the 'RSI_High_Level' is set to 70. And the RSI is 31.55 and the last cross was a cross upwards of the low line. Then this is a buy signal since the RSI is higher than the low level but lower than the high level and heading upwards.
  • CCI Used
    Turns on/off the CCI signal. The CCI signal is when the CCI value is above or below the 'CCI_High_Level' and the 'CCI_Low_Level'. For example, let's say the 'CCI_Low_Level' is set to -100 and the 'CCI_High_Level' is set to 100 . And the CCI is -65.92 and and the last cross was a cross upwards of the low line. Then it would be a buy signal since the CCI is greater than the low level but lower than the high level and heading upwards.
  • WPR Used
    Turns on/off the WPR signal. The WPR signal is when the WPR value is above or below the 'WPR_High_Level' and the 'WPR_Low_Level'. For example, let's say the 'WPR_Low_Level' is set to -80 and the 'WPR_High_Level' is set to -20. And the WPR is -77.52 and the and the last cross was a cross upwards of the low line. Then it would be a buy signal since the WPR is greater than the low level but lower than the high level and heading upwards.
  • BB Used
    Turns on/off the Bollinger Bands signal. The Bollinger Bands signal is when price moves higher or lower than the upper and lower Bollinger Bands. For example, if price goes below the lower Bollinger Band then this is a buy signal.
  • ENV Used
    Turns on/off the Envelopes signal. The Envelopes signal is when price moves higher or lower than the upper and lower Envelope bands. For example, if price goes below the lower Envelope band then this is a buy signal.
  • AL Used
    Turns on/off the Alligator signal. For a buy signal, the Alligator signal is when the Lips line is higher than the Teeth line while the Teeth line is higher than the Jaws line. And the opposite for a sell signal.
  • OSMA Used
    Turns on/off the OSMA signal. The OSMA signal is when the OSMA value is crossed above or below the 0 line. For example, if the OSMA value is 0.0014 then this is a buy signal. If the value is -0.0014 then this is a sell signal.
  • AO Used
    Turns on/off the Awesome Oscillator signal. An Awesome Oscillator signal is when there is a "saucer" formation. A "saucer" consists of two increasing bar values that are above 0 having a bar with lesser value between them. Therefore, an "inverted saucer" consists of two decreasing bar values below 0 having a bar with larger value between them. A "saucer" formation requires a minimum of 3 closed candles.


Notes

  • When initialized, the EA attempts to download history from other TF's. This is so it can import the correct values since it is an MTF capable EA. It may take a little time for this to happen. If you see this message, just know that it is downloading the data and wait a little time.
  • Each indicator has it's own time frame setting. So the EA has MTF capability.
  • Each indicator has it's own applied prices setting. For example, SMA, EMA, SMMA, and LWMA.
  • Each indicator has it's own calculation method setting. For example, Close, Open, High, Low, Median, Typical, and Weighted.
  • The indicators have a choice of how they will be used:
    • The first is 'Confirmation'. In this mode, the indicator will act as confirmation for the order. For example, let's say the Stochastic is enabled and it is set to 'Confirmation'. Then if the main line is already above the signal line then a buy trade can occur. Or let's say the RSI is enabled and set to confirmation. Then if the RSI is already above the low level then a buy trade can occur.
    • The second choice is 'Trigger'. If the input is set to 'Trigger' then this means that there needs to be a fresh signal for a trade. For example, let's say Stochastic is enabled, if the main line crossed over the signal line now then a trade will occur (granted other signals and conditions are met of course).
  • The EA may or may not trade soon after you start it depending on your settings, TF(s) used, and market conditions. It doesn't mean there is a problem just because it doesn't trade right away! Trades may also be prevented because of common causes such as spread, slippage, lots, and so on. So please make sure to understand all the settings.
  • IMPORTANT: Check out our site using the link in my profile to find other FREE indicators and EAs!


レビュー 18
clony237
34
clony237 2025.06.08 05:14 
 

this bot is amazing but i had a problem with the trailing stop loss it seem is not working at all if someone can give me picture of the setting

ThinkMMQL
74
ThinkMMQL 2025.04.14 08:18 
 

Very good, thank you !

Jesroy
136
Jesroy 2023.07.07 14:26 
 

HI Maritn, how to set the grid distance between trades for martingale?

おすすめのプロダクト
EA Permanent FREE
Vladimir Gorbachev
2 (1)
This is a medium-term conservative system. It tracks quote movements and defines entry points. The Expert Advisor is completely automated and features the unique algorithm. This demo version trades USDJPY. Features It does not use Martingale; No grid; No scalping; No excessive parameters; Fixed lot; No complicated settings. Trades are usually opened infrequently. Orders may remain open for a few days for obtaining greater profit. Amount of trades per month is from 5 to 20. Deals are closed by T
FREE
Ord Mantell
Yury Emeliyanov
5 (1)
Suitable currency pairs:   EUR/JPY H1   (there will be sets with settings for other currency pairs in the discussions) Indicators used:   "ATR MA Oscillator", "Entry Time", "Top Bottom Price" and "Previous High Low" Default lot size =   5% Other Products:  https://www.mql5.com/ru/users/yura1994ru/seller#products Test results since 2017 for the EUR/JPY H1 pair Initial balance = 500  $ Net profit = 2,372,808  $ Profitability = 4.07 Profitable trades = 84% Drawdown = 7% Recommendation: use an ac
This is a free version of the EA  TrendSurfer OsMa  https://www.mql5.com/en/market/product/104264   TrendSurfer OsMa   receives signals from a technical analysis of in-built MetaTrader 4 indicator Oscillator of a Moving Average (OsMA) and then implements   The Quantum Forex Trading System   to generate positive results. Discover: The Quantum Forex Trading System _Mastering the Market with Advanced Algorithms & Multifaceted Strategies_ --- Redefining Forex Trading: In the vast realm of forex, wh
FREE
Euro Gift (EURUSD M15) I am celebrating my birthday, so i will publish some EAs for FREE. This EA has been developed for EURUSD M15.  Strategy is based on ICHIMOKU indicator and has very little parameters - so its VERY ROBUST. It uses Stop pending orders with   ATR   Stop Loss . At 9:00 pm we are closing trading every Friday to prevent from weekly gaps. !!!Adjust these times to your broker time. Preset values are for UTC+2 only!!! For every candle the pending orders are modified to adapt the mar
FREE
DAX Bull
Matthew Lewis Beedle
3.5 (2)
Sometimes there is money to be made in simplicity! The DAX Bull works using a simple moving average both for short and long. It has an advanced order and trailing system which essentially helps in hitting those big wins. This bot is a trend bot and as such expect win rate to be around 40%, expect around 13-20 trades per month. As always, judge more on live signals and your own backtesting! If you have questions just message me on MQL5. My main selling point as a EA creator? Brutal honesty. I s
FREE
Imperium Pattern EA   USE IT ONLY WITH THE SET FILES I POSTED TO THE COMMENT SECTION.  This is the biggest update in the life of the Imperium Pattern EA, it got new features and engine. ---It got the official TheNomadTrader Dynamic engine system alongisde with good risk:reward ratio ---New feature that allows traders to tell the EA after how much time(X value in minutes) the EA can close trades by dynamic exit. This feature boosts the EA perfoemance and it is a key feature in crisis situati
Hourglass
Vladimir Khlystov
4 (1)
Logarithmic Network - cm-hourglass Expert Advisor The Expert Advisor places orders with a decreasing lot and step in the direction of the trend and with an increasing lot and step in the counter-trend direction. It sets Take Profit for every direction to avoid breakeven of the entire series. The farthest order in the direction of the trend is closed with a farthest counter-order so as to get the positive total, thus pulling the entire network to the price without letting it expand. Parameters Lo
<LOGIC> EA will place order based on the original logic. This EA should work with take profit and stoploss. Default TP is 50pips and SL is 50pips. If the order was closed with stoploss, EA will stop in that day. Next day, EA will restart and trade again with lot size increasing. Lot size and volume multiple is changeable in the parameters. <Best Pair and TF> EURUSD and GBPUSD TF H1 <Default set> Already optimized TP 50pips SL 50pips Martingale Volume muti X 2 Max martingale 5
FREE
High Point Scalper EA  trade is based on Price high and low level to determine the next trend   with martingale  strategy . The EA will find the best entry and exit points  This Expert advisor is mainly for synthetic Trade    , check it out on Jump100 recommended assets  JUMPS100  Recommended Broker..  Deriv Timeframe  H1  Minimum deposit $100 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. you will get  one expert a
This expert is designed to catch up the last events in an hour time frame and compare it to previous hours and then make decisions, this hedging experts starts  from  0.10 , 0.50 and 1.50 depending on conditions  it moves from one level to the other  This expert have proven his effeciency through currency pairs and metals  as well it is adviced to use it with at least 10 pairs or different trades and the reason to get your investment back  within few days i suggest to start with 500 EUR or USD  
ON THIS LINK YOU CAN FIND NEW VERSION  https://www.mql5.com/en/market/product/53022 https://www.mql5.com/en/market/product/53022 /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/- /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/- /-/-/-/-
FREE
Candle Flip Martingale (MA-Confirm + DD Guard + Profit-Only Trailing) What it is An MT4 expert advisor that follows the trend, adds positions only on confirmed momentum (“candle flip”), and protects the account with a dual safety layer: maximum drawdown guard and profit-only trailing stop . A dark dashboard shows live KPIs (Balance/Equity, DD gauge, target progress, equity sparkline, active positions). Core Logic Seed Entry (trend + MA confirm) The first trade (“seed”) opens only when the late
Fenix cta
Jose Augusto Povoa Santana
こちらが日本語の翻訳です: --- EA「FENIX CTA」は、高度に設定可能で自動化されたスキャルピング戦略を求めるトレーダーに最適であり、迅速な取引を実行し、効果的なリスク管理が可能です。 EA「FENIX CTA」は、US30およびNAS100のインデックス専用に推奨されており、92%以上の高い勝率を誇るセットが付属しています。これにより、これらの市場で高い精度を求めるトレーダーにとって効果的なソリューションとなります。 「FENIX CTA」は、高頻度戦略に基づいてForex市場での取引を行うように設計されており、短期間での小さな価格変動を利用することを目指しています。テクニカル指標とリスク管理の組み合わせを使用して迅速なエントリーとエグジットを行い、利益を最大化し、損失を制限することに重点を置いています。以下は、このEAの原則と利点です: ### EA「FENIX CTA」のスキャルピングの原則: 1. **テクニカル指標**:    - **RSI(相対力指数)**:EAはRSIを利用して過剰購入(市場が下落しそうなとき)および過剰売却(市場が上昇しそうなと
EA Fantom
Rahul Kumar Trivedi
1 (1)
EA is based on Parabolic SAR and MACD indicator.  if there are loss EA try to recover loss and fix position by placing another bigger order( factor multipler) after grid gap. if there is profit it waits to optimize profit.    Suitable for Beginners No complex settings Just use EURUSD M5 time frame YOU CAN CONTACT ME FOR OPTIMIZATION Please leave the comment your like or dislike I will be happy to answer all kind of query related to this product... I advise you to please check my ot
FREE
Cristoforo Gold Rush: Your Ultimate Trading Ally Welcome, Traders and Investors! Join the Conversation:   Telegram Channel for Cristoforo Gold Rush Step into the world of advanced trading with "Cristoforo Gold Rush," the ultimate trading ally engineered to navigate the complexities of financial markets with unmatched precision. In this comprehensive guide, discover how this state-of-the-art trading tool can elevate your strategies, turning every trade into an opportunity. Now Available ! Don't m
FREE
Hello all How the expert works on the MACD indicator In a way breakthrough level was put in the expert Login to buy or sell With multiplier deals being opened after a number of points All trades are closed together on a 20 pip gain. Parameters: MACD indicator . Lot1: Manual Lot Size Auto_Lot: Set true to automatically calculate optimal Lot Size based on risk preferences, Set False if you want use manual lot size. Max_Risk: Max Risk as percentage of Equity* the greater this percentage is the gre
The art of Forex
Arthur Hatchiguian
5 (2)
The art of Forex is a new complex  Expert Advisor  that continuously trades in both directions. A series of orders will be opened to get the best average price  until the take profit is hit. It is optimal for making profits in an unpredictable market.  A loss coverage system  is integrated to allow the recovery of orders that are too distant from the current price. The best results are on  EUR/USD H1  but you can use it on any  forex pair  and  timeframe .  Live results :  https://myx.gg/mql5 S
FREE
Bossman EA Ver 1.1 Is the Scalping Forex Expert Advisor for MT4 Bossman EA Ver 1.1 Working on Timeframes (M5) Bossman EA Ver 1.1 Best Trigger Setting on Pair EURUSD or USDCHF Bossman EA Ver 1.1 Calculation is based of Envelopes indicator ///////////////////////////////////////////////////////////// (I N D O N E S I A (ID) (Rakyat +62)) Bossman EA Ver 1.1 Adalah Penasihat Ahli Scalping Forex untuk MT4 Bossman EA Ver 1.1 Bekerja pada Jangka Waktu (M5) Bossman EA Ver 1.1 Pengaturan Pemicu Terbaik
I speak in Hungarian. Magyarul beszélek benne. - You can find the indicator by my name. Which is in the picture and the video. On mql5.com.  " Utam MA High Low" - Megkeresheti az indikátort a nevemnél. Ami a képen és a videóban van. Az mql5.com-on.  " Utam MA High Low" Első felvétel. https://www.youtube.com/watch?v=YzmcyO50YdM&amp ;ab_channel=GyulaKlein (Első felvétel.   https://www.youtube.com/watch?v=FfqvT-i9TPk&feature=youtu.be Első felvétel. https://www.youtube.com/watch?v=MapbQrJ0uPU&t=
This trading expert advisors is an clone & upgrade of  "EA Rough Duster ", also trades best on GBPNZD minute 5 timeframe. Maintains a constant account growth and runs best on low spread and commission based accounts. Uses Martingale & perfect hedging to recover unprofitable positions ensuring no loss. Its consistent profit curves,low DrawDowns & risk proves the record for itself in reliability and consistency plus its unique market analysis ensures quick extraction of profits by scalping the mar
This Expert uses multiple indicators and special algorithm to choose the entry points and provide the maximum Gain with the minimum Risk . Run the BackTest and check the efficienty of the product. Working Conditions : This EA works on all Pairs on 15M Timeframe. With 1000 $ Balance Input Parameters : Trading Mode : Choose between 3 modes. AutoManagement : The lot will increase with the increasing of the balance. Trading Lot : The Lot is set manually. Take Profit : Set it by points. Spread
This EA takes advantage of Momentum in the Major Currencies . If a certain currency has enough momentum, the EA makes trades on the related pairs. The User Inputs of the EA are so straight-forward, they are in form of questions and suggestions. For example, you will see such questions or statements in the input panel: "Should we trade maximum once per day per pair?" "Close order if Break Even not activated after these seconds:" You will specify the required percentage difference between a Bullis
FREE
The Rise of Skywalker :    It is an advanced trading system. This is a fully automatic Expert Advisor, which allows you to presize the trade according to the preferences of the trader.         Is a revolution in the  customization of the trading.   The Rise of Skywalker   is a expert advisor based in  the indicator     The Rise of Sky walker:   ( https://www.mql5.com/es/market/product/44511 ) This system uses only one trade in each operation. Do not use Grip or martingale Low risk system since
Breakout Expert Advisor for   XAUUSD (Gold)   — places ATR-filtered pending Buy/Sell orders based on recent high/low ranges (recommended H1). Short overview: Gold Highest BreakOut is an automated Expert Advisor designed for trading   XAUUSD . It places pending Buy Stop / Sell Stop orders at breakout levels derived from recent High/Low ranges and uses ATR and range filters to reduce false entries. Key points: Strategy: breakout from recent High/Low over configurable period. Filters: ATR-based v
Pound Puppies GBPUSD M30 Everything is already set up for GBPUSD M30 timeframe . Strategy is based on breakout of the HIGHEST channel after some period of consolidation. It uses Stop pending orders with  ATR Stop Loss and FIXED Take Profit .  Strategy uses also   MOVE TO BREAK EVEN and PROFIT TRAILING   functions to lock as much profit as possible. For every candle the pending orders are modified to adapt the market behavior. You need to set only the lotsize depending on the amount of capital in
Fimathe Mt4
Mario Miguel Marques Vara
5 (1)
自動化Fimathe MT4戦略 - 効率と精度で取引 説明: Fimathe戦略はその収益性で広く認識されていますが、市場の監視には長時間が必要とされることでも知られています。この問題に対処するために、Fimathe MT4を導入し、戦略の実行を自動化するロボットです。 動作方法: Fimathe MT4は「半自動」モードで動作します。あなたが分析を行い、その分析に基づいてロボットが取引を実行します。 利点: 取引を行うために画面の前で何時間も待つ必要がなくなります。 ロボットは適切な場合に「ゼロ・ゼロ」テクニック(ブレイクイーブン)を自動的に適用します。 市場を常に監視しないことで機会を逃すことを防ぎます。 感情から自由な取引の決定を行い、規律を維持します。 あなたの分析が正確に実行されます。 なぜこのEAを取得するのですか: 実証済みの戦略:当社のEAは市場のトレンドを利用するために開発およびテストされた勝利の戦略を組み込んでいます。さまざまな市場状況での実績が証明されており、堅実な取引アプローチを提供します。 信頼性のある自動化:このEAを取得することで、戦略の実行を自動
AutoFib EA は、フィボナッチ リトレースメントとエクステンション レベルのパワーを活用して自動取引を行うように設計された最先端のエキスパート アドバイザーです。 初心者でも経験豊富なトレーダーでも、AutoFib EA は正確かつ効率的に取引戦略を強化します。 Test     The EA Before Risking Real Money.  テスト結果に応じて設定を調整します   結果。 ご質問はお気軽に   聞く。 主な特徴: 自動取引:     フィボナッチ レベルに基づいて売買注文をシームレスに開始し、手動による介入を最小限に抑えます。 カスタマイズ可能なパラメータ:     独自の取引スタイルに合わせて、フィボナッチ レベル、ロット サイズ、ストップ ロス、テイク プロフィットなどを調整します。 ダイナミックな市場適応:     市場の動向をリアルタイムで分析して適応し、確率の高い取引を特定します。 リスク管理:     統合されたストップロスおよびリスク管理機能により、規律ある取引と資本の保全が保証されます。 AutoFib EA を選ぶ理由 フィボナッチ
FREE
Profit is just like a capricious lady, that comes and goes, however today, the PROFIT can be BOUGHT! Having installed Forex Pips Hunter just once, you assure yourself of a long-awaited source of income. WHY? Because of some reasons listed below. Forex Pips Hunter...is...   The product that conquered the hearts of some of the world’s best beta-testers.   The product that redefined the definition of Real Success.   Fully automated system that combines some of the best qualities of the modern day s
Profit Trend
Investerce sp.z.o.o.
Profit Trend V-EA   Profit Trend is a multi-functional expert advisor for MetaTrader 4 terminals that allows you to trade using order grids, Trend Doubling, partial closing of losing positions and much more. The expert advisor algorithm allows you to trade both with and under the trend. The trending trade is structured in such a way that each new order is only opened if the previous order has a Stop Loss in the profit zone. Trading against the trend is conducted to close unprofitable positio
... *** Signal :  https://www.mql5.com/en/signals/1743955 EA Fx Lion Gold Trading is an Expert Advisor designed specifically for trading Gold (XAUUSD) work process will calculate support and resistance including the highest and lowest price of each candlestick  The EA will calculate pending orders at the highest or lowest price after the support/resistance level. and will close the pending order on the next day if not in use -EA does not martingale  -EA  have Stop Loss and Take Profit to prote
このプロダクトを購入した人は以下も購入しています
Vortex Gold MT4
Stanislav Tomilov
5 (29)
Vortex - 未来への投資 Vortex Gold EAはメタトレーダープラットフォーム上で金(XAU/USD)を取引するために特別に作られたエキスパートアドバイザーです。独自の指標と作者の秘密のアルゴリズムを用いて構築されたこのEAは、金市場の有益な動きを捉えるように設計された包括的な取引戦略を採用しています。その戦略の主要な構成要素には、CCIやパラボリックインジケーターなどの古典的なインジケーターが含まれており、これらは理想的なエントリーポイントとエグジットポイントを正確に知らせるために連動します。Vortex Gold EAの核心は、高度なニューラルネットワークと機械学習テクノロジーです。これらのアルゴリズムは、過去のデータとリアルタイムのデータの両方を継続的に分析し、EAがより高い精度で進化する市場トレンドに適応し対応することを可能にします。ディープラーニングを活用することで、Vortex Gold EAはパターンを認識し、指標パラメーターを自動的に調整し、時間の経過とともにパフォーマンスを向上させます。Vortex Gold EAは、独自の指標、機械学習、適応可能な取
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (172)
ご紹介     Quantum Empire EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Emperor EAを購入すると、Quantum StarMan が無料で手に入る可能性があります!*** 詳細についてはプライベートでお問い合わせください 検証済み信号:   こちらをクリック MT5バージョン:  ここをクリック 量子EAチャネル:       ここをクリック 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル 量子皇帝EA       EAは、1つの取引を5つの小さな取引に継続的に分割する独自の戦略を採用していま
EA Gold Algo
Mohamed Hassan
4.33 (3)
EA Gold Algo is a professional Expert Advisor specifically designed for Gold (XAUUSD) trading. It is engineered to capture extremely fast price movements  that occur when price escapes key structural zones with momentum. Gold is known for sharp expansions and aggressive volatility. EA Gold Algo is built to operate in these conditions with high-precision execution, strict risk control, and fast reaction speed . The EA does not use grid or martingale techniques . Each trade is executed independe
XIRO Robot is a   professional trading system   created to operate on two of the most popular and liquid instruments on the market:   XAUUSD and GBPUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and str
The Bitcoin Robot  MT4 is engineered to execute Bitcoin trades with unparalleled   efficiency and precision . Developed by a team of experienced traders and developers, our   Bitcoin Robot   employs a sophisticated algorithmic approach (price action, trend as well as two personalized indicators) to analyze market and execute trades swiftly with   M5 timeframe , ensuring that you never miss out on lucrative opportunities.   No grid, no martingale, no hedging,   EA only open one position at the sa
Game Change EAは、Game Changerインジケーターをベースにしたトレンドフォロー型の取引システムです。赤いドットが形成されると自動的に売り、トレンドの終了を示す黄色のXが表示されるまで売り方向に進みます。買い取引にも同じロジックが適用されます。青いドットが表示されるとEAは買いを開始し、黄色のXが検出されるとすぐに買いサイクルを終了します。 このEAはあらゆる通貨ペアとあらゆる時間枠に適していますが、M15時間枠のxauusdなどの強いトレンド銘柄で特に優れたパフォーマンスを発揮します。 リアルタイムの結果はここで確認できます。 個人ボーナスを獲得するには、購入後すぐにご連絡ください。 設定・マニュアルはこちら   設定 Open new series – true/false - 新たな一連の注文の始まり。 Trade Buy - EAが購入できるようにする Trade Sell -  EAの販売を許可する Support manual orders – true/false – EAが手動注文を制御できるようにする Use hedge - EAが買いと売りの両方
AI   Forex Robot - The Future of Automated Trading. AI Forex Robot is powered by a next-generation   Artificial Intelligence   system based on a hybrid LSTM Transformer neural network, specifically designed for analyzing XAUUSD, EURUSD   and BTCUSD price movements on the Forex market. The system analyzes complex market structures, adapts its strategy in   real time   and makes data-driven decisions with a high level of precision. AI Forex Robot is a modern, fully automated system powered by   ar
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
Aura Neuron MT4
Stanislav Tomilov
4.62 (13)
Aura Neuron は、Aura シリーズのトレーディング システムを引き継ぐ独特のエキスパート アドバイザーです。高度なニューラル ネットワークと最先端のクラシック トレーディング戦略を活用することで、Aura Neuron は優れた潜在的パフォーマンスを備えた革新的なアプローチを提供します。完全に自動化されたこのエキスパート アドバイザーは XAUUSD (GOLD) などの通貨ペアを取引するように設計されています。1999 年から 2023 年まで、これらのペアで一貫した安定性が実証されています。このシステムは、マーチンゲール、グリッド、スキャルピングなどの危険な資金管理手法を回避しているため、あらゆるブローカーの条件に適しています。Aura Neuron は、多層パーセプトロン (MLP) ニューラル ネットワークを搭載しており、これを利用して市場のトレンドと動きを予測します。MLP はフィードフォワード人工ニューラル ネットワーク (ANN) の一種で、特に単一の隠し層で構成されている場合は「バニラ」ニューラル ネットワークと呼ばれることがよくあります。MLP には、入力
Quantum King MT4
Bogdan Ion Puscasu
5 (2)
Quantum King EA — あらゆるトレーダーのために洗練されたインテリジェントパワー IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 発売記念特別価格 ライブ信号:       ここをクリック MT5バージョン:   こちらをクリック クォンタムキングチャンネル:       ここをクリック ***Quantum King MT4 を購入すると、Quantum StarMan を無料で入手できます!*** 詳細についてはプライベートでお問い合わせください! ルール   正確さと規律をもって取引を行ってください。 クォンタムキング EA     構造化グリッドの強さと適応型マーチンゲールのインテリジェンスを 1 つのシームレスなシステムに統合しました。M5 上の AUDCAD 用に設計されており、安定した制御された成長を望む初心者とプロフェッショナルの両
Gold Trade Pro
Profalgo Limited
4.61 (23)
プロモーションを開始します! 449ドルで残りわずかです! 次の価格: 599ドル 最終価格: 999ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro はゴールド取引 EA の仲間入りですが、大きな違いが 1 つあります。それは、これが本物の取引戦略であるということです。 「実際の取引戦略」とは何を意味しますか?   おそらくお気づきかと思いますが、市場に出回っているほぼすべてのゴールド EA は単純なグリッド/マーチンゲール
AI Prop Firms - Intelligent Automation Built for   Prop Trading Firms . AI Prop Firms is an advanced fully automated Forex trading system powered by   Artificial Intelligence , developed specifically to operate within the strict rules and evaluation models of prop trading firms. The system is designed to trade under controlled risk conditions while   maintaining consistency , stability, and compliance with prop firm requirements. AI Prop Firms uses intelligent market analysis logic that continu
Forex GOLD Investor
Lachezar Krastev
4.45 (49)
WINTER SALE — FINAL DAYS! Get Forex GOLD Investor with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Price: $217 (Regular Price: $547 — You Save $330!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Live Results: https://www.m
EA Gold Stuff
Vasiliy Strukov
4.7 (1081)
EA Gold Stuffは、金取引のために特別に設計されたExpert Advisorです。 この作業は、ゴールドスタッフインジケーターを使用した注文の開始に基づいているため、アドバイザーはトレンドに従うことを意味する"トレンドフォロー"戦略に従って動作します。 重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! トレンド スキャナーの強力なサポートを利用して、無料のインジケーターを入手し、プライバシーを守ります。あーみー!   リアルタイムの結果はここで見ることができます パラメータ 新しいシリーズを開く-新しいシリーズの注文の開始をオン/オフします。 開始ロット-開始ロット。 トレードバイ-Expert Advisorが購入できるようにします。 トレード売り-Expert Advisorが売ることを許可します。 ヘッジを使用する-機能が有効になっている場合、アドバイザーは買いと売りの両方の方向を取引し、機能が無効になっている場合、アドバイザーは一方向 マネー Manadgementを使用-オン/自動ロット計算の使用をオフにします。 オートロットオー
Vortex Turbo — 「嵐を操り、Vortexを制する」 Vortex Turboは、最先端のAIアーキテクチャ、適応型市場ロジック、そして精密なリスク管理を融合した独自の開発技術であり、インテリジェントトレーディングの新たな進化段階を体現しています。実績のあるアルゴリズム原理に基づき、複数の戦略を、新たなレベルの予測インテリジェンスを備えた統合型高速エコシステムに統合します。金(XAUUSD(GOLD))のスキャルピングエキスパートとして設計されたVortex Turboは、制御されたマーチンゲール法と平均化グリッドを採用し、各   ポジションは内蔵のストップロスによって完全に保護されています   。これにより、パワー、精度、安全性の完璧なバランスが確保されています。 非常に重要です!エキスパートをご購入後、プライベートメッセージをお送りください。必要な推奨事項をすべて記載した説明書をお送りします。 399ドルの価格は2月15日まで有効です。その後、価格は499ドルに引き上げられます。(最終価格は999ドルです) Vortex Turbo     Expert Adviso
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
Dark Algo
Marco Solito
4.65 (65)
Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for Scalping Trading on Eurusd and Gbpusd . This Expert Advisor is based on the latest generation of algorithm and is highly customizable to suit your trading needs.  If you   Buy this Expert   Advisor you can   write a feedback   at market and   get   a second EA for   Free , for More info contact me The basic strategy of this EA is built on a sophisticated algorithm  that allows it to identify and follow market
Bazooka EA
Davit Beridze
5 (3)
Bazooka EA ― MT4用トレンド&モメンタム型エキスパートアドバイザー MT5:  https://www.mql5.com/en/market/product/163078 【重要】コメント欄にて更新済みのセット(.set)ファイルを定期的に公開しています。現在の相場環境で最適なパフォーマンスを発揮できるよう、バックテストや実運用を行う際は必ず最新のファイルを使用してください。 Bazooka EA は、 MetaTrader 4 向けの完全自動売買エキスパートアドバイザーで、 トレンド確認 と モメンタムフィルター を組み合わせることで、方向性のある市場の動きを取引するよう設計されています。 本EAは、制御されたエントリーと規律ある決済に重点を置き、過度な取引や高リスクなポジション管理手法を使用しません。 Bazooka EA は、明確なルールに基づいた戦略と、調整可能なリスク管理を重視するトレーダーに適しています。 戦略概要 Bazooka EA は、以下のテクニカル要素を組み合わせて市場を分析します。 移動平均線(Moving Average) によるトレンド方向の判
Trend AI EA
Ramil Minniakhmetov
4.27 (52)
Trend Ai EAは、Trend Aiインジケーターと連携して動作するように設計されており、トレンド識別と実用的なエントリーポイント、そして反転アラートを組み合わせることで独自の市場分析を行い、インジケーターのすべてのシグナルを完全自動で処理します。EAには、完全に調整可能な多数の外部パラメーターが含まれており、トレーダーは好みに合わせてエキスパートをカスタマイズできます。 緑のドットが表示されるとすぐに、EAは買い注文をエントリーします。上昇トレンドが青い矢印で確認されると、EAは次のローソク足で買い注文をエントリーします。市場が反転した場合、EAはグリッドとマーチンゲール戦略で一連の取引を管理します。反対のシグナルが現れ、チャートに赤いドットが表示された場合、EAは売り注文をエントリーし、赤い矢印が続くとすぐに、EAは次のローソク足で売り注文をエントリーし、グリッドとマーチンゲール戦略で一連の取引を管理します。 通貨ペアと時間枠: このEAは、上場されているすべての資産、先物、株式、外国為替、コモディティ、暗号通貨、指数で使用できます。xauusd、eurusd、gbpu
Aurum AI mt4
Leonid Arkhipov
4.94 (32)
アップデート — 2025年12月 2024年11月末、Aurumは正式に販売開始されました。 それ以来、ニュースフィルターや追加の防御条件、複雑な制限なしで、実際の相場環境にて継続的に稼働してきましたが、安定して利益を維持してきました。 Live Signal この1年間のリアル運用により、トレーディングシステムとしての信頼性が明確に証明されました。 そしてその実績と統計データを基に、2025年12月に大規模アップデートを実施しました: プレミアムパネルを全面刷新、すべての画面解像度に最適化 取引保護システムを大幅に強化 Forex Factoryを基にした高性能ニュースフィルターを追加 シグナル精度を向上させる2つの追加フィルター 最適化の強化、動作速度と安定性の向上 損失後に安全に回復するRecovery機能を搭載 プレミアムスタイルの新しいチャートテーマを採用 AURUMについて Aurum — ゴールド(XAU/USD)専用プレミアム自動売買EA Aurumはゴールド市場において、安定性と安全性を重視して開発されたプロフェッショナルな自動売買EAです。明確なロジッ
GOLD Scalper PRO
Lachezar Krastev
4.58 (24)
WINTER SALE — FINAL DAYS! Get GOLD Scalper PRO with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Sale Price: $177 (Regular Price: $447 — You Save $270!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Live Results:   https://w
Bitcoin Robot Grid MT4 is an intelligent trading system designed to automate BTCUSD trading using the grid trading strategy. This method takes advantage of market fluctuations by placing a structured series of buy and sell orders at predefined price levels. The robot   continuously monitors market   conditions and executes trades according to its preset parameters, allowing for consistent market engagement without the need for manual intervention. Bitcoin Robot Grid is the   perfect solution  
Quant Blade is a professional trading solution built on advanced Pattern Recognition with elements of Machine Learning and Neural Networks . It calculates future price move probabilities , displays projections directly on the chart, and trades based on them. Highlights Prop Firm Ready => advanced PropFirm risk panel with color-coded warnings and recommendations Institution-grade analytics => high quality forecasting / projections and market condition filtering No Grid, No Martingale => only one
Javier Gold Scalper V2
Felipe Jose Costa Pereira
5 (4)
Javier Gold Scalper:あなたのそばにある最先端テクノロジー! マニュアルと設定ファイル:購入後にご連絡いただければ、マニュアルと設定ファイルをお渡しします 価格:販売されたライセンス数に応じて価格が上がります 残りのコピー数:5 金は金融市場でもっともボラティリティの高い資産の一つであり、取引には高度な正確性、慎重な分析、そして非常に効果的なリスク管理が必要です。 Javier Gold Scalper は、これらの柱を統合するために開発された強力で洗練されたシステムであり、金市場での取引を最適化することを目的としています。最先端のテクノロジーと高度な戦略を駆使して、Golden Scalperは初心者からプロのトレーダーまで対応し、このダイナミックな市場における課題を安全に乗り越え、チャンスを活かすサポートをします。Golden Scalperを使えば、金の特性に対応した信頼性の高いツールを手に入れることができます。 シンボル XAUUSD(金) 時間足 M30 PropFirm 対応済み 資金 最低 $1000 ブローカー どのブローカーでも可 口座タイプ ど
AW Recovery EA
AW Trading Software Limited
4.35 (84)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
Level Up FOREX ea MT4
Ebrahim Mohamed Ahmed Maiyas
5 (1)
An advanced Expert Advisor powered by artificial intelligence and machine learning, specifically designed for analyzing   FOREX   . It adapts to price movements and market fluctuations to detect potential trading opportunities. Artificial Intelligence Integration: At the heart of this EA les a sophisticated AI engine capable of recognizing complex patterns in  FOREX  price data. The system continuously processes historical and live   FOREX  price feeds to identify potential entry and exit points
EA Black Dragon
Ramil Minniakhmetov
4.74 (564)
EAブラックドラゴンはブラックドラゴンインジケーターで動作します。エキスパートアドバイザーはインジケーターの色で取引を開始し、注文のネットワークを構築したり、ストップロスで作業したりすることができます。 実際の作業の監視、およびその他の開発については、https:// www.mql5.com/en/users/mechanic/sellerを参照してください 。 ここですべての設定を見つけることができます!推奨事項 通貨ペアEURUSDGBPUSD  時間枠M15  推奨保証金1000ドルまたはセント  推奨設定デフォルト設定入力パラメータ  初期ロット-初期ロット; ロット乗数-後続の注文のロット乗数。 自動ロット-自動ロット計算を有効/無効にします。 自動ロットサイズ-自動ロットが有効になっている場合にアドバイザーがロットを使用するデポジットの金額。 距離-注文間の距離。 最大ロット-アドバイザーが開くことができる最大ロット。 利益を得る-利益を得る; ストップロス-ポイントでストップロス。 トレイルスタート-トレーリングストップがアクティブ化されたポイントでの利益。
XGen Scalper MT4 - プロフェッショナル自動取引システム XGen Scalperは、高度なアルゴリズム構造と実証済みのテクニカル分析を組み合わせ、あらゆる市場で一貫した結果を提供する最先端のエキスパートアドバイザーです。この強力な取引システムは、外国為替ペア、金や銀などの貴金属、暗号通貨、商品指数で問題なく動作します。 高度なアルゴリズム技術 独自の波動スキャンアルゴリズムは、市場データをリアルタイムで処理し、手動の投資家が見逃しがちな、可能性の高い取引機会を特定します。このシステムは、変化する市場の状況に絶えず適応し、トレンド、レンジ、ボラティリティの高い環境でも効果的に機能します。 ユニバーサルな互換性 特定のペア向けに設計された従来の EA とは異なり、XGen はすべての商品で優れたパフォーマンスを発揮します。 プロフェッショナルなコントロールパネル リアルタイムの口座指標、詳細な取引統計、システムステータスを表示する洗練されたインターフェースで、取引パフォーマンスを監視します。統合された波形視覚化により、システムが市場の状況をどのように解釈し
Quantum Dark Gold
Nguyen Hang Hai Ha
3.13 (8)
Quantum strategy is a combination of quantum superposition and trading signal model. EA Quantum Dark Gold determines Buy and Sell positions simultaneously for each signal and simultaneously places 2 orders Buy Stop and Sell Stop. Then the momentum determines which order position is executed and cancels the remaining pending order. This interesting idea forms the Quantum Dark Gold with a unique entry method. Open positions are then managed by Trailing, Stop Loss and position balancing strategies
作者のその他のプロダクト
Summary This EA will trade semi-automatically based on trend lines or horizontal lines that are manually plotted on the chart by the user. It can handle any number of lines per chart and each line can have its own adjustable settings. This EA manages every line separately based on specific user 'keywords' set for each line. Since each line has it's own independent settings, this is why there are very few shared inputs in this EA. Doing it this way allows for a single EA to manage many lines and
FREE
Summary This indicator is based on the MA applied to the RSI indicator. It draws arrows at the confirmed crosses of the MA over the RSI line. When the MA crosses upwards, then a buy arrow is displayed and vice versa. The arrows do not repaint since the indicator only uses confirmed values and waits for the candle to close before painting an arrow. The indicator is also able to alert when arrows appear. There are 3 types of alerts - Popup, Email and Mobile Push Notifications. Inputs All inputs a
FREE
Custom Pattern Detector Indicator This indicator lets you define your own custom pattern instead of the typical candlestick patterns. Everybody already knows about common candlestick patterns like the Doji pattern. This indicator is different though. The pattern you will define is a custom pattern based on CANDLE FORMATIONS . Once the indicator knows the pattern you want it to look for, then it will go through history on the chart and find matching patterns, make them visible to you, and calcula
FREE
Summary This indicator is based on RSI and Momentum indicators. It also considers moving averages of these two indicators. The three indicators have adjustable settings. The arrows do not repaint since the indicator only uses confirmed values and waits for the candle to close before painting an arrow. The indicator is also able to alert when arrows appear. There are 3 types of alerts - Popup, Email and Mobile Push Notifications. The arrows can be used in the EA and the inputs can also be optimiz
FREE
MQL Random EA
Martin Eshleman
3.33 (3)
Summary: This EA places a single trade at a time in a RANDOM direction (buy or sell) and uses a simple TP & SL. A lot multiplier is also optional. Once a trade hits TP/SL, it will place another trade in a random direction. And so on. Since it only ever has 1 trade open at a time, it can be used on any broker. Which means it can be used on US brokers with the FIFO rule. Inputs are few and everything is based in Points too. So it can be used on any chart reliably and easily. You will be amazed how
FREE
Summary This indicator is based on the MA applied to the Momentum indicator. It draws arrows at the confirmed crosses of the MA over the Momentum line. When the MA crosses upwards, then a buy arrow is displayed and vice versa. The arrows do not repaint since the indicator only uses confirmed values and waits for the candle to close before painting an arrow. The indicator is also able to alert when arrows appear. There are 3 types of alerts - Popup, Email and Mobile Push Notifications. Inputs Al
FREE
Fibonacci SR Indicator This indicator creates support and resistance lines. This indicator is based on Fibonacci Retracement and Extension levels. It will consider many combinations of the Fibonacci levels and draw support/resistance lines based on these. This indicator uses tops and bottoms drawn by the ZigZag indicator in its calculations. The ZigZag can also be drawn on the chart, if necessary. The indicator considers many combinations of past reversal points and Fibonacci ratio levels, and w
FREE
Auto ZZ SR Indicator This indicator automatically draws trend lines using ZigZag top and bottom points. The more ZigZag tops/bottoms that are used, the greater the number of possible combinations. Therefore, the more possible trend lines can be drawn. And vice versa too. The fewer ZigZag tops/bottoms that are used, the lower the number of possible combinations. And therefore, the fewer the possible trend lines can be drawn. The indicator constantly updates the trend lines on the chart as the mar
FREE
Cycles Predictor Indicator This indicator uses past market cycles to predict future price movements. The indicator scans through past data and considers  combinations  of cycles. When cycles  coincide  at the same future date/time then it is considered a valid future prediction. The predictions are drawn as vertical lines on the right side of the chart in the future. A prediction will often result in type of candle (ex. bull or bear) and/or a reversal point (ex. bottom or top) forming at this ex
Gann Time Clusters Indicator This indicator is based on W. D. Gann's Square of 9 method for the time axis. It uses past market reversal points and applies the mathematical formula for Gann's Square of 9 and then makes projections into the future. A date/time where future projections line up is called a 'time cluster'. These time clusters are drawn as vertical lines on the right side of the chart where the market has not advanced to yet. A time cluster will result in a market reversal point (ex.
フィルタ:
sakson90
14
sakson90 2026.01.07 16:32 
 

Good afternoon! Martin, please tell me, in the MA calculation method, which numbers correspond to the EMA? Thank you.

削除済み 2025.09.15 02:12 
 

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

Amedeo Trubbiani
558
Amedeo Trubbiani 2025.09.01 10:38 
 

free but i'll not use it. tester give no good results

clony237
34
clony237 2025.06.08 05:14 
 

this bot is amazing but i had a problem with the trailing stop loss it seem is not working at all if someone can give me picture of the setting

ThinkMMQL
74
ThinkMMQL 2025.04.14 08:18 
 

Very good, thank you !

Martin Eshleman
11504
開発者からの返信 Martin Eshleman 2025.04.26 15:58
Thank you!
Hany Jow
60
Hany Jow 2024.07.14 04:12 
 

Five stars! Very good EA. I use it on real account and it gives a massive profits.

Martin Eshleman
11504
開発者からの返信 Martin Eshleman 2024.07.15 00:53
Thank you so much for the review!
AscendCapital
2364
AscendCapital 2024.02.17 17:58 
 

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

Martin Eshleman
11504
開発者からの返信 Martin Eshleman 2024.02.17 18:42
Thank you for the review!
Jesroy
136
Jesroy 2023.07.07 14:26 
 

HI Maritn, how to set the grid distance between trades for martingale?

Anderson Davies Ferreira
182
Anderson Davies Ferreira 2023.05.14 05:38 
 

Trading Not Allowed For This Chart! Please Reset EA & Try Again! on which charts can it be used?

meta5rimaz
14
meta5rimaz 2023.05.02 15:41 
 

very good

bees7
14
bees7 2023.04.13 02:14 
 

not working

Martin Eshleman
11504
開発者からの返信 Martin Eshleman 2023.04.14 00:40
It would be nice to know exactly what you mean isn't working. It simply not trading doesn't mean it's not working. It means the conditions haven't been met which are based on your settings.
Ionel.C
405
Ionel.C 2023.04.11 08:28 
 

Thanks to the author for this very interesting post. Now I have the opportunity to study the action of indicators and their combinations. However, I can't access the martin usage.

MT4trader
89
MT4trader 2023.03.16 13:13 
 

An excellent precise and elaborated tool with clear manual.

Lukasz Mikolajewski
138
Lukasz Mikolajewski 2023.02.27 11:23 
 

A very nice harvester that can be optimized for one and many applications.

janwan
223
janwan 2023.01.29 14:16 
 

Great EA if used with good setup then you have a profitable EA with low drawdown.

Akito kujou
64
Akito kujou 2023.01.22 15:55 
 

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

felixchang
474
felixchang 2018.10.30 02:47 
 

I bought this thinking of customizing the trade entry because the EA looks rather flexible.

I encountered problem and pm the developer and for last two weeks with no response. I guess the product was abandoned.

Waste of money.

Tareq Nabulsi
583
Tareq Nabulsi 2017.09.12 09:21 
 

It took me a long time to realise this but this EA is so customisable, that how much profit or loss you make is really something upto the user, unlike the other EAs on the market, speaking from a live account profitable experience of over 50 trades (including 34 live account trades) this week.

レビューに返信