• 미리보기
  • 리뷰
  • 코멘트
  • 새 소식

CCI OverBought OverSold EA MT4

CCI OverBought OverSold EA MT4

Introduction:

The CCI OverBought OverSold EA is a comprehensive tool designed to automate trading activities based on the Commodity Channel Index (CCI) indicator's overbought and oversold conditions. This EA facilitates both buy and sell trades when the CCI enters or exits these predefined zones. Moreover, it offers the flexibility of reversing trade setups within these regions.

You can find the MT5 version here

For detailed documentation Overall Settings/Input Guide 

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.
Hedge Settings Indicates the start of the hedge settings section.
Enable Hedge Enables or disables the hedge; currently set to true.

Hedge Distance Specifies the hedge distance as 10.
Hedge Lot Increase Mode Determines how the lot size is increased in the hedge; currently set to MULTIPLY (1).

Hedge Increase Factor Sets the increase factor for the hedge as 2.

Max Hedge Step Sets the maximum hedge step as 9999.

Hedge Execution Mode Specifies the execution mode for the hedge; currently set to PENDING (2).

Hedge SL/TP Mode Specifies the stop loss and take profit mode for the hedge; currently set to FIXED_AMOUNT (1).
Hedge Fixed Stop Loss Sets the fixed stop loss for the hedge; currently set to 0 (disabled).

Hedge Fixed Take Profit Sets the fixed take profit for the hedge as 2.

Hedge Equity % Stop Loss Sets the equity percentage stop loss for the hedge as 10.

Hedge Equity % Take Profit Sets the equity percentage take profit for the hedge as 2.
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 deploying in live markets, thorough testing in a demo account is strongly advised. This ensures a comprehensive evaluation of the EA's performance, its alignment with your trading strategy, and an assessment of risk tolerance levels.


추천 제품
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
BBMAV Crossover Robot
Thushara Dissanayake
BBMAV Crossover Robot은   Bollinger Band 및 이동 평균 교차 전략을   자동화하도록 설계된 강력한 도구입니다. 여러 지표를 결합하여 신뢰할 수 있는 거래 신호를 생성합니다. 로봇은 이러한 지표의 교차점을 활용하여 시장에서 잠재적인 진입 및 퇴장 지점을 식별합니다. 트레이더는 지표 설정을 사용자 지정하고 기본 설정에 따라 특정 기능을 활성화 또는 비활성화할 수 있습니다. 로봇의 주요 신호인 BBMA 크로스오버는 Volume, Awesome Oscillator, RSI 및 이동 평균 크로스오버와 같은 추가 지표를 사용하여 추가로 필터링할 수 있습니다. 이를 통해 거래자는 전략을 수정하고 거래의 정확성을 높일 수 있습니다. 이익을 보호하고 이익을 극대화하기 위해 BBMAV Crossover Robot은 현대식 후행 시스템을 사용합니다. 이 고급 기능은 거래가 진행됨에 따라 손절매 수준을 자동으로 조정하여 이익을 고정하고 잠재적 손실을 최소화합니다. 또한 로봇
Bollinger Bands Reversal EA Introduction: The Bollinger Bands Reversal EA is an automated tool designed to capitalize on trading opportunities based on Bollinger Bands' reversal conditions. This EA triggers buy or sell trades upon identifying a bullish reversal near the lower band or a bearish reversal near the upper band. A bullish reversal occurs when the previous candle closes below the lower band, and the current candle closes above the lower band, transitioning from a red to a green candle.
BuckWise
Joel Protusada
BuckWise   is a fully automated scalping Expert Advisor that can be run successfully using EURUSD currency pair at H1 timeframe. Very Important This Expert Advisor can not run with any EAs in the same account. As part of the money management plan, it calculates and monitors the Margin Level % and assumes that all open trades are created by it. If you want an Expert Advisor that trades in a daily basis, this EA is not for you because using this requires a patience to wait for a few days or weeks
PipFinite EA Breakout EDGE
Karlo Wilson Vendiola
5 (4)
The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible
This automated trading robot uses the capabilities of the macd indicator to create a grid strategy. The algorithm creates a grid strategy at overbought and oversold levels and in times of high volatility. This makes it susceptible to all price fluctuations. The Close Money input is the total amount of earnings in the cycle. We define it as the total take profit amount in the cycle. It has the ability to open more cycles in short periods. However, you can use the robot in medium-term trading. Rea
RebelFox Pro
Raphael Schwietering
RebelFox Pro is a fully automated EA designed to trade XAUUSD in H1 only. It is based on machine learning cluster analysis and genetic algorithms. EA contains self-adaptive market algorithm, which uses price action patterns and standard trading indicators.  Entry and exit logic operates on Bar Close only. This filters market noise, dramatically speeds up optimizations, avoids stop loss hunting, and ensures proper operation at any broker with a reasonable spread. The EA uses an advanced algorithm
This is a grid Expert Advisor. It has several trading strategies based on the Bollinger Bands and RSI indicators. The virtual trailing stop, stop loss, take profit levels can be set 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 orders grid is adaptive, only market orders are used in it. If the price moves
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
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 tim
Moving Average Grid
NGUYEN NGHIEM DUY
Moving Average Grid EA 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 order
торговая система с риском 1% чем больше денег на счете тем больше лот но риск 1% Начальный депозит 50.00 Спред 10 Чистая прибыль 6.71 Общая прибыль 51.97 Общий убыток -45.26 Прибыльность 1.15 Матожидание выигрыша 0.02 Абсолютная просадка 26.79 Максимальная просадка 29.21 (55.47%) Относительная просадка 55.47% (29.21) Всего сделок 427 Короткие позиции (% выигравших) 219 (72.60%) Длинные позиции (% выигравших) 208 (72.12%) Прибыльные сделки (% от всех) 309 (72.37%) Убыточные сделки (%
Algorithmic trading is a scalping bot for trading major currency pairs. Recommended timeframes for trading M1, M5, M15, M30, H1. The robot automatically analyzes the market with each arrival of a new tick and determines the places of sharp price changes. When a sharp large jump in price appears on the chart, the robot opens a trade. If the price rises sharply, the robot opens a buy trade. If the price drops sharply, the robot opens a sell trade. Due to the fact that the robot analyzes the marke
Dr Trade Pro MT4
Julia Lopez
5 (3)
Dr Trade Pro을 소개합니다. 지능적이고 일관된 거래를 위해 정교하게 디자인된 EA입니다. 저희 전문가 어드바이저는 정확성에 의존하여 트렌드 인식 및 정확한 시장 분석을 활용하여 거래를 원활하게 실행합니다. Dr Trade Pro은 각 거래에 대한 전략적인 백업 계획을 갖추어 수익성을 강조하면서 잠재적인 손실을 최소화합니다. Dr Trade Pro을 돋보이게 만드는 특징 중 하나는 다양한 시장 조건에 대응 가능하다는 점입니다. 이는 뉴스 및 시장 변동성에 대한 저항성이 뛰어난 신뢰할 수 있는 EA에 필수적인 특성입니다. 이러한 적응성 덕분에 봇은 시장 변화를 원활하게 감지하고 알고리즘을 업데이트하여 크거나 더 변동성이 있는 시장에서도 안정성과 최적의 성능을 유지합니다. Dr Trade Pro이 거래에서 평균 전략을 채용하고 있다는 점을 주목해주시기 바랍니다. 이 EA 스타일에 익숙하지 않은 경우 구매를 고려하기 전에 기능을 면밀히 검토하는 것이 좋습니다. Dr Trade P
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):
Flex Grid EA
Robots4Forex Ltd
5 (1)
The Flex Grid EA is a fully automated Expert Advisor that trades based on RSI. The EA trades using market orders with inivisible take profit and uses averaging to safely turn otherwise negative trades positive. This EA works best on EURUSD, USDJPY, EURUSD, USDCAD & GBPUSD using the M5 timeframe. A VPS is advisable when trading this system. Check the comments for back test results and optimized settings. Please note: I have made the decision to give this EA away and many more for free with limite
FREE
Night Rocker EA
Sergey Sobakin
3 (2)
Night Rocker 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 USDJPY, GBPUSD, EURCHF, GBPCAD pairs. Period M15.   The internal control system for workin
EA Budak Ubat
Syarief Azman Bin Rosli
5 (2)
Download Trial EA Budak Ubat Channel Limited Time Price! The price will increase by 10 USD after every 10 purchases! How it works When the EA is active, it will analyze the chart based on the Execution Mode parameter. If there are no existing positions on the chart, the EA will enter a trade based on the parameter. If the trend is bullish, it will enter a buy trade and if it is bearish it will enter a sell trade. And it will also set a Stop loss order at a certain distance from the opened tra
The robot uses the trading strategy of breaking the lines of the Bollinger Bands indicator. The essence of this strategy lies in the constant analysis of the indicator lines and the search for the most effective breakout points for its lines. When the price breaks through the indicator line in one of the directions, the robot opens a trade in that direction and starts to follow it. But the robot does not open trades every time the indicator lines are broken, but only in those places where it co
ShinZuka
Muhammad Asyraf Bin Mohamad
Using MACD value for direction. Using RSI as reversal indicator. Using open trading hour. (Recommend Hour 10,11,15 & 19 : MT4-Time) Counter trade if signal failed. Cutloss trade if signal failed. Auto lot calculate based on target profit & takeprofit. Able to set counter trade value. Suitable for commodities & currency.  Timeframe H1. Able to set limit lot open. Able to select day to trade.
Gold Digger vMT4
Dragan Drenjanin
The   Gold Digger   is designed for trading on the   XAUSUD   or   GOLD   symbol. The current recommendation is to use the robot on the   H41 timeframe.   The robot is crafted in a minimalist style, yet it possesses all the features of a fully rounded system. Therefore, the robot has an option that allows it to work with all types of orders, reverse positions, and an advanced money management system. All exit rules are calculated based on independent ATR indicators. If the robot is used on vario
Wait & See Wait & See is a fully automated Expert Advisor. No manual trading is suggested. All screenshots belong to backtests with EURUSD H1 timeframe. WARNING: Wait & See  uses 1,2,3,4 and 5 as magic numbers. If you are using other Expert Advisors to send orders at the same time with  Wait & See , do not use these preserved magic numbers for other orders. Wait & See  is based on three main steps: Open a new order, martingale if needed and take profit. Open new order:  Wait & See uses the
Day trading short term   The core principle of the strategy is to capture trading opportunities that can be separated from the entry cost immediately after entering the market. If you cannot make profits immediately after entering the market, prepare to leave quickly to capture trading opportunities that can be separated from the entry cost immediately after entering the market. Look for intraday single market and wide range volatile market operations (20% single market, 80% volatile market). Un
GridMasterFx
Sergey Kruglov
GridMasterFx is an innovative tool for automated forex trading, which is based on a combination of a grid strategy and a unique trend calculation algorithm using the Moving Average indicator. This strategy allows the Expert Advisor to open and close positions on time, use the analysis of the current trend and instantly respond to market changes. GridMasterFx Expert Advisor is an excellent choice for successful automation of your forex trading process. It easily adapts to various market condit
Universal MT4 MA
Vladimir Gribachev
이동 평균 표시기의 거래 로봇 전문가 혜택: 스캘핑, 마틴게일, 그리드 트레이딩. 하나의 주문 또는 주문 그리드로만 거래를 설정할 수 있습니다. 동적, 고정 또는 승수 단계 및 거래 로트가 있는 고도로 사용자 정의 가능한 주문 그리드를 통해 Expert Advisor를 거의 모든 거래 수단에 적용할 수 있습니다. 드로다운 복구 시스템, 손실 주문 및 잔액 보호 중복 그리드 거래가 반등하지 않는 가격 변동에 취약하다는 것은 비밀이 아니지만 주문 복구 시스템 덕분에 고문은 대부분의 하락에서 벗어날 수 있습니다. 드로우다운 탈출은 수익성이 없는 가장 먼 주문과 시장에 가장 가까운 주문을 이익이 있는 주문과 겹치는 방식으로 수행됩니다. 거래 로봇은 수동 거래 또는 다른 전문가가 개설한 거래의 경우 계정에서 손실된 위치를 복구하는 데 사용할 수 있습니다. 매직 넘버로 모든 주문을 픽업하고 처리할 수 있습니다. 필터를 여는 거래. 모든 거래 전략에는
Gold Crasher
Hong Ling Mu
EA will entry when the price breaks average candle stick price. EA will make Grid order with Hedge logic. When grid order is placed , EA check the trend and if trend is BUY, then place buy order. If trend is sell, then place sell order. This is to reduce a big draw down. Slippage(pips) Max position Baselot size take profit stoploss Risk (MM) Grid order settings. Moving average period and Time frame N of bars for average line calculation X
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
Night Rocker GBPUSD 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 GBPUSD. Period M15. Also there are separate versions of the adviser for other curre
MyGainer EA
Sergey Belov
5 (1)
Fully automated expert advisor. It was developed for quick overclocking of the deposit. It has a minimum of settings, which makes it easier to set up and speed up the optimization of the EA if necessary. The same settings are used for long and short positions. Thus, the Expert Advisor works equally in both directions. All orders are opens with the TakeProfit parameter. And this guarantees the closing of trade regardless of the quality of the Internet. My recommendations: Using a leverag
IMA Recover Loss
Paranchai Tensit
IMA Recover Loss is the expert advisor based on moving average and some technical indicators. This concept uses statistical tools that help in price analysis. By creating a trend line to find trading signals. This expert advisor has developed and improved the moving average to work well with current data and reduce delays. Long and Short Trade Signals: The method for using the Multiple Moving Average indicator is to trade a basic moving average crossover system using all of the MAs. This system
이 제품의 구매자들이 또한 구매함
The Gold Reaper MT4
Profalgo Limited
4.85 (27)
소품 회사 준비 완료!   (   세트파일 다운로드   ) 출시 프로모션: 현재 가격으로 몇 장 남지 않았습니다! 최종 가격: 990$ 1EA를 무료로 받으세요(2개의 거래 계정에 대해) -> 구매 후 저에게 연락하세요 Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal 골드 리퍼에 오신 것을 환영합니다! 매우 성공적인 Goldtrade Pro를 기반으로 구축된 이 EA는 동시에 여러 기간에 걸쳐 실행되도록 설계되었으며 거래 빈도를 매우 보수적인 것부터 극단적인 변동까지 설정할 수 있는 옵션이 있습니다. EA는 여러 확인 알고리즘을 사용하여 최적의 진입 가격을 찾고 내부적으로 여러 전략을 실행하여 거래 위험을 분산시킵니다. 모든 거래에는 손절매와 이익 실현이 있지만, 위험을 최소화하고 각 거래의 잠재력을 극대화하기 위해 후행 손절매와 후행 이익 이익도 사용합니다. 이 시스템은 매우
Gold Trade Pro
Profalgo Limited
4.59 (22)
프로모션 시작! 449$에 얼마 남지 않았습니다! 다음 가격: 599$ 최종 가격: 999$ 1EA를 무료로 받으세요(2개의 거래 계정에 대해) -> 구매 후 저에게 연락하세요 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는 금 거래 EA의 클럽에 합류하지만 한 가지 큰 차이점이 있습니다. 이것은 진정한 거래 전략입니다. "실제 거래 전략"이란 무엇을 의미합니까?   아시다시피 시장에 있는 거의 모든 Gold EA는 단순한 그리드/마팅게일 시스템으로 시장이 초기 위치와 반대 방향으로 갈 때 거래를 추가합니다.  그들은 종종 "신경망/AI/머신 러닝"으로 위장하지만 외환 및 EA에 약간의 경험이 있는 경우 매
Quantum Emperor MT4
Bogdan Ion Puscasu
4.93 (124)
소개       Quantum Emperor EA는   유명한 GBPUSD 쌍을 거래하는 방식을 변화시키는 획기적인 MQL5 전문 고문입니다! 13년 이상의 거래 경험을 가진 숙련된 트레이더 팀이 개발했습니다. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Emperor EA를 구매하면 Quantum StarMan, Quantum Trade EA 또는 Quantum Gold Emperor를 무료로 받을 수 있습니다!*** 자세한 내용은 비공개로 문의하세요. 새로운 라이브 신호 V4:   여기를 클릭하세요 MT5 버전 :   여기를 클릭하세요 Quantum EA 채널:       여기를 클릭하세요 *프로모션 가격: $1199. 10번 구매시마다 가격이 100달러씩 인상됩니
HFT Prop Firm EA
Dilwyn Tng
4.98 (627)
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 (8)
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
Strategy Introduction The EA will find the best entry and exit points based on the data trained by the neural network and the current market trend. It includes multiple loss exit strategies to ensure capital safety. Because the market is full of uncertainties, it is impossible to enter at the most ideal point every time. Our EA uses a unique batch entry method, adding up to 5 entry points. Even occasional misjudgments can quickly recover subsequently. Each order has a fixed stop loss (SL) and t
GoldPulse AI
Babak Alamdar
5 (8)
백테스트가 아닌 실제 거래 시스템을 구매하세요:   Live Signal 1     Live Signal 2 이 가격은 프로모션 기간 동안 일시적이며 곧 인상될 예정입니다 최종 가격: 5000 $ 현재 가격으로 몇장 남지 않았으며, 다음 가격은 -->> 745 $ Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! 이것은 XAUUSD, XAUEUR, XAUGBP, XAUAUD, XAUJPY, XAUCHF, XAUSGD 및 XAUCNH와 같은 전체 쌍으로 금 또는 XAU를 거래하는 최초의 가장 똑똑한 로봇입니다! 매일매일 뉴스를 확인하며 기술적, 근본적, 감성적 확인이 있는 기회라면 무엇이든 활용합니다! 돈은 참을성 없는 상인의 주머니에서 환자의 주머니로 나올 것입니다! 이 시장에서 당신은 똑똑한 사람들과 경쟁하게 될 것입니다! 그들은 당신의 돈을 얻으려고 하고, 당신도 그들의 돈을 얻으려고 합니다! 가장 정확하고 적극적인 시장분
Bitcoin Robot MT4
Marzena Maria Szmit
5 (5)
The Bitcoin Robot  MT4 is engineered to execute Bitcoin trades with unparalleled   efficiency and precision . Developed by a team of experienced traders and developers, our   Bitcoin Robot   employs a sophisticated algorithmic approach (price action, trend as well as two personalized indicators) to analyze market and execute trades swiftly with   M5 timeframe , ensuring that you never miss out on lucrative opportunities.   No grid, no martingale, no hedging,   EA only open one position at the sa
Gold Garden MT4
Chen Jia Qi
4.2 (5)
Deep learning is reshaping gold trading, with intelligent assistants tending to trading gardens like skilled gardeners. The "Gold Garden" EA employs deep learning intelligent technology and 20 years of data training to significantly enhance strategy performance. With it, trading becomes more effortless and intelligent. Let's join hands to usher in the intelligent era and transform trading into a blissful garden. This will be your exclusive Gold Garden Steward. The MT5 version: Gold Garden MT5
Quantum Trade EA
Bogdan Ion Puscasu
4.7 (79)
소개       Quantum Trade EA   , 권위 있는 GBPUSD 쌍을 거래하는 방식을 변화시키는 획기적인 MQL5 전문가 고문! 13년 이상의 거래 경험을 가진 숙련된 트레이더 팀이 개발한 Quantum Trade       EA는 혁신적이고 역동적인 브레이크아웃 영역 전략을 통해 거래 여정을 새로운 차원으로 끌어올리도록 설계되었습니다. 중요한! 구매 후 개인 메시지를 보내 설치 매뉴얼과 설치 지침을 받으십시오. ***Quantum Trade EA를 구매하면 Quantum Gold Emperor EA를 무료로 받을 수 있습니다!*** 자세한 내용은 비공개로 문의하세요. 실시간 신호: 여기를 클릭하세요 MT5 버전:       여기를 클릭하세요 Quantum EA 채널:       여기를 클릭하세요 프로모션 가격   5 99.99   달러  ! 가격은 곧 699.99 USD로 인상되며 10회 구매 시마다 100 USD씩 인상됩니다! 양자      
TrendMaster FX MT4
Chen Jia Qi
5 (9)
Introducing our MT5 EA: Designed with advanced algorithms and utilizing deep learning technology, our Expert Advisor (EA) is crafted to assist you in the intricate world of forex trading. The system analyzes market behaviors and conducts transactions based on specific criteria, empowering you to engage with market trends more effectively. With the backing of nearly a decade of data, the EA employs deep learning to examine past market conditions, aiming to provide enhanced decision-making. Recom
HFT Prop EA
Manpreet Singh
4.95 (244)
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
Forex GOLD Investor
Lachezar Krastev
4.48 (29)
SHOCK DEAL --> JUST RELEASED UPDATE + DISCOUNT + BONUS EA 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 successful results. You don't need to do any optimizations if you use the default settings
Aura Black Edition
Stanislav Tomilov
4.76 (17)
Aura Black Edition is a fully automated EA designed to trade GOLD only. Expert showed stable results on XAUUSD in 2011-2020 period. No dangerous methods of money management used, no martingale, no grid or scalp. Suitable for any broker conditions. EA trained with a multilayer perceptron Neural Network (MLP) is a class of feedforward artificial neural network (ANN). The term MLP is used ambiguously, sometimes loosely to any feedforward ANN, sometimes strictly to refer to networks composed of mult
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
Odin AI
Nestor Alejandro Chiariello
5 (2)
안녕하세요 거래자 여러분, 저는 이전의 몇 가지 전략을 기반으로 한 도구인 그의 지혜와 지능에 대해 흠잡을 데 없는 실제 결과로 ODIN AI를 외환 시장에 적용하여 기계 학습의 인공 지능에 적용하도록 설계했습니다. , AI는 매개 변수를 읽은 다음 이를 내 전략에 참조한 다음 항목의 품질이 더 좋도록 학습하고 위치를 복구할 수 있는 노드도 있습니다. 또 다른 혁신적인 점은 다음과 같습니다. 모든 것이 가상 방식으로 캡슐화됩니다. 즉, 손실 정지 및 이익 실현 등의 서버로 전송되는 데이터가 없으며 매우 인도적인 방식이 될 것입니다. 이 스캘퍼는 위험을 제한하면서 전략적으로 진입할 수 있도록 미끄러짐 및 프리드 보호 기능을 갖추고 설계되었습니다. 완전히 지능적이고 자체 관리되는 메타 트레이더를 위해 독점적으로 설계되었습니다. 두 번째 중요한 점은 내가 extractFeatures 및 trainModel 함수를 디자인한다는 것입니다. 이는 양초를 디자인하고 Sli
Dragon Multi EA MT4
Mansour Babasafary
4.71 (17)
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
Boring Pips MT4
Thi Thu Ha Hoang
5 (12)
Have you ever wondered why most expert advisors are not effective in live trading, despite their perfect backtest performance? The most likely answer is Over-fitting . Many EAs are created to ‘learn’ and adapt perfectly to the available historical data, but they fail to predict the future due to a lack of generalizability in the constructed model. Some developers simply don't know about the existence of over-fitting, or they know but don't have a way to prevent it. Others exploit it as a tool to
Trade Fusion MT4
Tajammul Hussain
Live Signal available here:  https://www.mql5.com/en/signals/2223440     (high risk 7.5%) 소중한 트레이더 여러분께, 저희가 자랑스럽게 새로운 혁신적인 전문가 어드바이저 "트레이드 퓨전"을 소개하게 되어 기쁩니다 - 자동 거래 분야를 변화시키고자 하는 첨단 솔루션입니다. 트레이드 퓨전은 최첨단 기술과 가장 정교한 거래 전략을 결합하여 비교할 수 없는 거래 경험을 제공하기 위해 수개월간의 집중적인 연구, 개발 및 엄격한 테스트를 거쳐 탄생했습니다. 트레이드 퓨전의 특징 중 하나는 모든 28개의 통화 쌍을 동시에 분석하고 거래할 수 있는 능력과 동시에 매우 낮은 드로다운을 유지할 수 있는 것입니다. 이는 두 가지의 혁신적인 접근 방식을 통해 실현됩니다:       1. 지표 기반 접근 방식: 8가지 다른 지표를 결합하고 각각을 여러 상태로 분할 로ーソ캔들 데이터를 기반으로 10년치의 역사적 데이터를 스캔 90
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
Daytrade Pro Algo
Profalgo Limited
5 (6)
프로모션 시작: 현재 가격으로 제공되는 제한된 수의 사본 최종 가격: 990$ 신규: 1개를 무료로 받으세요!   (거래 계좌 2개용) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP:   Click here Set Files DayTrade Pro Algo에 오신 것을 환영합니다!   수년 동안 시장을 연구하고 다양한 전략을 프로그래밍한 후 좋은 거래 시스템에 필요한 모든 것을 갖춘 알고리즘을 찾았습니다. 브로커 독립적입니다. 독립적으로 확산됩니다. MT4, MT5, TDS2 및 여러 브로커에서 쉽게 실제 변수 확산 테스트를 사용하여 매우 안정적인 백 테스트를 보여줍니다. 수백 가지의 다양한 설정이 모두 테스트에서 수익성 있는 결과를 제공합니다(물론 저는 최고의 설정을 선택했습니다!). 매우 강력한 시스템 -> 설정은 상호
US30 Scalper EA MT4
Lo Thi Mai Loan
5 (4)
Launch promo! Only a few copies left at 399$! Next price: 499$ Final price: 999$ Live signal:  https://www.mql5.com/en/signals/2220893?source=Site+Profile+Seller MT5:   https://www.mql5.com/en/market/product/107337?source=Site+Profile+Seller For more top Expert Advisors and Indicators, visit:   https://www.mql5.com/en/users/lothimailoan/seller I am Los, please subscribe to receive more updates:   https://www.mql5.com/en/users/lothimailoan/news US30 Scalper EA는 거래 및 코딩 분야에서 높은 경험을 가진 팀에 의해 개발된
AW Recovery EA
AW Trading Software Limited
4.29 (69)
Expert Advisor는 수익성이 없는 포지션을 회수하도록 설계된 시스템입니다.   작성자의 알고리즘은 손실 위치를 잠그고 여러 부분으로 분할하고 각 부분을 별도로 닫습니다. 손쉬운 설정, 하락 시 지연된 시작, 다른 Expert Advisors 잠금, 비활성화, 추세 필터링을 통한 평균화 및 손실 위치의 부분 마감이 하나의 도구에 내장되어 있습니다. 전체 그룹에서만 주문을 마감하는 그리드 전략과 달리 더 낮은 예금 부하로 손실을 줄일 수 있는 부분에서 마감 손실을 사용하여 손실과 함께 더 안전한 작업을 보장합니다. 주문이 복원되는 방법: 1 EA는 선택한 상품의 다른 창을 닫아 수익성이 없는 EA를 끕니다(선택 사항). 2 EA는 처리된 모든 주문에 대해 TakeProfit 및 StopLoss 수준을 재설정하고 해당 식별자가 있는 보류 주문을 삭제합니다. 3 EA는 수익성이 없는 주문의 일부를 충당하고 총 포지션 볼륨을 줄이기 위해 이익을 사용하기 위해 처리된 모든 수익성 있
Quantum HFT Prop Firm
Ho Tuan Thang
4.91 (150)
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
Gold Trading Algo
Ho Tuan Thang
4.63 (8)
ONLY 3 COPIES OUT OF 10 LEFT AT $199! After that, the price will be raised to $299. - REAL SIGNAL: Default Setting:  https://www.mql5.com/en/signals/2217326 Limited price $199 is only for 10 first sales. After 10 sales, the price will be raised +$100. Final price for Gold Trading Algo is $1999. IMPORTANT! Contact me immediately after the purchase to get instructions and Manual Guide to set up EA. Forex EA Trading Channel:  Update the latest news from me Some Features: - No Martingale, N
Position Trader EA
LEE SAMSON
4.71 (7)
모든 거래 전략을 포지션 거래 전략으로 바꾸거나, 자신에게 불리하게 움직이는 포지션에 대한 자동 하락 제어 시스템을 포함하여 검증된 RSI 및 ADR 기반 포지션 거래 전략을 거래하세요. 이 EA는 수년 동안 Market Structure Trader 웹사이트에서 강의된 포지션 거래 전략에 사용되어 온 MRA EA를 발전시키고 단순화한 것입니다. 웹사이트, 무료 포지션 트레이딩 코스 및 기타 제품에 대한 링크는 내 프로필을 참조하세요. EA는 "탄성 밴드 이론"을 사용하여 시장 구조 움직임으로 자동으로 확장되며 RSI 지표 또는 거래하려는 외환 상품의 ADR(평균 일일 범위) 확장을 사용하여 은행 및 기관이 취한 되돌리기 움직임을 의미합니다. 포지션 트레이딩은 작은 위험과 다중 진입을 통해 시장에 진입하는 방법입니다. 즉, 초기 거래 진입의 정확성이 진입 후 EA에서 거래를 관리하는 방식보다 덜 중요하다는 의미입니다. 시장은 예측할 수 없으며 장기적으로 지속 가능한 모든 종류의
Oracle MT4
Stanislav Tomilov
4.29 (7)
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
AI NeuroX EA MT4
Denis Kurnev
5 (2)
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
Smart Funded Hft
Barbaros Bulent Kortarla
5 (49)
스마트 펀드 HFT EA로 거래 잠재력을 해제하세요! VPS 없음 / 설정 파일 없음 / 플러그 앤 플레이 즐기기 / 아래 쉬운 설정 비디오 확인 한정된 시간 동안 프로모션 가격 제 거래의 비밀을 공유하게 되어 매우 기쁩니다 – 스마트 펀드 EA. 수백 가지 도전을 완벽한 성공률로 정복했으며, 이제 여러분의 거래 게임을 한 단계 업그레이드할 차례입니다! 이 EA는 HFT 사용을 허용하는 프롭 회사의 HFT 도전을 통과하기 위해 설계되었습니다. HFT 사용이 허용되지 않는 도전/펀드 계정/실제 계정에서는 사용하지 마세요. 스마트 펀드 HFT EA가 돋보이는 이유: 도전 마스터리: 거의 모든 HFT 도전에서 수백 번의 도전을 성공적으로 완료하여 100%의 성공률을 확보했습니다. 단순한 도구가 아니라 검증된 파워하우스입니다. 최고의 간편함: 복잡한 설정이나 VPS 설정에 빠져들 필요 없습니다. 로드하고, 로트 크기를 조정한 다음 실행 버튼을 누르기만 하면 됩니다 - 최고의 간편함입니다.
Index Scalping Pro
Julia Lopez
4.67 (6)
Index Scalping Pro 은 지수 거래 전문가 어드바이저 (EA)입니다. 다른 것들과 어떻게 다른가요? 이 EA는 3가지 실제 거래 전략 을 활용합니다. 다른 많은 EA들이 화려하지만 위험한 그리드 시스템과 자체 마틴게일 시스템(“신경망/인공 지능/기계 학습”으로 위장되어 종종 높은 매출을 달성하기 위해 테스트에서 조작됨)으로 시스템을 가득 채우는 것과는 달리, Index Scalping Pro은 간단한 접근 방식을 채택합니다. 이 EA는 매일의 지원 및 저항 수준을 기반으로 한 매우 효과적인 전략을 사용합니다. 이 전략은 일일, 4시간 및 1시간 차트에서 지원 및 저항 수준을 조사하고 해당 전략에 따라 거래를 실행합니다. 나는 개인적으로 약 1년 동안 사용한 후에 이 EA를 업그레이드하고 나서 공개했습니다. 우리는 지수의 변동과 슬리피지를 이해하고 상승과 하락에 대응하기 위해 전략을 정확하게 설계했습니다. 269달러 에 남은 복사본 5개 -> 다음 가격: 489달러
제작자의 제품 더 보기
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
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
Nadaraya Watson Envelop Alert
Biswarup Banerjee
5 (2)
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
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: 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
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
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 Reversals Alert MT5
Biswarup Banerjee
5 (1)
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
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
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
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.
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
Super Trend Alert
Biswarup Banerjee
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
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
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 Averages
Biswarup Banerjee
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
Biswarup Banerjee
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
Fill The Gap Grid
Biswarup Banerjee
This is a pure grid strategy which completely works on pricelevel. So the idea behind this simple algo is when it starts it places 6 orders.  Buy- Current price Sell- Current price BuyStop-  Current price+ Some Pip Configurable distance Sell Limit -   Current price+ Some Pip Configurable distance BuyLimit-    Current price- Some Pip Configurable distance SellStop -     Current price- Some Pip Configurable distance When any order hits its take profit it fill the gap with pending order. and Wh
필터:
리뷰 없음
리뷰 답변
버전 2.0 2024.02.05
performance improvment