• Aperçu
  • Avis (2)
  • Commentaires (15)
  • Nouveautés

MQL Trendline EA

3

Summary

This EA will trade semi-automatically based on trend lines or horizontal lines that are manually plotted on the chart by the user. It can handle any number of lines per chart and each line can have its own adjustable settings. This EA manages every line separately based on specific user 'keywords' set for each line. Since each line has it's own independent settings, this is why there are very few shared inputs in this EA. Doing it this way allows for a single EA to manage many lines and combinations of settings at the same time. This makes the EA more user-friendly.


Inputs

  • See_Example_Lines - If true, the EA will draw 2 example lines on the chart to help you understand how to set the keywords for lines. You can drag the lines to where you want to see them trade, change their keywords, or even delete them and draw your own lines. They are merely example lines. Example lines will automatically be set in backtesting mode too, even if this input is false.
  • The EA has all standard inputs that should be self-explanatory, such as Magic Number, max. slippage, and so on. Main EA settings are controlled with 'keywords' and not standard EA inputs.


Keywords

As mentioned above in the summary, each line can have it's own adjustable settings. These are controlled by set 'keywords' that the EA looks for. These keywords are entered into the 'name' field for each line. You can find and edit the name field for a trend line or horizontal line by highlighting the line by double clicking on it, then right clicking on the line, and then selecting either 'Horizontal Line properties' or 'Trendline properties'. You should remove the default name assigned by MetaTrader and replace it with your keywords and any values. Some keywords are mandatory and some are optional. It depends on the situation. Below is a list of the available keywords.

  • TL

    Format: TL=1, TL=2, TL=3, etc...

    Necessity: Mandatory

    Description: This keyword is what is used to assign a unique trend line number to each trend line. The EA will use this number to categorize and manage the lines separately. For example, if you have 10 lines on the chart and each have their own settings, then the EA will not get confused since each will have its own TL identifier. This TL is also used for the order comments. So, this will help in your own analysis as well.

  • Trade

    Format: Trade (by itself)

    Necessity: Mandatory (if trading)

    Description: This is the keyword to use if you want the EA to trade the trend line.

  • Alert

    Format: Alert (by itself)

    Necessity: Mandatory (if alerting)

    Description: This is the keyword to use if you want the EA to alert for the trend line. There are 4 types of alerts possible which are in the EA's inputs.

  • Timer

    Format: Timer=08:00-15:45 (hours:minutes-hours:minutes)

    Necessity: Optional

    Description: This represents the allowable time period that new trades can be opened and for alerts to occur. Existing trades will not be closed out if the current time goes outside the timer limits. They would still close out normally. Only new trades will not be made outside the allowed times. And new alerts will not occur outside the allowed times. This input must be in a valid format in order to be used properly. Do not add any strange characters or spaces to the input string. For example, 08.00, 0800, and 08 00 are not the same as 08:00. The timer is based on the broker's operating time as seen in the MetaTrader platform. The timer is not based on GMT time or your PC's time. Both hours and minutes can be used in the timer.

  • Lots

    Format: Lots=0.10

    Necessity: Mandatory (if trading)

    Description: This is the keyword to use to set lot size of the trade. It is not used if trading is disabled.

  • SL

    Format: SL=10

    Necessity: Optional

    Description: This is the keyword to use to set the stop loss of the trade. This input is based in Points and not Pips. This input is only used if the line will be traded. If trading and this keyword is not used, SL will simply be 0.

  • TP

    Format: TP=20

    Necessity: Optional

    Description: This is the keyword to use to set the take profit of the trade. This input is based in Points and not Pips. This input is only used if the line will be traded. If trading and this keyword is not used, TP will simply be 0.


Keyword Examples

  • Example 1

    Let's say price is below a trend line and you expect price to go up, bounce off, and reverse down. You want to set a TP of 200 Points and a SL of 400 Points.

    You could use this keyword string: "TL=1,Trade,Sell,Lots=0.25,TP=200,SL=400"

  • Example 2

    Let's say you see a market range and expect there to be a breakout once one of the horizontal lines is reached. You do not want a TP or SL.

    You could use these two keyword strings: "TL=1,Trade,Buy,Lots=1.50" & "TL=2,Trade,Sell,Lots=1.50"

  • Example 3

    Let's say price is currently below a certain important level and you simply want to receive an alert once a certain price is reached, so you can place a buy order manually.

    You could use this keyword string: "TL=1,Alert,Buy"

  • Example 4

    Let's say you want to trade a certain line but only after price has breached the line by 100 Points.

    You could draw a parallel line above/below the important line you want to trade by 100 Points and use this as the actual trading line. Then you could use this parallel line and set this string: "TL=1,Trade,Buy,Lots=0.01"


Notes

  • The keywords are NOT case sensitive. So, the keywords 'Trade', trade, and TRADE are recognized as the same.
  • All alerts are standard MetaTrader alerts. Some of them will require you to input your details in the MetaTrader terminal in order for them to work.
  • Screenshots are optional and meant to help with your records and analysis since they are taken before the lines are deleted. Screenshots are taken only when trading is done, but not when alerting only. They are saved in your platform's 'Files' folder. The file names are named by the order's ticket number.
  • Keep in mind that once a trade or alert occurs, the EA will delete the line since it did its job already.
  • This EA can be tested in the back tester in visual mode the same way as in live trading. In this case, the EA will draw 2 example lines. Just move them to where you want or delete them and just draw your lines on the chart as you normally would.
  • The lines can be adjusted or moved on the chart even during EA operation. The EA reacts in real-time. You do NOT need to remove, pause, or reset the EA in order to adjust or move the lines.
  • Keywords must be separated by a comma (",") but the order of keywords does not matter.
  • The EA will check for available margin before placing a trade. If there is not enough available margin, the EA will skip the trade and the line will remain on the chart. It's possible there will be enough margin later and the EA can make the trade.
  • The EA checks for lot size rules such as min/max lots and lot step. The EA will round up/down if needed instead of skipping the trade.
  • IMPORTANT: Check out our site using the link in my profile to find other FREE indicators and EAs!


Avis 2
ThinkMMQL
74
ThinkMMQL 2025.03.06 11:32 
 

This is a Masterpiece of coding.

Produits recommandés
TrendSurfer OsMa
Augustine Kamatu
2 (1)
Introducing TrendSurfer OsMa: Elevating Your Forex Trading Experience. TrendSurfer OsMa is a cutting-edge automated trading system meticulously crafted to harness the power of the MetaTrader 4 indicator, Moving Average of Oscillator (OsMa), revolutionizing your approach to forex trading. The Moving Average of Oscillator (OsMa) is a derivative of the MACD (Moving Average Convergence Divergence) indicator. It represents the difference between the MACD line and its signal line. The OsMa provides
The advantages of EA TWO CANDLE SMART are: It is equipped with various filters, including: maxspread, maxlot, takeprofit (4 step), stop loss (3 step), profit target per day, and many more. Open order BUY = If iClose[2] > iOpen[2] && iClose[1] > iOpen[1]. Open order SELL = If iClose[2] < iOpen[2] && iClose[1] < iOpen[1]. Target_profit_perday=50; ==> can work on forward test. lockprofit=2;//Minimal Profit in money Step_LockProfit_in_Money=25; Stoploss_in_Money=1000; Stoploss_in %=50;==> Stoploss
Heikin-Ashi-Sniper is a perfect addition to your portfolio. It is meant to be traded on EURUSD on H1 Timeframe. It uses Heikin-Ashi High and Low/High of Monthly timeframe to determine optimal entry signals while having a reasonably low drawdown More EA´s will be published shortly to complete the Portfolio. The EA Trades not very frequently it waits for the right chance and places the order. The rest of the time, your capital is free to be traded on other strategies Please see backtest results i
FREE
Inside Candle EA
Hong Ling Mu
1 (1)
Based on my original trading strategy, it appears that this EA is programmed to use technical analysis to identify an inside candle pattern in the current candle and wait for a breakout in either direction. If the price breaks out higher, the EA will place a buy order, and if it breaks out lower, the EA will place a sell order. The take profit and stop loss levels are set at 50 pips each. Additionally, using a martingale strategy, which involves increasing the lot size after a losing trade, ca
FREE
/ ********** ********** ********** ********** ********** ********** ********** ********** ********** ********** / Big Sales for Easter! Price is reduced > 50 % already! Grasp the chance and Enjoy it!  /   ********** **********   ********** **********   ********** **********   ********** **********   ********** **********   / This is a powerful EA that support single order strategy, martingale strategy, multiple timeframes strategy, etc with lots of useful indicators and self defined methods. I
YumokinBitcoinBreakOut
Ryutaro Yumoto
1.5 (2)
Features This EA is good at v olatility  market. This EA specializes in   BTC USD, so please apply this EA to that chart. Please apply this EA to the 15 minute chart. This EA uses volatility technical. This EA is easy to manage because it has a maximum of 1 position. The maximum profit is set at 0 pips(Unlimited). The maximum loss cut is set at 10000pips(100 Doller per 1lot、10Doller per 0.1lot). Performance depends on the spread, so please use it with a vendor with a narrow spread. Parameters
FREE
Hello all The expert works by hanging pending deals moving with the price when activating a transaction It closes on the stop loss or on a profit from the pursuit of profit Work on low spread currency pairs Like dollar yen currency The work is done with the same settings as the expert, or it can be modified as the user likes Work on a timing of 15M or more as the user likes parameters: Transaction_Movement : Movement =true  . no Movement=false . Lot1: Manual Lot Size Auto_Lot: Set true to auto
Mr Beast Trend Reverse
Luis Mariano Vazquez Marcos
MR BEAST TREND REVERSE RECOMENDED H1 EUR USD La estrategia "Trend Reverse" en el mercado de divisas (Forex) es un enfoque utilizado para identificar puntos de reversión de tendencias y capturar cambios de dirección en los precios de los pares de divisas. Esta estrategia se basa en la premisa de que las tendencias del mercado no duran para siempre y que se producirán puntos de inflexión. Este robot de trading de Forex ha sido desarrollado por MRBEAST como una herramienta para facilitar el trading
FiboSens AI
Konstantin Chechnev
FiboSens AI – has modern solutions for automating trading strategies based on Fibonacci levels. With a wide range of features, it allows for precise order management and adaptability to a variety of trading strategies and ideas. Key Features · Analysis of Fibonacci levels: customization for any currency pair and chart period. · Trend analysis: the ability to trade with or against the trend. · Automatic closing: customizable parameters for take profit, stop loss, closing based on the total e
This program works only on forex currencies, at New York Stock Exchange opening time (16:30) but opening time CAN BE SET as you want and automatically manage for each opening Trailing Stop Loss and BreakEven (if set). It is based on NY opening physiological movements of currencies quotes by putting pendants orders at defined (Gap) distance. It has an automatic recovery system in case the first trade gone in loss. It is possible to decide which multiply factor to use for the recover, thus it is a
Smart Math EA
Erik Shahazizyan
4.67 (3)
The advisor is a flexible solution with a grid strategy. Easy to operate and at the same time effective. It can be used both for accelerating a deposit and for conservative trading, depending on the settings. Uses auto lot and averaging to optimize trading. It is an excellent tool in skillful hands, providing stable results. Those who write a comment and rate honestly will get a Pro Set. Recommendations: Currency Pair: EURUSD Timeframe: M15 Minimum Deposit: $500 Brokers: Exness, Alpari, RoboFore
FREE
Echo one tradeConfirm
Phongkrit Phattanawijak
4 (1)
Echo One: The provided robot is a result of several Test of trading many many strategies,various indicators of forecasting, To make the best decision for making profits in markets. By combining several strategies and algorithms in this robot, at changing each tick price, with the utmost precision and speed  Real account has been opened where it will be possible to analyze the entire history, as well as constantly, in real time, monitor all current results: https://www.mql5.com/en/signals/71523
FREE
This is a fully automatic Expert Advisor. It can trade any market, any timeframe and any currency pair. The EA uses simple indicators like SMA, RSI and CCI, and a smart martingale system, that does not open systematical new positions, but waits for a new signal for each new order, wich is limiting drawdown compared to other martingale systems. It uses a combination of seven strategies you can select in the parameters to fit your needs. The strategy tester in MetaTrader 4 can give you the setup y
Intelligence
Mikhail Rasporskiy
the expert Advisor is an artificial intelligence that uses built-in algorithms to calculate currency support levels and place orders. defined by five main levels support.in in cases of a breakdown of the strongest support, the adviser closes orders and opens an order in the direction of the trend, thereby saving the Deposit from being completely drained. new levels are defined, and the EA starts working. does not use martingale. it works on any timeframe, but preferably 30 minutes. the tes
BitBull EA MT4
Arseny Potyekhin
5 (1)
Chers Traders, Je suis très heureux de vous présenter notre dernier projet. EA BitBull. Le trading réel de cryptomonnaies est désormais une réalité ! Étant donné que cette stratégie est si unique, je souhaite ne vendre qu’un nombre limité de licences. Par conséquent, le prix augmentera progressivement pour limiter les ventes. Le prochain prix est de 790 USD. Avec l’aide de nos précieux partenaires du monde entier, nous avons réussi à développer une stratégie crypto innovante. Cette stratégie c
Cuervo Candles Scalping II
Cristobal Hidalgo Soriano
Características principales: Estrategia de scalping : El Crow Candles Scalping EA se enfoca en aprovechar movimientos rápidos en el mercado . La estrategia se basa en la identificación de patrones de velas y análisis técnico para tomar decisiones de entrada y salida. 2.Gestión de riesgos avanzada: El EA incorpora una gestión de riesgos sólida para proteger tu cuenta de operaciones. Puedes ajustar los parámetros de stop-loss y take-profit para adaptar el nivel de riesgo a tus preferencias. 3.Con
This EA can run on every currencies pairs recommend EURUSD, USDJPY, EURJPY, GBPUSD Timeframe 30 Minute (M30) The important advantage of this EA is that you can start to trade with $1000 min imum initial Deposit. And the robot can support your manual transactions on EURUSD. ACCOUNT LEVERAGE: 1:100 ACCOUNT (Stop Out): 50% or less ACCOUNT TYPE: Real account ACCOUNT MODE: Hedging account Take Profit: Automatically Stop Loss: Automatically LOT size: Manual first order
Introducing Early Morning Scalper ATR: Precision Trading During Asian Forex Market A breakthrough in forex trading automation, the Early Morning Scalper ATR Expert Adviser offers a fully autonomous solution meticulously engineered for a specific window of opportunity—the early hours of the Asian Forex market. At its core, this innovative tool employs an advanced algorithm that orchestrates forex trading seamlessly. Augmenting its prowess are sophisticated internal indicators, which deftly ident
One Good Trade is a simple and effective Forex trading bot that implements the "time determines price" strategy. Its main feature is just one trade per day, executed at the optimal time and in the direction of the current trend. This straightforward approach allows you to take full advantage of favorable market conditions while minimizing risks. Additionally, the bot adjusts to market volatility, ensuring that stop-loss and take-profit levels are set appropriately for current market conditions.
I will support only my client. สำหรับลูกค้า Parameters General Trade Settings Money Management  Lot : Fixed (can change) Strategies  - H4 Strategies you can using both it is fixed with MA, Bollinger band, Candlestick Levels Close Functions  - H1, H4 and D1 Strategies you can using both MagicNumber  - individual magic number. The EA will only manage position of the chart symbol with this magic number. NextOpenTradeAfterMinutes  - 8 minutes is default, can change it MaxSpread  - upto currency pa
Cherokee
Andrey Kolmogorov
5 (2)
Cherokee  - is a professional adviser based on a trend tracking system with an adaptive algorithm. New sets are in the "Comments" section comments #2-3. Signal: 6 currency pairs Main Advantages 6 currency pairs; The EA does not use Martingale; The minimum starting deposit is $300; No need to close the robot during news releases; It works with 4 and 5-digit quotes; A multi-level model of a quantum set. Working parameters Currency pairs : EUR/USD, GBP/USD, EUR/CHF, USD/CHF, USD/CAD, USD/JPY ,  
FrankoScalp
Konstantin Kulikov
3.8 (116)
Mes félicitations ! Vous êtes sur la page d’un expert-joueur le plus ancien du marché Forex ! Ça fait plus de 5 ans que cet expert se trouve au cœur de l’actualité et dans des tops différents. Les sujets sur l’EA « FrankoScalp » sont présents sur tous les forums-forex, mais c’est uniquement sur le mql5 que vous pouvez acheter une version originale actualisée de l’EA , contacter avec son auteur et avoir l’accès à la communauté conviviale des utilisateurs de l’ЕА « FrankoScalp ». Détails de l’ac
To maximize profit this EA can open 3 trades per signal using different strategies on each. Trade 1 is from signal to next signal. Also use Trailing stop based on Fibonacci. Trade 2 Set take profit at Fibonacci level. Trade 3 Set take profit at Fibonacci level. Also use Trailing stop based on Fibonacci. Settings Activate Buy 1    //--------To enable long trades for operation 1 Activate Sell 1    //--------To enable short trades for operation 1 Activate Buy 2    //--------To enable long trades
Axel Bot MT4
Salman Metioui
Axel Bot is a sophisticated trading algorithm designed to empower traders with advanced hedging strategies. By seamlessly integrating with major financial markets, Axel Bot allows users to execute trades algorithmically, minimizing risk and maximizing potential returns. The bot leverages real-time market data, advanced analytics, and predictive modeling to identify opportunities for hedging, enabling traders to protect their portfolios against unfavorable market movements. With its intuitive int
Dear traders and investors, Introducing   Vikopo Fractal MT4 , Developed by a team of experienced traders with trading experience of over 15 years. MT5 Version : https://www.mql5.com/en/market/product/114986 products List : https://www.mql5.com/en/users/vikopoadvise/seller Strategy Introduction : When utilizing this robot, we have harnessed the power of cutting-edge neural plugins to enhance its capabilities. By integrating these neural plugins, our trading robot is equipped with a formid
The EJ_15_201514104_S_SM_CF_SQ4 is an algorithmic trading strategy for MetaTrader, tested on EURJPY using the M15 timeframe from April 1, 2004, to April 24, 2024. There is no need to set up parameters, all settings are already optimized and fine-tuned. Recommended broker  RoboForex  because of EET timezone. You can find the strategy source code for StrategyQuant at the link:   https://quantmonitor.net/eurjpy-awesome-oscillator-master/ Key details are: MagicNumber: 201514104 Main Chart: Curre
FREE
Hello all The expert works on the moving average indicator Calculating the number of points from the current price and the index Entering into a profit deal 5 pips If the trend reverses with a new signal, it enters a trade with the trend with opening consolidation deals with the same size of the original lot With the closure of all together on a profit of  5 points Cooling deals with the same size of the basic lot 15 pips opens a new trade Work on the M15. Parameters: Lot1: Manual Lot Size Aut
Global Trend
Vitalii Zakharuk
Global Trend Indicator, shows the signals for entry. Displays both entry points and the trend itself. Shows statistically calculated moments for entering the market with arrows. When using the indicator, the risk factor can be optimally distributed. Settings: Uses all one parameter for settings. Choosing a parameter, it is necessary to visually resemble it so that the appropriate graph has a projection of extremes. Parameters: Length - the number of bars for calculating the indicator. Use
Trend Power Bot
Lachezar Krastev
2.67 (6)
Trend Power Bot is a unique combination between highly efficient breakout detecting algorithm and very effective drawdown compensation money management. The money management could be considered a martingale, but used with low risk, the strategy survives 20+ years trading with acceptable drawdown. The default /safe/ risk is 0.2% (0.02 lots per $10k account equity) and this is extremely safe. However, if you decide to try your luck, you can bump the risk up to 1% (0.1 lot per $10k account equity)
FREE
The expert works on the Fibonacci levels on the previous candle With some digital way to enter the deal On the five minute frame Work on currency pairs only Do not use TakeProfit or Stop Loss How the expert works It is placed on the three currency pairs GBPUSD GBPJPY GBP AUD  EUR USD Same settings without changing anything When he works, he will work on only one currency of them until it closes on a profit Pursuing the profit from the trailing stop within the expert programming Explains how the
Les acheteurs de ce produit ont également acheté
HiJack
Cence Jk Oizeijoozzisa
5 (1)
HiJack Expert Advisor – Trading avancé alimenté par l'IA  Pour empêcher la distribution de versions crackées sur le marché Signal en direct :   https://www.mql5.com/en/signals/2311903 MT5   https://www.mql5.com/en/market/product/139344 IMPORTANT:   Après l'achat, vous DEVEZ envoyer un message pour que nous puissions installer et configurer le fichier SET sur votre serveur dédié. Sans ce fichier, vous subirez UNIQUEMENT des pertes. Veuillez suivre TOUTES les instructions attentivement pour évi
GbpUsd Robot MT4
MQL TOOLS SL
4.76 (79)
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
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (162)
Présentation       Quantum Emperor EA   , le conseiller expert MQL5 révolutionnaire qui transforme la façon dont vous négociez la prestigieuse paire GBPUSD ! Développé par une équipe de traders expérimentés avec une expérience commerciale de plus de 13 ans. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Achetez Quantum Emperor EA et vous pourriez obtenir Quantum StarMan gratuitement !*** Demandez en privé pour pl
EA Gold Stuff
Vasiliy Strukov
4.74 (1034)
EA Gold Stuff est un Expert Advisor conçu spécifiquement pour le trading d'or. L'opération est basée sur des ordres d'ouverture utilisant l'indicateur Gold Stuff, ainsi l'EA fonctionne selon la stratégie "Trend Follow", ce qui signifie suivre la tendance. Les résultats en temps réel peuvent être consultés ici. Contactez-moi immédiatement après l'achat pour obtenir les réglages et un bonus personnel!  Vous pouvez obtenir une copie gratuite de notre indicateur Strong Support et Trend Scanner, v
Bitcoin Robot MT4
MQL TOOLS SL
4.77 (60)
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
DeepAlgo GPX ML Mt4
Connor Michael Woodson
4 (5)
DeepAlgo GPX ML - Analyse en temps réel par des modèles IA intelligents Lorsque vous achetez un EA IA, vous n'avez aucune idée si l'EA utilise réellement l'IA. Avec DeepAlgo GPX ML, il y a des appels API réels directement à DeepSeek pour chaque trade et vous pouvez voir cela reflété sur votre tableau de bord API en temps réel. Les clés API vous appartiennent à 100 % et vous pouvez les gérer et les utiliser comme vous le souhaitez. Il existe plusieurs mécanismes de sécurité pour gérer les problè
ScalpPrime MT4
DRT Circle
3.5 (8)
ScalpPrime EA Expert Advisor avancé à double stratégie pour le scalping structuré et basé sur des règles sur l'or ScalpPrime EA est un Expert Advisor de précision, conçu pour le trading de l'or XAUUSD (XAUUSD) à court terme. Il s'appuie sur un cadre professionnel basé sur des règles, combinant deux approches complémentaires : une stratégie de retracement de Fibonacci pour identifier les zones de prix à forte probabilité et un système de confirmation basé sur le volume pour filtrer le bruit de ma
XG Gold Robot MT4
MQL TOOLS SL
4.55 (29)
The XG Gold Robot MT4 is specially designed for Gold. We decided to include this EA in our offering after   extensive testing . XG Gold Robot and works perfectly with the   XAUUSD, GOLD, XAUEUR   pairs. XG Gold Robot has been created for all traders who like to   Trade in Gold   and includes additional a function that displays   weekly Gold levels   with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on  Price
Diamond PRO
Fanur Galamov
4.86 (51)
1 copy left for $225 Next price  --> $299 Diamond PRO is enhanced powerful version of Diamond for advanced traders. Pro version includes optimized cores, new impoved entry points filters, new multistage profit closure algorithm and сontains number of external control parameter that allows build and fine tune own tradind decisions and algorithms. The system provides more accurate market entries, analyzes and filters upcoming economic news, contains spread protection and an advanced position mana
Scalping Robot MT4
MQL TOOLS SL
4.15 (20)
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
Goldex AI
Mateo Perez Perez
5 (3)
Goldex AI : le succès d'aujourd'hui sera le fruit de demain SUPER RÉDUCTION POUR UNE DURÉE LIMITÉE ! Live Signal > IC Markets Real : Goldex AI High risk set Manuel et fichiers de configuration : Contactez-moi après l'achat pour recevoir le manuel et les fichiers de configuration. Prix : Le prix de départ est de 499 $ et augmentera de 199 $ toutes les dix ventes. Exemplaires disponibles : 8 Goldex AI - Robot de trading avancé avec réseaux neuronaux, tendance et action des prix. Goldex AI est un
Bitcoin Robot Grid MT4 is an intelligent trading system designed to automate BTCUSD trading using the grid trading strategy. This method takes advantage of market fluctuations by placing a structured series of buy and sell orders at predefined price levels. The robot   continuously monitors market   conditions and executes trades according to its preset parameters, allowing for consistent market engagement without the need for manual intervention. Bitcoin Robot Grid is the   perfect solution  
AlphaFlow EA MT4
Dolores Martin Munoz
5 (1)
Alpha Flow EA : Élevez votre trading à un nouveau niveau Alpha Flow EA   est un conseiller de trading de pointe conçu pour transformer votre expérience de trading grâce à une précision stratégique, une adaptabilité exceptionnelle et des méthodes d'analyse de marché avancées. Développé avec des algorithmes de trading propriétaires et des analyses approfondies du marché,   Alpha Flow EA   offre des performances remarquables dans divers environnements de trading, vous aidant ainsi à rester en avanc
DS Gold Robot MT4
MQL TOOLS SL
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
HFT Prop Firm EA
Dilwyn Tng
4.96 (662)
HFT Prop Firm EA, également connu sous le nom de Green Man en raison de son logo distinctif, est un Expert Advisor (EA) conçu spécifiquement pour surmonter les défis ou les évaluations des entreprises de trading propriétaires (prop firms) qui permettent les stratégies de trading à haute fréquence (HFT). Pour une période limitée : utilitaires gratuits d'une valeur de $198 lorsque vous achetez HFT Prop Firm EA Version MT5 : https://www.mql5.com/en/market/product/117386 Suivi des performances du d
Big Forex Players MT4
MQL TOOLS SL
4.78 (37)
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
Gold ISIS MT4
Lo Thi Mai Loan
4.67 (3)
EA Gold Isis – Une solution de trading de l'or sûre et efficace Promotion de lancement Il ne reste que 1 copies au prix actuel !  Prochain prix : 693 $  Prix final : 1993 $  SIGNAL EN DIRECT   (Gold Isis + Nasdaq Algo) Version MT5 Bonjour ! Je suis EA Gold Isis, le deuxième EA de la famille Diamond Forex Group, spécialement conçu pour le trading de l'or (XAU/USD). Avec des fonctionnalités exceptionnelles et une approche axée sur la sécurité, je promets de fournir une expérience de trading de l'
Nash Professional
Michal Hrubes
5 (2)
Nash Professional – Système de Trading Automatisé Avancé pour le Forex Une Solution Complète pour un Trading Efficace Nash Professional est un système de trading automatisé avancé conçu pour une gestion précise des positions basée sur une analyse dynamique du marché. Ce système est optimisé pour diverses conditions de marché et prend en charge le trading sur 28 paires de devises majeures et croisées : EUR/USD, GBP/USD, USD/JPY, USD/CHF, AUD/USD, NZD/USD, USD/CAD, EUR/GBP, EUR/JPY, EUR/CHF, EUR/
EA Black Dragon
Ramil Minniakhmetov
4.77 (542)
EA Black Dragon fonctionne sur l'indicateur Black Dragon. L'EA ouvre un trade par la couleur de l'indicateur, il est alors possible d'augmenter le réseau d'ordres ou de travailler avec un stop loss. IMPORTANT! Contactez-moi immédiatement après l'achat pour recevoir des instructions et un bonus ! Le suivi du travail réel, ainsi que mes autres développements sont consultables ici : https://www.mql5.com/en/users/mechanic/seller Tous les paramètres peuvent être trouvés ici! Paramètres entrant
BreakTrue AI: Major levels breakout / rebound trading system with AI assistance. AI is optional and is used in the way it is supposed to be. Finally, the Expert Advisor which uses AI in the right way! BreakTrue AI combines sophisticated built-in trading strategy based on major levels true and false breakouts, with the cutting-edge technology of OpenAI’s ChatGPT which servers as additional entry filter. This isn’t just another empty claim — BreakTrue AI provides a genuine, fully integrated AI so
Greedy Golden MT4
Mihails Babuskins
4.75 (4)
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
AW Recovery EA
AW Trading Software Limited
4.36 (83)
L'Expert Advisor est un système conçu pour récupérer les positions non rentables. L'algorithme de l'auteur verrouille une position perdante, la divise en plusieurs parties distinctes et ferme chacune d'elles séparément. Une configuration facile, un lancement différé en cas de baisse, un verrouillage, la désactivation d'autres Expert Advisors, une moyenne avec filtrage des tendances et la fermeture partielle d'une position perdante sont intégrés dans un seul outil C'est l'utilisation des pertes
EA Iron Machine
Mohamed Hassan
5 (12)
2 copies left at $99, next price is $250 EA Iron Machine is an expert advisor that primarily trades based on key support and resistance levels. When the price reaches a significant support zone, the robot triggers a buy signal. When the price hits a major resistance zone, it initiates a sell signal. This EA is sensitive to news events, so even when backtesting, please keep in mind that it may stop trading during periods of high-impact news. This is one of the most reliable and time-tested
Forex GOLD Investor
Lachezar Krastev
4.35 (46)
SPECIAL BIG DISCOUNT! ->> Buy Forex GOLD Investor with -60% OFF! NOTE: Promo price: $197 (Regular Price: $497) - The offer ends soon! Forex GOLD Investor Live Performance:   https://www.mql5.com/en/signals/2276118 Forex GOLD Investor is one of the best expert advisors developed to trade on GOLD(XAUUSD) in the forex market. Forex GOLD Investor consists of 2 trading systems . The first one is based on scalping trading strategy and the second system has time based dependency which opens up to 2 tr
Gold Trend Scalping MT4
Lo Thi Mai Loan
5 (4)
Bienvenue à Gold Trend Scalping PROMOTION DE LANCEMENT : Prochain prix : 798 $ Prix final : 1998$   Gold Trend Scalping est le premier EA que j'ai conçu spécifiquement pour l'or. L'EA utilise une stratégie de trading suivant la tendance basée sur des périodes de temps plus grandes. Il utilise un super trend pour détecter la tendance principale du plus grand cadre temporel, puis ouvre des trades sur des cadres temporels plus petits. L'EA utilise toujours un stop loss fixe pour chaque trade, fix
Zyrova 4
Babay Ubaedillah
5 (1)
Zyrova Offre de Lancement Spéciale : 50% DE REMISE pour les 10 Premiers Utilisateurs ! (10 copies restantes) Ceci n'est pas qu'un autre conseiller expert. C'est un système construit pour la cohérence, la précision et la survie—même sur les marchés les plus imprévisibles. Suivez les Mises à Jour du Marché : https://www.mql5.com/en/channels/babayeasnews Guide de L'utilisateur : https://www.mql5.com/en/blogs/post/762213 Qu'est-ce qui le rend Unique ? Modèle de Balayage de Liquidité Adaptatif –
Recovery Manager Pro MT4
Ianina Nadirova
5 (1)
Recovery Manager Pro est un système permettant de récupérer les prélèvements d'autres conseillers ou de commandes ouvertes manuellement. RM Pro a la capacité de s’ajuster automatiquement et dynamiquement. Le trader doit sélectionner le niveau de risque et le conseiller travaillera en mode entièrement automatique. Peut fonctionner en mode de récupération et en mode veille ! Si un autre conseiller génère un prélèvement, RM Pro le désactivera, verrouillera la position et lancera le processus de re
BitcoinRobot
Murodillo Eshkuvvatov
5 (2)
Live signal: 2 000 000$ https://www.mql5.com/en/signals/2288221 Manual Guidebook  Why Bitcoin trading 1.   Elite Precision Precision – Redefining Trading Cutting-edge algorithms fine-tuned for pinpoint execution. Smart setups crafted to navigate risks and seize opportunities. 2. Adaptive Market Strategies with Real-Time Price Movement Markets shift—but Bitcoin Robot is built to adapt instantly: Trading in trending, volatile, or ranging conditions. Captures breakouts, reversals, and price sur
Japan AI Exo Scalp EA MT4
Mikoto Hamazono
4 (1)
Japan AI Exo Scalp EA MT4 v3.54 EA de scalping nouvelle génération combinant la dernière technologie GPT-4.5 avec l'ingénierie financière japonaise. Réalise l'intégration OpenAI via communication WebRequest dans l'environnement MT4, offrant un trading automatisé sûr et rapide sans DLL. La version MT4 tant attendue est enfin arrivée ! La version MT4, demandée par de nombreux traders, est maintenant disponible. Suivant la logique des "Trois Flèches" implémentée dans la version MT5, elle a évolué d
Zen Flow 2 MT4
Hamza Ashraf
2.6 (5)
PROMOTION DE LANCEMENT : Plus que quelques exemplaires disponibles au prix actuel ! Prix final : 1 700 $ Recevez 1 EA gratuitement (pour 2 comptes de trading) -> contactez-moi après l'achat Instruction Blog Link to Channel Bienvenue sur ZenFlow ! ZenFlow est un EA avancé conçu pour s'adapter avec précision et rapidité aux tendances changeantes du marché. Il est optimisé pour négocier le symbole XAUUSD( or GOLD) et doit être exécuté sur un seul graphique. Cet EA utilise une stratégie sophistiqu
Plus de l'auteur
MQL Universal EA
Martin Eshleman
4.6 (10)
Summary of the Expert Advisor This EA will trade using standard MT4 indicators such as Moving Averages, MACD, RSI, Bollinger Bands, and so on. The EA was made so that these indicators can be mixed or matched so a number of possibilities can be traded with. Each indicator can be enabled or disabled and many settings are adjustable for each indicator. There are also other features included like multiple time frame capability and money management. As a result, many different trading strategies can
FREE
Fibonacci SR Indicator This indicator creates support and resistance lines. This indicator is based on Fibonacci Retracement and Extension levels. It will consider many combinations of the Fibonacci levels and draw support/resistance lines based on these. This indicator uses tops and bottoms drawn by the ZigZag indicator in its calculations. The ZigZag can also be drawn on the chart, if necessary. The indicator considers many combinations of past reversal points and Fibonacci ratio levels, and w
FREE
MQL Random EA
Martin Eshleman
3.33 (3)
Summary: This EA places a single trade at a time in a RANDOM direction (buy or sell) and uses a simple TP & SL. A lot multiplier is also optional. Once a trade hits TP/SL, it will place another trade in a random direction. And so on. Since it only ever has 1 trade open at a time, it can be used on any broker. Which means it can be used on US brokers with the FIFO rule. Inputs are few and everything is based in Points too. So it can be used on any chart reliably and easily. You will be amazed how
FREE
MA RSI Arrows
Martin Eshleman
4 (3)
Summary This indicator is based on the MA applied to the RSI indicator. It draws arrows at the confirmed crosses of the MA over the RSI line. When the MA crosses upwards, then a buy arrow is displayed and vice versa. The arrows do not repaint since the indicator only uses confirmed values and waits for the candle to close before painting an arrow. The indicator is also able to alert when arrows appear. There are 3 types of alerts - Popup, Email and Mobile Push Notifications. Inputs All inputs a
FREE
Summary This indicator is based on RSI and Momentum indicators. It also considers moving averages of these two indicators. The three indicators have adjustable settings. The arrows do not repaint since the indicator only uses confirmed values and waits for the candle to close before painting an arrow. The indicator is also able to alert when arrows appear. There are 3 types of alerts - Popup, Email and Mobile Push Notifications. The arrows can be used in the EA and the inputs can also be optimiz
FREE
Custom Pattern Detector Indicator This indicator lets you define your own custom pattern instead of the typical candlestick patterns. Everybody already knows about common candlestick patterns like the Doji pattern. This indicator is different though. The pattern you will define is a custom pattern based on CANDLE FORMATIONS . Once the indicator knows the pattern you want it to look for, then it will go through history on the chart and find matching patterns, make them visible to you, and calcula
FREE
MA Momentum Arrows
Martin Eshleman
4.67 (3)
Summary This indicator is based on the MA applied to the Momentum indicator. It draws arrows at the confirmed crosses of the MA over the Momentum line. When the MA crosses upwards, then a buy arrow is displayed and vice versa. The arrows do not repaint since the indicator only uses confirmed values and waits for the candle to close before painting an arrow. The indicator is also able to alert when arrows appear. There are 3 types of alerts - Popup, Email and Mobile Push Notifications. Inputs Al
FREE
Auto ZZ SR Indicator This indicator automatically draws trend lines using ZigZag top and bottom points. The more ZigZag tops/bottoms that are used, the greater the number of possible combinations. Therefore, the more possible trend lines can be drawn. And vice versa too. The fewer ZigZag tops/bottoms that are used, the lower the number of possible combinations. And therefore, the fewer the possible trend lines can be drawn. The indicator constantly updates the trend lines on the chart as the mar
FREE
Cycles Predictor Indicator This indicator uses past market cycles to predict future price movements. The indicator scans through past data and considers  combinations  of cycles. When cycles  coincide  at the same future date/time then it is considered a valid future prediction. The predictions are drawn as vertical lines on the right side of the chart in the future. A prediction will often result in type of candle (ex. bull or bear) and/or a reversal point (ex. bottom or top) forming at this ex
Gann Time Clusters
Martin Eshleman
2.5 (2)
Gann Time Clusters Indicator This indicator is based on W. D. Gann's Square of 9 method for the time axis. It uses past market reversal points and applies the mathematical formula for Gann's Square of 9 and then makes projections into the future. A date/time where future projections line up is called a 'time cluster'. These time clusters are drawn as vertical lines on the right side of the chart where the market has not advanced to yet. A time cluster will result in a market reversal point (ex.
Filtrer:
ThinkMMQL
74
ThinkMMQL 2025.03.06 11:32 
 

This is a Masterpiece of coding.

jaffd123
143
jaffd123 2017.03.10 20:38 
 

I purchased this product and downloaded to my laptop. I need this on my desktop. I reached to the developer who is not willing to support this simple process unlike other developers. MQL5 does support multiple activation but the developer is not willing to spend the time. I will change my review only when I recieve the level of support required for my request. Below are MQL5 Product Rules that developers need to obide by:

Rules of Using the Market Service

The number of free Product Activations available to the Buyer on another PC after purchasing the Product is defined by the Seller. The minimum number of such Activations is 4.

The Buyer purchases the right to activate a Product as many times as specified by the Seller at the moment of purchasing or renting this Product. For example, if a Product allows 20 activations at the moment of its purchase, the Buyers can install it on 20 different hardware + OS configurations even if the Seller will decrease this number afterwards.

https://www.mql5.com/en/market/rules

Martin Eshleman
10521
Réponse du développeur Martin Eshleman 2024.05.28 16:36
MQL5 handles licensing and distribution. I cannot help you since there is no possibility for this on my side!
Répondre à l'avis
Version 1.30 2024.05.28
- The EA is now FREE!
- Added a new input called 'See Example Lines'
- The EA will now set example lines at initialization if either it is backtesting and/or if the new input called 'See Example Lines' is true. These example lines show the user how to set the keywords for each line. They also give the user a quick way to see the EA in action. They can be dragged where needed, their keywords changed, or they can even be deleted. They are just examples.
- Misc. performance improvements.
- The EA now checks if there is enough available margin to make the trade. If not, the trade will be skipped and the line will remain on the chart since it was not traded.
- The EA now checks for min/max lot and lot step rules. The EA will round up/down if needed to make the trade.
- Updated code for newest MT4 compiler.
Version 1.10 2015.12.09
Various small improvements have been done resulting in increased efficiency and speed.