• Visão global
  • Comentários
  • Discussão
  • O que há de novo

CCI OverBought OverSold EA MT5

CCI OverBought OverSold EA MT5

Overview:

The CCI OverBought OverSold EA for MT5 automates trading activities based on the Commodity Channel Index (CCI) indicator's overbought and oversold conditions. It allows seamless execution of buy and sell trades upon CCI entry or exit into these predefined zones. Additionally, it offers the flexibility to reverse trade setups within these regions.

You can find the MT4 version here

For detailed documentation Overall Settings/Input Guide | Backtests & Set files

High Level Overview of Features

Category Setting Description
GENERAL SETTINGS Lot Size Initial volume for the first trade; subsequent features don't alter it.
Stoploss in Pips Initial stop loss; adjustable by EA features.
Take Profit in Pips Initial take profit; modifiable by EA features.
Trade Comment Specifies trade comments for source identification.
Capture Logs Enables troubleshooting logs.
Enable Magic Number Controls EA behaviour based on a unique identifier.
Magic Number Unique EA identifier for conditional checks.
Trade On New Bar Places trades at the start of the candle.
No New Entry If Trade Exists Determines new entry conditions with or without an active trade.
Number Of Orders Controls executed trades upon entry signals.
Trade Direction Specifies buy, sell, or both signals.
Risk Reward Ratio Sets take profit based on stop loss and a specified ratio.
Next Open Trade After X Seconds Introduces a time gap between multiple entry signals.
Check for Opposite Close Closes previous trend signal before placing a new one.
Delete Pending Order at Distance Auto-removes pending orders at a specified distance.
Delete Pending Order After X Seconds Auto-deletes untriggered pending orders.
Delete Pending Order After N Bars Auto-removes untriggered pending orders after specified candles.
Profit Amount Closes trade at a set profit amount or set take profit.
Loss Amount Closes trade at a set loss amount or set stop loss.
Profit Percent Closes trade at a set percent profit of account equity or set take profit.
Loss Percent Closes trade at a set percent loss of account equity or set stop loss.
Close After N Candle Closes trade after a specified number of candles from opening.
BREAKEVEN SETTINGS Enable Breakeven Boolean input to enable (true) or disable (false) breakeven functionality.
Breakeven Activation Numeric input setting the distance in pips from entry for breakeven activation.
Breakeven Extra Pips Numeric input defining extra pips beyond activation for setting stop-loss, covering costs and slippage.
TRAILING STOP SETTINGS Use Trailing Stop Boolean input to enable (true) or disable (false) trailing stop functionality.
Activate Numeric input setting distance in pips from entry for triggering trailing stop activation.
Trail Price By Numeric input defining trailing stop distance behind the current market price.
Increment By Numeric input specifying the increment by which trailing stop distance increases with favourable market movement.
MARTINGALE SETTINGS Enable/Disable Martingale Boolean input to enable (true) or disable (false) Martingale strategy.
Multiplier Numeric input determining the size multiplier for subsequent trades if Martingale is enabled.
Multiply After N Repeat Integer input setting the number of consecutive losing trades before applying the Martingale multiplier.
Max Step Integer input defining the maximum number of Martingale steps to limit consecutive increasing trade sizes.
Adjust Take Profit Boolean input to adjust (true) or not adjust (false) take profit based on Martingale steps.
GRID SETTINGS Enable/Disable Grid Boolean input to enable (true) or disable (false) GRID strategy.
Step Distance Integer input for the distance in pips between each grid level.
Lot Increase Mode Enumeration input for lot size increase mode: GRID_MULTIPLY or GRID_INCREMENT.
Execution Mode Numeration input for execution mode: GRID_MARKET (market orders) or GRID_PENDING (pending orders).
Increase Factor Numeric input for the factor by which lot size is increased for each new grid level.
Distance Multiplier Numeric input for the multiplier applied to the grid distance for each new grid level.
Increase After N Repeat Integer input for the number of repeats before applying the grid increase factor.
Max Grid Step Integer input for the maximum number of grid steps before resetting to the initial lot size.
Grid Activation Mode Enumeration input for when the grid should be activated: GRID_ON_LOSS or GRID_ON_PROFIT.
SL and TP Mode Enumeration input for stop-loss and take-profit mode: FIXED AMOUNT, EQUITY PERCENT, or COST_AVERAGE.
Grid Fixed Stoploss Sets a fixed stop-loss for combined loss of all trades when SL and TP mode is FIXED AMOUNT.
Grid Fixed Takeprofit Sets a fixed take-profit for combined profit of all trades when SL and TP mode is FIXED AMOUNT.
Grid Equity Pct Stoploss Sets an equity percentage stop-loss for combined loss of all trades when SL and TP mode is EQUITY PERCENT.
Grid Equity Pct Takeprofit Sets an equity percentage take-profit for combined profit of all trades when SL and TP mode is EQUITY PERCENT.
AVERAGE_MODE Enumeration input for averaging orders mode: Sum (Price x Lot)/Sum(Lots) or Sum(Price)/ Sum(Orders).
AVG STOPLOSS Sets stop-loss based on the average price of all trades when SL and TP mode is COST_AVERAGE.
AVG TAKEPROFIT Sets take-profit based on the average price of all trades when SL and TP mode is COST_AVERAGE.
RISK SETTINGS Enable Risk to Lot Boolean input for enabling (true) or disabling (false) Risk to Lot functionality.
Risk Percent Numeric input defining the risk percentage per trade based on the account balance.
Risk Pips Per MicroLot / Stoploss Numeric input determining the risk in pips per micro lot or stop-loss. It aligns with the STOPLOSS pips input for virtual stop-loss calculation.
POSITION SIZING SETTINGS Enable Position Sizing Boolean input for enabling (true) or disabling (false) Position Sizing functionality.
Increase Lot Numeric input defining the additional lot size for each trade when Position Sizing is enabled.
Increase Lot on Account Balance Numeric input specifying the account balance value triggering lot size adjustment. When the balance reaches or exceeds this value, the lot size is adjusted accordingly.
ALERT SETTINGS Allow Alert Boolean input allowing (true) or disallowing (false) the EA to trigger alerts on new entry.
Allow Notification Boolean input enabling (true) or disabling (false) the EA to send notifications (e.g., push notifications on mobile devices) on new entry.
Allow Email Boolean input permitting (true) or restricting (false) the EA to send email notifications on new entry.
TRADE TIME SETTINGS Use Trading Times Boolean input for determining if the EA should follow specified trading times (true) or trade 24/7 (false).
Enable Asian Session Boolean input to enable (true) or disable (false) trading during the Asian session.
Start Time Asian and End Time Asian String inputs specifying the start and end times of the Asian session in broker time.
Enable European Session Boolean input to enable (true) or disable (false) trading during the European session.
Start Time European and End Time European String inputs specifying the start and end times of the European session in broker time.
Enable American Session Boolean input to enable (true) or disable (false) trading during the American session.
Start Time American and End Time American String inputs specifying the start and end times of the American session in broker time.
Enable Other Session Boolean input to enable (true) or disable (false) trading during another specified session.
Start Time and End Time String inputs specifying the start and end times of the specified session in broker time.
TRADING DAY SETTINGS Monday Trade, Tuesday Trade, Wednesday Trade, Thursday Trade, Friday Trade Boolean inputs allowing (true) or disallowing (false) trading on each respective day of the week (Monday through Friday).
Saturday Trade and Sunday Trade Boolean inputs allowing (true) or disallowing (false) trading on Saturday and Sunday, respectively.
SAFEGUARD SETTINGS Slippage Maximum allowed slippage in pips for trade execution.
Maximum Open Trades Maximum number of open trades allowed; set to 0 to disable.
Maximum Long Trades and Maximum Short Trades Maximum number of long and short trades allowed; set to 0 to disable.
Maximum Pending Orders Maximum number of pending orders allowed; set to 0 to disable.
Maximum Long Pending Orders and Maximum Short Pending Orders Maximum number of long and short pending orders allowed; set to 0 to disable.
Max Drawdown Percent Maximum acceptable drawdown as a percentage of the account balance; set to 0 to disable.
Max Drawdown Amount Maximum acceptable drawdown as an absolute amount; set to 0 to disable.
Maximum Trades Per Day Maximum number of trades allowed per day; set to 0 to disable.
Maximum Losing Per Trade Maximum number of losing trades allowed per day; set to 0 to disable.
Daily Stop Maximum acceptable drawdown for a single trading day; closes all positions and halts trading if exceeded.
Daily Target Target profit to achieve within a single trading day; closes all positions and stops trading if reached.
Weekly Stop Maximum acceptable drawdown for a trading week; closes all positions and ceases trading if exceeded.
Weekly Target Target profit to achieve within a trading week; closes all positions and stops trading if reached.
Monthly Stop Maximum acceptable drawdown for a trading month; closes all positions and ceases trading if exceeded.
Monthly Target Target profit to achieve within a trading month; closes all positions and stops trading if reached.
DISPLAY SETTINGS Panel Width Pct Width of the panel as a percentage of the dashboard window.
Panel Height Pct Height of the panel as a percentage of the dashboard window.
Text Size Pct Size of text within the panel as a percentage; influences readability and presentation.
Title Colour Colour of the title text within the panel for visual distinction.
Label Colour Colour of labels or descriptive text within the panel for differentiation.
Value Colour Colour of numerical values or data within the panel for clarity and emphasis.

Usage Recommendations:

Prior to live deployment, comprehensive testing in a demo account is strongly advised. This enables thorough assessment of the EA's performance, ensuring alignment with your trading strategy and risk tolerance levels.


Produtos recomendados
AGI Gold
Franck Martin
4.5 (6)
AGI Gold is the latest addition to the BotGPT family. It is ideal for beginners because of its simplicity. Delivered ready to use, There is nothing to do, it's 100% automated, whatever your capital, the EA takes care of everything. Optimized on (XAUUSD) .  This new version is even more powerful, simpler and more secure. ***   Compatible with Prop Firm   ***   (see backtest) Please check your Prop Firm's terms and rules for consistency and compatibility before purchasing my EA, ask me if you nee
Big candle breakout EA
Irvan Trias Putra
5 (1)
Big Candle Break Out is an expert advisor that uses a simple and effective trading strategy based on significant changes in volatility. The EA identifies support and resistance levels on the chart and looks for a candle that breaks through one of these levels with at least x volume. This can signal a shift in the market’s direction and provide a potential trading opportunity. The EA can trade both long and short positions depending on the direction of the break out and this expert has three mon
GriffonArgos
Haruki Teranaka
“Griffon Argos” supera as fortes ondas do mercado e olha para o futuro do investimento, abrindo novos horizontes como seu parceiro comercial. Este consultor especializado avançado utiliza algoritmos proprietários para analisar instantaneamente dados de mercado e identificar as melhores oportunidades de negociação. Utilize o Oscilador Estocástico e o Oscilador Incrível (AO) para capturar com precisão os movimentos do mercado e gerar sinais de negociação confiáveis. Principais características:
FREE
Advanced Rsi Grid Hedge Mt5
Cesar Napoleon Guio Martinez
Advanced Rsi Grid Hedge is an expert advisor created to enter the market at times of high probability of a short-term market reversal into overbought or oversold zones, but in the direction of a major trend.  The robot uses a grid hedging system. This bot does not use martingale. The Bot is very simple, it uses two RSI indicators to define the entry signals. This also has a trend filter that looks for the best conditions to trade. MT4 Version: https://www.mql5.com/es/market/product/85309 The bot
MMM High Low
Andre Tavares
MMM High Low strategy: The robot uses its built-in High-Low (HILO) indicator all the time and does a calculation to determine the prices trends. It sends an order, closes or moves the Trailing Stop loss position as the indicator works and indicates. It will not send an order unless the calculations determine a good trend of profit. It protects your money because it is provided with : Trailing stop loss to protect your profit. Once your order has a positive profit, it sets SL at a certain distanc
Bitcoin Trading MT5
Sinh Nguyen Tran Hoang
Bitcoin Trading   My   Expert Advisor   trade Bitcoin on H1 time frame, Base on ADX indicator,  Bollinger Bands indicator, and follow the trend. stop loss 31 usd/0.01 bitcoin take profit 19 usd/0.01 bitcoin (0.01 lot) Min deposit: from 300 usd Profit: 100%/year. Draw Down: < 35% Input Setting to test my EA: - Lots: 0.01 - Stoploss: 31 usd/0.01 bitcoin or 3100 usd/bitcoin depend on your broker and your account ( adjust to the correct ratio and   do not change) - Takeprofit:    19 usd/0.01 bitcoin
Gladius EA Pro MT5
Mohd Ikhwan Bin Agusalim
Gladius EA Pro MT5 (GEP) is an automated forex robot that uses advanced algorithmic trading strategies to maximize your profits and minimize your risks. It is designed to identify the best trading opportunities in the market, and open positions based on a set of parameters, such as news filter, spread filter, combination of technical and custom indicators and super trend period market history. With GEP, you can be sure that your investments will be handled with professionalism and the highest le
This algorithm uses statistically justified comparison of historical prices, moving average and output values of Williams R and Stochastic indicators in order to take decision whether it is necessary to open a position. Prior to giving birth to a new EA, this logic was created as a result of usage of stochastic methods and then tested on historical data and checked with Monte Carlo method, which, of course, does not guarantee any results in the future. The bot is designed to trade during evening
Market Maverick
Yury Emeliyanov
We present you a new Forex Expert Advisor - Market Maverick. This Expert Advisor is based on the use of the Moving Averages Crossover, Pin Bar EAS, Williams' Percentage Range and MACD Histogram indicators, and has a 70% profitability indicator. Market Maverick was tested on historical data from 2018 on the   EURUSD M15   currency pair in the strategy tester. During this time, the adviser demonstrated good results - the profitability of transactions was 70%, and the drawdown was only 13%. Th
Open Season
Philipp Shvetsov
Open Season is a fully automated Expert Adviser that allows 'active' and 'set and forget' traders to trade high probability EURUSD H1 price action breakouts. It detects price action set ups prior to the London Open and trades breakdowns. The EA draws from human psychology to trade high probability shorts Every trade is protected by a stop loss In-built time filter Three position sizing techniques to suit your trading style Two trade management techniques The EA does not use a Martingale system T
Ozymandias EA
Jaime Furlan De Paula
Algotrading O EA é baseado na lógica de tendência e formação de preço utilizando médias lineares ponderadas LWMA. O cálculo é influenciado pelos preços mais recentes, que detêm maior peso no cálculo da média. Essa média é calculada tomando cada um dos preços de fechamento em um determinado período de tempo e multiplicando-os por um coeficiente de peso predeterminado. Uma vez considerada a posição dos períodos de tempo, eles são somados e divididos pela soma do número de períodos de tempo. Sin
This algorithm uses statistically justified comparison of market data, numerical constant values and output values of Stochastic indicators and Moving Averages in order to take decision whether it is necessary to open a position. Prior to giving birth to a new EA, this logic was created as a result of usage of Stochastic methods and then tested on historical data and checked with Monte Carlo method, which does not guarantee any results in the future, of course. No martingale is used. The robot i
MMM ADX & Bollinger Bands & MA strategy: This EA's strategy combines two built-in indicators to enhance its signals and decide to open a new order at the right time. There is an ADX indicator and you may choose its signal's strength and Bollinger Bands indicator confirms the trends and MA to check if the prices are deviating from its pattern. By joining both indicators' data and the moving average, it is possible to calculate quality signals, avoiding sudden market movements against your tradin
Envelopes Trade X MT5 is an EA based on Envelopes. Envelopes parameters such as Period, MAShift, Deviation, BuyShift, BuyCandlestickShift, SellShift and SellCandlestickShift can be adjusted. Envelopes Trade X MT5 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 Envelopes Trade X MT5. Good luck. === Inquiries === E-Mail:support@btntechfx.com
This EA uses an Alligator indicator and has a classic strategy to trade as the Alligators Jaw, Teeth and Lips calculation results are compared each tick. This way, the EA opens orders at right moment and closes the orders as it reaches the right profit value. It protects your money because it is provided with: trailing stop loss to protect your profit. Once your order has a positive profit, it sets SL at a certain distance in order to keep a positive profit; Spread value limit to prevent opening
RangeBreak SureFire
Doru Aurelian Popescu Baroti
Description: Introducing the RangeBreakout SureFire Expert Advisor for MetaTrader 5 — a highly customizable and robust trading solution designed for consistent, long-term returns in dynamic market conditions. This meticulously crafted EA combines a range of powerful strategies, including range breakouts, RSI momentum analysis, trend confirmation through ADX and ATR-based calculations, trend-following with Exponential Moving Averages (EMA), and loss mitigation using the proven SureFire Technique
Millennium
Vladimir Pleshakov
The scientific approach to trading and responsible development are the main principles of Millennium EA. In order to create this EA, a research work was done in the field of trading. Dow theory, the theory of fractal analysis, the methods of Bill Williams and other traders, all this served as the theoretical basis for the advisor, which is designed to automate trading decisions. Signals: https://www.mql5.com/en/signals/1748354 https://www.mql5.com/en/signals/1748359 https://www.mql5.com/en/signa
AW BW strategy based MT5
AW Trading Software Limited
5 (1)
O EA baseado na estratégia AW BW negocia nos sinais de uma combinação personalizada de indicadores criados por Bill M. Williams. Este robô de negociação totalmente automatizado possui configurações flexíveis e muitos cenários de trabalho. O produto possui muitos recursos úteis integrados: cálculo automático de lote, sistema de rastreamento, stop loss e muito mais. Se necessário, a média pode ser usada. Vantagens: Adequado para qualquer tipo de instrumento e qualquer período de tempo. Indicadores
Dr Trade Pro
Julia Lopez
5 (1)
Apresentamos o Dr Trade Pro, um EA meticulosamente projetado para negociações inteligentes e consistentes. O nosso consultor especializado baseia-se na precisão, utilizando o reconhecimento de tendências e uma análise de mercado precisa para executar negociações de forma fluida. O Dr Trade Pro está equipado com um plano estratégico de backup para cada negociação, enfatizando a lucratividade e minimizando as possíveis perdas. O que diferencia o Dr Trade Pro é a sua adaptabilidade a diversas cond
BollSto EA MT5
Miss Supatcha Pigulkaw
EA Grid- BollSto  is a hybrid strategy that has been tested and optimized using 100% History Quality from 2008 to 2023. Its main signal is based on Bollinger Bands, with Stochastic as a confirming signal to identify trends. It can be used on various timeframes such as M15, M30, H1, H4, and D1, with customizable settings. * Recommended to use 1 timeframe per 1 account to limit risk. The risk management system allows you to choose your preferred risk level. The user-friendly interface, coupled wit
Hamster Grid MT5
Vladimir Gribachev
Um consultor de grade profissional trabalha com indicadores RSI (Índice de Força Relativa). tem a função de reduzir o saque na conta pela sobreposição de ordens não lucrativas. O gráfico exibe informações sobre o lucro. Versão MT4 https://www.mql5.com/en/market/product/56994 OPÇÕES: RSI_PERIOD - período para cálculo do índice de resistência relativa; UP_LEVEL - limite superior; DN_LEVEL - limite inferior; RSI_TIMEFRAME - prazo para cálculo; START_LOT - lote inicial; LOT_MULTIPLIER - m
Romux TradeBot is an Advanced Martingale Trading Strategy with multiple Parameter settings.  Romux TradeBot can be customized by changing parameter settings  for any Symbol at your own risk.  The default Parameter values are set for EURUSD, M1 Period and Minimum Balance 5000 USD. Account type: Hedge. Leverage:1:500. Before buying this product, please make sure you understand the risks involved with trading and that past performance is no guarantee for future results. General Settings:  S.No   In
Professional Scalping EA is an automated professional scalping Expert Advisor designed to work in the   FOREX market   . The strategy uses the relative strength index ( RSI ) and the average true range ( ATR ) in order to determine the best entry points into the market. Advisor is suitable for both experienced traders and beginners. The most volatile pairs are suitable for work: GBPUSD, USDCAD, EURUSD, USDJPY, USDCHF, AUDUSD, NZDUSD. Recommend ECN broker with LOW SPREAD: IC Market , Exness,
Modifiable Moving Average Cross Expert Advisor This Expert Advisor (EA) is based on the cross of two moving averages ; i.e; “ Moving Average 1 ” and “ Moving Average 2 ”. “Moving Average 1” has to always be greater than “Moving Average 2”. (So that it logically makes sense; unless one is just trying out different stuff). If “Moving Average 2” crosses above “Moving Average 1”, the program will enter a BUY trade . If “Moving Average 2” crosses below “Moving Average 1”, the program will enter
Buy and Sell Grid is an expert advisor that uses mechanical strategy to trade on any timeframe and any currency pair. BUY and SELL GRID EA lets you choose between three types of grid trading strategies whether you want to trade sideways, uptrend or downtrend market.  To make things easier for our users, we developed a interactive graphical panel that shows you all relevant information about EA inputs and your account.  STRATEGY Grid strategy is pure mechanical strategy, this EA has three types
O Alpha B3 Renko Trader  é um robô especialista para negociação no Bovespa B3  (miniíndice e minidólar) que une a análise de candlesticks do gráfico Renko (calculado internamente, sem imagens gráficas) com a estratégia Alpha B3 . O robô permite configurar, para os sinais de entrada, o tamanho do brick do gráfico Renko, bem como um número de candlesticks para análise. Além disso, você deve configurar os stops fixos, em pontos. O robô permite também a configuração de funções, tais como número de c
PennyMasterSmall
Yoan, Sylvain Biesuz
This EA was designed to be used on a cent account, it does not include many parameters because the strategy is relatively simple and effective. It is necessary to have a cent account with leverage greater than 1:500 and a possible number of maximum positions equal to or greater than 1000, this is easily found The price is intended to remain low because this EA is intended for small capital Please refer to the back test for more results, and I hope to have your opinion on my EA Leverage 1:500 o
The EA uses a trending strategy based on numerous technical indicators "Moving Average" on the timeframe: M4, M5, M6, M10, M12, M15, M20, M30, H1. The Expert Advisor uses elements from strategies such as Martingale, Grid and Averaging. In trading, up to 3 orders can be opened simultaneously on each of the currency pairs. The EA uses a partial order closing algorithm and hidden Stop Loss, Take Profit, Break Even and Trailing Stop. A multi-currency adviser trades in 17 currency pairs. EA uses time
Master Gold Scapler EA MT5
NGUYEN NGHIEM DUY
5 (1)
Master Gold Scalper EA is an EA combo 4 strategy: STRATEGY_1: STOCH+MA This is a simple Forex Scalping strategy using the EMA200 and Stochastic indicators to trade buying or selling together. STRATEGY_2: 2MA+STOCH This is a scalping system dedicated to Gold, which combines two indicators:   Stochastic indicators   and 2MA with the aim of finding entry points according to current trends. STRATEGY_3: MACD Scalping strategy using trendlines and MACD indicators STRATEGY_4: WPR Indicator: Wi
Os compradores deste produto também adquirem
The Gold Reaper MT5
Profalgo Limited
4.81 (43)
PROP FIRM PRONTO!   (   baixar SETFILE   ) PROMOÇÃO DE LANÇAMENTO: Restam apenas algumas cópias pelo preço atual! Preço final: 990$ Ganhe 1 EA gratuitamente (para 2 contas comerciais) -> entre em contato comigo após a compra Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Bem-vindo ao Ceifador de Ouro! Baseado no muito bem-sucedido Goldtrade Pro, este EA foi projetado para funcionar em vários períodos de tempo ao mesmo tempo e tem a opção de definir a frequ
Quantum Emperor MT5
Bogdan Ion Puscasu
4.87 (246)
Apresentando       Quantum Emperor EA   , o consultor especialista inovador em MQL5 que está transformando a maneira como você negocia o prestigiado par GBPUSD! Desenvolvido por uma equipe de traders experientes com experiência comercial de mais de 13 anos. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Compre Quantum Emperor EA e você poderá obter Quantum StarMan, Quantum Trade EA ou Quantum Gold Emperor gratuita
Gold Trade Pro MT5
Profalgo Limited
4.81 (31)
Promoção de lançamento! Restam apenas algumas cópias por 449$! Próximo preço: 599$ Preço final: 999$ Ganhe 1 EA gratuitamente (para 2 contas comerciais) -> entre em contato comigo após a compra Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Gold Trade Pro junta-se ao clube dos EAs de negociação de ouro, mas com uma grande diferença: esta é uma estratégia de negociação real. O
Aura White Edition MT5
Stanislav Tomilov
4.97 (32)
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, GBPUSD,
AI TradingVision GPX
Yu Mei Cheng
4.82 (51)
Precauções O EA inclui até 6 pontos de entrada, e o número de mãos por transação é o número de mãos da ordem multiplicado por 6, por isso, tenha cuidado para não usar demasiadas mãos. O método de cálculo das mãos por defeito não é uma percentagem de fundos. O nosso método de cálculo por defeito não é afetado pela alavancagem e permite controlar o risco de forma mais precisa. É recomendado utilizar fundos acima de $1000 para melhorar a resistência ao risco. Existe um risco de acumulação de risco
GoldPulse AI MT5
Babak Alamdar
4.76 (17)
Compre não um backtest, mas um sistema de negociação real:   Live Signal 1     Live Signal 2 Este preço é temporário durante a promoção e será aumentado em breve Preço final: 5.000 $  Restam apenas algumas cópias com o preço atual, o próximo preço é -->> 745 $ Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! Este é o primeiro robô mais inteligente que negocia ouro ou XAU com pares completos como XAUUSD, XAUEUR, XAUGBP, XAUAUD, XAUJPY, XAUCHF, XAUSGD e XAUCNH! Acompanho as notícias todos
Brent Oil
Babak Alamdar
5 (3)
“Dois Expert Advisors, Um Preço: Impulsionando o Seu Sucesso!” Brent Oil Scalping Expert + Brent Oil Swingy Expert em um Expert Advisor Este preço é temporário durante a promoção e será aumentado em breve Preço final: 5.000 $ Restam apenas algumas cópias com o preço atual, o próximo preço é -->> 1120 $ Bem-vindo ao Petróleo Brent O consultor especialista da Brent Oil é uma potência, projetada para dominar os voláteis mercados de energia com precisão e agilidade. O petróleo Brent não é ape
Gold Trading Algo MT5
Ho Tuan Thang
4.9 (51)
ONLY 2 COPIES OUT OF 10 LEFT AT $299! After that, the price will be raised to $399. - REAL SIGNAL: Default Setting:   https://www.mql5.com/en/signals/2206758 5k Fixed Lot:  https://www.mql5.com/en/signals/2217326 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 late
Aura Black Edition MT5
Stanislav Tomilov
4.2 (25)
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
CyberVision EA
Eduard Nagayev
3.81 (27)
CyberVision EA is a technology I developed during my undergraduate studies. CyberVision EA is not just an advisor, it is a high-speed computing machine that can generate historical data. CyberVision EA is not just an EA, it is a high-speed computing machine that works with recurrent neural network (RNN) and generative adversarial network (GAN), and my EA also uses data quantization. Live Signal High:  https://www.mql5.com/ru/signals/2221931 Live Signal:  https://www.mql5.com/en/signals/2218278 C
Gold Garden MT5
Chen Jia Qi
5 (6)
O aprendizado profundo está remodelando o comércio de ouro, e assistentes inteligentes, como jardineiros, cuidam de jardins de negociação. O "Gold Garden" EA emprega tecnologia inteligente de aprendizado profundo e 20 anos de treinamento de dados para melhorar significativamente o desempenho da estratégia. Com ele, o trading se torna mais fácil e inteligente. Vamos nos unir para iniciar a era do trading inteligente e transformar o trading em um jardim de felicidade. Este será o seu exclusivo Gol
X Code G
Shintaseftiana
4.27 (15)
ONLY 1 COPIES LEFT AT CURRENT PRICE! , NEXT PRICE  1199 USD,    SO COME ON HURRY UP !! Introducing eXecute-Code (X-CODE) EA - the ultimate Expert Advisor that's out of this world!, X-Code G EA base on Algorithm Levels of Trading.  Live Signal M5     |   Live Signal M1  |     Channel     |    MySetfile_1.5 I design X-Code G EA for XAUUSD/GOLD pair Why should you choose and use X-CODE EA in Trading? X-CODE EA will give you a pleasant trading experience because in X-CODE EA reliable algorit
Trade Fusion
Tajammul Hussain
4 (5)
Live Signal available here:  https://www.mql5.com/en/signals/2223440   (high risk 7.5%) Caros Traders, Tenho o prazer de apresentar a vocês nosso revolucionário novo consultor especializado, "Trade Fusion" - uma solução de ponta que está prestes a transformar o mundo do trading automatizado. O Trade Fusion é o resultado de meses de pesquisa intensiva, desenvolvimento e testes rigorosos, combinando tecnologia de ponta com as estratégias de trading mais sofisticadas para oferecer uma experiência
Dragon Multi EA MT5
Mansour Babasafary
4.57 (37)
77% discount for the next 10 buyers (original price $3000): 1 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
One Gold MT5
Stanislav Tomilov
4.6 (20)
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 and advanced technologies in neural networks, EA is capable of analyzing historical and current
Bitcoin Robot MT5
Marzena Maria Szmit
4.5 (16)
The Bitcoin Robot MT5 is engineered to execute Bitcoin trades with unparalleled efficiency and precision . Developed by a team of experienced traders and developers, our Bitcoin Robot employs a sophisticated algorithmic approach (price action, trend as well as two personalized indicators) to analyze market and execute trades swiftly with M5 timeframe , ensuring that you never miss out on lucrative opportunities. No grid, no martingale, no hedging, EA only open one position at the same time. Bit
TrendMaster FX
Chen Jia Qi
4.64 (87)
Live signal : TrendMaster FX The MT4 version : TrendMaster FX MT4   Atualmente, há uma promoção de teste para o nosso EA. Após a compra, entre em contato conosco para obter acesso ao "Gold Garden" ou "AI TradingVision GPX". Para mais informações, por favor entre em contato conosco. Pares de moedas recomendados: GBP/USD (GBPUSD) USD/CAD (USDCAD) EUR/USD (EURUSD) AUD/USD (AUDUSD) USD/CHF (USDCHF) Nota Especial : Currently recommended :GBPUSD, AUDUSD, EURUSD Configurações de risco: Para traders ag
Hercules AI
Aleksandr Chebotaev
5 (4)
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
Quantum Algo Trading MT5
Lo Thi Mai Loan
5 (2)
O preço atual é o preço promocional e em breve aumentará. O preço final do produto é: $5566. Restam apenas algumas cópias pelo preço atual, o próximo preço é de $566. Confira os resultados ao vivo aqui: Sinal ao vivo pessoal: [Clique Aqui] Sinal ao vivo de proposta: [Clique Aqui] Versão MT4 aqui: [Clique Aqui] Bem-vindo ao Quantum Algo Trading MT5 EA. Este EA é projetado para ser mais do que apenas um sistema mecânico; ele será seu companheiro em sua jornada de negociação ao longo da sua
Gold Excel MT5
Gregory Hay
4.6 (15)
bem-vindo a       Versão GoldExcel EA MT5   , negociação válida no par de moedas XAUUSD (GOLD) do dia. Projetado por nossa equipe para trabalhar com contas regulares, contas patrocinadas e tarefas! Não use negociação de alta frequência! See all products here:   https://www.mql5.com/en/users/fxmanagedforexltd/seller O preço de oferta inicial aumenta a cada poucas semanas. Trading PERFORMANCE Accounts (over 6+ months verified live trading) on 2 brokers Live $1K Start Now $19.5K (Risk Setup 5 -3 -1
Diamond Titan FX
Lo Thi Mai Loan
5 (4)
Promoção de lançamento: DESCONTO DE 50%! Restam apenas 3 vendas para comprar pelo preço atual. Próximo preço: $993 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 MT4:  https://www.mql5.com/en/market/product/116012?source=Site+Market+Product+Page Histórico de Negociações Aprovadas no Desafio Prop: https://www.mql5.com/en/blogs/post/757093 Perguntas Frequentes: https://w
Quantum Wizard MT5
Bogdan Ion Puscasu
4.94 (16)
Quantum Wizard é um Expert Advisor avançado para negociação do S&P500 (US500), usando um   sistema de grade sofisticado e gerenciamento de dinheiro avançado projetado para desempenho máximo   . Ele está em desenvolvimento há mais de 2 anos, com a atualização mais recente chegando este ano. Agora você pode finalmente diversificar seu portfólio com a negociação de índices. O Quantum Wizard é muito simples de instalar, bastando ser instalado no US500 com as configurações padrão, em qualquer perí
Oracle MT5
Stanislav Tomilov
5 (9)
Oracle Trading Expert the Quintessence of Modern Programming Technologies Expert Oracle for MetaTrader, trading on GBPUSD and Gold, represents the quintessence of modern programming technologies. Our unique proprietary methods and developments are based on advanced machine learning concepts, making our trading expert truly one-of-a-kind. We offer cutting-edge modules and neural architecture that embody innovative advancements in financial programming. Our algorithms rely on in-depth data analysi
Quantum StarMan
Bogdan Ion Puscasu
4.9 (71)
Olá a todos, deixem-me apresentar-me: Eu sou Quantum StarMan, o eletrizante e mais novo membro da família Quantum EAs. Sou um EA totalmente automatizado e multimoedas com capacidade para lidar com até 6 pares dinâmicos: AUDUSD, EURAUD, EURGBP, EURUSD, GBPUSD, e USDCAD. Com a máxima precisão e responsabilidade inabalável, levarei o seu jogo de negociação para o próximo nível. Aqui está o chute: não confio nas estratégias de Martingale. Em vez disso, utilizo um sofisticado sistema de grade projeta
Boring Pips MT5
Thi Thu Ha Hoang
4.65 (23)
Você já se perguntou por que a maioria dos consultores especializados não é eficaz nas negociações ao vivo, apesar de seu desempenho perfeito nos testes retrospectivos? A resposta mais provável é over-fitting. Muitos EAs são criados para 'aprender' e se adaptar perfeitamente aos dados históricos disponíveis, mas falham em prever o futuro devido à falta de generalização no modelo construído. Alguns desenvolvedores simplesmente não sabem da existência do over-fitting, ou sabem, mas não têm uma ma
DOW King
Anton Kondratev
5 (2)
DOW KING   EA   É um       Sistema acessível totalmente automático   com todos os parâmetros de otimização abertos e um   mecanismo de recuperação. Only 1 Copies of 10 Left  for 345 $ Next Price 799 $  GUIA DOW King Sinais Reembolso do Corretor de Comissão Atualizações Meu blog Not        Grid       , Not        Martingale       , Not         AI         , Not         Neural Network. Default Settings for One chart        US30 M15 Cada posição sempre tem um       SL e TP fixos       e       Vi
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 i
Scalper Deriv
Antonio Simon Del Vecchio
5 (10)
Apresentando Scalper Deriv: Elevando Sua Experiência em Scalping. Obtenha 1 EA grátis (para 2 contas de negociação) -> entre em contato comigo após a compra. Setfiles e mais   aqui Você é um dos traders que encontram sua paixão em scalping e desejam maximizar seu capital? Seja você com um saldo de $20, $200, $2000, $20000 ou até $200000 em sua conta, temos a solução perfeita para você! Apresentamos o Scalper Deriv , o Expert Advisor (EA) projetado para aprimorar sua estratégia de trading e ap
Perceptrader AI MT5
Valeriia Mishchenko
4.67 (6)
EA has a live track record with 48 month of stable trading with low drawdown: Live performance MT4 version can be found here Perceptrader AI is a cutting-edge grid trading system that leverages the power of Artificial Intelligence, utilizing Deep Learning algorithms and Artificial Neural Networks (ANN) to analyze large amounts of market data at high speed and detect high-potential trading opportunities to exploit. Supported currency pairs: NZDUSD, USDCAD, AUDNZD, AUDCAD, NZDCAD, GBPCHF Timefra
SST Kill Shot
Stock Sniper Trading Corp.
4.48 (21)
Stock Sniper Trading proudly presents SST Kill Shot, our kill zone intra-day strategy, where we target the fair value gaps/imbalances that form during the most volatile hour(s) of a trading session. High volatility as a result of above normal volume transactions and market orders that take place during these trading sessions will create gaps in the market (which tend to act like a magnet for price to pull back into and grab the remaining liquidity), thereby providing us with a high probability b
Mais do autor
The Nadaraya Watson Envelop indicator for MT5 is a popular tool used by traders to identify trends and potential buy/sell signals. The indicator is based on a non-parametric regression model that uses kernel smoothing to estimate the underlying trend of the market. The resulting envelopes are then plotted around the trend line, providing traders with an indication of where prices are likely to fluctuate. One of the key features of this indicator is its ability to send alerts, emails, and notific
MT4 Local Trade Copier Pro
Biswarup Banerjee
3.77 (13)
About The Product This is an mt4 expert advisor which will let the end user to copy trades from a source mt4 account to N different mt4/mt5 account in the same pc. It is specially useful when you want to copy your trades from an account to several client account or accounts which will have different parameter for those trades. This product provides options to copy trades with different options as well as copy them in reverse. you can find the MT5 version   here . You can try the free trial demo
Product Name: Moving Average Crossover EA MT5 Description: Welcome to the pinnacle of automated trading with the Moving Average Crossover EA for MetaTrader 5. This expert advisor is meticulously designed to harness the power of moving averages, offering traders a versatile solution for capturing trend reversals and potential entry points. With an array of customizable settings and robust features, this EA is set to redefine your trading strategies and amplify your trading experience. Mt4 version
The Nadaraya Watson Envelope is a technical indicator available in the MetaTrader 4 (MT4) platform. It uses a non-parametric method to estimate the underlying trend of a financial asset based on its past price movements. The envelope is created by calculating a weighted average of the asset's past prices, with more recent prices being given greater weight. This produces a smooth curve that represents the estimated trend of the asset. The envelope is then drawn around this curve, with upper and l
Product Name: Grid Trade Manager MT5 Description: The Grid Trade Manager EA for MetaTrader 5 is meticulously crafted to oversee trades employing a grid trading strategy. It strategically places a sequence of pending buy and sell orders at predefined intervals, forming a grid pattern. This EA vigilantly monitors market fluctuations, dynamically adjusting the grid to optimize potential profits. Additionally, it incorporates robust risk management features to control grid size and curtail potential
FREE
Product Name: Trailing Stop and Breakeven Management EA Description: This EA (Expert Advisor) is designed to set trailing stops and breakeven levels for trades based on input parameters and a magic number in MT5. It can be used to manage trades placed manually or by any other EA. The EA allows customization of various settings to suit your trading strategy. General Settings: Enable Magic Number (ENABLE_MAGIC_NUMBER): Enable to use a magic number for trades. Set to false for manual trades. Magic
FREE
Product Name: Hedge Trade Manager MT5 Description: The "Hedge Trade Manager" EA for MetaTrader 5 is a sophisticated solution designed to adeptly manage trades through a hedge trading strategy. With a range of configurable settings, this EA provides comprehensive control over hedge trades. The documentation below outlines the various inputs and parameters to assist you in customizing the EA to suit your trading preferences. Overall Settings/Input Guide Name Setting Description General Settings Ma
FREE
GG TrendBar
Biswarup Banerjee
GG TrendBar Indicator - Your Multitimeframe ADX Trading Solution Experience the power of multi-timeframe trading with the "GG TrendBar MT5 Indicator." This versatile tool, built upon the ADX indicator, offers precise insights by considering multiple timeframes, ensuring you make well-informed trading decisions. Basic Details : Indicator Type : GG TrendBar Indicator (Multi-Timeframe ADX) Key Metrics : Real-time ADX analysis across multiple timeframes. Customization : Enable or disable specific ti
Brilliant Reversal Indicator for MetaTrader 5 - Your Ultimate Alert-Driven Trading Solution Unlock unparalleled trading success with the "Brilliant Reversal Indicator" tailored for MetaTrader 5. This powerful tool has been meticulously designed to empower traders by identifying critical reversal opportunities with lightning-fast alerts. Key Features: Precise Reversal Detection: The Brilliant Reversal Indicator for MT5 specializes in pinpointing potential trend reversals, providing you with a str
Telegram Signal Sender
Biswarup Banerjee
5 (1)
Whether you're a seasoned forex trader or just starting, Telegram Signal Sender is a must-have tool for anyone looking to start their telegram channel as a forex signal provider. With its user-friendly interface and advanced features, you can easily set up your signals and watch as your followers start to grow. So, what are you waiting for?  Features:  Highly customizable panel for calculating stop loss and take profit values  User-friendly interface for easy setup of forex signals Ability to se
Account Trailing Stop Manager MT5 Description: The "Account Trailing Stop Manager MT5" EA is designed to automatically calculate and remember the profit of the entire account or specific magic number, and trail it like a trailing stop loss. When the current profit becomes lower than the last saved profit, it will close all trades. This EA provides a convenient way to manage trailing stops for your account. For detailed documentation  Overall Settings/Input Guide   High Level Overview of Featu
FREE
The MT4 indicator that we are describing is designed to provide traders with an alert, notification, and email when Fibonacci levels are crossed. The Fibonacci levels are calculated based on the zigzag indicator, which helps to identify potential trend reversals in the market. When the indicator detects that a price has crossed a Fibonacci level, it will trigger an alert and send a notification to the trader's MT4 mobile app. Additionally, the indicator can be configured to send an email to the
FREE
Close Manager EA for MetaTrader 5 Introduction: Welcome to the Close Manager EA, an essential tool designed exclusively for MetaTrader 5. This expert advisor has been meticulously crafted to streamline and enhance the trade closure process. Whether trades are initiated manually or by other EAs, this tool offers a diverse range of customizable criteria, empowering traders with enhanced control over their trade exits. You can find the MT4 version here Key Features: Logs Capture (SHOW_LOGS): Enable
FREE
RSI Trader Expert Advisor for MetaTrader 5 Introduction: Welcome to the RSI Trader EA, an advanced tool designed exclusively for MetaTrader 5. This expert advisor streamlines trading activities by harnessing the power of the Relative Strength Index (RSI) indicator, automating trade entries and exits based on overbought and oversold conditions. The EA also facilitates reverse trading setups within these zones, offering a versatile approach to managing trades. You can find MT4 version here For det
About The Product This is an MT5 expert advisor which will let the end user to copy trades from a source mt5 account to N different mt5/mt4 account in the same pc. It is specially useful when you want to copy your trades from an account to several client account or accounts which will have different parameter for those trades. This product provides options to copy trades with different options as well as copy them in reverse. You can try the free trial demo on the link below. Complete User Gu
Inventory Retracement Trade it is designed based on one of the most popular tradingview indicator.  This is mostly combined with other popurlar trend indicator to confirm the strength of the movement. Definition Inventory Retracement Trade is quickly becoming one of the most popular ways to identify where short-term counter trend institutional inventory has subsided and when it’s time to re-enter into a trade’s original trend direction.
Super Trend Indicator for MetaTrader 5 - Elevate Your Trading Precision Experience the future of trading with the "Super Trend Indicator" designed for MetaTrader 5. This versatile tool is your key to precise market analysis, providing insights into potential trend directions that enhance your trading decisions. Basic Details : Indicator Type : Super Trend Indicator for MetaTrader 5 Key Metrics : Real-time analysis of market trends using a proprietary algorithm. Customization : Fully customizable
Introducing the Ultimate Trade Panel MT5 - Your All-in-One Trade Manager for MQL5 Trading Are you a trader looking to streamline your trading activities and gain a competitive edge in the market? Look no further! The Ultimate Trade Panel MT5 is here to revolutionize your trading experience on the MQL5 platform. With a plethora of unique and time-saving features, this expert advisor is designed to be your reliable companion for day-to-day trading activities. Key Features: Indicator Manager: Say g
Volume Oscilator is a popular indicator available in trading view which is very popular among traders Definition The Volume Oscillator is an indicator made up of two Moving Averages (MA) surrounding volume, one being fast and the other slow. The slow volume MA value is then subtracted from the value of the fastlow Moving Average. The Volume Oscillator measures volume by analyzing the relationship between the two Moving Averages mentioned. When combined with other indicators it provides a very st
FREE
Angle Of Price
Biswarup Banerjee
1 (1)
Angle of Price It is a trend following indicator. The idea behind this indicator is very simple. it calculates the angle of certain price type with its N candle back price type. When the price is moving toward upward direction positive angle histograms will be created and vice versa for downward direction. There are couple of price type supported in this indicator. Which is as follows Close Open High Low Median Typical Weighted When combined with other indicators it could be used as a very power
FREE
Risk Management Panel is unique to tool calculate your risk quickly and place trades based on your account money. There are two options for the user  Account Equity Account Balance Tools like these is specially useful when you have to take a quickly decision about your trade but dont have the time to calculate the risk. It works with magic number. So the advantage is a trade placed by this panel could be manipulated by the other expert advisors as well
FREE
Angle of Moving Averages This indicator is very simple yet powerful concept which constantly calculate the slope of the current bar moving average with respect to the N bar before moving average value. This no only give a good entry and exit signal but also it shows traders the strength of the signal. It shows positive green histogram when market is moving toward upward direction and red histograms for downtrend. When large histograms found means market has  very strong trend. Inputs Available
Description This Expert Advisor mainly works on range breakout on a particular timeframe. The logic behind the this pretty simple. When a range is formed in any time frame (e.g. the range should be less than 20 pips and there must be atleast 30 candle in that range), this ea will wait for the range to be broken out on any direction. If the range is broken on the upper side it will enter into the buy position and hedge the lower ragne with sell position(Could be martingale multiplied lots). If
Balanced Martingale
Biswarup Banerjee
This is very simple strategy based on martingale and reverse martingale strategy. When Ea keeps on winning it multiplies with winning multiplier ,when it has a loosing streak it multiplies with loosing multiplier. Whenever cycle goes from winning to loosing or vice versa the lot size will be reset to default one. This will keep the risk minimized as we are using it for both side. Also when we are in loosing streak we keep on changing the order type from its previous example for example if we hav
Confluence Indicator is unique indicator which collects differnt popular indicators and analyzes their data. It decides an overall trend with its strength. It is not only helpful for identifying the the current picture of the market but also helps traders to stay away from non trending market. It maximize the chance of winning by giving an aggregate picuture of markets best reliable technical indicator settings There are total 7 types of signal which this indicator provides. Each candle will sho
Simple trade manager panel is a very usefull utility which gives the trader a flexibility to place orders and close them by profit and loss amount . It also helps in trailing the profit with amount.  It works seamlessly on mt4 terminal. It has features to close specific order type or close all trades Features in nutshell Stoploss ,Takeprofit and Lot size control Book Profit based on amount Cut Loss based on amount Trail Profit after some time Close specific order Type Close all orders
Hercules is a trend indicator which is a very powerfull tool to enter into the position at right time. it also indicates the the rangebound areas very easyly. Its visual representation is same like supertrend . But it is more advanced then super trend . If you combine the entry signal of multiple time frame it would give 98% accuracy in most of the symbols. Additional Features Notification  Alerts Email Arrow for buy and sell signals Easyly accesible buffers for EA development
This is  a combination of utility and trend scalping EA. User can utilize features of many ea within this single ea. you can say it can be configured in such a way that it will act as a different ea based on each setup. There could many permutations combinations of the available indicaotrs , based on which buy and sell signals could be generated. If anyone wants to use it just for alert then also it can be done. It supports all currency pairs and all time frames. List of Indicators Avaialble Rsi
Rich Dad Scalper EA
Biswarup Banerjee
Description Rich dad is scalping bot which works based on multiple trend following indicators settings which is used by many professional traders. It works on the principle of trade accumulation and profit banking system.Once Ea gets the singal for buy and sells it keep on accumulating them bases on some risk calculation. Once the stoploss or profit hits based on risk calculation it will bank profit or cut the losses. It uses the the martingale principle but it is upto the trade if he want to us
Double top and bottom indicator is a pattern scanning indicator which scans the tops and bottoms using zig zag pattern. When it find price bouncing back from the same point twice after a long trend then it generate arrow signals whenever the last resistance points is broken for double bottom and last support price broken for double top. Unlike other top bottom scanner it does not give only 1 signal. it alerts user when ever the last support /resistance is broker from double top/bottom pattern un
Filtro:
Sem comentários
Responder ao comentário
Versão 4.0 2024.05.12
posititon size extra feature added
Versão 3.0 2024.05.11
position sizing is corrected
Versão 2.0 2024.02.17
lots of performance improvments