• Genel bakış
  • İncelemeler
  • Yorumlar (5)
  • Yenilikler

CandleMaster Pro

CandleMaster PRO

Professional Next-Generation Trading Expert Advisor

CandleMaster Pro is a unique solution in the field of automated trading. Using advanced neural network technologies, the advisor identifies Japanese candlestick patterns with high accuracy and combines market entry control with integrated technical indicators. This trading expert advisor embodies years of successful trading experience transformed into a precise mathematical algorithm.

One of the key advantages of this expert advisor is trading in the direction of the expected market movement. In cases where the entry was untimely, the advisor builds a grid of Limit orders, with the ability to fine-tune for any timeframe and trading pair.

Key advantages:

1. Comprehensive Market Analysis
   - Deep analysis of candlestick patterns considering their structure and relationships
   - Integration of technical indicators for signal confirmation
   - Multi-level false signal filtration system
   - Adaptive approach to market condition analysis

2. Professional Risk Management System
   - Intelligent order grid construction with dynamic step
   - Progressive position volume increase with adjustable multiplier
   - Common Take Profit for the entire grid with automatic adjustment
   - Control of maximum drawdown in deposit currency
   - Automatic closure of all positions when specified conditions are met

3. Unique Pattern Recognition System
   - Precise identification of 10 classic candlestick patterns
   - Flexible pattern parameter settings
   - Consideration of candle body sizes and shadows
   - Analysis of relative candle positions
   - Trend verification before pattern formation

4. Intelligent Signal Filtration
   - Use of stochastic oscillator for entry point confirmation
   - Application of moving average for trend determination
   - Combined analysis of multiple technical indicators
   - Market volatility consideration in decision making

Expert Advisor Operation Features:

1. Market Entry Algorithm
   - Candlestick pattern identification according to set parameters
   - Verification of confirming signals from technical indicators
   - Market condition analysis (spreas, volatility)
   - Calculation of optimal entry points taking into account the minimum distance, with the ability to adjust the entry point offset
   - Market entry via Buy/Sell Stop order in the direction of expected market movement
   - Activation of Limit order grid if price moves against trader's position

2. Position Management
   - Dynamic order grid construction after first stop order activation
   - Automatic volume calculation for each grid level
   - Constant monitoring of overall grid status
   - Timely adjustment of Take Profit and Stop Loss
   - Virtual break-even setting function
   - Possibility of dynamic parameter changes for grid management during active trading cycle

3. Security System
   - Free margin control before opening each position
   - Verification of sufficient funds for entire grid construction
   - Maximum drawdown limitation
   - Protection against connection failures and technical issues

Optimal Operating Conditions:
- Recommended timeframes: M15 to D1
- Major currency pairs
- Minimum recommended deposit: from 200 base currency units
- Optimal operating time: main trading sessions

Usage Benefits:
- Fully automated trading
- No need for constant market monitoring
- Flexible adjustment to any trading style
- Professional risk management
- Detailed documentation and operation logging

Unique Technical Solutions:
- Optimized code for fast operation execution
- Minimal CPU load
- Resilience to network delays
- Automatic recovery after failures
- Protection against random price fluctuations

CandleMaster Pro v2.56 is the result of years of work and testing various trading strategies. The advisor combines the reliability of classic technical analysis with modern algorithmic trading methods. Thanks to its wide range of settings, it can be adapted to any trading style and market conditions.

Special attention is paid to trading safety: all operations undergo multi-stage verification before execution, and the built-in risk management system protects against excessive losses. The advisor is perfect for both beginning traders wanting to automate their trading and professionals seeking to optimize their trading operations.

Configurable Parameters of CandleMaster Pro v2.56:

1. Basic Trading Parameters:
   - SetName - Set name. Allows specifying the set name for easier operation.
   - TradeBuy = (true) - Allow buy trading
   - TradeSell = (true) - Allow sell trading
Note: if trading in either direction is prohibited during active trading, the advisor will normally complete the trading cycle, then apply the changes. If both parameters are disabled, the advisor doesn't trade until next enable. Can be used as a "soft" trading prohibition without removing the advisor from the chart.
   - MaxSpread – The maximum spread is set in old points. It is taken into account only when trying to open the first order of the cycle.
   - MaxPriceAdjustment – Maximum price adjustment (0 – disabled). If an adjustment is required due to high volatility, the entry price can be adjusted within the specified values.
   - ForceCloseEnabled = false – Force trading cycle completion. If enabled, immediately completes trading cycle: removes all active orders at current price, removes all Limit orders.
   - LotSize (0.01) - Base trading volume
   - Timeframe (PERIOD_H4) - Analysis timeframe selection
   - MagicNumber (123456) - Magic number for order identification
   - TradeComment ("CandleTrade") - Trade comment
Trade comment includes order sequence number, where first Buy/Sell Stop order is counted as zero. First grid order is considered the first Limit order.
   - MaxCandleLife (3) - Pending orders lifetime in candles

2. Grid Order Parameters:
   - GridOrderCount (3) - Number of limit orders in grid
   - GridMultiplier (1.5) - Volume multiplier for limit orders
   - StartMultiplierFromOrder (2) - From which grid order to apply multiplier (1 - immediately)
First grid order is considered the first Limit order.
   - MaxLotMultiplier (0) - Maximum volume multiplier (0 - no limits)
How many times the base lot volume can be increased for the next grid order. Example: Base volume = 0.01, maximum multiplier = 13, then maximum volume with which advisor will set limit order = 0.01*13 = 0.13 lot. Upon reaching this limit, all subsequent limit orders will be set with 0.13 lot volume.
   - GridStep (5.0) - Grid step in old points
   - GridTP (0.0) - Grid take-profit in old points
If "0" - advisor closes orders at breakeven. Take-profit values can be changed during active trading cycle, also can set GridTP = 0 during active trading cycle if need to close all orders at weighted average entry price and exit market as soon as possible.
   - GridSL (0.0) - Grid stop-loss in old points
Stop-loss is always set from last possible order in grid, i.e., last order price according to GridOrderCount + specified stop-loss value. If "0" - no stop-loss
   - MaxLossInCurrency (0.0) - Maximum drawdown in deposit currency (0 - disabled)
When drawdown reaches MaxLossInCurrency value, advisor completes trading cycle, removes all active and limit orders.
   - StopAfterMaxLoss = false – Stop trading advisor after reaching MaxLossInCurrency. Advisor doesn't trade until restart.
   - VirtualBEPercent = 0 – Virtual breakeven activation after price passes specified percentage of distance to TP (0 – disabled)
Author's note: constant use of virtual breakeven function will likely lead to reduced profits, but this function can be very useful in cases where user considers entry extremely good, for example, selling at historical highs. In such case, there might be desire to multiply take-profit, but to secure position, additionally can enable virtual breakeven. Practical example: Advisor entered at 5-year maximum for sell, you expect significant price correction downward. Your GridTP = 20, but you believe you can safely get 100 points profit. For this, change GridTP = 100, VirtualBEPercent = say 50. Then, if price passes 50% to new take-profit, virtual breakeven activates. But for cases if price from example, after activating virtual breakeven, starts rising again, and you want to earn, specify in VirtualBEPoints = for example 20 (your initial take-profit), thus, after virtual breakeven activation, you either get your standard 20 points profit, or price drops sufficiently and you get multiple times more profit.
   - VirtualBEPoints = 0 – Add old points to breakeven level (0 – "pure" breakeven)

3. Pattern Parameters:
   - UseBullishEngulfing (true) - Use "Bullish Engulfing" pattern
   - UseBearishEngulfing (true) - Use "Bearish Engulfing" pattern
   - MinBodySizeEngulfing (1.0) - Minimum body size of first candle for engulfing patterns
   - UseHammer (true) - Use "Hammer" pattern
   - HammerLowerShadowMultiplier (2.0) - Multiplier for hammer's lower shadow
   - HammerUpperShadowMaxPercentage (25.0) - Maximum percentage of upper shadow for hammer
   - UseInvertedHammer (true) - Use "Inverted Hammer" pattern
   - InvertedHammerUpperShadowMultiplier (2.0) - Multiplier for inverted hammer's upper shadow
   - InvertedHammerLowerShadowMaxPercentage (25.0) - Maximum percentage of lower shadow for inverted hammer
   - UseDarkCloudCover (true) - Use "Dark Cloud Cover" pattern
   - MinBodySizeDarkCloud (1.0) - Minimum body size of first candle for "Dark Cloud Cover"
   - UsePiercingPattern (true) - Use "Piercing Pattern"
   - MinBodySizePiercing (1.0) - Minimum body size of first candle for "Piercing Pattern"
   - UseMorningStar (true) - Use "Morning Star" pattern
   - UseEveningStar (true) - Use "Evening Star" pattern
   - MinBodySizeStarPatterns (1.0) - Minimum body size of first candle for star patterns
   - UseHaramiCross (true) - Use "Harami Cross" pattern
   - MinBodyLengthPrev (0.1) - Minimum body length of previous candle
   - MaxBodyLengthPrev (1.0) - Maximum body length of previous candle
   - MinBodyLengthCurrent (0.0) - Minimum body length of current candle (doji)
   - MaxBodyLengthCurrent (0.1) - Maximum body length of current candle (doji)
   - UseHangingMan (true) - Use "Hanging Man" pattern
   - HangingManLowerShadowMultiplier (2.0) - Multiplier for hanging man's lower shadow
   - HangingManUpperShadowMaxPercentage (25.0) - Maximum percentage of upper shadow for hanging man

4. Stochastic Parameters:
   - UseStochasticControl (true) - Enable entry control using stochastic
   - KPeriod (14) - %K period
   - DPeriod (3) - %D period
   - Slowing (3) - Slowing
   - MA_Method (MODE_SMA) - Moving average method
   - BullishStochasticLevel (20.0) - Stochastic level for bullish signals
For buy signal, price must be below Stochastic level
   - BearishStochasticLevel (80.0) - Stochastic level for bearish signals
For sell signal, price must be above Stochastic level

5. Moving Average Parameters:
   - UseMAControl (true) - Enable entry control by moving average
   - MAPeriod (14) - Moving average period
   - MAApplyToPrice (PRICE_CLOSE) - Apply MA to price
   - MATimeframe (PERIOD_H4) - Timeframe for MA calculation
   - MACheckMode - MA check mode. Check "By candle body", check "By entire candle"
MA entry control performs check: for Bullish signals - signal candle must be below MA level, for Bearish signals - signal candle must be above MA level.

6. New Year Trading Restrictions
   - DaysBeforeNewYear = 0 – Trading prohibition for specified number of days before New Year (0 – disabled). If value is greater than zero, complete trading prohibition is enabled for specified number of days. If there's active trading cycle – advisor will normally manage it until completion.
   - DaysAfterNewYear = 0 – Trading prohibition after New Year for specified number of days (0-disabled).

Each parameter is carefully selected to ensure maximum flexibility in adjusting the advisor to individual trading preferences and market conditions. Values in parentheses are examples that can be changed by user depending on trading strategy.
For Hammer, InvertedHammer, HangingMan patterns – shadow multiplier and maximum shadow percentage are checked relative to candle body.

Additional Comments:
1. Limit order grid is built only after Buy/Sell Stop order activation.
2. During active trading cycle (with open orders) it's possible to change certain risk management parameters:
GridOrderCount - number of orders in grid (can increase or decrease)
GridTP - grid take-profit
GridSL - grid stop-loss
GridStep - grid step
VirtualBEPercent – virtual breakeven
VirtualBEPoints – virtual breakeven adjustment
When changing these parameters:
- When increasing GridOrderCount - new orders will be added
- When decreasing GridOrderCount - excess orders will be removed, starting from last
- When changing GridTP or GridSL - corresponding levels will update for all orders
- When changing GridStep - order prices will be recalculated and updated
- When enabling VirtualBEPercent – virtual breakeven will be set.
3. Manual closure of any active order leads to immediate trading cycle completion and removal of all existing orders.
4. Advisor works tick by tick, however, it's recommended to install advisor on chart with Timeframe set in advisor settings. It's not recommended to switch TF of window where advisor is installed, if larger or smaller tf needed – should open second chart window.
5. All values are set in old points. Through decimal point can precisely set new points, up to 5th and 3rd digit. Example: GridTP = 10 – means 10 old points or 100 new points, 10.7 = 10.7 old points or 107 new points etc.

Before using CandleMaster Pro advisor, it's recommended to test it on history, on your account. Even though author conducts comprehensive testing on quotes with 99.99% modeling quality - different brokers and account types may have different trade execution, spread, and even candles.
Проверить мои достижения: .


Önerilen ürünler
Magic Grid
Aliaksandr Charkes
4.46 (26)
Magic Grid is an indicator-free advisor that uses a grid strategy. The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically ( one time at the beginning of the trade ). The robot can trade on any time frame, on any currency pair, on several currency pairs, and on any number of di
FREE
The MT4 Forex Advisor called Black Gold EA is an advanced solution for automated trading on the XAUUSD (gold to US dollar) currency pair. The advantages of the Black Gold EA MT4 include 24/7 trading without emotional factors, fast decision-making and the ability to test on historical data. However, like any trading robot, it does not guarantee profit and requires careful configuration and monitoring to achieve optimal results. Analyzes the global trend: Opens trades strictly in the direction o
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
Team Trading System     is based on the logic of order strategies and profit-taking strategies working as a team.  In general, EA consists of two parts as strategies and take profits section. Strategies section are special strategies that we create for symbols. Strategies continue to open buy and sell orders independently.  Takeprofits closes orders that are opened by working as a team. Take Profits logic is that profitable orders go by closing lost orders. They never work selfishly. In this wa
Barclays Trend Scalper EA using trend following technic based on the candle stick color and pattern to enter the trade, it follow the trend with predefined filter value for best performance trading experience. Using fix and dinamic SL on the last candle and dinamic TP with 2x reward ratio, you can adjust this setting (fix or dinamic) depend on your preferences. This robot comes with feature : 1. Time Filter ( Server Time). 2. Martingale feature that you can swith on and off, you can adjust mart
IQmovingZ
Alexander Kovalenko
This is an automatic 24-hour trading system based on the algorithm of collective behavior of adaptive automata (a kind of algorithms of self-learning of artificial intelligence) that does not require manual intervention and does not use any indicators or well-known trading methods. The principle of the EA is to remember and analyze each step. A step is a price movement for a certain number (BaseStep) of points up or down. The depth of memory (how many steps to remember and analyze) is determined
Ilan Spirit Советник  Ilan Spirit -это аналог советника, с добавлением множества дополнительных логик и возможностей для торговли, с оставленными настройками советника . Советник торгует по системе Мартингейл с увеличением последующих лотов в серии ордеров, с целью их усреднения. Первый ордер робот выставляет по сигналам встроенного индикатора. Так же советник имеет возможность прекращать торговлю в зависимости от новостей от сигналов новостного индикатора. Ilan Spirit можно использовать либо на
Thank you for visiting us. We would like to introduce our new BLACK OUT EA which comes along with a moving average indicator for better trading This EA open and closes trades for you, no need to stress yourself. You can trade on any broker using any time frame . there are no restrictions!! You can easily increase your Lot size on the EA settings Backtest was done for two months. stay tuned for more !!!
The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible acros
The Expert Advisor identifies the beginning of a wave movement and starts working according to the direction of the new wave. It uses tight stop loss and take profit. Built-in protection against spread widening. Control of profit is performed by the tight trailing stop feature. Lot calculation is based on stop loss. For example, if stop loss is 250 points and MaxRisk = 10%, the lot size will be calculated in such a way that triggering the stop loss would lead to a loss equal to 10% of the deposi
Forest
Vadim Podoprigora
Forest is a Trend Expert Advisor based on the analysis of a unique mathematical model of trend lines, which allows you to determine the trend movement. The Expert Advisor is most suitable for the currency pair "USDCHF" on period "H1". The EA can work on any type of accounts, and with any brokers. The EA uses mathematical analysis to open trades and applies loss control to open trades. At its core, the EA does not use any risky systems with the increase in the volume or increase in the number of
Magic EA MT4
Kyra Nickaline Watson-gordon
3 (1)
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA wo
The trader’s task is to find a pattern and make money on it. Classic trading uses patterns in the form of graphical analysis - candlestick patterns, levels, trend lines, graphic figures, etc. Their main difficulty is that they are not unambiguous. Each trader sees everything differently. Against the backdrop of this ambiguity, a bunch of other problems arise: psychology is the most common reason for losing a deposit, attracting transactions “by the ears” in places where there is none, the time
EA Budak Ubat
Syarief Azman Bin Rosli
4 (3)
Deneme Sürümünü İndir EA Budak Ubat Kanalı Sınırlı Süreli Fiyat! Her 10 satın alımda fiyat 10 USD artacaktır! Nasıl Çalışır EA aktif olduğunda, İcra Modu parametresine göre grafiği analiz edecektir. Grafikte mevcut pozisyon yoksa, EA parametreye göre bir işlem açacaktır. Eğer trend yükseliş yönündeyse, alım işlemi açacak, eğer düşüş yönündeyse satım işlemi açacaktır. Ayrıca, stop loss değişkeni 0'dan büyükse, açılan işlem fiyatından belirli bir mesafede bir Stop Loss emri de ayarlayacaktır. 0,
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT4 version, click  here  for  Blue CARA MT5  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic R esponsive A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhapse most popular) Inn
Market Maestro: Your Ideal Partner for Automated Forex Trading If you're looking for a reliable assistant for trading in the currency market, Market Maestro is exactly what you need. This modern Forex bot is built using the latest technologies and algorithms, allowing it to effectively analyze market data and make informed trading decisions in real-time. Key Features of Market Maestro 1. Multicurrency Capability for Broad Opportunities Market Maestro can work with a wide range of currency pairs,
Vizzion is a fully automated scalping Expert Advisor that can be run successfully using GBPJPY currency pair at H1 timeframe. Very Important This Expert Advisor can not run with any EAs in the same account. As part of the money management plan, it calculates and monitors the Margin Level % and assumes that all open trades are created by it. If you want an Expert Advisor that trades in a daily basis, this EA is not for you because using this requires a patience to wait for a few days or weeks on
Moving Autumn MT4
Mr Fares Mohammad Alabdali
Easy and simple,  Moving A utumn MT4 . You're the boss, watch, smile. Recommendations: Currency pair: GBPUSD ,EURUSD ,XAUUSD. Use Currency : One . Timeframe: H4 Minimum lots: 0.15 Platform: MetaTrader 4  Profit : 250  -200  Minimum deposit : $1000 IMPORTANT:   It is very impoportant to use LOW SPREAD accounts for best results ! VPS recommended  Committed to Continuous Improvement: We are dedicated to continually optimizing and enhancing our to provide you with the best possible trading experi
Santa Scalping
Morten Kruse
2.84 (19)
Santa Scalping is a fully automated Expert Advisor with no use of martingale. Night scalping strategy. The SMA indicator filter are used for entries. This EA can be run from very small accounts. As small as 50 EUR. General Recommendations The minimum deposit is 50 USD,  default settings reccomend for eurusd m5 gmt +2 . Please use max spread 10 if you will not have orders change it to -1. Use a broker with good execution and with a spread of 2-5 points. A very fast VPS is required, preferably w
The Expert trades with limited StopLoss and TakeProfit, tracking price levels by several indicators. Then he opens positions and monitors them until they are closed with a profit or, if possible, with a small loss. Does not use martingale strategies, averaging positions, waiting out a loss, etc. It is possible to use a dynamic lot to increase the volume of positions with successful trading. TRADING PAIRS: I recommend currency pairs: CHFJPY, EURCHF, USDCHF, EURGBP, AUDCAD, AUDNZD. For proper
H4 GBPUSD Trend Scalper is a trend signal scalper The EA trades according to the trend strategy using original built-in indicator for opening and closing orders. The external inputs for limiting trading on Fridays and Mondays are available. The purpose of the strategy is to use the current trend with the most benefit. According to the results of testing and working on demo and real accounts, the best results achieved by using the Н4 timeframe on the GBP/USD pair Works on MetaTrader 4 Build 971+
Exponential 5- and 12-hour averages are used. These are used for signal generation. If the short 5-hour line is above the longer 12-hour line, a long position is opened. Conversely, we assume falling quotes. However, buy and sell signals are only considered if there is a trend. The classic oscillator Relative Strength Index (RSI) takes over the task of trend identification, which we simply convert into a trend sequence indicator. The ranges at 30 and 70 are not used as usual, but only the mark
Verilen uzman danışman (BTCFW), binlerce strateji, çeşitli tahmin göstergeleri üzerinde birkaç yıllık forex ticaret araştırma uygulamalarının bir sonucudur, çevrimiçi ticaretin harikalarını yaratmayı amaçlamaktadır, uzman danışmanlarımızdaki çeşitli stratejileri ve algoritmaları birleştirerek, her bir tik fiyatını en yüksek hassasiyetle değiştirerek, bir tüccar olarak neye ihtiyacınız varsa robot saniyelerin bir kısmında verir, borsa, kripto para varlıkları vb. ticareti yapmak için en iyi teknik
Bfxenterprise RSI
Ricky Romadona Tri Saputra
Bfxenterprise RSI Inspired and optimized RSI indicator is the focus of this Expert Advisor (EA). Designed with the use of RSI to perform optimal transactions. Reading trends and price reversals is done by the RSI whose functions have been sorted. Version of Bfxenterprise The version with the name “Bfxenterprise” focuses on special and thorough sorting of transactions. So this version does not always make transactions, unlike the Expert Advisor version in general. This version relies on accuracy
MK_R It is based on contrary patterns for EURUSD.  Basically, it will entry using the condition of 1 buy wave and 6 sell wave of Granville's law. The EA does not use indicators, grid, martingale, arbitrage.  The EA has been proven to be profitable in the six months of 2020 and is particularly suitable for the current EURUSD market since mid-December 2020. Monitoring: https://www.mql5.com/en/signals/789229 Timeframe is M5. EA needs M1 chart,M5 chart,M15 Chart,H1 chart,H4 chart. Maxium Spread
Team Trading System     is based on the logic of order strategies and profit-taking strategies working as a team.  In general, EA consists of two parts as strategies and take profits section. Strategies section are special strategies that we create for symbols. Strategies continue to open buy and sell orders independently.  Takeprofits closes orders that are opened by working as a team. Take Profits logic is that profitable orders go by closing lost orders. They never work selfishly. In this wa
ADVISOR "GG" - UNIVERSAL, ABLE TO TRADE YOURSELF AND WITH THE HELP OF A TRADER! THE PANEL SHOWS THE ENTIRE DOWNLOAD TO HELP WHEN TRADING. BUTTONS PRESENT   1.CLOSING PROFITABLE ORDERS  2. CLOSE ALL ORDERS  3. LOCKING THESE POSITIONS TO SET UP THE EXPERT, THE DISTANCE IS USED, WHICH DEPENDS ON THE TREND TO OPTIMIZE THE TREND, THERE IS A SPECIAL ALGORITHM! WHEN TRADING, YOU CAN ADD OPENING ORDERS MANUALLY, IT IS ALSO POSSIBLE TO LOCK ALL OPEN ORDERS! IF YOU DO NOT TRADE WITH THE HELP OF
Introducing the AI Neural Nexus EA A state-of-the-art Expert Advisor tailored for trading Gold (XAUUSD) and GBPUSD. This advanced system leverages the power of artificial intelligence and neural networks to identify profitable trading opportunities with a focus on safety and consistency. Unlike traditional high-risk methods, AI Neural Nexus prioritizes low-risk strategies that adapt to market fluctuations in real time, ensuring a smart trading experience. Important Information Contact us immedia
Jet Punch
Didit Haryadi Saputra
Jet Punch is another best expert advisor for MT4,  can help you make money while you sleep by automatically entering and exiting trades. It trades by opening trades every day and closing them at the right time to ensure you always earn a profit. The software is very simple and can be used by both beginner and experienced traders.  Jet Punch was tested and has successfully passed the stress test with slippage and commission approximate to the real market condition. Recommendations: Currency pair:
Simos MT4
Maryna Shulzhenko
5 (1)
Description of   Simo : an innovative robot with a unique trading system Simo is a revolutionary trading robot that changes the rules of the game with its unique trading system. Using sentiment analysis and machine learning, Simo takes trading to a new level. This robot can work on any time frame, with any currency pair, and on the server of any broker. Simo uses its own algorithm to make trading decisions. Various approaches to analyzing input data allow the robot to make more informed decis
Bu ürünün alıcıları ayrıca şunları da satın alıyor
HiJack
Cence Jk Oizeijoozzisa
3 (2)
HiJack Expert Advisor – Gelişmiş AI Destekli Ticaret  Piyasada kırık versiyonların dağıtılmasını önlemek için Canlı Sinyal:   https://www.mql5.com/en/signals/2293194 https://www.mql5.com/en/signals/2296874 https://www.mql5.com/en/signals/2305314 HiJack Expert Advisor yıllarca özel olarak kullanıldı ve şimdi herkesin güçlü özelliklerinden yararlanabilmesi için halka açık hale getirmeye karar verdik. HiJack, büyük bankaların ve kurumların ticaret davranışlarını analiz etmek için en son yapay zeka
Bitcoin Robot MT4
Marzena Maria Szmit
4.84 (51)
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
GbpUsd Robot MT4
Marzena Maria Szmit
4.87 (61)
The GBPUSD Robot MT4 is an advanced automated trading system meticulously designed for the specific dynamics of the  GBP/USD  currency pair. Utilizing advanced technical analysis, the robot assesses historical and real-time data to  identify potential trends , key support and resistance levels, and other relevant market signals specific to GBP/USD. The Robot opens positions  every day,  from Monday to Friday, and  all positions are secured  with Take Profit, Stop Loss, Trailing Stop, Break-Even
Aura Neuron MT4
Stanislav Tomilov
4.33 (6)
Aura Neuron, Aura serisi ticaret sistemlerini sürdüren özgün bir Uzman Danışmandır. Gelişmiş Sinir Ağları ve son teknoloji klasik ticaret stratejilerinden yararlanarak Aura Neuron, mükemmel potansiyel performansa sahip yenilikçi bir yaklaşım sunar. Tamamen otomatik olan bu Uzman Danışman, XAUUSD (ALTIN) gibi döviz çiftlerinde işlem yapmak üzere tasarlanmıştır. 1999'dan 2023'e kadar bu çiftlerde tutarlı bir istikrar göstermiştir. Sistem, martingale, grid veya scalping gibi tehlikeli para yönetimi
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (160)
Tanıtımı       Quantum Emperor EA   , prestijli GBPUSD çiftinde işlem yapma şeklinizi değiştiren çığır açan MQL5 uzman danışmanı! 13 yılı aşkın ticaret tecrübesine sahip deneyimli yatırımcılardan oluşan bir ekip tarafından geliştirilmiştir. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Emperor EA satın alın ve Quantum Wizard, Quantum StarMan veya Quantum Gold Emperor'ı ücretsiz edinin!*** Daha fazla ayrı
Scalping Robot MT4
Marzena Maria Szmit
4.4 (15)
Introducing our advanced Scalping Forex Robot. The scalping algorithm is built to spot high-probability entry and exit points, ensuring that every trade is executed with the highest chance of success within the   M1 timeframe . The best pair to use with the Scalping Robot is   XAUUSD .  This robot is perfect for traders who prefer the   scalping method   and want to take advantage of rapid price movements without having to manually monitor the charts. It is suitable for both beginners looking fo
Big Forex Players MT4
Marzena Maria Szmit
4.76 (34)
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
Forex EA Trading Channel on MQL5:  Join my MQL5 channel to update the latest news from me.  My community of over 14,000 members on MQL5 . ONLY 3 COPIES OUT OF 10 LEFT AT $299! After that, the price will be raised to $399. - REAL SIGNAL  Default Setting:  https://www.mql5.com/en/signals/2302784 Full installation instructions for EA AI Gold Scalper to work properly are updated at comment #3 AI Gold Scalper applies the latest GPT-4o model (GPT-4o by OpenAI) in XAU/USD trading designed based o
LENA Scalp
Cence Jk Oizeijoozzisa
4.4 (5)
LENA Scalp Yapay zeka kullanarak gelişmiş stop-loss teknolojisiyle Lena Expert Advisor, yenilikçi bir ticaret deneyimi sunar. Lena'nın robotu, büyük stop-loss seviyelerinden, Martingale ve grid ticaretinden kaçınır. Bunun yerine, piyasa koşullarına uyum sağlayan dinamik bir stop-loss sistemi kullanır. Yapay zeka destekli analiz, dikkatlice tasarlanmış stratejiye dayalı olarak piyasa fırsatlarını belirler. Bu otomatik ticaret çözümü, deneyimli trader'lar tarafından geliştirilen sağlam ve kanıtla
Alpha Flow EA: Ticaretinizi Yeni Zirvelere Taşıyın Alpha Flow EA , stratejik hassasiyet, mükemmel uyum ve gelişmiş piyasa analizi ile ticaret deneyiminizi dönüştürmek üzere tasarlanmış en son teknolojiye sahip bir ticaret danışmanıdır. Özel ticaret algoritmaları ve derin piyasa içgörüleriyle geliştirilen   Alpha Flow EA , çeşitli ticaret ortamlarında olağanüstü performans sunar ve piyasa trendlerinin bir adım önünde olmanıza yardımcı olur. Alpha Flow EA'yı Özel Kılan Nedir? Gelişmiş Piyasa Anali
EvoTrade EA MT4
Dolores Martin Munoz
5 (1)
EvoTrade: Piyasadaki İlk Kendini Öğrenen Ticaret Sistemi EvoTrade’i tanıtayım. Bu, en son bilgisayarlı görme ve veri analizi teknolojileriyle geliştirilmiş benzersiz bir ticaret danışmanıdır. EvoTrade, piyasadaki ilk kendini öğrenen ticaret sistemi olup, gerçek zamanlı olarak çalışır. EvoTrade, piyasa koşullarını analiz eder, stratejileri ayarlar ve değişimlere dinamik bir şekilde uyum sağlayarak her ortamda olağanüstü bir hassasiyet sunar. EvoTrade, Long Short-Term Memory (LSTM) ve Gated Recurr
A Richter Expert is a professional market analyst working using a specialized algorithm. By analyzing prices over a specific time period, it determines the strength and amplitude of prices using a unique indicator system based on real data. When the trend and its direction change, the expert closes the current position and opens a new one. The bot's algorithms take into account signals about overbought and oversold markets. Buying occurs when the signal falls below a certain level and then rise
CoreX G MT4
Arseny Potyekhin
5 (7)
Genel Bakış CoreX G EA, Forex piyasasının karmaşıklıklarını ele almak üzere özel olarak tasarlanmış gelişmiş bir ticaret sistemidir. Son teknoloji sinir ağlarını, gelişmiş makine öğrenimi teknolojilerini ve entegre büyük veri stratejisini kullanarak CoreX G, ticarette olağanüstü doğruluk ve güvenlik sağlar. Bu Uzman Danışman (EA), teknolojik mükemmelliği ve premium müşteri desteği ile öne çıkarak, kullanıcıların herhangi bir soru veya endişelerinde her zaman yardımcı olunmasını sağlar.
Greedy Golden MT4
Mihails Babuskins
4.67 (3)
Important: Please use in accounts with lower swap or swap-free accounts. Real monitoring signals: Signal 1 Contact me after payment to send you the user manual PDF file See the real monitoring signal in my profile. Use only on gold and on the  BUY direction. Trading gold is attractive to many traders due to the high volatility and depth of the market. Should we invest in gold or just scalp it? Answering this question is a big challenge for many traders. X trading robot is the answer to this cha
BAŞLATMA PROMOSYONU: Mevcut fiyatla sadece birkaç kopya kaldı! Son fiyat: 1.700$ 1 EA’yı bedava alın (2 ticaret hesabı için) -> satın aldıktan sonra benimle iletişime geçin Instruction Blog Link to Channel ZenFlow'e Hoşgeldiniz! ZenFlow, değişen piyasa trendlerine hassasiyet ve hızla uyum sağlamak için tasarlanmış gelişmiş bir EA'dır. XAUUSD( or GOLD) sembolü için optimize edilmiştir ve sadece bir grafik üzerinde çalıştırılmalıdır. Bu EA, yanıltıcı sinyalleri filtrelerken en uygun giriş noktal
FX EurUsd Robot MT4
Marzena Maria Szmit
5 (13)
The EUR/USD Multi-Strategy Trading Robot MT4 is an advanced tool designed to optimize trading by combining 3 key systems:   daily trading, volume analysis, and Fibonacci   retracement levels. This robot works by integrating these different approaches to create a more dynamic and adaptable strategy for trading the   EUR/USD pair . EA adapts to different market conditions, this makes it an ideal solution for traders looking to enhance their trading strategy with a powerful, multi-faceted approach.
Supply Demand EA ProBot
Georgios Kalomoiropoulos
5 (8)
Arz ve talep prensiplerine dayalı tam otomasyonlu bir EA . Tam otomasyonlu arz ve talep danışmanlık hizmeti sunan ilk şirket . Ticaret her zamankinden daha kolay. Kullanımı kolay grafiksel işlem panomuzla işlem stratejinizin tam kontrolünü elinize alın. Tüm işlem stillerini (manuel, yarı otomatik, tam otomatik) kapsayan yüksek kaliteli algoritmik işlem yazılımına sahip olun. Çeşitli ayarlar ve özelleştirme seçenekleri, her yatırımcının kendi ihtiyaçlarına ve kişisel yatırım tarzına uygun bir str
Exp4 AI Sniper for MT4
Vladislav Andruschenko
3.67 (3)
Ekibimiz, MetaTrader terminali için son teknoloji Akıllı Ticaret Uzman Danışmanı olan Trading Robot'u tanıtmaktan büyük heyecan duyuyor. AI Sniper,   hem de   MT4   terminalleri için tasarlanmış akıllı, kendi kendini optimize eden bir ticaret robotudur. Gelişmiş bir algoritma ve en son ticaret metodolojilerini kullanan   AI Sniper,   ticaret optimizasyonunda mükemmelliği temsil eder. Hem borsa hem de borsalarda 15 yıldan fazla kapsamlı deneyime sahip ekibimiz, yenilikçi strateji yönetimi özelli
Gold ISIS MT4
Lo Thi Mai Loan
5 (2)
EA Gold Isis – Güvenli ve Etkili Bir Altın Ticaret Çözümü   Başlangıç promosyonu  Şu anki fiyatla yalnızca 1 kopya kaldı!  Sonraki fiyat: 598 $  Son fiyat: 1998 $  CANLI SİNYAL  MT5 sürümü   Merhaba! Ben EA Gold Isis, Diamond Forex Group ailesinin ikinci EA'sı olarak, altın (XAU/USD) ticareti için özel olarak tasarlandım. Olağanüstü özellikler ve güvenliğe odaklanan bir yaklaşım ile, tüccarlara sürdürülebilir ve etkili bir altın ticaret deneyimi sunmayı vaat ediyorum.   EA Gold Isis’i farklı
One Gold MT4
Stanislav Tomilov
4.64 (11)
Meta Trader platformunda altın için gelişmiş bir ticaret robotu olan One Gold EA'yı tanıtıyoruz. Yatırımcılara gelişmiş piyasa analizleri konusunda yardımcı olmak için geliştirildi. Tescilli teknolojimiz, hem geçmiş hem de gerçek zamanlı altın piyasası verilerini analiz etmek için sinir ağları ve veri odaklı algoritmalardan yararlanır ve karar almada yardımcı olabilecek içgörüler sağlar. Geleneksel manuel stratejilerin aksine, One Gold EA minimum müdahaleyle çalışır, ticaret sürecini kolaylaştır
ChatGPT Turbo ile AI Destekli Teknoloji Infinity EA, GBPUSD ve XAUUSD için tasarlanmış gelişmiş bir ticaret Uzman Danışmanıdır. Güvenliğe, tutarlı getirilere ve sonsuz karlılığa odaklanır. Martingale veya grid ticareti gibi yüksek riskli stratejilere dayanan diğer birçok EA'nın aksine. Infinity EA, genel ticaret deneyiminizi olağanüstü kılmak için en son ChatGPT sürümü tarafından sağlanan makine öğrenimi, veri analitiği AI tabanlı teknoloji üzerine yerleştirilmiş sinir ağına dayalı disiplinli,
Mevcut promosyon: 549$'dan sadece 1 adet kaldı Son fiyat: 999$ NEW: Choose 1 EA for free! (for 2 trade account numbers) Promosyon blogumuzdaki   "   Ultimate EA kombo paketimize "   göz atmayı unutmayın   !   LIVE SIGNAL Bitcoin Scalp Pro, piyasadaki benzersiz bir ticaret sistemidir.  Destek ve direnç seviyelerinin kırılmalarını ticaret yaparak tamamen Bitcoin piyasasının oynaklığından yararlanmaya odaklanmıştır. EA'nın odak noktası, işlemlerde aşırı düşük dezavantajlara ve çok iyi bir risk/ö
Dear traders, after having voluntarily removed the HFT FAST M1 GOLD SCAPER V6 EA a couple of months ago, and receiving hundreds of messages—having listened to both “camps”: those who asked me to tame the beast, and those who got very upset when I actually did limit it—I realized that both sides were right, but it’s impossible to please different types of traders with different styles and levels of aggressiveness in trading. After running tons of tests with this beastly EA, I concluded that the i
Dark Algo
Marco Solito
4.71 (58)
Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for Scalping Trading on Eurusd . This Expert Advisor is based on the latest generation of algorithm and is highly customizable to suit your trading needs.  If you   Buy this Expert   Advisor you can   write a feedback   at market and   get   a second EA for   Free , for More info contact me The basic strategy of this EA is built on a sophisticated algorithm  that allows it to identify and follow market trends . T
Stock Indexes EA is a sophisticated trading robot meticulously engineered to capitalize on the dynamics of the US30 . This expert advisor employs advanced algorithms and technical indicators to analyze market trends, identify potential entry and exit points, and execute trades with precision. A news filter has also been added to the robot, which prevents it from opening a position during important economic news , minimizing the risk. In robot, you can also specify the days and hours when the EA
DS Gold Robot MT4
Marzena Maria Szmit
4 (4)
Introducing the DS Gold Robot, your ultimate companion in navigating the intricate world of XAUUSD trading. Developed with precision and powered by cutting-edge algorithms, DS Gold is a forex robot meticulously crafted to optimize your trading performance with  XAUUSD pairs . With its advanced analytical capabilities,  DS Gold  Robot   constantly monitors the gold market, identifying key trends , patterns, and price movements with lightning speed. The DS Gold Robot opens positions every day from
Satın almadan önce lütfen birkaç ay boyunca   MyVolume Profile FV (ÜCRETSİZ Sürüm)   Demo hesabını kullanarak ileri test yapın .   bunu öğrenin ve sizinkiyle tanışmak için en iyi kurulumu bulun. MyVolume Profile Scalper EA,   belirtilen zaman diliminde belirli bir fiyat seviyesinde işlem gören toplam hacmi alan ve toplam hacmi yukarı hacim (fiyatı yukarı taşıyan işlemler) olarak bölen   Hacim   Profilini kullanmak üzere tasarlanmış gelişmiş   ve     otomatik bir programdır. ) veya aşağı hacim (
CyNera MT4
Svetlana Pawlowna Grosshans
2.8 (15)
CyNera: Sizin Ticaretiniz, Bizim Teknolojimiz Sinyaller >400%:  CyNera Sinyaller >500%: CyNera Turbo Kılavuz ve ayar dosyaları: Kılavuz ve ayar dosyalarını almak için satın aldıktan sonra benimle iletişime geçin Fiyat: Fiyat, satılan lisanslara göre artar Mevcut kopya sayısı: 4 Piyasadaki en değişken araçlardan biri olan altın ticareti, hassasiyet, derinlemesine analiz ve güçlü risk yönetimi gerektirir. CyNera Expert Advisor, bu unsurları kusursuz bir şekilde entegre ederek, optimum altın tica
AI Golden Jet Fighter GTX     MT4, Meta Trader 4 platformunda altın ticareti için basit ve etkili bir Uzman Danışmandır (EA). Yapay Sinir Ağlarını kullanan bu EA, altın piyasasında (XAU/USD) scalping yapmak için tasarlanmıştır. AI Golden Jet Fighter GTX'in ana stratejisi, küçük fiyat dalgalanmalarını belirlemeye ve kısa zaman dilimlerinde kar elde etmek için pozisyonlar açmaya odaklanır. EA, piyasa koşullarını gerçek zamanlı olarak analiz eder ve önceden tanımlanmış zarar durdurma ve kar alma s
Goldbot One MT4
Profalgo Limited
5 (3)
LANSMAN PROMOSYONU: Güncel fiyattan sadece birkaç adet kaldı! Son fiyat: 990$ YENİ: Goldbot One satın alın ve 1 EA'yı ücretsiz seçin!! (2 ticaret hesabı için) KAMU GRUBUNA KATILIN:   Buraya tıklayın   En İyi Kombo Fırsatı     ->     buraya tıklayın LIVE SIGNAL Altın piyasası için tasarlanmış son derece gelişmiş bir ticaret robotu olan   Goldbot One'ı   tanıtıyoruz .   Breakout trading'e odaklanan Goldbot One, hem destek hem de direnç seviyelerini kullanarak önemli trading fırsatlarını belirle
Yazarın diğer ürünleri
Indicator "Time to Bar End" (TimeToBarEnd) This technical indicator is designed to accurately track the time remaining until the current candle closes on the chart. It displays a countdown in minutes:seconds format, which is particularly useful for intraday traders and scalpers who need to know the exact closing time of the current candle. The indicator updates in real-time and offers flexible customization of its appearance. The settings include: choice of position from four chart corners, adj
FREE
PositiveSwap Легкий, бесплатный скрипт на языке MQL4, который выводит на график, в виде простой таблицы, все торговые пары с положительным свопом и указывает направление (покупка или продажа). Скрипт автоматически просматривает все доступные торговые пары из окна "Обзор рынка". Поэтому, чтобы увидеть все возможные пары с положительным свопом, рекомендуется включить показ всех символов.  
FREE
Automated Trading Advisor LuckyNumber Recommended instruments: the most volatile markets - Gold, Silver, indices. Timeframe used: any.  Step into the future of automated trading with the LuckyNumber advisor, which transforms complex market analyses into simple yet effective trading solutions. This advisor is perfectly suited for both beginners and experienced traders looking to optimize their strategies in the Forex market.   Advantages of LuckyNumber: - User-Friendly Interface: Easy setup all
EAsynRightNow - Professional Trading Expert Advisor for manual trading with advanced functionality EAsyRightNow is a multifunctional trading Expert Advisor for MetaTrader 4, featuring a Trading Panel with a user-friendly interface and extensive trading position management capabilities. Perfect for scalping, it works on all timeframes.  Key Features  1. Trading Modes - Single Orders: Management of one trading position - Multiple Orders: Ability to open multiple orders in the same direction - M
Filtrele:
İnceleme yok
İncelemeye yanıt
Sürüm 2.63 2025.03.04
***Added a new parameter MaxCurrencyTrades = 0 (0-disabled) - a limit on buying/selling currency no more than a specified number of times.
Now the adviser will:
1. Count the number of purchases/sales for each currency
2. Block new entries if the limit is reached for any of the currencies of the pair
3. With MaxCurrencyTrades = 2:
- If there is already EURUSD.buy and GBPUSD.buy, a new AUDUSD.buy will be blocked (USD has already been sold 2 times)
- If there is already EURUSD.sell and GBPUSD.sell, a new AUDUSD.sell will be blocked (USD has already been bought 2 times)
- In this case, several orders of one pair opened in one direction, for example 3 orders EURUSD.buy, will be considered as ONE purchase of EUR and ONE sale of USD
The limitation works only at the moment of opening a new trading cycle (the first order).


***Added Volatility Filter

New Input Parameters:
UseVolatilityFilter = false // Enable volatility filter
VolStartFromLevel = 1 // Grid level from which filter starts working
VolCandleTF = VOL_M1 // Timeframe for volatility analysis
VolCandleMaxSize = 15.0 // Maximum allowed candle size in old points
VolStopTradeTimining = 60 // Blocking time in seconds
VolCandleSizeType = FULL_CANDLE // Candle size calculation method (body/full)
Operating Principle:
1. When high volatility is detected (candle size > VolCandleMaxSize):
- Timer is activated for VolStopTradeTimining seconds
- During this time:
* If price approaches any limit order of level >= VolStartFromLevel
* All orders of this level and higher are shifted to safe distance
2. After timer expires, filter is deactivated

Usage Examples:

1. Basic Protection:
UseVolatilityFilter = true
VolCandleTF = VOL_M1
VolCandleMaxSize = 15
VolStopTradeTimining = 60
VolStartFromLevel = 1
Effect: When M1 candle exceeds 15 points, filter activates for 1 minute. If price approaches any grid order, all orders are shifted.

2. Higher Levels Protection:
UseVolatilityFilter = true
VolCandleTF = VOL_M5
VolCandleMaxSize = 20
VolStopTradeTimining = 300
VolStartFromLevel = 3
Effect: When M5 candle exceeds 20 points, filter activates for 5 minutes. Only protects orders from level 3 and higher.


***A new parameter MaxAccountDrawdownPercent has been added to set the maximum allowable drawdown percentage on the account. If the value is set to 0, the restriction is disabled. When setting any positive value (for example, 30.0), the advisor will check the current drawdown before placing the first order in the cycle. If the current drawdown is greater than or equal to the set value, the entry signal will be skipped. MaxAccountDrawdownPercent calculates the current drawdown as a percentage, taking into account credit/bonus on the account. In the calculation, credit is subtracted from equity but not from balance, which provides an accurate assessment of the real drawdown on the account.


***Grid order placement logic has been adjusted.
When increasing the GridOrderCount parameter during active trading, the Expert Advisor now automatically expands the grid to the new specified size.

Operating principle:
- When changing GridOrderCount from a lower to a higher value, new levels are automatically added
- Additional order placement depends on the current price position:
* If price is within the grid step range (GridStep) - a limit order is placed
* If price has moved beyond the grid step - a market order is opened
- New orders are added sequentially, maintaining the original volume calculation logic
- Take Profit is automatically recalculated for the entire grid including new orders
- If Stop Loss is present, it is updated for all grid orders

Grid expansion occurs fully automatically, maintaining all set lot multiplier proportions and following the general Expert Advisor logic.

Note: Decreasing the GridOrderCount parameter during active trading does not result in closing existing orders.
Sürüm 2.61 2025.01.17
Important update!
It is now possible to send PUSH notifications when a pattern is detected.
New parameter ALERT_MODE, in which you can choose from three options:
Trade Only - the advisor works in the normal mode, when a pattern is detected, trading begins, subject to other conditions
Trade & Alert - the advisor trades and sends a notification when a pattern is detected
Alert Only - the advisor, when a pattern is detected, ONLY sends a notification without starting trading, suitable for independent trading, if necessary.

For push notifications:
1. Install MT4 on your phone
2. Log in to the same trading account
3. Enable push notifications in the application
4. In MT4 on your PC, enable "Allow push notifications"

For email:
1. In MT4 on your PC, configure SMTP settings in Tools -> Options -> Email
2. Specify the recipient's email address
Sürüm 2.59 2025.01.13
Optimization of the advisor's logs.
Sürüm 2.58 2025.01.07
Removed unnecessary reasons for deinitializing the advisor.
Sürüm 2.57 2025.01.07
Added the ability to trade and test with reinvestment.
New input parameter: CurrencyForLotSize (0 - disabled)
If it is equal to zero, reinvest is disabled; if a number greater than zero is specified, then with each multiple increase in the deposit by the CurrencyForLotSize value, the LotSize value increases multiple.