Cascade trading combined with Reverse MA

#property copyright "Copyright 2023, MetaQuotes Ltd."
#property link      "https://www.mql5.com"
#property version   "1.00"
#include <Most_Common_Classes.mqh>


   // Define parameters for the moving averages
   input int fastMAPeriod = 10;  // Fast MA period (e.g., 10 for scalping)
   input int slowMAPeriod = 20;  // Slow MA period (e.g., 20 for scalping)
   input ENUM_MA_METHOD maMethod = MODE_SMA;
   double lotSize;
   int maShift_current = 0; 
   int maShift_Previous = 1;
   
   bool enough_money;
   bool enough_valume;
   string message;
   bool IsBuy;
   bool TradeIsOk;
   double StopLoss;
   double TakeProfit;

   input double RiskPercent=0.01;
   input double R2R=2;
   input double StopLossPoints=100;
   input double MinimumStopLossPoints=25;
   ST_StopLoss_TakeProfit arr;

int OnInit()
  {
   // Initialization
   return(INIT_SUCCEEDED);
  }
//+------------------------------------------------------------------+
//| Expert deinitialization function                                 |
//+------------------------------------------------------------------+
void OnDeinit(const int reason)
  {
   // Cleanup code
  }
//+------------------------------------------------------------------+
//| Expert tick function                                             |
//+------------------------------------------------------------------+
void OnTick()
  {
       // No shift for moving averages
    // Use Simple Moving Average (SMA)
   ENUM_APPLIED_PRICE appliedPrice = PRICE_CLOSE; // Apply to Close prices

   // Get the values of the current and previous moving averages
   
   // if (AccountInfoDouble(ACCOUNT_PROFIT)>100){close_All_Orders();}
   
   double fastMA_Current = MACalculator(_Symbol,PERIOD_CURRENT,fastMAPeriod,maShift_current,maMethod,appliedPrice);   // Current Fast MA
   double slowMA_Current = MACalculator(_Symbol,PERIOD_CURRENT,slowMAPeriod,maShift_current,maMethod,appliedPrice);   // Current Slow MA
   double fastMA_Previous = MACalculator(_Symbol,PERIOD_CURRENT,fastMAPeriod,maShift_Previous,maMethod,appliedPrice);  // Previous Fast MA
   double slowMA_Previous = MACalculator(_Symbol,PERIOD_CURRENT,slowMAPeriod,maShift_Previous,maMethod,appliedPrice);   // Previous Slow MA
   double Refference_MA = MACalculator(_Symbol,PERIOD_CURRENT,100,maShift_Previous,maMethod,appliedPrice);
// Get current account information
     // Set lot size for trades
   double ask = NormalizeDouble(SymbolInfoDouble(_Symbol, SYMBOL_ASK), _Digits); // Current Ask price
   double bid = NormalizeDouble(SymbolInfoDouble(_Symbol, SYMBOL_BID), _Digits); // Current Bid price

   
     if(IsNewCanddle(PERIOD_H1))
      {
         TradeIsOk=true;
         
         //if(PositionsTotal() != 0)canddleCount=canddleCount+1;
         
      }
   

   if(fastMA_Previous < slowMA_Previous && fastMA_Current > slowMA_Current && SymbolOpenOrders(Symbol())==0 && bid< Refference_MA)
   {
      
               //lotSize=OptimumLotSize(_Symbol,ask,StopLoss,RiskPercent);
               lotSize=0.01;
               enough_money =CheckMoneyForTrade(Symbol(),lotSize,ORDER_TYPE_SELL);
               enough_valume=CheckVolumeValue(lotSize,message);
               StopLoss=bid+StopLossPoints*Point();
               TakeProfit=bid-R2R*StopLossPoints*Point();
              if(enough_money && enough_valume)  Trading.Sell(lotSize, NULL, bid, StopLoss,0, "Logic Order");
               IsBuy=false;
   }


   if(fastMA_Previous > slowMA_Previous && fastMA_Current < slowMA_Current && SymbolOpenOrders(Symbol())==0 && ask > Refference_MA)
   {

 
               //lotSize=OptimumLotSize(_Symbol,ask,StopLoss,RiskPercent);
               lotSize=0.01;
               enough_money =CheckMoneyForTrade(Symbol(),lotSize,ORDER_TYPE_BUY);
               enough_valume=CheckVolumeValue(lotSize,message);
               StopLoss=bid-StopLossPoints*Point();
               TakeProfit=bid+R2R*StopLossPoints*Point();
               if(enough_money && enough_valume)Trading.Buy(lotSize, NULL, ask,  StopLoss,0, "Logic Order");
               IsBuy=true;

   }
     if(TradeIsOk && SymbolOpenOrders(Symbol())>=1)
      {   
        //arr=Cascade_trading(_Symbol,lotSize,IsBuy,ask,bid,TakeProfit,StopLoss,StopLossPoints,MinimumStopLossPoints,R2R,true, SymbolOpenOrders(Symbol()));
        
       
         //TakeProfit=arr.NewTakeProfit;
         //StopLoss=arr.NewStopLoss;

      }  
  }
  
  
  



Önerilen ürünler
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
The idea of the system is to indentify the reversal patterns using the calculation of the composite candle. The reversal patterns is similar to the "Hammer" and "Hanging Man" patterns in Japanese candlestick analysis. But it uses the composite candle instead the single candle and doesn't need the small body of the composite candle to confirm the reversal. Input parameters: Range - maximal number of bars, used in the calculation of the composite candle. Minimum - minimal size of the composite can
FREE
Caicai L&S Yield Histogram Important Notice: This indicator is an integral tool of the automated EA Caicai Long and Short Pair Trading . This indicator visually displays the percentage deviation (Yield %) of a pair's current spread relative to its own historical mean. It is an excellent tool for quickly visualizing the gross financial potential of a market distortion in Long & Short operations. Main Features: Percentage Visualization: Understand the size of the distortion in palpable percentage
FREE
Zigzag Price Arrows
Aiman Saeed Salem Dahbag
The Zigzag Price Arrow indicator is an enhanced version of the classic Zigzag indicator, combining the traditional zigzag pattern with advanced visual features. It not only identifies major market turning points but also provides clear trading signals through: • Directional arrows: Displays colored arrows (green for buy, magenta for sell) indicating potential trend directions. • Price labels: Shows the exact price values at each pivot point directly on the chart. • Improved visual clarity: Make
FREE
ZigZag WaveSize MT4'ün önceki sürümünün geliştirilmesi  ZigZag WaveSize MT4 ZigZag WaveSize -  noktalar cinsinden dalga uzunluğu bilgisi, seviyeler ve farklı uyarı mantığı eklenmiş değiştirilmiş standart ZigZag göstergesi Genel İyileştirmeler: MetaTrader 5 için kod uyarlaması Grafik nesneleriyle çalışmanın optimize edilmesi Yeni Özellikler: Ekstremumlarda yatay seviyeler Seviye tipi seçimi: yatay/ışınlar/bölümler Likid seviyeler filtresi (fiyat tarafından test edilmemiş) Kırılma için tampon: y
FREE
VolumeBasedColorsBars
Henrique Magalhaes Lopes
VolumeBasedColorsBars — Free Powerful Volume Analysis for All Traders Unlock the hidden story behind every price bar! VolumeBasedColorsBars is a professional-grade, 100% FREE indicator that colorizes your chart candles based on real, adaptive volume analysis. Instantly spot surges in market activity, identify exhaustion, and catch the moves that matter. This indicator gives you:    • Dynamic color-coded bars for instant volume context    • Adaptive thresholds based on historical, session-awar
FREE
Genel Açıklama Fair Gap Value Göstergesi, MetaTrader 5 grafiğinde “fair value gap” olarak adlandırılan fiyat boşluklarını tespit eder ve vurgular. Bir fair gap, bir mumun dip fiyatı ile arada bir mum bırakarak iki mum önceki mumun tepe fiyatı arasında fiyat boşluğu oluştuğunda meydana gelir. Gösterge, bu bölgeleri yükseliş ve düşüş gap’leri için renkli dikdörtgenlerle işaretleyerek fiyat hareketi stratejilerine görsel destek sağlar. Ana Özellikler Yükseliş Gap’i Algılama : Güncel mumun dibi ile
FREE
Smart Super Trend
Kokou Sodjine Aziagbedo
Smart Super Trend Indicator (Free) Turn volatility into opportunity — Catch trends early and trade smarter The Supertrend Indicator is one of the most trusted tools in technical analysis, designed to help traders quickly identify the prevailing market trend and spot potential entry and exit points with precision. Built on price action and volatility, this trend-following indicator adapts dynamically to market conditions, making it a powerful companion for both beginners and experienced traders.
FREE
LT Donchian Channel
Thiago Duarte
4.86 (7)
Donchian Channel is an indicator created by Richard Donchian. It is formed by taking the highest high and the lowest low of the last specified period in candles. The area between high and low is the channel for the chosen period. Its configuration is simple. It is possible to have the average between the upper and lower lines, plus you have alerts when price hits one side. If you have any questions or find any bugs, please contact me. Enjoy!
FREE
Babel Assistant
Iurii Bazhanov
4.33 (9)
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
Donchian Breakout And Rsi
Mattia Impicciatore
5 (1)
Genel Açıklama Bu gösterge, klasik Donchian Kanalı ’nın geliştirilmiş bir versiyonudur ve gerçek işlem için pratik işlevlerle zenginleştirilmiştir. Standart üç çizgiye (üst, alt ve orta çizgi) ek olarak sistem breakout (fiyat kırılımı) noktalarını tespit eder ve bunları grafikte oklarla görsel olarak gösterir. Ayrıca grafiği sadeleştirmek için mevcut trend yönünün tersindeki çizgi yalnızca görüntülenir. Gösterge şunları içerir: Görsel sinyaller : Kırılım sırasında renkli oklar Otomatik bildiriml
FREE
PZ Penta O MT5
PZ TRADING SLU
3.5 (4)
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
Haven FVG Indicator
Maksim Tarutin
5 (8)
Gösterge   Haven FVG   , piyasaları analiz etmek için bir araçtır ve grafikte verimsizlik alanlarını (Fair Value Gaps, FVG) tanımlamanıza olanak tanır, böylece tüccarlara fiyat analizi ve ticari kararlar almak için anahtar seviyeler sağlar. Diğer ürünler ->  BURADA Ana Özellikler: Bireysel renk ayarları: Alış FVG rengi   (Bullish FVG Color). Satış FVG rengi   (Bearish FVG Color). Esnek FVG görselleştirme: FVG aramak için maksimum mum sayısı. FVG bölgelerinin belirli bir bar sayısı kadar ek uzat
FREE
FlatBreakout MT5 (Free Version) Flat Range Detector and Breakout Panel for MT5 — GBPUSD Only FlatBreakout MT5   is the free version of the professional FlatBreakoutPro MT5 indicator, specially designed for flat (range) detection and breakout signals on the   GBPUSD   pair only. Perfect for traders who want to experience the unique fractal logic of FlatBreakout MT5 and test breakout signals on a live market without limitations. Who Is This Product For? For traders who prefer to trade breakout of
FREE
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
Spike Catch Pro
Amani Fungo
4.14 (7)
Spike Catch Pro 22:03 release updates Advanced engine for searching trade entries in all Boom and Crash pairs (300,500 and 1000) Programmed strategies improvements Mx_Spikes (to combine Mxd,Mxc and Mxe), Tx_Spikes,   RegularSpikes,   Litho_System,   Dx_System,   Md_System,   MaCross,   Omx_Entry(OP),  Atx1_Spikes(OP),   Oxc_Retracement (AT),M_PullBack(AT) we have added an arrow on strategy identification, this will help also in the visual manual backtesting of the included strategies and see ho
FREE
The Scaled Awesome Oscillator (SAO) represents a refined adaptation of the Awesome Oscillator, aimed at establishing consistent benchmarks for identifying market edges. Unlike the standard Awesome Oscillator, which records the variation in pips across different commodities, the only unchanging reference point is the zero line. This limitation hampers investors and traders from pinpointing specific levels for trend reversals or continuations using the traditional Awesome Indicator, a creation of
FREE
Pivot Points Indicator – a fast, reliable, and fully customizable pivot detection for MetaTrader 5. This indicator uses MetaTrader’s native iHighest and iLowest functions to identify pivot highs and lows by scanning for the highest and lowest prices within a user-defined window of bars. A pivot is confirmed only when the current bar is the absolute maximum or minimum within the selected range, ensuring accurate and timely signals based on robust built-in logic. Key Features No Repainting : Onc
FREE
Fibo Trader is an expert advisor that allows you to create automated presets for oscillation patterns in reference to Fibonacci retracements values using fully automated and dynamically created grid. The process is achieved by first optimizing the EA, then running it on automated mode. EA allows you to switch between automatic and manual mode. When in manual mode the user will use a graphical panel that allows to manage the current trading conditions, or to take control in any moment to trade ma
FREE
Easy GOLD MT5
Franck Martin
3.95 (41)
Easy Gold is the latest addition to the BotGPT family. It is surprising and very powerful. It is ideal for beginners due to its simplicity.  There is absolutely nothing to do, it's 100% automated, simply indicate the percentage of risk you want to take per trade and the EA is ready. Whatever your capital, the EA takes care of everything. Optimized on (XAUUSD).  Unleash all the power with the professional version (AGI Gold) and its connection to the neural network, available in my store. My othe
FREE
Auto Fibonacci Retracement Indicator — Flexible and Reliable This isn’t just another Auto Fibonacci Retracement indicator. It’s one of the most flexible and dependable tools available . If you find it useful, please consider leaving a review or comment — your feedback means a lot! Check out my other helpful tools below: Smart Alert Manager   - Set up advanced alerts and send them to Mobile, Telegram, Discord, Webhook... Timeframes Trend Scanner    - Scan the trend of assets in difference timefr
FREE
The indicator highlights the points that a professional trader sees in ordinary indicators. VisualVol visually displays different volatility indicators on a single scale and a common align. Highlights the excess of volume indicators in color. At the same time, Tick and Real Volume, Actual range, ATR, candle size and return (open-close difference) can be displayed. Thanks to VisualVol, you will see the market periods and the right time for different trading operations. This version is intended f
FREE
Girassol Sunflower MT5 Indicator
Saullo De Oliveira Pacheco
3.86 (7)
This is the famous Sunflower indicator for Metatrader5. This indicator marks possible tops and bottoms on price charts. The indicator identifies tops and bottoms in the asset's price history, keep in mind that the current sunflower of the last candle repaints, as it is not possible to identify a top until the market reverses and it is also not possible to identify a bottom without the market stop falling and start rising. If you are looking for a professional programmer for Metatrader5, please
FREE
RSI abcd
Francisco Gomes Da Silva
4 (2)
RSI ABCD Desen Bulucu: Teknik Strateji 1. Gösterge Nasıl Çalışır? Klasik RSI ile otomatik ABCD harmonik desen tespitini birleştirir. Temel Bileşenler Standart RSI (ayarlanabilir periyot) Tepe ve dip işaretleri (oklar) ABCD desenleri (yeşil/kırmızı çizgiler) Aşırı alım (70) ve aşırı satım (30) filtreleri 2. MT5 Kurulumu period = 14 ; // RSI periyodu size = 4 ; // Maksimum desen boyutu OverBought = 70 ; // Aşırı alım seviyesi OverSold = 30 ; // Aşırı satım seviyesi Filter = USE_FILTER_ YES ; // On
FREE
Morning Range Breakout (Free Version) Morning Range Breakout (Free Version) is a straightforward trading advisor that implements a breakout strategy based on the morning range. It identifies the high and low within a specified time interval (e.g., 08:00–10:00 UTC) and opens a trade on a breakout upward or downward. The free version includes core functionality without restrictions. All parameters and messages are in English, per MQL5 Market requirements. Key Features Detects morning range based
FREE
ET1 for MT5 is new and completely free!! ET1 for MT5 v4.20 Updated!! Now use on XAUUSD(Gold) !!  The success rate is more than 75%   !!! important update: Merge ET9 's breakout strategy Warning!! You can use ET1 completely free, but we do not guarantee ET1 stability, It is recommended that the more powerful ET9 for MT5 version includes the ET1 strategy and guarantees complete and stable returns. The Best Expert Advisor  on   XAUUSD   any timeframes  ET9  for MT5 Updated v4.80 !!  https://www
FREE
AP Fibonacci Retracement PRO (MT5) Overview AP Fibonacci Retracement PRO is a trend-continuation pullback EA. It waits for a confirmed swing, calculates the Fibonacci retracement zone, and looks for entries in the direction of the original move. No grid, no martingale. Strategy logic Detects the last valid swing high/low using Fractals on the selected signal timeframe. Calculates the retracement zone between 38.2% and 61.8% (configurable). On a closed bar, if price is inside the zone (with opti
FREE
MACD Enhanced
Nikita Berdnikov
5 (3)
Introducing the MACD  Enhanced – an advanced MACD (Moving Average Convergence Divergence) indicator that provides traders with extended capabilities for trend and momentum analysis in financial markets. The indicator uses the difference between the fast and slow exponential moving averages to determine momentum, direction, and strength of the trend, creating clear visual signals for potential entry and exit points. Attention! To achieve the best results, it is recommended to adapt the indicator
FREE
PZ Three Drives MT5
PZ TRADING SLU
2.83 (6)
This indicator finds Three Drives patterns. The Three Drives pattern is a 6-point reversal pattern characterised by a series of higher highs or lower lows that complete at a 127% or 161.8% Fibonacci extension. It signals that the market is exhausted and a reversal can happen. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Customizable pattern sizes Customizable colors and sizes Customizable breakout periods Customizable 1-2-3 and 0-A-B ratios It implements visual/s
FREE
Utazima Universal AI (MT5 Indicator) Price: Free Overview Utazima Universal AI is a manual trading indicator that provides a dashboard-style view of selected market structure elements and session/time conditions. It does not place trades. What it shows (depending on settings) - Market structure and key zones (optional) - FVG/imbalance zones (optional) - Liquidity sweep style markers (optional) - Trend-direction filtering (optional) - Session/time filters for active periods (optional) - Risk/re
FREE
Bu ürünün alıcıları ayrıca şunları da satın alıyor
Quantum Valkyrie
Bogdan Ion Puscasu
4.89 (108)
Quantum Valkyrie - Hassasiyet.Disiplin.Uygulama İndirimli       Fiyat   her 10 satın alımda 50 dolar artacaktır. Canlı Sinyal:   BURAYA TIKLAYIN   Quantum Valkyrie MQL5 herkese açık kanalı:   BURAYA TIKLAYIN ***Quantum Valkyrie MT5 satın alın ve Quantum Emperor veya Quantum Baron'u ücretsiz olarak alma şansını yakalayın!*** Daha fazla bilgi için özel mesaj gönderin! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (479)
Merhaba yatırımcılar! Ben   Quantum Queen   , tüm Quantum ekosisteminin gözbebeği ve MQL5 tarihindeki en yüksek puanlı, en çok satan Uzman Danışmanım. 20 ayı aşkın canlı işlem deneyimim sayesinde, tartışmasız XAUUSD Kraliçesi olarak yerimi kazandım. Uzmanlık alanım mı? ALTIN. Misyonum? Tutarlı, kesin ve akıllı işlem sonuçları sunmak — hem de defalarca. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. İndirimli   fiyat
Akali
Yahia Mohamed Hassan Mohamed
4.97 (32)
LIVE SIGNAL: Canlı performansı görmek için buraya tıklayın ÖNEMLİ: ÖNCE KILAVUZU OKUYUN Broker gereksinimlerini, strateji modlarını ve akıllı yaklaşımı anlamak için bu EA'yı kullanmadan önce kurulum kılavuzunu okumanız kritik önem taşır. Resmi Akali EA Kılavuzunu okumak için buraya tıklayın Genel Bakış Akali EA, Altın (XAUUSD) için özel olarak tasarlanmış yüksek hassasiyetli bir scalping Uzman Danışmanıdır (Expert Advisor). Yüksek volatilite dönemlerinde karları anında güvence altına almak için
CANLI SİNYALİMLE AYNI SONUÇLARI MI İSTİYORSUNUZ?   Benimle tamamen aynı aracı kurumları kullanın:   IC MARKETS  &  I C TRADING .  Merkezi borsa piyasasının aksine, Forex'te tek ve birleşik bir fiyat akışı yoktur.  Her aracı kurum likiditeyi farklı sağlayıcılardan temin eder ve bu da benzersiz veri akışları oluşturur. Diğer aracı kurumlar ancak %60-80 oranında eşdeğer bir işlem performansı sağlayabilir.     CANLI SİNYAL IC MARKETS:  https://www.mql5.com/en/signals/2344271       MQL5'te Forex EA T
CANLI SİNYALİMLE AYNI SONUÇLARI MI İSTİYORSUNUZ?   Benimle tam olarak aynı brokerları kullanın:   IC MARKETS  &  I C TRADING .  Merkezi borsa piyasasının aksine, Forex'in tek, birleşik bir fiyat beslemesi yoktur.  Her broker likiditeyi farklı sağlayıcılardan alarak benzersiz veri akışları oluşturur. Diğer brokerlar yalnızca %60-80'e eşdeğer işlem performansı elde edebilirler. CANLI SİNYAL MQL5 Üzerinde Forex EA Trading Kanalı:  Benden en son haberleri almak için MQL5 kanalıma katılın.  MQL5 üze
Quantum King EA
Bogdan Ion Puscasu
4.97 (146)
Quantum King EA — Her Yatırımcı İçin Geliştirilmiş Akıllı Güç IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Özel Lansman Fiyatı Canlı Sinyal:       BURAYA TIKLAYIN MT4 versiyonu :   TIKLAYIN Quantum King kanalı:       Buraya tıklayın ***Quantum King MT5 satın alın ve Quantum StarMan'i ücretsiz edinin!*** Daha fazla bilgi için özelden sorun! İşlemlerinizi hassasiyet ve disiplinle yönetin. Quantum King EA,
Optimize your trading environment: To get the best results matching the live signal, it is highly recommended to use a reliable True ECN broker with low latency and tight spreads. Because Forex liquidity varies, choosing a robust broker ensures the algorithm can execute trades with maximum precision. LIVE SIGNAL & COMMUNITY Live Performance (More than 7 months):  View AI Gold Sniper Live Signal Forex EA Trading Channel:  Join my community of over 15,000 members for the latest updates and support
Gold House — Gold Swing Breakout Trading System Launch Promotion — Limited to 100 Copies Only 100 copies will be sold at the early-bird price. After 100 copies, the price jumps directly to $999 . Price also increases by $50 every 24 hours during this period. 93   copies sold — only 7 remaining. Lock in the lowest price before it's gone. Live signal: https://www.mql5.com/en/signals/2359124 Stay updated — join our MQL5 channel for product updates and trading tips. After opening the link, click th
Syna
William Brandon Autry
5 (23)
Syna 5 – Kalıcı Zeka. Gerçek Hafıza. Evrensel Trading Zekası. Çoğu yapay zeka aracı bir kez yanıt verir ve her şeyi unutur. Sizi tekrar tekrar sıfırdan başlatır. Syna 5 unutmaz. Her konuşmayı, analiz edilen her işlemi, neden harekete geçtiğini, neden kenarda kaldığını ve piyasanın ardından nasıl tepki verdiğini hatırlar. Her oturumda eksiksiz bağlam. Her işlemle biriken kümülatif zeka. Bu, pazarlama amacıyla yapay zeka özellikleri eklenmiş bir EA daha değildir. Zeka sıfırlanmayı bırakıp birikme
Aot
Thi Ngoc Tram Le
4.85 (96)
AOT Çoklu Para Birimi Uzman Danışmanı AI Duygu Analizi ile Korelasyonlu döviz çiftleri arasında portföy çeşitlendirmesi için çok pariteli ortalamaya dönüş stratejisi. İlk kez AOT'yi test ediyor musunuz?       sabit lot boyutu ayarları ile başlayın, Sabit lot boyutu 0.01 | Parite başına tek pozisyon | Gelişmiş özellikler kapalı. Sistemin davranışını anlamak için saf ticaret mantığı   . Performans geçmişi sinyali Detay Ayar Dosyası Adı Açıklama Orta Risk 2 Darwinex Zero,  Hesap büyüklüğü  $100k Li
Goldwave EA MT5
Shengzu Zhong
4.64 (22)
Gerçek işlem hesabı   LIVE SIGNAL (IC MARKETS):  https://www.mql5.com/en/signals/2339082 Bu EA, MQL5 üzerinde doğrulanmış canlı işlem sinyalinde kullanılan ticaret mantığı ve yürütme kurallarıyla tamamen aynı mantığı ve kuralları kullanır.Önerilen ve optimize edilmiş ayarlar kullanıldığında ve güvenilir bir ECN / RAW spread brokeri (örneğin IC Markets veya EC Markets) ile çalıştırıldığında, bu EA’nın canlı işlem davranışı, canlı sinyalin işlem yapısı ve yürütme özellikleriyle yüksek ölçüde uyum
ÖNEMLİ   : Bu paket yalnızca çok sınırlı sayıda kopya için geçerli fiyattan satılacaktır.    Fiyat çok hızlı bir şekilde 1499$'a çıkacak    +100 Strateji dahil   ve daha fazlası geliyor! BONUS   : 999$ ve üzeri fiyata -->   diğer 5    EA'mı ücretsiz seçin!  TÜM AYAR DOSYALARI TAM KURULUM VE OPTİMİZASYON KILAVUZU VİDEO REHBERİ CANLI SİNYALLER İNCELEME (3. taraf) ULTIMATE BREAKOUT SYSTEM'e hoş geldiniz! Sekiz yıl boyunca titizlikle geliştirilen, gelişmiş ve tescilli bir Uzman Danışman (EA) olan
Agera
Anton Kondratev
5 (2)
AGERA,   altın piyasasındaki güvenlik açıklarını belirlemek için geliştirilmiş, tamamen otomatik ve çok yönlü açık kaynaklı bir uzman algoritmasıdır! Not        Grid       , Not        Martingale    ,    Not      "   AI"         , Not      "   Neural Network" ,    Not      "   Machine Learning"    ,     Not     "ChatGPT"   ,     Not       Unrealistically Perfect Backtests  AGERA    Community :       www.mql5.com/en/messages/01e0964ee3a9dc01 Signal Real :     https://www.mql5.com/en/signals/23618
Nano Machine
William Brandon Autry
5 (6)
Nano Machine GPT Version 2 (Generation 2) – Kalıcı Pullback Zekası Bu dönüşümü 2024 sonunda Mean Machine ile başlattık. Gerçek öncü yapay zekayı canlı perakende forex ticaretine taşıyan ilk sistemlerden biri. Nano Machine GPT Version 2 bu hattaki bir sonraki evrimdir. Çoğu yapay zeka aracı bir kez yanıt verir ve her şeyi unutur. Nano Machine GPT Version 2 unutmaz. Analiz edilen her pullback kurulumunu, her gerçekleştirilen girişi, her reddi, her kararın arkasındaki mantığı, piyasanın tepkisini
Karat Killer
BLODSALGO LIMITED
4.63 (24)
Saf Altın Zekası. Özüne Kadar Doğrulanmış. Karat Killer   geri dönüştürülmüş göstergeler ve şişirilmiş backtestlerle dolu bir altın EA değildir — XAUUSD için özel olarak inşa edilmiş,   yeni nesil bir makine öğrenimi sistemidir   , kurumsal düzeyde metodoloji ile doğrulanmış ve gösterişten çok özü değer veren yatırımcılar için tasarlanmıştır. LAUNCH PROMOTION - LIMITED TIME OFFER   Price increases every 24 hours at 10:30 AM Cyprus time.   Secure the lowest price today before the next increase. D
Overview Golden Odin EA is an Expert Advisor designed specifically for XAUUSD . Unlike multi-strategy bots, Golden Odin focuses on a single, highly optimized Market Structure Break (Pivot) strategy using precise Pending Orders. The EA is designed to wait patiently like a true king, managing its entries and filters automatically. Golden Odin EA does not use grid, martingale, or averaging techniques. It strictly limits itself to a maximum of 1 open trade at a time. All trades opened by the EA use
Mad Turtle
Gennady Sergienko
4.56 (85)
Sembol XAUUSD (Altın / ABD Doları) Zaman Aralığı H1-M15 (isteğe bağlı) Tek işlem desteği EVET Minimum Mevduat 500 USD (veya başka bir para biriminde eşdeğeri) Tüm brokerlarla uyumlu EVET (2 veya 3 basamaklı fiyatlandırma, tüm hesap para birimleri, semboller ve GMT zaman dilimi desteklenir) Önceden ayar yapmadan çalışır EVET Makine öğrenimine ilgi duyuyorsanız, kanala abone olun: Abone Ol! Mad Turtle Projesinin Ana Özellikleri: Gerçek Makine Öğrenimi Bu Expert Advisor (EA), herhangi bir GPT
Aura Ultimate EA
Stanislav Tomilov
4.81 (103)
Aura Ultimate — Sinir ağları tabanlı işlemlerin zirvesi ve finansal özgürlüğe giden yol. Aura Ultimate, Aura ailesinin bir sonraki evrimsel adımıdır; en son yapay zeka mimarisi, piyasaya uyarlanabilir zeka ve risk kontrollü hassasiyetin bir sentezidir. Aura Black Edition ve Aura Neuron'un kanıtlanmış DNA'sı üzerine inşa edilen bu ürün, daha da ileri giderek, güçlü yönlerini tek bir birleşik çoklu strateji ekosisteminde birleştirirken, tamamen yeni bir tahmin mantığı katmanı da sunmaktadır. Çok
XIRO Robot is a professional trading system created to operate on two of the most popular and liquid instruments on the market:  GBPUSD, XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and
PrizmaL Lux
Vladimir Lekhovitser
5 (3)
Canlı işlem sinyali İşlem faaliyetlerinin herkese açık gerçek zamanlı takibi: https://www.mql5.com/tr/signals/2356149 Resmî bilgiler Satıcı profili Resmî kanal Kullanıcı kılavuzu Kurulum talimatları ve kullanım yönergeleri: Kullanıcı kılavuzunu aç Bu Expert Advisor, sabit bir yürütme modelini takip etmek yerine mevcut piyasa koşullarına göre davranışını ayarlayan, piyasa bağlamına duyarlı bir sistem olarak tasarlanmıştır. Strateji, piyasa yapısının işlem yapmayı haklı çıkaracak kadar n
XAUUSD QUANTUM PRO EA (MT5) — MetaTrader 5 için ALTIN XAUUSD Uzman Danışmanı | BUY/SELL Karar Motoru + Gelişmiş Risk Yönetimi + Canlı Gösterge Paneli ÖZEL LANSMAN FİYATI — geçici indirim ile sınırlı süreli teklif. XAUUSD QUANTUM PRO EA satın alırsanız Bitcoin Quantum Edge Algo veya DAX40 Quantum Pro EA ücretsiz alabilirsiniz. Daha fazla bilgi için özel mesaj gönderin. XAUUSD QUANTUM PRO EA , tek bir amaç için tasarlanmış bir MT5 robotudur: XAUUSD otomatik işlemlerini daha temiz, anlaşılır ve kon
The Gold Reaper MT5
Profalgo Limited
4.51 (90)
PROP FİRMASI HAZIR!   (   SETFILE'ı indirin   ) WARNING: Mevcut fiyata yalnızca birkaç kopya kaldı! Son fiyat: 990$ 1 EA'yı ücretsiz alın (2 ticari hesap için) -> satın aldıktan sonra benimle iletişime geçin Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Altın Reaper'a hoş geldiniz! Çok başarılı Goldtrade Pro'yu temel alan bu EA, aynı anda birden fazla zaman diliminde çalışacak şekilde tasarlanmıştır ve ticaret sıklığını çok muhafazakardan aşırı değişkene k
HTTP ea
Yury Orlov
4.73 (11)
How To Trade Pro (HTTP) EA — 25+ yıllık deneyimli yazarın, martingale veya ızgaralar olmadan herhangi bir varlık ticareti için profesyonel ticaret danışmanı. Çoğu üst düzey danışman yükselen altınla çalışır. Testlerde harika görünürler... altın yükselirken. Ama trend tükendiğinde ne olacak? Kim mevduatınızı koruyacak? HTTP EA sonsuz büyümeye inanmaz — değişen piyasaya uyum sağlar ve yatırım portföyünüzü genişçe çeşitlendirmek ve mevduatınızı korumak için tasarlanmıştır. Büyüme, düşüş, yan piyasa
The Gold Phantom
Profalgo Limited
4.35 (20)
SAHNE HAZIR! -->   TÜM AYAR DOSYALARINI İNDİRİN UYARI: Mevcut fiyattan sadece birkaç kopya kaldı! Son fiyat: 990$ YENİ (sadece 399$'dan başlayan fiyatlarla)   : 1 EA'yı Ücretsiz Seçin! (En fazla 2 işlem hesabı numarasıyla sınırlıdır, UBS hariç tüm EA'larım seçilebilir) En İyi Kombine Fırsat     ->     buraya tıklayın Herkese açık gruba katılmak için   buraya tıklayın .   Canlı Sinyal Canlı Sinyal 2 !! ALTIN ​​HAYALET BURADA !!   Altın Orakçı'nın muazzam başarısının ardından, güçlü kardeşi Altı
Xauusd Breeze
Abdelrahman Ahmed Mahmoud Ahmed
5 (6)
XAUUSD Breeze is a precision-engineered Expert Advisor that simplifies the complexity of the gold market. It seamlessly merges the structural reliability of classical support and resistance analysis with a highly optimized, world-class scalping strategy. By identifying high-probability price "bottlenecks" and liquidity zones, XAUUSD Breeze captures rapid movements with ease, offering a smooth and consistent trading experience even in volatile conditions. The price starts at $79. It increases by
Golden Hen EA
Taner Altinsoy
4.77 (52)
Genel Bakış Golden Hen EA , özellikle XAUUSD için tasarlanmış bir Uzman Danışmandır (Expert Advisor). Farklı piyasa koşulları ve zaman dilimlerinde (M5, M30, H2, H4, H6, H12, W1) tetiklenen dokuz bağımsız işlem stratejisini birleştirerek çalışır. EA, girişlerini ve filtrelerini otomatik olarak yönetecek şekilde tasarlanmıştır. EA'nın temel mantığı, belirli sinyalleri tanımlamaya odaklanır. Golden Hen EA grid, martingale veya ortalama (averaging) tekniklerini kullanmaz . EA tarafından açılan tüm
Zeno
Anton Kondratev
5 (2)
ZENO EA   , ALTIN piyasasındaki güvenlik açıklarını belirlemek için kullanılan, çoklu para birimi desteği sunan, esnek, tam otomatik ve çok yönlü açık kaynaklı bir EA'dır! Not    Grid   , Not    Martingale  ,  Not    " AI"     , Not    " Neural Network" ,  Not    " Machine Learning"  ,   Not   "ChatGPT" ,   Not   Unrealistically Perfect Backtests  Signal Live +51 Weeks :  https://www.mql5.com/en/signals/2350001 Default   Settings for One Сhart   XAUUSD or GOLD H1 ZENO Guide Sinyaller Komisyonsu
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
Mean Machine
William Brandon Autry
4.93 (40)
Mean Machine GPT Gen 2 ile Tanışın – Orijinal. Artık daha akıllı, daha güçlü ve her zamankinden daha yetenekli. Bu dönüşümün tamamını 2024 sonunda Mean Machine ile başlattık. Gerçek öncü yapay zekayı canlı perakende ticarete taşıyan ilk sistemlerden biri. Mean Machine GPT Gen 2 o orijinal vizyonun bir sonraki evrimidir. Orijinali değiştirmedik. Onu evrimleştirdik. Çoğu sistem bir kez yanıt verir, bir kez hareket eder ve her şeyi unutur. Mean Machine GPT Gen 2 unutmaz. Her işlemi, her kararı, he
Full Throttle DMX - Gerçek strateji,    gerçek sonuçlar   Full Throttle DMX, EURUSD, AUDUSD, NZDUSD, EURGBP ve AUDNZD döviz çiftleriyle çalışmak üzere tasarlanmış çoklu para birimi işlem uzmanı danışmanıdır. Sistem, bilinen teknik göstergeler ve kanıtlanmış piyasa mantığı kullanan klasik bir işlem yaklaşımı üzerine kurulmuştur. Danışman, her biri farklı piyasa koşullarını ve fırsatlarını belirlemek üzere tasarlanmış 10 bağımsız strateji içerir. Birçok modern otomatik sistemin aksine, Full Thrott
Yazarın diğer ürünleri
This Expert advisor does not do any trade, but it scans the whole symbols in your market watch and scan each shares one by one in different timeframes and at the end it shows you which symbol in which timeframe has a powerful engulfing candle. Furthermore, you can define a MA period and a high and low RSI limit, and it shows you which symbols in which timeframe is going to cross the adjusted moving average, and which symbol in which timeframe is going to cross high or low limit of the RSI.  The
FREE
//+------------------------------------------------------------------+ //|                                                   RSICascade.mq5 | //|                                  Copyright 2024, MetaQuotes Ltd. | //|                                              https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "Copyright 2024, MetaQuotes Ltd." #property link      " https://www.mql5.com " #property version   "1.00" #include <Most_Co
FREE
Important Note: Before using it in a real account test it in your demo account. //+------------------------------------------------------------------+ //|                                             Optimum_Lot_Size.mq5 | //|                                  Copyright 2023, MetaQuotes Ltd. | //|                                              https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "Copyright 2023, MetaQuotes Ltd." #property
FREE
Filtrele:
İnceleme yok
İncelemeye yanıt