• Genel bakış
  • İncelemeler
  • Yorumlar (1)

Chart Patterns Builder Premium

The Chart Patterns Builder Premium expert advisor is an extension of the freely available Chart Patterns Builder Basic:
  •         it provides 1 new chart pattern: the rectangle breakout (besides the double top & bottom pattern already provided in the basic edition);
  •         in most configurations, backtesting usually shows more than double (2x) average yearly return rate;
  •         the account growth curve is also smoother, due to approximately double number of trades,  compared to the free version.

In order to ensure a low drawdown and avoid exposure to high risks, this expert advisor features the following:  
  •         usage of automatically placed stop loss orders for all launched trades;
  •         allowing of maximum 1 managed open trade at a given time, avoiding pressure on margin/deposit load;
  •         minimization of positions holding time by automatic trade closure at pre-calculated intervals;
  •         avoiding the usage of exotic, highly volatile instruments.

Technical details:

Currently, 2 distinct chart patters strategies are supported:
1. double top or bottom;
2. rectangle pattern breakout.

For selection of best trading patterns signals, a configurable validation mechanism has been implemented, allowing to deploy either fewer (but more reliable) or more (but less reliable) signals.
- instruments: EUR/USD and GBP/USD Forex pairs, along with DJIA and S&P 500 stock indices;
- timeframes: M15, M30, H1 and H2.
By default, the system uses a multi-instrument and multi-timeframe approach with the above-mentioned parameters. Thus, only a single instance of the Expert Advisor needs to be run. Specific instruments or timeframes may be removed, but not added to these lists. There are also available configuration options for running in a single-instrument and/or single-timeframe mode, according to the current chart _Symbol and _Period variables.

This EA does not use dangerous techniques such as grid trading or martingale nor does it require parameter optimization before being used.

Input parameters:

### MAIN SETTINGS
- Enable multi-instrument mode :

Specifies whether multiple instruments should be traded from the same chart (true - default setting) or only the current instrument (false).     
- Used symbols (in multi-instrument mode only) :
List with symbols to be processed, separated by semi-colon (;). Due to differences in various brokers instrument naming, these are not be specified directly, but rather through their corresponding parameter name: instr_eurusd, instr_gbpusd, instr_us30, instr_sp500 (only these 4 are currently supported)
- Symbol for EUR/USD currency pair (instr_eurusd) :    
This would be EURUSD in almost all situations, however some brokers may apply prefixes, suffixes or other custom naming schemes in some cases (e.g. EURUSD-Z)
- Symbol for GBP/USD currency pair (instr_gbpusd) :    
This would be GBPUSD in almost all situations, however some brokers may apply prefixes, suffixes or other custom naming schemes in some cases (e.g. GBPUSD-Z)
- Symbol for Dow Jones stock index (instr_us30) :
The instrument name of the Dow Jones Industrial Average (DJIA) stock index. This is broker-specific, such as: [DJI30], US_30, #US30 etc.
- ... lot multiplier for instr_us30 :
The lot multiplier to be applied for the Dow Jones Industrial Average (DJIA) stock index. Used along with the "Lot size" parameter (e.g. if lot size is set to 2.0 and multiplier is 0.1, the effective lot size will be 0.2). The value for this parameter would be usually set to either 0.1 or 1.0, depending on your broker's instrument configuration.
- Symbol for S&P 500 stock index (instr_sp500) :
The instrument name of the Standard & Poor 500 stock index. This is broker-specific, such as: [SP500], US_500, #USSPX500 etc.
- ... lot multiplier for instr_sp500 :
The lot multiplier to be applied for the  Standard & Poor 500 stock index. Used along with the "Lot size" parameter (e.g. if lot size is set to 2.0 and multiplier is 10.0, the effective lot size will be 20.0). The value for this parameter would be usually set to either 1.0 or 10.0, depending on your broker's instrument configuration.
- Enable multi-timeframe mode :
Specifies whether multiple timeframes should be traded from the same chart (true - default setting) or only the current timeframe (false).
- Used timeframes (in multi-timeframe mode only) :
List with timeframes to be processed, separated by semi-colon (;). It is recommended to keep the default value (H2;H1;M30;M15), although individual specific timeframes may be removed from the list.
- Order filling mode for new trades :
Specifies in which mode the new trade orders will be sent to the MetaTrader terminal. Different brokers might allow different filling modes. Most frequently, the ORDER_FILLING_FOK (Fill Or Kill) and ORDER_FILLING_IOC (Immediate Or Cancel) modes would be used.
- Auto-close trades (after pre-defined expiration time)
Specifies whether launched trades will be closed automatically (true), after fixed periods calculated by the system, or whether they will be allowed to continue until either Stop Loss or Take Profit levels are reached (false). It is recommended to keep the default value (true).    
- Lot size (the expert advisor may apply some small adjustments)
Fixed lot size for new trades. As stated above, some small adjustments may be applied by the system in some cases (e.g. instead of specified 1.0 lots value, the Expert may start e.g. a 0.96 or 0.64 lots trade). Default value is 0.20 lots.    
- Expert advisor magic number :   
Used by this Expert Advisor in order to be able to identify its own trades between others launched by different EAs (or placed manually).

### CHART PATTERNS SIGNALS
- enable double top/bottom:
true/false, enables or disables the double top and bottom pattern in the trading strategy;
- enable rectangles: true/false, enables or disables the rectangles pattern in the trading strategy;
- Signal selectivity (0 .. 100) :
Specifies the strength for the signal validation mechanism of the price action signals. When set to 0 it allows the maximum detected number of signals to be traded, but with a lower reliability. When set to 100, the minimum number of signals will be allowed to trade, but their reliability will be significantly higher. In principle, any in-between values can be set between 0 and 100, but for good results the recommendation but for good results the recommendation is over 70. The default value is 85.  

### RISK MANAGEMENT
- Reward-to-risk ratio :
The ratio between potential profit (upto the Take Profit price) and potential loss (to the Stop Loss price) of a trade. This setting determines how far the Take Profit price will be set (since the Stop Loss is automatically calculated by the Expert Advisor). Default value is 2.0.
- Use trailing stop:
Use a trailing stop order (when set to true) rather than a regular, fixed stop order (when set to false). Default value is false.     
- Use break even:
When set to true, the trades will have their Stop Loss order advanced to the initial price, as soon as they become marginally profitable. Default value is false.
- Break even distance ratio (relative to stop loss) :
Determines the minimal profit that needs to be obtained in order for the break even mechanism to be triggered (when enabled, according to the above setting). This is calculated in pips and is multiplied by the distance to the Stop Loss order. Default value of this ratio is 0.50.
- Close all existing positions before week-end
When set to true, all managed positions will be automatically closed on Friday evening, 15 minutes before midnight. When set to false, the existing positions will be kept open over the week-end. Default (and recommended) value is true.


Important notes:

  •         before running this EA, you should first perform backtesting on your own account, making sure you have a profitable configuration in the long run;
  •         after backtesting, it is highly recommended to run it for at least 2-4 weeks on DEMO before moving it to a REAL account;
  •         please apply a careful money management policy, by adapting (and re-adjusting, if needed) the Lot Size to the funds available in your account.


Recommended settings:

  •         account type: either hedging or netting;
  •         symbol: EUR/USD;
  •         timeframe: M15;
  •         minimum deposit: 1000$ (preferably: at least 2000$);
  •         lot size: 0.10 per above-mentioned minimum amount.


Set files:

Development and primary testing was done under accounts opened at Admirals broker, and default parameter values generally follow their corresponding settings. Additional testing was done, with *.set files provided for AvaTrade and FxPro brokers. You may also send me a private message if you need additional *.set files corresponding to your broker.
Önerilen ürünler
<<Gold Precise: A Multi-Timeframe and Dynamic Trend Identification Expert Advisor for XAU/USD>> BUY ONE FREE ONE,   contact me for your gift after purchase.  Live Signal:  LINK Join my free channel: https://www.mql5.com/en/channels/elitetradernce Features: Releasing my Secret Strategy 2:  Tested more than 5 months on live signal before release. Win Rate: 97% Coded by certified trader from 2 prop firms. Smart Entry & Exit FIFO Prop Firm Compatible (0.01 lot per $10k balance) No Grid, Martingale
Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
FibExtender
Syed Oarasul Islam
This Indicator draws Fibonacci Extension levels in two different ways. You can select whether to draw Fibonacci Extension levels based on your favourite ZigZag settings or you can let the indicator to draw Fibonacci Extension  level based on given number of Bars or Candles.  You can also set Mobile and Email notification for your favourite Extension  levels individually. With this indicator you will not have to feel lonely as the it can generate Voice alerts, which will keep you focused on your
Stormer RSI 2
Ricardo Rodrigues Lucca
This strategy was learned from Stormer to be used on B3. Basically, 15 minutes before closing the market, it will check RSI and decided if it will open an position. This strategy do not define a stop loss. If the take profit reach the entry price it will close at market the position. The same happens if the maximal number of days is reached. It is created to brazilian people, so all configuration are in portuguese. Sorry Activations allowed have been set to 50.
Next Gen Velocity XII
Bailey John Wickens
2.33 (3)
Next Gen Velocity XII – Hassasiyet. Sadelik. Performans. Promosyon Fiyatı: $249 (ilk 5 satın alma için) | Sonraki Fiyat: $499 | Nihai Fiyat: $1,497 Next Gen Velocity XII, iki yılı aşkın titiz bir geliştirme sürecinin sonucunda hassas mühendisliği ileri düzey ticaret algoritmalarıyla birleştiren bir üründür. MT5 için bu Expert Advisor (EA), ticarette devrim niteliğinde ancak basit bir yaklaşımı temsil eder ve "basit stratejiler genellikle en tutarlı ve kârlı sonuçları verir" ilkesine dayanır. Ka
Disclaimer : Keep in mind that seasonal patterns are not always reliable. Therefore, thoughtful risk management is crucial to minimize losses.  Seasonal patterns in the financial world are like a well-guarded secret that successful investors use to their advantage. These patterns are recurring price movements that occur during specific periods or around special events. Additionally, there are also intraday patterns that repeat. For example, Uncle Ted from Forex Family suggests examining previou
MT4 Versiyonu : https://www.mql5.com/en/market/product/90395 MT5 versiyonu : https://www.mql5.com/en/market/product/99545 "Marti Yok Parti Yok" Uzman Danışmanı (EA) ile tanışın: Agresif ticaret stratejilerinin somut örneği. Bu EA, ciddi kazançlara veya önemli kayıplara yol açabilecek yüksek risk, yüksek ödül ilkesiyle çalıştığı için korkaklara göre değildir. Adı her şeyi söylüyor; Martingale stratejisi bu EA'nın merkezinde yer alıyor. Kaybedilen işlemleri agresif bir şekilde ikiye katlamak,
Fibonacci Retracement Auto Drawer – The Ultimate Tool for Precision Trading! Are you tired of manually drawing Fibonacci retracement levels every time you analyze the market? Fibonacci Retracement Auto Drawer is here to automate the process and enhance your trading accuracy! Key Features: Auto-Detection of Swing Points – No need to manually identify swing highs and lows! The tool scans the market and pinpoints the most significant reversal zones automatically. Precision Fibonacci
Somewhere over the rainbow It is a system that tries to operate the market from the exhaustion of the trend with a correction algorithm that tries to cut losses at the cost of increasing the margin This system makes all the adjustments automatically, analyzing the pair and the market to decide which is the most efficient step to reach your destination. Somewhere over the rainbow is a multiple trade and multi lot system(The maximum batch can be up to 5 times the initial batch distributed in mult
Babel Assistant
Iurii Bazhanov
4.43 (7)
Babel assistant 1     The MT5 netting “Babel_assistant_1” robot uses the ZigZag indicator to generate Fibonacci levels on M1, M5, M15, H1, H4, D1, W1  periods of the charts , calculates the strength of trends for buying and selling. It opens a position with "Lot for open a position" if the specified trend level 4.925 is exceeded. Then Babel places pending orders at the some Fibonacci levels and places specified Stop Loss , Take Profit. The screen displays current results of work on the position
FREE
Magic EA MT5
Kyra Nickaline Watson-gordon
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 w
Volume Trade Levels
Mahmoud Sabry Mohamed Youssef
The idea behind this indicator is very simple , First it contains 2 mechanisms to place your trades: 1- Enter the Pips you want to duplicate to price levels. 2- Automatically let the indicator specify the largest Buy / Sell Volume Candle and place duplicated levels based on the candle itself. How it works: 1- Enter the Pips you want to duplicate to price levels:    1- once the indicator is loaded you will need first to Specify the number of pips in the indicator Configuration window ,you can g
WinnerMind 4o
Canberk Dogan Denizli
WINNERMIND MT5 — Redefining Trading Excellence Step into the future of trading with WINNERMIND MT5, a groundbreaking trading tool engineered for exceptional performance in both Forex and Stock markets. Developed by a team of seasoned professionals with over 7 years of fund management and algorithmic expertise, this Expert Advisor (EA) integrates cutting-edge proprietary algorithms, deep mathematical foundations, and advanced risk management strategies to deliver unmatched results. Key Features
Easy Indy
Vinutthapon Bumroong
This indicator automatically draws trendlines, Fibonacci levels, support and resistance zones, and identifies BOS (Break of Structure) and CHOCH (Change of Character) patterns on the chart. Just by placing it on the graph, it handles the essential technical analysis tasks for traders, providing a streamlined, effective trading tool this tools is alway make every one easy for trading.
Isabelle PRO - The Ultimate Trading Companion for MetaTrader 5 Overview Isabelle PRO is a state-of-the-art Expert Advisor (EA) for MetaTrader 5, engineered to provide traders with a powerful, automated trading experience. Utilizing advanced algorithms, robust risk management, and adaptive strategies, Isabelle PRO empowers traders to achieve consistent profitability. Its flexibility, precision, and scientific design make it an indispensable tool for professional and retail traders alike. Key Feat
Basic Fire is an innovative and highly efficient automated assistant for traders, designed specifically for trend trading in the Forex market. Forex trading requires significant time, effort, and expertise. With trading bots, traders can automate their strategies, leverage market trends, and avoid spending countless hours on analysis. Basic Fire is your reliable tool for trading highly volatile currency pairs, particularly during periods of intense market activity. What is Basic Fire? Basic Fire
ArcTracer
Syed Oarasul Islam
This Indicator draws Fibonacci Arc levels in two different ways. You can select whether to draw Fibonacci Arc levels based on your favourite ZigZag settings or you can let the indicator to draw Arc levels based on given number of bars or candles.  You can also set Mobile and Email notification for your favourite Arc levels individually. With this indicator you will not have to feel lonely as the it can generate Voice alerts, which will keep you focused on your trading and remove boredom.  Produc
MT4 için: https://www.mql5.com/en/market/product/90950 "İndirim Avcısı" Uzman Danışman Açıklaması: Stratejik riskten korunma ve ortalama alma teknikleri yoluyla maksimum getiri arayan bilgili yatırımcılar için titizlikle tasarlanmış son teknoloji ürünü bir araç olan "İndirim Avcısı" Uzman Danışmanı ile tanışın. Bu gelişmiş algoritma, MetaTrader platformunda sorunsuz bir şekilde çalışır, piyasa dalgalanmalarından yararlanmak ve kullanıcıları için önemli miktarda kar elde etmek için işlemleri s
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
Introduction to X3 Chart Pattern Scanner X3 Cherart Pattern Scanner is the non-repainting and non-lagging indicator detecting X3 chart patterns including Harmonic pattern, Elliott Wave pattern, X3 patterns, and Japanese Candlestick patterns. Historical patterns match with signal patterns. Hence, you can readily develop the solid trading strategy in your chart. More importantly, this superb pattern scanner can detect the optimal pattern of its kind. In addition, you can switch on and off individu
Gold SWmax EA - Meta Trader 5 için en iyi Uzman Danışmanlardan biridir. Danışmanın benzersiz algoritması, teknik ve matematiksel analiz faktörlerini hesaba katarak varlık fiyatının hareketini analiz eder, karlı giriş ve çıkış noktalarını belirler ve gelişmiş para yönetimi ve lot çarpanı kullanır. Uzman Danışman, sembol fiyatının matematiksel ve logaritmik analizlerini kullanarak benzersiz bir algoritmaya göre işlem yapar. Öneriler: Broker - RoboForex veya başka bir şey, başarılı optimizasyond
Features An amazing scalper created for EURUSD 1 min time frame. Compared to the 5 min version https://www.mql5.com/en/market/product/54412#!tab=overview , this one is a higher risk/ reward . Just like the 5 min version, this one needed more than 500h of optimization . It was made in mind for IC markets MQL5 platform, an adapted for their data, but I suppose it must works on other brookers as well. I will also publish soon the MT4 version for IC markets as well. Description Strategy is made fro
Hot Zones MT5
Innovicient Limited
This indicator simplifies your entry zones by displaying the areas where you can plan your entry that potentially could give you high risk/reward ratios. Other than picking the most optimal entry points, the Hot Zone indicator can act as your typical support/resistance indicator for pullbacks for all timeframes. You can use this indicator as the only trading indicator or use it with another indicator for reentry purposes.  Besides, when using Hot Zones, the risk/reward ratio should be well abov
Average Directional Index(ADX) Strategy EA MT5  employs an ADX-based trading strategy to make calculated entry and exit decisions. Alongside this core strategy, it incorporates optional advanced features, including a Moving Average filter on a higher timeframe, grid recovery, hedge, martingale strategies, position sizing based on profit, and day and time filters. These features offer flexibility and adaptability in diverse market conditions. For detailed documentation     General Settings/Input
Smart Candle
Wanchai Phonphromchot
Introduction This EA is designed to survive the testing period of 1 year with low drawdown and high Sharpe ratio. There is something new in the concepts of calculation, but it is easily understood. And here are the best results. On the test period of 1 year (Jan 2023 - Jan 2024), the profit at the end is about 1200% of the initial deposit with a maximum drawdown of 30%, and the Sharpe ratio is greater than 3.5. Note that the 30% drawdown motioned above is the result from the strategy tester, wh
Unlock the power of Fibonacci with our advanced indicator! This tool precisely plots Fibonacci levels based on the previous day's high and low, identifying the next day's key support and resistance levels. Perfect for day trading and swing trading, it has consistently generated weekly profits for me. Elevate your trading strategy and seize profitable opportunities with ease. NOTE: In the Input section make sure the draw labels are set to "True" so you can see each levels.
Srfire Hedge Position
Javier Antonio Gomez Miranda
SRFire Hedge Position - Automated Trading Strategy SRFire Hedge Position is an Expert Advisor (EA) designed to ensure trades always close in profit using a hedging and scaling technique. Here’s how it works: How It Works: Trade Initiation: The EA opens a Buy position within a predefined channel. Simultaneously, it places a Sell Stop order below the channel with double the lot size of the Buy position. If the Buy position hits the Take Profit (TP), the Sell Stop order is canceled, and the proces
Tron MT5
Franck Martin
5 (1)
TRON is the result of several months of development. Featuring an advanced algorithm and a combination of custom indicators, this EA is a blend of profitability, security and simplicity. With its intelligent real-time technology and proven trading strategy for several years now, it offers reliable long-term trading and knows how to adapt to the situations it encounters over time. *** Compatible with Prop Firm ***   (see backtest) Please check your Prop Firm's terms and rules for consistency and
One Milion
Krym ʿYd Ahmd Abrahym
Expert Million Way From $500 to $1 million in 4 years More than one well-studied risk strategy The expert allows from the first $500 Hello Million Dollars Without any fatigue, we are in the era of artificial intelligence Your opportunity is now available for automated trading You can now achieve all your dreams with the strongest market strategy now with the Expert Million Dollars
Bu ürünün alıcıları ayrıca şunları da satın alıyor
PrizmaL Gold
Vladimir Lekhovitser
4.92 (12)
Canlı sinyal Canlı sinyal  Blueberry Standard Canlı sinyal  Blueberry Raw Daha fazlasını burada bulun:   https://www.mql5.com/tr/users/prizmal/seller PrizmaL Gold – Kanıtlanmış Şampiyonluk Performansına Sahip İleri Seviye Ticaret Robotu. PrizmaL, 2008 MetaQuotes Otomatik Ticaret Robotları Şampiyonası'nda ikinci sırayı elde eden yüksek performanslı bir ticaret robotudur. Kısa vadelerde önemli kar potansiyeli arayan yatırımcılar için tasarlanan PrizmaL, piyasa koşullarına dinamik olarak yanıt
Goldenity AI
Zuzanna Slawinska
3.08 (40)
Yıllarca altını manuel olarak ticaret yaparak ve her hareketini dikkatle izledikten sonra, sonunda kanıtlanmış stratejilerimi otomatik bir çözüme dönüştürmeye karar verdim. Piyasalar konusunda benimle aynı tutkuyu paylaşan olağanüstü bir programcıyla tanışma şansım oldu. Ticaret üzerine yapılan sıradan sohbetler, Goldenity'nin yaratılmasına yol açan bir iş birliğine dönüştü. Goldenity, ticaret deneyimimi en son makine öğrenimi teknolojisiyle birleştiren gelişmiş bir AI destekli sistemdir. Geçti
10 KOPYADAN SADECE 3 KOPYA KALDI 399$! Bundan sonra fiyat 499$'a yükseltilecek. - GERÇEK SİNYAL (Gerçek Sinyal 6 aydan uzun süre aktif): Varsayılan Ayar:  https://www.mql5.com/en/signals/2276213 Altın Scalping AI, Birçok göstergenin verilerini analiz etmek için yapay zeka teknolojisini kullanan bir EA. Buradan, EA emir girmek için en iyi seçeneğe sahip olacaktır. Gold   Scalping   AI'nın en büyük farkı, EA'nın Risk:Ödül oranını diğer EA'lardan çok daha iyi kontrol edebilmesidir. Bu, giriş nokta
Introducing my new Expert Advisor Beatrix Inventor, Beatrix Inventor EA uses the concept of following trends in conducting market analysis. Analyzing market trends with the main indicators Bollinger Band and Moving Average, when entering transactions, this EA also considers the Orderblock zone which makes the analysis more accurate. The algorithm used in developing this EA is a reliable algorithm both in entry and managing floating minus. This EA is designed to be used on the XAUUSD / GOLD pair
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (354)
Tanıtımı       Quantum Emperor EA   , prestijli GBPUSD çiftinde işlem yapma şeklinizi değiştiren çığır açan MQL5 uzman danışmanı! 13 yılı aşkın ticaret tecrübesine sahip deneyimli yatırımcılardan oluşan bir ekip tarafından geliştirilmiştir. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Emperor EA'yı satın alarak Quantum Wizard, Quantum StarMan veya Quantum Gold Emperor'a ücretsiz sahip olabilirsiniz!*** D
Mean Machine
William Brandon Autry
5 (34)
Stage 7.0'ı Sunarız — Yapay Zeka Destekli Trading Teknolojisinde Devrim Niteliğinde Bir Sıçrama Bugüne kadarki en önemli güncellememi duyurmaktan gurur duyuyorum: Stage 7.0. Bu devrim niteliğindeki sürüm, AI Position Management (Yapay Zeka Pozisyon Yönetimi) özelliğini tanıtıyor. Bu özellik, Take Profit ve Stop Loss seviyelerini gerçek zamanlı olarak dinamik bir şekilde değiştirerek, tüm sembollerde öncelikli işlem ile optimal pozisyon yönetimi sağlıyor. Stage 7.0, DeepSeek R1 ve OpenAI O3 mini
CyNera MT5
Svetlana Pawlowna Grosshans
3.66 (65)
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 tic
Scalping Robot MT5
Marzena Maria Szmit
4.88 (16)
Introducing our advanced Scalping Forex Robot , specifically designed to maximize trading opportunities with 5 popular currency pairs on the M1 timeframe. 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 . 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
Bitcoin Robot MT5
Marzena Maria Szmit
4.57 (74)
The Bitcoin Robot MT5 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 same time. Bit
Eternal Engine, birden fazla göstergeyi grid ve Martingale stratejileriyle birleştiren gelişmiş bir EA’dır. Ana özelliği, giriş noktalarının hassas kontrolüdür ve bu, karmaşık piyasa ortamlarında bile üstün performans göstermesini sağlar. Eternal Engine EA, birçok işlem fırsatı sunar, spreadlere duyarlı değildir ve her işlemin doğru bir şekilde gerçekleştirilmesini sağlamak için katı giriş noktası yönetimi kullanır. Strateji, gerçek işlemde kendini kanıtlamış ve bir yıldan uzun süredir düşük ge
EvoTrade EA MT5
Dolores Martin Munoz
4.5 (8)
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
Revert Edge
Levi Dane Benjamin
5 (1)
Revert Edge, 7+ yıllık canlı işlem deneyimi üzerine inşa edilmiş, dikkatlice hazırlanmış bir algoritmadır. Temel odağı, uzun vadeli performansa vurgu yaparak yavaş, istikrarlı hesap büyümesidir ve sürdürülemez, hızlı, kısa vadeli kazançlar değildir. EA, AUDCAD, AUDNZD, AUDUSD, EURUSD, EURAUD ve daha fazlası gibi birden fazla para birimiyle işlem yapmak için geliştirilmiştir! Ortalama bir geri dönüş stratejisi kullanır ve EA'nın yararlandığı bir tür tepkiye duyarlı fiyat seviyelerinden yararlanır
GbpUsd Robot MT5
Marzena Maria Szmit
5 (61)
The GBPUSD Robot MT5 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-E
Wall Street Killer
Pablo Dominguez Sanchez
5 (19)
6 yıllık başarılı manuel işlem tecrübemin ardından, stratejilerim artık Uzman Danışman (Expert Advisor) olarak kullanılabilir! WallStreetKiller EA 'yı sunuyorum – US30 piyasası için yılların tecrübesi, kapsamlı testler ve güvenli, stratejik işlem konusundaki sağlam bir bağlılıkla geliştirilmiş bir işlem sistemi. GRID YOK, MARTİNGAL YOK, HER İŞLEMDE SIKI STOP LOSS. GÜNDE BİR İŞLEM. LOT ÇARPANI YOK. ICTRADING CANLI 10K SİNYALİ   (EA’lerinde 10K hesap kullanan başka satıcıları pek göremezsiniz).
SmartChoise
Gabriel Costin Floricel
4.86 (21)
SmartChoice EA, sadece XAU/USD (Altın) ticareti için özel olarak tasarlanmış, son teknoloji bir sinir ağı destekli Expert Advisor (EA) aracıdır. Gerçek zamanlı piyasa verilerini işleyerek, mevcut koşullara göre stratejileri ayarlar ve optimal ticaret yürütme ile güçlü risk yönetimi sağlar. Birçok EA'nın martingale yaklaşımlarına dayandığı durumların aksine, SmartChoice EA, adaptif lot büyüklüğü ve sıkı risk kontrolü kullanır—her seviyedeki trader için uygun olup, farklı risk tercihlerine hitap e
Quantum Bitcoin EA
Bogdan Ion Puscasu
5 (32)
Quantum Bitcoin EA   : İmkansız diye bir şey yoktur, önemli olan onu nasıl başaracağınızı bulmaktır! En iyi MQL5 satıcılarından birinin en son şaheseri   olan Quantum Bitcoin EA   ile   Bitcoin   ticaretinin geleceğine adım atın. Performans, kesinlik ve istikrar talep eden yatırımcılar için tasarlanan Quantum Bitcoin, kripto para biriminin değişken dünyasında mümkün olanı yeniden tanımlıyor. ÖNEMLİ!   Satın alma işleminden sonra lütfen kurulum kılavuzunu ve kurulum talimatlarını almak için ba
Quantum Queen MT5
Bogdan Ion Puscasu
4.99 (76)
Merhaba tüccarlar! Ben Quantum Queen, Quantum Uzman Danışmanlar Ailesi'nin en yeni ve çok güçlü üyesiyim. Uzmanlığım mı? ALTIN. Evet, XAUUSD çifti ile hassas ve güvenli bir şekilde işlem yapıyorum ve size ışıltılı altın piyasasında benzersiz işlem fırsatları sunuyorum. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Canlı sinyal 1:   TIKLAYIN 31 Ağustos'a kadar   indirimli   fiyat.   Her 10 alışverişte fiyat 100$
Aura Neuron MT5
Stanislav Tomilov
5 (9)
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, EURUSD ve 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 par
AlphaWave Ai
Philipp Nechayev
3 (5)
AlphaWave Ai – Algoritmik AI Ticaretinin Geleceği  AlphaWave Ai  en gelişmiş teknolojileri entegre eden, çığır açan bir yapay zeka destekli ticaret platformudur, karmaşık ticaret stratejilerini otomatikleştirmek ve optimize etmek için kullanılır. Derin Öğrenme, Doğal Dil İşleme (NLP), ve gelişmiş veri analizi ile yatırımcıların gerçek zamanlı olarak veri odaklı, hassas kararlar almasını sağlar. Sinyal: STAGE I Real Manuel: AlphaWave Ai Setup Son Fiyat: 750 USD Platform, ticaret stratejilerini ye
Big Forex Players MT5
Marzena Maria Szmit
4.86 (81)
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
Top Trader - Profesyonel yatırım dünyasına açılan pencereniz! Top Trader Gold Trading Expert, özellikle XAU/USD için tasarlanmış, altın piyasasında gelişmiş ticaret için tasarlanmış profesyonel düzeyde bir Uzman Danışmandır (EA). Bu EA, daha az deneyimli yatırımcıların bile kolaylıkla gezinebileceği kullanıcı dostu bir arayüz korurken, yüksek olasılıklı ticaret fırsatlarını belirlemek için gelişmiş algoritmalardan yararlanır. EA, trend takip ve karşı trend stratejilerinin bir karışımını kullanı
Horus AI
Nestor Alejandro Chiariello
Merhaba yatırımcılar, bu aracı gerçek sonuçlarla titizlikle tasarladım, araç önceki Stratejilerimin birçoğunu temel alarak Forex Piyasasına uyarladım, bu nedenle makine öğreniminin yapay zekasına uyarlandı, yani yapay zeka okuyacak parametrelere bakacağım ve sonra stratejime başvuracağım, sonra girişlerin daha kaliteli olduğunu öğrenecek, aynı zamanda pozisyonları kurtarabileceğiniz bir düğüme sahip, bulacağınız yenilikçi şeylerden bir diğeri de her şeyin bir içinde kapsülleneceği. sanal yolla
ChatGPT Turbo ile AI Destekli Teknoloji Infinity EA, GBPUSD, XAUUSD ve AUDCAD 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ı disi
Gold One
Habib Gholamali Heidari
3.51 (39)
Gold One  MT5 Forex'teki altın ticaret meraklılarına merhaba, En iyi altın trader'larının arasına katılabileceğiniz robotumuza hoş geldiniz. Forex piyasasında 20 yılı aşkın hassas deneyimle, son nesil ticaret robotumuzu gururla sunuyoruz. Özellikler:  Prop firma zorlukları için ideal. Küçük sermayeler dahil olmak üzere tüm hesap boyutlarına uygundur. Hiç   Grid ve   Hiç   Martingale %100 Tamamen otomatik Bu robot, alış ve satış noktalarını belirlemede eşsiz doğrulukla, altın için en son, yenil
CyNeron MT5
Svetlana Pawlowna Grosshans
3.86 (14)
CyNeron: Hassas Ticaret ve Yapay Zeka İnovasyonu Sinyaller :   CyNeron Kılavuz ve ayar dosyaları : Satın alma işleminden sonra benimle iletişime geçin, kılavuz ve ayar dosyalarını alın Fiyat : Satılan kopya sayısına bağlı olarak fiyat artar Mevcut kopyalar : 5 Yapay Zeka Destekli Anlık Analiz: Piyasada Bir İlk CyNeron, gelişmiş yapay zekayı yenilikçi bir ticaret yaklaşımıyla entegre eden piyasadaki ilk EA'dir, piyasa koşullarının ayrıntılı anlık görüntülerini yakalayarak ve işleyerek. Yapay zek
AI Golden Jet Fighter GTX   MT5, Meta Trader 5 platformunda altın ticareti için basit ve etkili bir Uzman Danışmandır (EA). Sinir Ağlarını kullanan bu EA, altın piyasasında (XAU/USD) ölçeklendirme için tasarlanmıştır. AI Golden Jet Fighter GTX'in ana stratejisi, küçük fiyat dalgalanmalarını belirlemeye ve kısa zaman dilimleri içinde kar elde etmek için pozisyon açmaya odaklanır. EA, piyasa koşullarını gerçek zamanlı olarak analiz eder ve önceden tanımlanmış zararı durdurma ve kar alma seviyeler
Overview AITrendBooster is our latest intelligent trading system, designed to utilize trend-following strategies with scaling positions to significantly enhance profitability while effectively reducing drawdowns during unfavorable market conditions. This system incorporates cutting-edge deep learning technology to significantly improve trend recognition accuracy. The core design goal of the system is to maintain break-even performance during range-bound markets while achieving higher profits t
Seviyenizi yükseltmek mi istiyorsunuz yoksa yedek kulübesinde kalmaya devam mı edeceksiniz? NODE Neural EA, otomatik ticarete kolayca başlamanızı sağladı. Ancak şimdi işleri ciddiye alma zamanı. Eğer zaten kolay yolu denediyseniz, artık gerçekten işe yarayan bir sisteme geçme vakti geldi. AXIS Neural EA ile tanışın, verimli ve kârlı otomatik ticaretin bir sonraki adımı. Burada kimse tek başına ticaret yapmaz AXIS'i satın aldığınızda sadece bir uzman danışman (EA) almazsınız. Strateji ve sonuç o
AiiA
Vladimir Lekhovitser
5 (3)
Canlı sinyal Daha fazlasını burada bulun:   https://www.mql5.com/tr/users/prizmal/seller Bu ticaret robotu, AUD/CHF döviz çifti üzerinde hassas ve güvenilir işlemler gerçekleştirmek üzere tasarlanmıştır. Sermaye yönetimi stratejilerini optimize ederek getiriyi artırırken riski en aza indirir. Bot, yatırımları korumak ve karı güvence altına almak için önceden tanımlanmış zarar durdurma ve kar alma seviyelerini kullanır. Gelişmiş algoritmalar ve piyasa analizinden yararlanarak disiplinli ticare
Paradox Flux Trader: Altın (XAU/USD) Ticaretinde Bir Devrim Piyasayı sadece analiz etmekle kalmayıp, ticaret yaklaşımınızı tamamen yeniden tanımlayan bir araç hayal edin. Paradox Flux Trader , sadece bir Uzman Danışman (EA) değil, altın (XAU/USD) ticareti için özel olarak tasarlanmış yeni nesil bir ticaret sistemidir. Onu piyasadaki diğer tüm çözümlerden ayıran benzersiz teknolojiler kullanır. Sınırlı Süreli Teklif Paradox Flux Trader , sınırlı bir süre için 4 99$ fiyatla sunulmaktadır. Promosy
Yazarın diğer ürünleri
Ultimate Signal Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Ultimate Signal Builder Basic combines the features of other 3 expert advisors, providing all their trading signals in one single place: 1. the Price Action Builder Basic ; 2. the Bollinger Bands Builder Basic ; 3. the Chart Patterns Builder Basic . The Ultimate Signal Builder Basic expert advisor shares the same characteristics as the 3 underlying experts: usage of stop loss orders, maximum 1 managed open trade, automatic trade closure and configurable validation mechanism. While being ess
FREE
Price Action Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Price Action Builder Basic expert advisor was created with the primary goal of providing a free, configurable, easy to use, decently profitable automated trading strategy. At the same time, an equally important goal is ensuring a low drawdown and avoiding exposure to high risks through:   usage of automatically placed stop loss orders for all launched trades; allowing maximum 1 managed open trade at a given time, avoiding pressure on margin/deposit load; minimization of positions holding tim
FREE
Chart Patterns Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Chart Patterns Builder Basic expert advisor is a new addition to the automated trading strategies product family, which already contains the Price Action Builder Basic and the Bollinger Bands Builder Basic . While sharing general functionality with the other experts, this expert relies on the detection of some well-known trading chart patterns for identifying its buy/sell signals. Technical details: The following chart patterns are currently supported: - double top and double bottom patter
FREE
Bollinger Bands Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Bollinger Bands Builder Basic expert advisor is a free and configurable trading strategy using the Bollinger Bands indicator as its primary signal provider technique. Like its sibling products from the expert advisors group, this systems aims to ensure low drawdown and avoiding exposure to high risks through:   usage of automatically placed stop loss orders for all launched trades; allowing maximum 1 managed open trade at a given time, avoiding pressure on margin/deposit load; minimization o
FREE
Price Action Builder Premium
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Price Action Builder Premium expert advisor is an extension of the freely available Price Action Builder Basic :     it provides 2 new candlestick patterns besides the pinbar (already available in the basic edition);     in most configurations, backtesting usually shows an average yearly return rate increased by approximately 50%;     the account growth curve is also smoother, due to larger number of trades, almost double (2x) compared to the free version. While aimed primarily at obtaining
Bollinger Bands Builder Premium
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Bollinger Bands Builder Premium expert advisor is an extension of the freely available Bollinger Bands Builder Basic :     it provides 2 new trading techniques besides the standard Bollinger squeeze (already available in the basic edition);     in most configurations, backtesting usually shows more than double (2x) average yearly return rate;     the account growth curve is also smoother, due to larger number of trades (about 3x) compared to the free version. While aimed primarily at obtaini
Filtrele:
İnceleme yok
İncelemeye yanıt