• Overview
  • Reviews
  • Comments

CalorieGetter

This Expert Advisor is actually a martingale and works with trailing only for BUY orders with Magic1. 
For all other oders, trolling does not work. Depending on the EnteringMarket parameter, the EA will open
orders less frequently or more often. It depends on the distance of the moving averages from each other and the 
greater this distance, the less often a buy order will be opened.
The meaning of the strategy is simple: A purchase order is opened, and depending on how the price behaves, which
we do not know, but using pending orders, we will assume and predict its further movement, and
thus we will try to earn. And yes, the adviser will not open a martingale for SELL and BUY orders if the price
the lot will reach more than 10.00, and everything that is more than 10.00 will be divided by four and multiplied 
by three, and thus it will move from martingale to a regular grid adviser for SELL and BUY orders with
an increased lot for luck of no more than ten lots.

extern double LotsBuy               = 0.20;- the value of the lot in the currency of your account with your broker to 
                                             open the first purchase order.

extern int TakeProfitBuy            = 300; - the closing price of the order with a profit, calculated in points, for 
                                             the purchase.

extern int TakeProfitBuyStop        = 500; - the closing price of a pending stop order with a profit is calculated in 
                                             points, for purchase.

extern int TakeProfitSellStop       = 500; - the closing price of a pending stop order with a profit is calculated in
                                             in points, for sale.

extern int TPBuy                    = 800; - modification of the closing price of the purchase order with a profit, if 
                                             there are two or more orders have been opened in the market to buy using 
                                             this Magic number.

extern int TPBuyStop                = 500; - modification of the closing price of the purchase order with a profit, if 
                                             there are two or more orders have been opened in the market to buy using 
                                             this Magic number.

extern int TPSellStop               = 700; - modification of the closing price of a sell order with a profit, if there 
                                             are two or more orders have been opened in the market for sale using this 
                                             Magic number.

//
extern int Magic1                   = 23471; - the magic number of the order
extern int Magic2                   = 23481; - the magic number of the order
extern int Magic3                   = 23491; - the magic number of the order
//
extern int StepBuy                  = 300; - the distance in points for placing a grid of purchase orders.

extern int StepBuy2                 = 300; - the distance in points for placing a grid of purchase orders, if
                                             A stop order to buy was opened and became a market order.

extern int StepSell                 = 300; - the distance in points for placing a grid of sell orders, if
                                             The stop order for sale was opened and became a market order.

//
extern double MultiplierBuy         = 2.0; - increase the purchase lot if there are more than one purchase orders.

extern double MultiplierBuyStop     = 2.0; - increase the purchase lot if the pending stop order becomes a market 
                                             one and a network of orders will be opened from it, then each open 
                                             order will be increased by this number.

extern double MultiplierSellStop    = 2.0; - increase the lot for sale if the pending stop order becomes a market one
                                             and a network of orders will be opened from it, then each open order 
                                             will be increased by this number.

//
extern int TrallingStop             = 300; - the distance from the order opening price.  
extern int TrallingStep             = 300; - distance from the current price.
//
extern bool TRALLbuy               = false; - turning on the trawl.
extern int EnteringMarket          = 150; - the distance between the averages for opening deals.
//
extern int NumberOrdersBuy  = 3; - the parameter answers which BUY order will be opened from
                                   a pending SELL order for sale when a loss situation arises for
                                   shopping. And in this way, the sell orders will help with their profits 
                                   and increase the profit of the account.

extern int NumberOrdersSell = 3; - the parameter answers from which SELL order will be opened
                                   a pending BUY order to buy, if losses are threatened with a margin call again.

//These parameters are in development                               
extern double Depo                  = 5000.0;                     
extern double Persent               = 30;                            
double        Money;                                   
extern string Quantity              ="CalorieGetter"; 


Recommended products
EURUSD order King 是一款以货币对为主的下单神器,通过大量交易充实你的钱包 参数 extern bool Buy = true  ;  //Buy允许多单 extern bool Sell = true  ; //Sell允许空单 extern bool CloseBuySell = true  ;//CloseBuySell是否考虑多空互平仓 extern int   FirstStep = 10  ;   //FirstStep首单挂单间距 extern int   MinDistance = 20  ;//MinDistance间隔点数 extern int   StepTrallOrders = 5  ; //StepTrallOrders挂单追踪的步长 extern int   Step = 10  ;//Step挂Count追踪到价格的距离 extern double MaxLoss = 100000  ;//MaxLoss止损金额 extern double MaxLossCloseAll = 45  ;//MaxLossCloseAll多空浮
EAU Farrow
Leandro Morera Delfin
EA  advantages: Operating using regions's characterizations over the curve with four stages , 1) strong buy, 3) strong, sell, 4) soft buy and 2) soft sell . Market alignment between temporality. Adaptive SL. Operation using zone determination. …The EA was tested by two years 2019-2020 with a robust behavior over market variations and positive profit with the following:
The EA trades when momentum reach more volume factor . Any pair, time frame any broker no limited, recommend minimum deposit 500$ SETTING Symbol - Name of pair (ex.EURUSD#) Breakout_factor - Volume peak factor (Recommend for forex use 0.5-1.5). Sideway_factor - Volume low factor ( Recommend for  forex use 0.1-0.5). Lots - start lot. Max_lots -    maximum lot. Grid_boost -  Frequency of opening position (Less more order). Grid_minimum_pips - Check distance grid from last order. TP_pips - take p
Night Sniper for scalping is a fully automatic night scalping trading robot. The robot opens orders at night from 00:00 to 03:00 and accompanies them using neural network algorithms. The neural network algorithm allows the robot to learn during the trading process. After the robot opens a profitable or unprofitable trade, it remembers the conditions under which it was opened and the next time it looks for exactly these signals in the market. All orders that were previously opened are analyzed b
Vizzion
Joel Protusada
Vizzion is a fully automated scalping Expert Advisor that can be run successfully using GBPJPY currency pair at H1 timeframe. Very Important This Expert Advisor can not run with any EAs in the same account. As part of the money management plan, it calculates and monitors the Margin Level % and assumes that all open trades are created by it. If you want an Expert Advisor that trades in a daily basis, this EA is not for you because using this requires a patience to wait for a few days or weeks o
This EA is a continuation of the first one, but it opens many times more orders. Why? Because I added trend search control to him using pending orders. That is, he remembers in which direction the price is moving and where and why he opened the last order... and so this advisor is always moving in the right direction. Its only disadvantage is if you don't set it up correctly and make it work with these settings. He also considers the average of the current price and comes to some conclusions and
Grids
Yan Jian Luo
Note: This is a very useful hanging order EA, which is a grid trading strategy and requires manual cooperation. This strategy can be used for beginners to simulate and familiarize themselves with EA operations and learning, and is also a good tool for professionals to place orders; Please make sure to simulate the disk test first. Recommended for everyone to use.
F ully automated Expert Advisor using the  advanced   algorithm for trading the EURUSD Designed for profit in a short period of time and big profit in a long run. Prefers EURUSD 1H. Principle of operation The SELL and BUY orders are opened (depending on the parameters set), guided by signals and the market situation.     Recommended parameter: Use an ECN broker account. minimum deposit of 100$ USD. use it in H1 time frame recommended symbol is EURUSD input parameter: TrendType               
The Grid EA (with smart mode) is based on a strategy with a dynamic grid channel that can withstand long absence of rollback. The robot can be used for trading any instruments after a proper optimization. With default parameters, it is recommended for: EURUSD, EURJPY, CADJPY, GBPUSD NZDUSD. Monitoring of EA trading:  https://www.mql5.com/ru/signals/538873 Key Features Fully automated trading Customizable deposit protection Forced order closing and planned trade pauses Virtual Take profit and S
This expert Advisor is a more developed version of  News Hunter Bot OneTime . The EA places pending orders BuyStop and SellStop before the news release at a specified distance from the current price. The date and time of the news release is set in the EA parameters for a few days in advance. In total, you can set the time for 20 news. Also, the EA indicates how many minutes before the news you need to place pending orders and after how many minutes you should remove pending orders that have not
The Bollinger Band is a strategy that has become one of the most useful tools for spotlighting extreme short-term price moves. Bollinger Bands consist of a centerline and two price channels or bands above and below it. The centerline is typically a   simple moving average   while the price channels are the standard deviations of the stock being studied. The bands expand and contract as the   price action   of an issue becomes volatile (expansion) or becomes bound into a tight trading pattern (c
You can change the time period of the chart at the touch of a button. You can also change multiple charts at the touch of a button. You can also change multiple charts at the touch of a button, saving you the trouble of changing time periods. We are live-streaming the actual operation of the system. https://www.youtube.com/@ganesha_forex We do not guarantee your investment results. Investments should be made at your own risk. We sharll not be liable for any disadvantage or damage caused by
CAP Zone Recovery EA PRO
MEETALGO LLC
3.95 (101)
CAP Zone Recovery EA MT4  is your tool to turn losing trades into winning trades by using a smart "back-and-forth" hedging mechanism. Let the price move to anywhere it likes - the awesome CAP Zone Recovery EA will make profits out of the situation. The secret behind this amazing EA is a famous trading algorithm known as "Zone recovery algorithm" or "The Surefire Forex Hedging Strategy". CAP Zone Recovery EA MT4  is extremely easy to use. You just open a trade in a trending market - no matter w
VolnaFX
Roman Meskhidze
4.76 (21)
LAUNCH PROMO Next price:        $349 The price will be rise to limit the number of users for this strategy The "Volna FX" Expert Advisor is a representative of robots trading from levels. Levels can be built automatically, or they can be rigidly set in the parameters of the Expert Advisor. CHECK REAL SIGNAL :  https://www.mql5.com/en/signals/847709 The uniqueness of the advisor is that it can work both with averaging and using the martingale principle, or without it, i.e. use a clear take profi
MACD Trend Break
Manoj Kumar Sharma
MACD oscillator with advanced trend filtering and Alert indication. It determines the trend, weak trends are filtered out and New strength in the trend in indicated. MACD Oscillator works on any timeframes and on all symbol (currencies, indices, oil, metals, stocks, options, offline renko charts) 1. User can change MACD value, 2. Minimum MACD level filter, 3. Divide value will filter out the power ratio with which trend change indication is needed on any chart. 4. Buffer value will have addition
Grid Trading
Waseem Raza
5 (4)
Grid Trading is a semi automated one click EA for manual grid trading. Normal Trading From chart you just click Sell or Buy trades and it will handle all the trades with adding Stop Loss, Take profit, while its Trailing and Breakeven functions will care if trade cannot reach its take profit level. Hedging If you select hedge trading it will start grid trading with opening opposite entry and this grid will continue until it will close all trades in profit. Martin If you select martin tradin
DayTrend
Vyacheslav Vorobev
DayTrend.  An expert Advisor that works on real accounts is an excellent alternative to a Bank Deposit. The system was created initially to generate a profit of 100-600% per year . Demonstration of trading on a Demo account , a signal  DayTrendSignal     The price is dynamic and changes as a percentage from the starting price of$ 30 to the profit in the signal for this expert Advisor. Support and questions about expert advisors - Telegram channel The principle of entering the market is the ca
Asteroid
Evgeniy Zhdan
The basis of the work of the adviser is to use the change in trend strength to determine the optimal entry points to the market. The logic of the advisor’s work combines two strategies: control of price consolidation and its “explosion” and control of the trend end to work in the channel. The EA does NOT use dangerous trading methods. Each trade has a stop loss and take profit. Recommended trading tools (5m): EURUSD, GBPUSD, USDJPY, USDCAD. Settings: MaxRisk - Value for calculating the tr
Gold Champions
Maria Julieta Frias Torres
Limited time offer for $59. Launch promotion Price will go up soon.   NO MARTINGALE!!!    LOW DD!!!   GOLD CHAMPIONS is a new EA designed through a new AI system that operates in the Forex market and is designed GOLD/XAUUSD with excellent results. Developed by a team of experienced traders with more than 10 years of trading experience. It uses a powerful algorithm to detect fluctuations in the market and make entries with a high profit ratio and limiting losses. Key Features: Integrated Str
BuckWise
Joel Protusada
BuckWise   is a fully automated scalping Expert Advisor that can be run successfully using EURUSD currency pair at H1 timeframe. Very Important This Expert Advisor can not run with any EAs in the same account. As part of the money management plan, it calculates and monitors the Margin Level % and assumes that all open trades are created by it. If you want an Expert Advisor that trades in a daily basis, this EA is not for you because using this requires a patience to wait for a few days or weeks
Diamond PRO
Fanur Galamov
5 (16)
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 management algorithm. Main goal of Diamond PRO
Meta Sniper
Samir Tabarcia
Requirements Optimized to work with   EURUSD-EURCHF-USDJPY, AUDUSD-CADJPY-AUDNZD, CHFJPY-NZDJPY-NZDUSD For timeframe 4H. *(Minimum recommended deposit is $300 for each Pair) for initial lot set to 0.10, My favorite Pair are (CHFJPY-NZDJPY-EURUSD-AUDNZD-USDJPY) Warning it will be SALE only 5 Copys at 60$ Then it will be update up to 200$  You can use it the way it is, For new Set Files will be add on (Comments) ECN broker with low spread is recommended to get better results. Setup is
Description An amazing and effcient scalper, suited for all types of accounts. Its designed especially for EURUSD 15min chart. No martingale, no extra risk, none of that gambling stuff that can destroy your account. Its a plug and play strategy, meaning that you dont have to modify anything, except the input value of the lots. Strategy : Its made of multiple averages combinations EMA,SMMA, SMA, applied to different candles : closes/ hl2 / hl3 . In general it always enter at the beginning
Taurus MT4
Daniel Stein
Taurus symbolizes the peak of dedicated endeavours to refine the already effective Mean Reversion strategy, leveraging our unique real trading volume data. It trades each symbol using its unique best settings, providing an exceptional risk/reward ratio and a balanced, stress-free trading experience for its users. Key Facts Mean Reversion strategy based on unique real volume data Serious risk management without grids, martingale or averaging Handling all 28 main forex symbols with their individu
Index Trader Suite
Ivan Pochta
5 (1)
>>> Index Trader Suite Live  Results  here >> >>> Index Trader Suite v.1.0 Presets: Download >> >>>    Index Trader Suite MT5 version available   here >> Index Trader Suite is a fully automated trading advisor based on a proprietary trading strategy for the world's most popular and liquid Stock Indices. The system is based on the principles of Price Action and does not use technical indicators to determine the optimal points for opening trades. The strategy is based on 2 key principles of
Trading strategy: Scalping. Trading on impulses in automatic trading has been used for a long time and the scheme is not new to traders. It is difficult to catch such moments manually, but the adviser copes instantly. Automated trading uses 2 approaches to trade in such cases: look for pullbacks after impulses. trade in the direction of momentum. The search for entry points is done like this: the adviser measures the rate of price change for which this change should occur, if the conditions for
Systematic
Kiril Spiridonov
Systematic is an automated trading system that uses a price action to open and close trades. Could be used for everyday trading. Doesn't use grid, martingale or other dangerous money management methods. Perfect fit for Cryptocurrencies as well. Best fit on 30M timeframe. Recommended Minimum deposit  of 100 usd for each 0.01 lot Settings EA Order_Comment - Order comment Lots- Fixed lot StopLoss TakeProfit TrailingStop Channel Parameter -------------- PM ME AFTER BUYING THE EA TO SEND YOU THE OPT
This Expert Advisor trades based on trend lines, as well as on the basis of volume analysis. Volumes are calculated using minute bars, in order to determine if they were ascending or descending. The trend lines are drawn based on High and Lows in the trade history. There are also additional indicators. Buy or sell signals depend on all those factors. This allows the EA to enter the market with more accuracy and to perform more deals. Input parameters Lots - lot size (if 0, a lot is calculated
Trend BtD
Roman Meskhidze
LAUNCH PROMO Next price:        $249 The price will be rise to limit the number of users for this strategy The "Trend BtD" Expert Advisor is a representative of robots trading breakout levels. Levels built automatically. The uniqueness of the advisor is that it work WITHOUT averaging and using the martingale principle. ALL orders have StopLoss and TakeProfit. VERY IMPORTANT: Always load SET Files for each pair! Adjust Lot size to yours deposit! HOW TO TEST: 1. Choose  H1  TimeFrame 2. Load my  
Prototype 4 AUTO
Sergey Rozhnov
4.67 (6)
This product requires no settings. Simply drag it on the chart, and it will start working. Contains optimized settings for popular currency pairs and M15 timeframe: EURUSD, AUDUSD, GBPUSD, USDCAD, USDJPY, EURJPY, NZDUSD, USDCHF. For other currency pairs and periods, the default settingы of the Prototype 4 EA will be used. Prototype 4 AUTO is an optimized version of the Prototype 4 Expert Advisor. Detailed description of Prototype 4 with all settings can be found here https://www.mql5.com/en/mark
Buyers of this product also purchase
The Gold Reaper MT4
Profalgo Limited
4.74 (31)
PROP FIRM READY! ( download  SETFILE ) LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 2 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Welcome to the Gold Reaper! Build on the very succesfull Goldtrade Pro, this EA has been designed to run on multiple timeframes at the same time, and has the option to set the trade frequency from very conservative to extreme volatil
FT Gold Robot MT4
Marzena Maria Szmit
5 (23)
Introducing the FT Gold Robot MT4, your ultimate companion in navigating the intricate world of XAUUSD trading. Developed with precision and powered by cutting-edge algorithms, FT Gold is a forex robot meticulously crafted to optimize your trading performance with   XAUUSD pairs . With its advanced analytical capabilities,   FT Gold Robot   constantly monitors the gold market, identifying key trends, patterns, and price movements with lightning speed. The FT Gold Robot opens 5 positions every da
HFT Prop Firm EA
Dilwyn Tng
4.97 (656)
HFT Prop Firm EA is  also known as Green Man due to its distinctive logo, is an Expert Advisor (EA) crafted specifically for overcoming challenges or evaluations from proprietary trading firms (prop firms) that permit High-Frequency Trading (HFT) strategies. For limited period: Free utilities worth $198 when you buy HFT Prop Firm EA MT5 version:  https://www.mql5.com/en/market/product/117386 Passing HFT Challenge Performance Monitor (starting at $200): 1) Broker: IC Markets Account Numb
Gold Trade Pro
Profalgo Limited
4.61 (23)
LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 2 trade accounts) -> contact me after purchase Ultimate Combo Deal -> click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro joins the club of Gold trading EA's, but with one big difference: this is a real trading strategy. What do I mean with "real trading strategy"?  As you probably
Diamond Titan FX MT4
Lo Thi Mai Loan
5 (3)
Launch promo: SALE 30% OFF! Only 2 sales left to buy at the current price. Next price: $993 Free  get US30 Scalper EA and Quantum Algo EA -> contact me after purchase Live signal:  https://www.mql5.com/en/signals/2220190?source=Site+Profile+Seller Prop Signal:  https://www.mql5.com/en/signals/2223219?source=Site+Signals+Profile+From+Author MT5:  https://www.mql5.com/en/market/product/116010?source=Site+Market+Product+Page Passed Prop Challenge Trade History:  https://www.mql5.com/en/blogs/pos
Way To Stars is a night scalping EA specifically designed to trade during periods of low market volatility to capitalize on low-risk opportunities. This night scalping EA focuses on capturing small price movements for frequent trading, thereby accumulating profits over time. It employs strict stop-loss measures to limit potential losses per trade, ensuring effective risk management. Way To Stars is a genuine and honest trading system that does not rely on purported neural networks, artificial in
Quantum Emperor MT4
Bogdan Ion Puscasu
4.92 (131)
Introducing   Quantum Emperor EA , the groundbreaking MQL5 expert advisor that's transforming the way you trade the prestigious GBPUSD pair! Developed by a team of experienced traders with trading experience of over 13 years. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Buy Quantum Emperor EA and you could get Quantum StarMan, Quantum Trade EA or Quantum Gold Emperor for free !*** Ask in private for more det
AI Gen XII MT4
Denis Kurnev
5 (2)
AI Gen XII EA This is an Expert Advisor with the latest use of Artificial Intelligence and Neural Networks. The EA runs on the top-of-the-line GPT-4o platform and also uses Advanced Discrete Fourier Imaging in ATFNet aligns the frequency spectrum of the input series, allowing for a more complete analysis of time series data. The EA also boasts trading on different strategies simultaneously and matching backtest trades and real trading, which is very important in its time.  Details about Advisor
GoldPulse AI
Babak Alamdar
4.54 (13)
Buy not a backtest, but a real trading system:     Live Signal 1     Live Signal 2       Live Signal 3   This price is temporary for the duration of the promotion and will be raised shortly Get 1 EA for free -> contact me after purchase There are only a few copies left at the current price, the next price is -->> 1480 $ Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! This is the first smartest robot that trades gold or XAU with full pairs like XAUUSD, XAUEUR, XAUGBP, XAUAUD, XAUJPY, X
TrendMaster FX MT4
Chen Jia Qi
5 (15)
Introducing our MT5 EA: Designed with advanced algorithms and utilizing deep learning technology, our Expert Advisor (EA) is crafted to assist you in the intricate world of forex trading. The system analyzes market behaviors and conducts transactions based on specific criteria, empowering you to engage with market trends more effectively. With the backing of nearly a decade of data, the EA employs deep learning to examine past market conditions, aiming to provide enhanced decision-making. Recom
Ai Multi Trend MT4
Mansour Babasafary
5 (4)
32% discount, until 2024.06.24  (Original price: $1000) Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. Expert trend hunter Combined with artificial intelligence Control the AI with a variety of simple settings Without using dangerous strategies (all trades have a profit limit and a loss limit) Can be used in 6 main market currency pairs and 4 important time frames An expert who has been trained by artifi
AW Recovery EA
AW Trading Software Limited
4.32 (72)
The Expert Advisor is a system designed to recover unprofitable positions. The author's algorithm locks a losing position, splits it into many separate parts, and closes each of them separately. Easy setup, delayed launch in case of drawdown, locking, disabling other Expert Advisors, averaging with trend filtering and partial closing of a losing position are built into one tool. It is the use of closing losses in parts that allows you to reduce losses with a lower deposit load, which ensures saf
Hercules AI MT4
Aleksandr Chebotaev
5 (1)
Hello, my name is Alexander. I would like to introduce you to my new development, the Hercules AI advisor. The advisor is synthesis of Price Action Method and Artificial Intelligence technologies.  It doesn't use  any indicators. The EA works well on Gold  pair. The advisor has shown stable performance for more than 10 years. It does not use dangerous trading methods such as martingale, etc. All transactions are protected by take profit and stop loss. I tried to make the advisor as easy to insta
Ai Hybrid Robot MT4
Mansour Babasafary
5 (3)
Several experts in one expert With this expert, you can use several up-to-date strategies Enhanced with artificial intelligence Can be used in several popular forex currencies Can be used in the most popular forex time frames Without using high-risk strategies Attributes : Can be used in the EURUSD , GBPUSD , USDCHF , AUDUSD , USDCAD , NZDUSD  currency pairs Can be used in M30 , H1 , H4 , D1 time frames Has profit limit and loss limit Without using risky strategies like martingale or hedg
Gold Trading Algo
Ho Tuan Thang
4.11 (9)
ONLY 3 COPIES OUT OF 10 LEFT AT $299! After that, the price will be raised to $399. Limited price $299 is only for 10 first sales. After 10 sales, the price will be raised +$100. Final price for Gold Trading Algo is $1999. IMPORTANT! Contact me immediately after the purchase to get instructions and Manual Guide to set up EA. Forex EA Trading Channel:  Update the latest news from me Some Features: - No Martingale, No Grid - The order is always protected by Stoploss - EA is using in-bu
Aura Black Edition
Stanislav Tomilov
4.76 (17)
Aura Black Edition is a fully automated EA designed to trade GOLD only. Expert showed stable results on XAUUSD in 2011-2020 period. No dangerous methods of money management used, no martingale, no grid or scalp. Suitable for any broker conditions. EA trained with a multilayer perceptron Neural Network (MLP) is a class of feedforward artificial neural network (ANN). The term MLP is used ambiguously, sometimes loosely to any feedforward ANN, sometimes strictly to refer to networks composed of mult
Strategy Introduction The EA will find the best entry and exit points based on the data trained by the neural network and the current market trend. It includes multiple loss exit strategies to ensure capital safety. Because the market is full of uncertainties, it is impossible to enter at the most ideal point every time. Our EA uses a unique batch entry method, adding up to 5 entry points. Even occasional misjudgments can quickly recover subsequently. Each order has a fixed stop loss (SL) and t
Daytrade Pro Algo
Profalgo Limited
5 (6)
Launch Promo: Limited number of copies available at current price Final price: 990$ NEW: get 1 EA for free! (for 2 trade accounts) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP:   Click here Set Files Welcome to DayTrade Pro Algo!  After years of studying the markets and programming different strategies, I have found an algorithm that has everything a good trading system needs: It is broker independent It is spread independ
One Gold MT4
Stanislav Tomilov
4.67 (12)
Welcome to the world of next-generation investments with our unique trading robot for gold on the MetaTrader platform! Our proprietary developments represent the pinnacle of advanced data analysis computational platforms in the world of trading. One Gold EA is a genuine smart algorithm, operating at a level beyond human traders' reach. Its unique method is based on the principles of a neuroscanner and advanced technologies in neural networks, EA is capable of analyzing historical and current dat
XG Gold Robot MT4
Marzena Maria Szmit
4.44 (25)
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
Price reduced for 7 days to $230 Then the price will be $430 PowerFul 1 Min Scalping System - Automatic Robot Scalper for Trade on the XAUUSD currency pair (the robot trades in other currency pairs, but gets the best results in gold). Recommended time periods M5 . The minimum initial balance is from $ 500. This robot automatically determines the points of price turning and sets several deferred orders in the likely future direction of the trend. If the price does not unfold in the right directi
US30 Scalper EA MT4
Lo Thi Mai Loan
5 (5)
Launch promo! Only a few copies left at current price! Next price: 693$ Final price: 1993$ Live signal:  https://www.mql5.com/en/signals/2220893?source=Site+Profile+Seller MT5:  https://www.mql5.com/en/market/product/107337?source=Site+Profile+Seller More analytics:  https://www.mql5.com/en/blogs/post/756452 For more top Expert Advisors and Indicators, visit:   https://www.mql5.com/en/users/lothimailoan/seller I am Los, please subscribe to receive more updates:   https://www.mql5.com/en/users
Big Forex Players MT4
Marzena Maria Szmit
4.65 (23)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the   biggest Banks   (p ositions are sent from our databa
Scalp Bot EURUSD
Abu Talha Md Mahi Uddin
5 (5)
Buy One Get one Live again.. limited time offer  Best EuroUsd EA in the market...101$ to 1040$ (940%)  in 12 months ....with 21% drawdown.. For Last 1 year real time performance :  Click here PUBLIC GROUP CHAT : Click Here EA Strategy Take scalp Positions in Higher Time Frame Trend with safe Pips Distance/ Major Pair EurUsd Then you can also use :AudUsd/GbpUsd/NzdUsd Major & Safe TF is H1 / Minor & Aggressive TF is M1 Minimum Deposit is 100$ / Secured Deposit is 300$ For each 300$ you can ad
Dark Algo
Marco Solito
4.79 (61)
Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for Scalping Trading on Eurusd . This Expert Advisor is based on the latest generation of algorithm and is highly customizable to suit your trading needs.  If you   Buy this Expert   Advisor you can   write a feedback   at market and   get   a second EA for   Free , for More info contact me The basic strategy of this EA is built on a sophisticated algorithm  that allows it to identify and follow market trends .
Bonnitta EA
Ugochukwu Mobi
3.5 (20)
Bonnitta EA  is based on Pending Position strategy ( PPS ) and a very advanced secretive trading algorithm. The strategy of  Bonnitta EA  is a combination of a secretive custom indicator, Trendlines, Support & Resistance levels ( Price Action ) and most important secretive trading algorithm mentioned above. DON'T BUY AN EA WITHOUT ANY REAL MONEY TEST OF MORE THAN 3 MONTHS, IT TOOK ME MORE THAN 100 WEEKS(MORE THAN 2 YEARS) TO TEST BONNITTA EA ON REAL MONEY AND SEE THE RESULT ON THE LINK BELOW. B
Tiger Trade Pro
Soraya Bahlekeh
5 (7)
Original price $269 —> 50% discount only $129 Live Results :   link in Bio Tiger Trade Pro - Your Key to Confident Trading! Tiger Trade Pro is a real and consistently profitable EA that uses the Scalp-Trend system and has a very favorable risk compared to other similar EAs. This EA offers both simple and advanced settings to match your trading style. Tailored Settings:  Whether you prefer simplicity or advanced controls, Tiger Trade Pro has you covered. Advanced options include: Trailing
RSF MT4 Pro
Van Hoa Nguyen
5 (6)
RSF MT4 PRO is specially developed for the EURUSD pair on the 1H timeframe. RSF MT4 Pro is a high frequency trading advisor. EA uses many algorithms to confirm short-term trends, medium-term trends and implements many internal strategies to spread risk in trading. Backtests show a very stable growth curve, with tightly controlled declines and rapid recovery. This EA has been stress tested for the longest period of time available for EURUSD, using multiple price feeds for different brokers and
Bitcoin Robot MT4
Marzena Maria Szmit
5 (11)
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
HFT Prop EA
Manpreet Singh
4.95 (255)
HFT PROP EA is the High Frequency Trading Expert Advisor (EA/bot) designed to pass proprietary trading firms (prop firms) challenges which use stop orders to enter the trades when market is trending, It is basically designed for US30 just at opening of US30 in New York Session till it remain in its trending nature for 15-30 minutes, and using HFT PROP EA you can pass the challenge within few minutes for prop firms who doesn't have any lot size cap. Special benefit for buyers who share their re
More from author
Hello everyone.  I want to tell you a little bit about this panel for trading in the financial foreign exchange market. The panel is written in the MQL4 programming language and is designed to help open market orders for certain positions. It works with both regular and pending orders. That is, it opens buy and sell orders, such as Buy, Sell, BuyLimit, SellLimit, BuyStop, SellStop. It also opens a network of pending orders and, including grid orders, that is, both limit pending orders and sto
This Expert Advisor uses Moving Average with certain parameters to open orders. He will always open the first deal to buy, but, with certain settings, he can only open deals to sell. To close orders, he uses a profit after which he will close all orders and start his work again. So far, it works as a Martingale and as a networker. extern double Lots                 = 0.20 ; - - From this parameter, which is the value of the currency at which you will to trade, the Expert Advisor begins its work.
The Breaking Trend ADVISOR opens the first position only to buy an order. Next, he looks at if the price goes to a loss, then at a certain loss distance he puts a pending Stop Order Sell for sale with an increased lot in order to cover the loss and fix the profit when closing buy and sell orders. And then the whole trade actually takes place with this logic. These are the settings of the advisor: -- LOT --- extern double lots                       = 0.2 ; - this parameter is responsible for t
MartinZ
Iurii Kuksov
This is an ordinary adviser working on the martingale system. Places orders depending on the intersection of the average price. Here it must be said that the closing price with a profit after the opening of the second and subsequent orders, for example, for sale, is measured in points and does not count. That is, you yourself will have to run the Expert Advisor in the strategy tester and prepare its settings properly for a particular currency pair, etc. of assets provided to you by your broker.
The ADVISOR works using the martingale system. He opens deals according to the Moving Average schedule. To open, it uses PERIOD M15 and a different price calculation period and with a different shift. Here it must be said that the closing price with a profit after the opening of the second and subsequent orders, for example, for sale, is measured in points and does not count. That is, you yourself will have to run the Expert Advisor in the strategy tester and prepare its settings properly for a
Here, this advisor is missing magic numbers. Of a kind, this is a disadvantage, since it will not be possible open two or more Expert Advisors in the same terminal, as they will interfere with each other. But this will not happen on different terminals. They are in the code itself, since the ADVISOR works and uses them in its logic exclusively magical order numbers. That is , it is part of the logic of the work of advisers and without it, no way. When entering the market, the adviser uses a larg
This EA is a continuation of the first one, but it opens many times more orders. Why? Because I added trend search control to him using pending orders. That is, he remembers in which direction the price is moving and where and why he opened the last order... and so this advisor is always moving in the right direction. Its only disadvantage is if you don't set it up correctly and make it work with these settings. He also considers the average of the current price and comes to some conclusions and
Filter:
No reviews
Reply to review