• Información general
  • Comentarios
  • Discusión (3)

ManyLayers

  • Trading is performed using multiple independent layers - number_of_commercial_layers.
  • Flexible customization system of market entry signal - UNIT_INDICATORS. The use of the Moving Average, RSI and Envelopes indicators allows configuring any parameter of the indicators and enabling/disabling them.
  • Signals are generated based on cumulative analysis of indicators from different timeframes.
  • It is possible to control the equity level - CONTROL_EQUITY. Two danger levels: the first level activates the trade closure logic common for all levels, the second one stops the opening of trades in the overloaded direction with the possibility to increase the volumes of opposite orders.
  • It features a built-in function for closing unprofitable orders using a part of profit - THE_PROTECTION_OF_PROFIT.
  • To limit the losses, a protective stop loss can be applied to every trade layer - PROTECTIVE_STOP_LOSS_LAYER.
  • Selection of the trade closure options - PARAMETERS_OF_THE_CLOSURE.
  • Output_mode - trade exit mode, where the program gradually closes its trades to subsequently stop and withdraw profit.
  • Feel free to ask questions in the Comments tab.
  • Other indicators and candlestick signals can be integrated to this program - leave a comment and write a review.


Recommendations

Standard trade account: minimum deposit is $2000.00; minimum lot is 0.01, modification step - 0.01

Cent account: minimum deposit starts from $50 (5000.00); minimum lot is 0.01, modification step - 0.01


Parameters

  • _OPERATION_MODE_
    • Output_mode = false; if set to true, activates the trade exit mode.
    • Work_on_closed_bars = false; true - the EA forms a cycle on a closed bar; false - on the current price;
  • _SETTING_UNIT_LOT_
    • initial_lot_is_permanent_or_not = false; - the initial lot of a layer depends on RiskPercent ans Balance / true - fixed and equal to initial_lot
    • initial_lot = 0.01;
    • RiskPercent = 2.0;
    • multiplier_for_the_next_lot = 1.6;
    • number_of_transactions_to_increase = 0; - at value 1 the lot size increase will start from the second trade in the series; if 2 then with 3rd, 4th, etc.
  • _BLOCK_LEVEL_OPTIONS_
    • number_of_commercial_layers = 5; - trade layers
    • number_of_orders_in_one_layer = 5; - the number of orders in a trade layer
    • increasing_n_level = true;
      • true - the number of orders of the next layer increases as n[i] = n[i-1]+N, N is the number of layer.
      • false - no increase
    • points_to_open_the_next_layer = 30; - the distance between the first orders of adjacent layers
    • minimum_step_up_orders = 10; - distance to an order in the same direction
  • _PARAMETERS_OF_ONE_LAYER_
    • Zoom_step = growing_step - step calculation type: const_step, growing_step, decreasing_step, manually_install
    • step = 150 at Zoom_step = 0,1,2
    • expansion_step = 5; - delta step at Zoom_step = 1,2
  • _UNIT_INDICATORS_
    • Off_MA = true; ON - false / OFF - true
    • Off_RSI = false
    • Off_ENV = false
  • _MA_SETTINGS_
    • mode_MA = 1; (1,2)
    • TF_for_MA = H1; M1,M5,M15,M30,H1,H4,D1,W1,MN,TF_this_wind - current chart timeframe
    • period_MA = 13
    • shift_MA = 0
  • _RSI_SETTINGS_
    • mode_RSI = 1 (1,2)
    • TF_for_RSI = TF_this_wind
    • period_RSI = 7
    • level_RSI_max = 77
    • level_RSI_min = 23
  • _ENV_SETTINGS_
    • mode_ENV = 3 (0,1,2,3)
    • TF_for_ENV = 5
    • Period_ENV = 14
    • deviation = 0.2
    • shift_ENV = 1
  • _PARAMETERS_OF_THE_CLOSURE_
    • type_of_closure = 2;
      • 0 - common TakeProfit level
      • 1 - common trailing stop
      • 2 - trailing stop, analysis of multiple levels in a group in different combinations (1, N; 1, N-1, N; 1 - N)
      • 3 - same as value 2, trailing stop dependent on the imbalance in volume.
      • 4 - trailing stop only for the last order in the group.
      • 5 - trailing stop dependent on the imbalance in volume for the last order in the group.
      • 6 - same as value 2, but with the closing level added N-1, N - the penultimate and the last
    • TakeProfit = 0
    • ProtectionTP = 15
    • TrallingStop = 7
  • _PROTECTIVE_STOP_LOSS_LAYER_
    • Mode_SL_inst = 0 - off, 1 - on
    • Percent_SL = 5 - percentage of the balance for calculating the StopLoss level
  • _CONTROL_EQUITY_
    • level_stops_opening_trades = 60
    • level_includes_layered_closure = 90
    • lot_multiplier_counter_transactions = 1.2
  • _THE_PROTECTION_OF_PROFIT_
    • number_of_days = 5
    • percentage_of_profits_to_protect = 10.0
    • distance_to_enable_protection = 300 - distance from the price to the trade
  • Magic = 5355
  • ProfitHistory = true
  • _step_N_ IF: Zoom_step = 3
    • St_2 = 150.0;
    • St_3 = 170.0;
    • .
    • St_16 = 150.0;
Productos recomendados
Trade Bollinger Bands combining Trend, RSI, MACD 1. Trend trading combining the Bollinger and MACD bands is done in the following sequence: - Use MACD to identify trends - Determine the potential entry point by re-checking the MA 20 of the price to see if it is in line with the trend. 2. Trade Trends with Bollinger Bands - The mid-line of bollinger bands is simply a moving average of 20 SMA20 periods, known as the Bollinger Bands' average line. - The bottom line is, when the market is in a
Serpent
Vladimir Gribachev
The strategy is based on the MACD and Moving Average indicators. It buys when the fast MA is above the slow MA and the MACD histogram is above the signal line. It sells when the fast MA is below the slow MA and the MACD histogram is below the signal line. Designed for 4 and 5-digit quotes, use it on a VPS hosting. Launching the EA It is recommended to launch the EA on several adjacent currency pairs with the same magical numbers. For example: GBP USD , EUR USD , AUD USD , NZD USD ; or USD CAD, U
Constructor MT4
Aliaksandr Chupryna
5 (3)
Martingala.   ConstructorMT4 consta de 4 asesores expertos independientes: comercio de barras, Trading con iEnvelopes e indicadores iSAR, Negociar con el indicador iMA, Comercio con el indicador iIchimoku. Las estrategias son independientes entre sí. En cada uno, puede elegir por separado: Cálculo de lotes (7 opciones), Posiciones de cierre (5 opciones principales y otras adicionales), Hasta 10 pares de divisas, y otras opciones adicionales. ConstructorMT4 es una buena oportunidad para probar d
FREE
Stochastic Trade X is an EA based on Stochastic Oscillator. Stochastic parameters such as %K period, %D period, Slowing,  SellValue, BuyValue, and Shift can be adjusted. Stochastic Trade   X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through Stochastic Trade   X. Good luck. === Inquiries === E-Mail:support@btntechfx.com
Magic Grid
Aliaksandr Charkes
4.52 (21)
Magic Grid is an indicator-free advisor that uses a grid strategy. The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically ( one time at the beginning of the trade ). The robot can trade on any time frame, on any currency pair, on several currency pairs, and on any number of di
FREE
Brexit Breakout (GBPUSD H1) This EA has been developed for GBPUSD H1.  Everything is tested for H1 timeframe . Strategy is based on breakout of the This Bar Open indicator after some time of consolidation. It will very well works on these times, when the pound is moving. It uses Stop pending orders with  FIXED Stop Loss and Take Profit . It also uses PROFIT TRAILING to catch from the moves as much as possible. At 9:00 pm we are closing trading every Friday to prevent from weekly gaps. !!!Adjust
The EA created based on this strategy: This EMA crossover trading strategy is made with MACD. For MACD, you can avoid false signals from this EMA crossover. With this strategy, you can get more accurate signals. So this is more profitable . Strategy required FAST EMA SLOW EMA MACD with default setting How Signals come Buy Signal: When FAST EMA cross SLOW EMA from lower to upper, then you have to wait for MACD confirmation. After crossover, when you see MACD above 0.0 level, then you can take bu
EL MEJOR ROBOT DE US500 DE LA HISTORIA Maximun alfa trader se basa en las medias móviles  y en un algoritmo de de predicción de cambio de pendiente propio muy avanzado es simple y confiable. La estrategia de Maximun alfa trader EA es una combinación de varios indicadores tendenciales mas un indicador propio que detecta el agotamiento de la tendencia el cual lo hace único en su clase, este indicador es único y secreto aun no ha sido dado a conocer en el mercado. PARA PROBAR EL DEMO COPIAR LA CON
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mo
Night Rocker EURCHF EA is a night scalper that has a system for evaluating market volatility and trades during a period when prices are flat. In addition, there is a built-in filter of spread and slippage.   Each open order has a stop loss and take profit. Also, the market volatility assessment system closes orders when market conditions change in a negative direction for the trader.   The Expert Advisor works on EURCHF. Period M15. Also there are separate versions of the adviser for other curre
ForexEagle
Hadj Ahmed Slimani
ForexEagle - Elevate Your Trading Experience to New Heights Ready to revolutionize your trading game? Introducing ForexEagle, the ultimate Expert Advisor meticulously crafted to dominate the GBPUSD, AUDCAD, USDCAD markets on the M5 timeframe. With a winning combination of advanced Price Action strategy and trend detection algorithm, ForexEagle is your go-to tool for unlocking the full potential of GBPUSD, AUDCAD, USDCAD trading. The EA operates during specific hours, from 12:01 AM to 11:59 PM. G
Авторская стратегия демонстрирующая хорошие результаты на валютной паре eurchf m15. Советник в своей работе ищет наиболее вероятные точки разворота на графике и если сигнал подтверждается открывает сделку. Советник работает круглосуточно, что делает его универсальным вне зависимости от времени на рынке, что также отличает его от большинства советников торгующих в строго ограниченное время. По мере роста спроса на советник и увеличения хороших отзывов, цена на него будет расти. Поспешит
This is a free version of the EA  TrendSurfer OsMa  https://www.mql5.com/en/market/product/104264   TrendSurfer OsMa   receives signals from a technical analysis of in-built MetaTrader 4 indicator Oscillator of a Moving Average (OsMA) and then implements   The Quantum Forex Trading System   to generate positive results. Discover: The Quantum Forex Trading System _Mastering the Market with Advanced Algorithms & Multifaceted Strategies_ --- Redefining Forex Trading: In the vast realm of forex, wh
FREE
Versión avanzada del Asesor Experto Trading King MT4. Indicadores utilizados: ATR, RSI, Estocástico, CCI, WPR, DeMarker, RVI. Cada indicador se puede utilizar opcionalmente on / off. La versión MT5 está disponible aquí. El archivo configurado y los resultados de la optimización se publicarán en la discusión del asesor. La estrategia del Asesor Experto se basa en evaluar la fuerza de la tendencia y encontrar puntos de corrección / reversión, compara los valores absolutos de subida y bajada d
TSO Signal Builder
Dionisis Nikolopoulos
5 (1)
TSO Signal Builder is a MetaTrader 4 Expert Advisor that provides a solid platform to quickly build test and develop automated trading strategies based on indicator signals. Contains 29 indicators, including trend and volume indicators, oscillators as well as many indicators described by Bill Williams. Basic as well as advanced order management features. All indicators are configurable and can be combined to create strategies with different entry and exit signals as well as reverse orders. Mad
An automatic trading system created from the author's strategy, which is based on the analysis of configurations of three indicators: ADX, Bands and MA. The Expert Advisor has a highly customizable mode, it can trade using a fixed Stop Loss and / or Take Profit, dynamic Stop Loss and / or Take Profit, closing when an opposite signal appears, as well as various combinations of these modes. The system is designed for medium and long-term trading. The system is fully automatic. Please, pay attentio
Gecko
Profalgo Limited
4.4 (10)
NEW PROMO: Only a few copies copies available at 349$ Next price: 449$ Make sure to check out our " Ultimate EA combo package " in our   promo blog ! Gecko runs a simple, yet very effective, proven strategy.  It looks for important recent high and lows and will trade the breakouts.  The actual execution of this strategy however, is what makes this EA truly shine.  Entry calculations and exit algorithms are not only unique but also very advanced. LIVE RESULTS: https://www.mql5.com/en/signals/7
Presentamos Dr Trade Pro, un EA meticulosamente diseñado para operaciones inteligentes y consistentes. Nuestro asesor experto se basa en la precisión, utilizando el reconocimiento de tendencias y un análisis de mercado preciso para ejecutar operaciones de manera fluida. Dr Trade Pro está equipado con un plan de respaldo estratégico para cada operación, enfatizando la rentabilidad y minimizando las posibles pérdidas. Lo que distingue a Dr Trade Pro es su adaptabilidad a diversas condiciones del
Strategy requirements You need to set-up the chart manually for this strategy. You need three mt4 default indicator: FAST EMA (Exponential Moving Average of the close price) SLOW EMA (Exponential Moving Average of the close price) CCI (Commodity Channel Index) Buy signal: When FAST EMA is above the SLOW EMA, you can take buy when CCI crosses 0.0 level from bottom to top. Sell signal: When FAST EMA is below the SLOW EMA, you can take sell entry when CCI crosses 0.0 level from top to bottom . The
This trading robot is strictly made for 10K Capital Trading Account and EURUSD H1. DO NOT use it on smaller accounts, because it has minimum free margin limit i.e. Free Margin > 500 (this value is in "actual money" not in "percentage"!) This is a Simple Grid Trading System which works on ADX indicator's volatility and with High Winrate. IMPORTANT: Default input settings are the bare minimum settings (not ideal) instead use the recommended settings (OR find your own best settings) provided in th
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT4 version, click  here  for  Blue CARA MT5  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic R esponsive A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhapse most popular) Inn
MMM Zig Zag Strategy: The Expert Advisors uses its built-in Zig Zag indicator to determine the prices trends and calculates the signal to decide to open buy or sell positions. It sends an order, closes or moves the Trailing Stop loss position as the indicator works. You can define the time period of each day of the week the EA should not trade (the bad time to trade). Usually the period of day when the impact news are published. General Inputs: Closes orders with any profit of value (currency):
You can use it wisely In any currency pair. It's only good works on EURUSD M30 Timeframe. This robot is profitable. This robot requires minimum deposit of $1000 for small DD . You can get good results with it. You can test it first. You can increase the equity percentage. It will increase the volume in a certain ratio as the equity increases. You don't need to increase the volume by yourself. For the first few days, use the equity volume setup in this robot and then test and increase the equity
League X7
Sahil Shokeen
5 (3)
League X7  is an advanced Expert Advisor for trading the EURUSD pair on H1 timeframe with an accuracy and performances never seen before. Other forex pairs can also be traded using the League X7 EA on multiple pairs and different timeframes using customized settings. Contact me in personal after purchasing the EA for these settings. The League X7 is fully active and can trade multiple times per day. You can now finally grow your account 5X using the   League X7   EA All trades are protected
FREE
EA KOGORO TREND PROFITABLE HIGHER, FLEXIBLE AND SAFER EA KOGORO is a robot that operates on the most basic principle of the market: "Trend is Friend" combined with the improved Martingale principle with many times more safety than conventional Martingale. - EA KOGORO is a fully automatic EA robot for established pairs. - The principle of order balancing, low DD protects accounts better for high profits. - Opening and closing orders is really flexible. - Safer, high profit. - Manage
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
[ MT5 Version ] Structure Breakout  EA MT4   Structure Breakout EA es un Expert Advisor inspirado en el trading de rupturas de estructuras. Busca capturar los movimientos explosivos que siguen a un periodo de consolidación. Permite al usuario adaptar el EA a rupturas de lineas de tendencia reconocidas automaticamente por el robot o a rupturas de estructuras del precio. Además es áltamente configurable de forma que se puede adaptarse a distintos pares, marcos temporales y perfiles de riesgos. E
Grid and MA
Vladimir Gribachev
5 (3)
This is a grid Expert Advisor. It features several trading strategies based on Moving Average. It works on minute bar Open prices. Virtual trailing stop, stop loss and take profit can be set in pips, in the deposit currency or as a percentage of the balance. Depending on the settings, different orders may be opened for diversifying risks. Their closure can be either an oppositely directed or unidirectional basket of orders. The order grid is adaptive and is made of market orders. If the price ha
iGrid expert is full auto trading robot, signal by   Indicator count and Velocity include bollinger band, Moving average, grid and hedging strategy... Recommendations EA Settings:   Use default settings or set files. Symbol:   EURUSD, USDJPY, GBPUSDOr Any. Time Frame:   H1 or Any. Brokers:   ECN or STP brokers, low spread/commission, 1:500 - 1/1000 leverage, Minimum Deposit:   $1000 USD UP (possible $3000 Up ). Real signal:... Parameters TradeManagement                = "=== Trade Managemen
Presentamos HFT KING EA: ¡el HFT KING definitivo del comercio! Este sistema de negociación de alta frecuencia totalmente automatizado está diseñado para revolucionar su experiencia comercial con su algoritmo avanzado y funciones de última generación. HFT King utiliza una combinación única de análisis técnico, inteligencia artificial, operaciones de alta frecuencia y aprendizaje automático para proporcionar a los operadores señales comerciales confiables y rentables. La tecnología de vanguardia d
Los compradores de este producto también adquieren
The Gold Reaper MT4
Profalgo Limited
4.81 (21)
¡PROP FIRME LISTO!   (   descargar SETFILE   ) PROMOCIÓN DE LANZAMIENTO: ¡Solo quedan unas pocas copias al precio actual! Precio final: 990$ Obtenga 1 EA gratis (para 2 cuentas comerciales) -> contácteme después de la compra Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ¡Bienvenido al Segador de Oro! Basado en el exitoso Goldtrade Pro, este EA ha sido diseñado para ejecutarse en múltiples períodos de tiempo al mismo tiempo y tiene la opción de establecer la
Quantum Emperor MT4
Bogdan Ion Puscasu
4.9 (123)
Presentando       Quantum Emperor EA   , el innovador asesor experto en MQL5 que está transformando la forma de operar con el prestigioso par GBPUSD. Desarrollado por un equipo de comerciantes experimentados con experiencia comercial de más de 13 años. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. *** ¡Compre Quantum Emperor EA y podrá obtener Quantum StarMan, Quantum Trade EA o Quantum Gold Emperor gratis! *** Pre
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 Passing HFT Challenge Performance Monitor (starting at $200): Broker: IC Markets Account Number 66603384 Server: ICmarketsSC-Demo06 Password: Greenman Result
One Gold MT4
Stanislav Tomilov
5 (7)
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
Gold Trade Pro
Profalgo Limited
4.53 (19)
Promoción de lanzamiento! ¡Solo quedan unas pocas copias a 449$! Próximo precio: 599$ Precio final: 999$ Obtenga 1 EA gratis (para 2 cuentas comerciales) -> contácteme después de la compra 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 Gold Trade Pro se une al club de Gold Trading EA, pero con una gran diferencia: esta es una estrategia comercial real. ¿Qué quiero decir con "est
Aura White Edition
Stanislav Tomilov
4.4 (5)
Aura White Edition   is unique Expert Advisor that continues the Aura series of advisors. The Expert Advisor is based on the engine of   Aura Black Expert Advisor , but with a number of changes and author's settings for currency pairs. Innovative methods of the programme's approach to trading, and promising performance results are possible thanks to the use of modern technologies and methods. Aura White Edition is a fully automated EA designed to trade currencies only. Working pairs EURUSD, GBPU
Forex GOLD Investor
Lachezar Krastev
4.88 (26)
SHOCK DEAL --> VERY LIMITED COPIES AT THIS PRICE !!! + BONUS -> PREMIUM EA! Forex GOLD Investor Signal Account:  https://www.mql5.com/en/signals/1510678 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 trades at a time. It has been tested rigorously to get the most
HFT Prop EA
Manpreet Singh
4.95 (241)
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
Aura Black Edition
Stanislav Tomilov
4.75 (16)
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
Advertencias El EA contiene un máximo de 6 puntos de entrada, el tamaño del lote de cada transacción es igual al tamaño del lote de la orden multiplicado por 6, por lo que tenga en cuenta no usar un tamaño de lote demasiado grande. La forma de cálculo del tamaño del lote predeterminado no es el porcentaje de capital. Nuestro método de cálculo predeterminado no se ve afectado por el apalancamiento, lo que permite controlar el riesgo con mayor precisión. Se recomienda utilizar un capital de $1000
El aprendizaje profundo está remodelando el trading de oro, y los asistentes inteligentes, como jardineros, cuidan de los jardines de trading. El "Gold Garden" EA emplea tecnología inteligente de aprendizaje profundo y 20 años de entrenamiento con datos para mejorar significativamente el rendimiento de la estrategia. Con él, el trading se vuelve más fácil e inteligente. Unámonos para iniciar la era del trading inteligente y transformar el trading en un jardín de felicidad. Este será tu exclusivo
GoldPulse AI
Babak Alamdar
5 (3)
No compre un backtest, sino un sistema comercial real:   Live Signal 1     Live Signal 2 Este precio es temporal mientras dure la promoción y aumentará en breve. Precio Final: 5000$ Al precio actual, solo quedan 2 copias, el siguiente precio es -->> 334 $ Welcome to the GoldPulse AI Hey Soy GoldPulse AI!   ¡Este es el primer robot más inteligente que comercializa oro o XAU con pares completos como XAUUSD, XAUEUR, XAUGBP, XAUAUD, XAUJPY, XAUCHF, XAUSGD y XAUCNH!   ¡Reviso las noticias todos
Quantum Trade EA
Bogdan Ion Puscasu
4.74 (78)
Introduciendo       ¡Quantum Trade EA   , el innovador asesor experto de MQL5 que está transformando la forma de operar con el prestigioso par GBPUSD! Desarrollado por un equipo de comerciantes experimentados con experiencia comercial de más de 13 años, Quantum Trade       EA está diseñado para impulsar su viaje comercial a nuevas alturas con su innovadora y dinámica estrategia de zona de ruptura. ¡IMPORTANTE! Después de la compra por favor envíame un mensaje privado para recibir el manual de
Big Forex Players MT4
Marzena Maria Szmit
4.64 (22)
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 databas
Dragon Multi EA MT4
Mansour Babasafary
4.73 (15)
78% discount for the next 10 buyers (original price $3000): 2 person left Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. 3 experts in 1 expert Strategy based on price action Made specifically for the best forex currency pairs Can be used in the best time frame of the market at a very reasonable price This expert is basically 3 different experts. But we have combined these 3 experts in 1 expert so that you can
XG Gold Robot MT4
Marzena Maria Szmit
4.57 (21)
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
5 (9)
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
Live signal : TrendMaster FX The MT5 version : TrendMaster FX MT 5 Actualmente tenemos una promoción de prueba para nuestro EA. Después de la compra, contáctenos para obtener acceso a "Gold Garden" o "AI TradingVision GPX". Para más detalles, por favor contáctenos. Pares de divisas recomendados: GBP/USD (GBPUSD) USD/CAD (USDCAD) EUR/USD (EURUSD) AUD/USD (AUDUSD) USD/CHF (USDCHF) Nota Especial :   Currently recommended :GBPUSD, AUDUSD, EURUSD Configuración de riesgo: Para los comerciantes agresi
Special Offer Day: $ 598 for one day only, after which it goes back to $ 1,198 . TopBottomEA's advantage: the first support for small capital work EA, real trading for more than 4 years; this EA based on volatility adaptive mechanism, only one single at a time, each single with a stop-loss, an average of about 4 orders per day, holding a single length of 12 hours or so, with a limit of $ 20 principal challenge backtesting ran through more than 10 years. Every interval of three days to increase
Convierta cualquier estrategia comercial en una estrategia de negociación de posiciones o opere con las probadas estrategias de negociación de posiciones basadas en RSI y ADR, incluido el sistema de control de reducción automatizado para posiciones que se mueven en su contra. Este EA es una evolución y una simplificación del EA MRA que se ha utilizado para las estrategias de negociación de posiciones que se enseñan en el sitio web de Market Structure Trader durante muchos años. Consulte mi perf
ONLY 3 COPIES OUT OF 10 LEFT AT $99! After that, the price will be raised to $199. HFT  Propfirm Challenge Performance Monitor(Starting from $200) Account Number:  66668979 Server: ICmarketsSC-Demo06 Password: quantumhft1 You will get BONUS  worth $399 after you pass the HFT Prop Firm challenge round Quantum HFT Prop Firm is the EA is designed to pass the competition of HFT Prop Firms.  Please be aware that this Expert Advisor (EA) should not be used with a real account. Its sole pur
SSX Titan TT MT4
Artem Minchuk
2.55 (11)
Delving deep into the sphere of finance and trading strategies, I decided to conduct a series of experiments, exploring approaches based on reinforcement learning as well as those operating without it. Applying these methods, I managed to formulate a nuanced conclusion, pivotal for understanding the significance of unique strategies in contemporary trading. Neural network advisors, despite showcasing impressive efficiency in the initial stages, proved to be highly unstable in the long run. Vario
Candle EA MT4
Mansour Babasafary
4.58 (38)
This expert is based on patterns The main patterns of this specialist are candlestick patterns Detects trends with candlestick patterns It has a profit limit and a loss limit, so it has a low risk The best time frame to use this expert is M30 time frame The best currency pairs to use with this expert is the EURUSD, GBPUSD, AUDUSD, USDCAD currency pairs The price will increase by 100$ after every 10 purchases! Final price 2450$ Get a 50% bonus by buying (or even renting) any of our product
Boring Pips MT4
Thi Thu Ha Hoang
5 (12)
¿Alguna vez te has preguntado por qué la mayoría de los asesores expertos no son efectivos en el trading en vivo, a pesar de su perfecto rendimiento en las pruebas retrospectivas? La respuesta más probable es el sobreajuste. Muchos EAs se crean para 'aprender' y adaptarse perfectamente a los datos históricos disponibles, pero fallan en predecir el futuro debido a la falta de generalización en el modelo construido. Algunos desarrolladores simplemente desconocen la existencia del sobreajuste, o lo
Gold Excel
Gregory Hay
4.5 (4)
Bienvenido a       GoldExcel EA   , operador diario del par de divisas XAUUSD (oro). ¡Desarrollado por nuestro equipo y disponible en cuentas regulares, cuentas de utilería patrocinadas y competencias de utilería! ¡No utilice operaciones de alta frecuencia! See all products here:   https://www.mql5.com/en/users/fxmanagedforexltd/seller Los precios de lanzamiento introductorios aumentarán cada pocas semanas. Live $1K account Aggressive :  https://www.mql5.com/en/signals/2133201 Live $5K Low Risk:
ET9 New on the Market, Launch promo! Only a few copies left at: $599 Next price: $799 Final price: $1599 The Best  Expert Advisor  on   XAUUSD   any timeframes , It can also be used on GBPUSD at the same time! ET9  for MT4 Updated 4.00 !!   Important update:    Enable automatic closing of profits,  Various parameters of the ET1 strategy can be modified,   Optimized the stability of ET1 strategy Include Free  ET1 for MT4:  https://www.mql5.com/en/market/product/113219 Descriptions ET9 for MT4
AI NeuroX EA is an innovative trading advisor based on advanced artificial intelligence technologies, including neural networks and the Perplexity and GPT-4 platforms. This advisor has a unique ability to analyze and predict the dynamics of financial markets using deep learning and advanced algorithms. Thanks to the intuition that even the most experienced traders would envy, AI NeuroX EA is capable of developing unprecedented trading strategies, ensuring excellent performance. This advisor oper
Daytrade Pro Algo
Profalgo Limited
5 (5)
Promoción de lanzamiento: Número limitado de copias disponibles al precio actual Precio final: 990$ NUEVO: ¡obtenga 1 EA gratis!   (para 2 cuentas comerciales) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP:   Click here Set Files ¡Bienvenido a DayTrade Pro Algo!   Después de años de estudiar los mercados y programar distintas estrategias, he encontrado un algoritmo que tiene todo lo que necesita un buen sistema de trading: Es
Bitcoin Scalp Pro
Profalgo Limited
5 (2)
Promoción actual: Solo queda 1 a 349$ Precio final: 999$ ¡Asegúrate de consultar nuestro "   paquete combinado definitivo de EA   " en nuestro   blog promocional   !   NUEVO:   ¡Ahora también es compatible con Ethereum! Bitcoin Scalp Pro es un sistema comercial único en el mercado.  Está completamente enfocado en explotar la volatilidad del mercado de Bitcoin mediante el comercio de rupturas de niveles de soporte y resistencia. El enfoque del EA radica en la seguridad, lo que se traduce en
Smart Funded Hft
Barbaros Bulent Kortarla
5 (43)
Smart Funded EA es un asesor experto diseñado para pasar los desafíos HFT de firmas prop que permiten su uso. ¿Qué firmas prop HFT puedo usar? Ha sido probado en casi todos los desafíos HFT de firmas prop con un 100 % de tasa de éxito, como Kortana Fx, Nova Funding, Fast Forex Funds, Infinity Forex Funds, Quantec Trading Capital, Next Step Funded, Msolutionff, Genesis Forex Funds, The Talented Traders, Only Funds, Tradicave y todos los demás desafíos MT4 permitidos por HFT. ¿Qué firma prop HFT
Otros productos de este autor
TrailTPsetup
Aleksander Chernov
This program does not open orders on its own, but instead monitors the active orders of the currency pair it is attached to. The EA sets the Take Profit (TP) or Trailing Stop (TS) levels for active market trades. If pending orders are triggered, the program recalculates the levels and modifies the previously placed trades. The program monitors SELL and BUY orders separately. For example, the program can close SELL trades using TS, and set TP for BUY trades. Settings profit_Ord___BUY = 15 - pro
ManyTools
Aleksander Chernov
3 (2)
The main idea is the distribution of the balance to trade a large number of foreign exchange instruments. This allows tracking a larger number of price movements in the market. It uses the CCI (14) indicator on the timeframes H4 and M5 , as well as a spread filter. Hardware features: It is attached to one window of a currency pair (any), but monitors all instruments available for trading in the terminal. Does not require vast CPU resources, because it uses sequential analysis algorithm. It can
Features This EA works using a reversal logic: Buy → Stop Loss → Sell Stop → ... Multicurrency program (10 trading instruments are defined in the EA parameters). It is attached to one chart and trades up to ten trading instruments. Individual parameters are used for each trading instrument. The main logic is the same for all instruments. Martingale - customizable multiplier. It is possible to limit the number of increase steps. The EA opens the first order based on the signal: the price crosses
LimRepeater
Aleksander Chernov
The utility repeats manual BUY, SELL, BUYLIMIT, SELLLIMIT, BUYSTOP and SELLSTOP trades having Comment = "R" or " r" . Instead of trades closed by Take Profit , the utility sets Limit orders with closed trade parameters. Purpose The program is useful when applying manual grid strategies when a user sets an order grid in a certain price channel having certain parameters and constantly repeats trades after closing them . The program automates repeating trades. Operation example There is a BUYST
Основная идея - распределение баланса для торговли на большом количестве валютных инструментов . Это позволяет отслеживать большее количество движений цены на рынке и извлекать из этого большую прибыль. Используется индикатор CCI (14) на таймфреймах H4 и M5 , фильтры: по минимальному лоту, по спреду. Встроена функция защиты депозита от потери ( ALARM_STOP_Eqyity ) и ограничивающие торговлю параметры ( Min_Proc_Sv_Sr и ALARM_Proc_Sv_Sr ). Автоматически рассчитывается для каждого инструмента: торг
AMTchickeN
Aleksander Chernov
AMTchiken Основные идеи: " курица по зёрнышку клюёт " - вход в рынок минимальным размером лота по нескольким торговым инструментам одновременно; " не храните яйца в одной корзине " - распределение баланса для торговли на большом количестве валютных инструментов. Это повышает стабильность торговли и позволяет отслеживать большее количество движений цены на рынке и извлекать из этого большую прибыль. Пользователь имеет возможность выбора индикаторов для генерации сигналов ( 8 вариантов ) тренда и
В данной системе за основу взят индикатор Force Index . Система: определяет наиболее выгодные точки входа в рынок с использованием «короткого» STOPLOSSa , анализирует три индикатора : Force Index , Moving Average и Bolinger Bands, является составным индикатором с генерацией сигналов для входа в рынок, позволяет выбрать вариант анализа данных трех индикаторов, так же есть возможность изменения параметров для перенастройки. Индикатор Force Index (FI) или индекс относительной силы  Force Relative I
LimStopRepeater
Aleksander Chernov
LIM_STOP_REPEATER Программа не открывает сделки сама. Она повторяет сделки открытые вручную. Программа повторяет закрытые по TP или SL ордера: Выставляет Limit ордер при закрытии по TP. Выставляет Stop ордер при закрытии по SL. Программа не имеет ограничений по количеству повторов сделок. В программе отсутствуют внешние параметры. Если сделку закрыть вручную, отменить отложенный ордер - программа не будет повторять эту сделку.
Filtro:
No hay comentarios
Respuesta al comentario