• 概述
  • 评论
  • 评论

MACD Trading Ea Mt4

MACD Crossover Trading EA

Introduction:

The MACD Lines Crossover EA is an automated trading tool specifically designed to identify and capitalize on trading opportunities based on the Moving Average Convergence Divergence (MACD) indicator's line crossovers. This EA initiates buy or sell trades when the MACD main line crosses above the signal line below the zero line or when the main line crosses below the signal line above the zero line, depending on user-defined settings.

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.
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:

    Before deploying in live markets, thoroughly test these EAs in a demo account. This ensures a comprehensive evaluation of their performance, alignment with your trading strategy, and assessment of risk tolerance levels.


    推荐产品
    Genx AI Fusion
    Jyotirmoy Sarkar
    基于 GPT 3 的 Genx AI Fusion EA。如果您希望投资稳定增长或通过自营公司,那么此 EA 是您的完美伴侣。 EA 主要针对 EURUSD 开发。 建议余额为 10,000 美元,最低余额为 5000 美元,才能获得稳定的回报。 我们避免虚假承诺。您将在下面看到您可以预期的回撤幅度。 您可以使用 EURUSD 的默认设置传递 8 个月以下的任何道具公司(默认设置仅适用于传递 10k 道具公司,如果您需要传递任何账户大小而不是 10k,请从我们的电报 DM 获取 setfile) 如果您在真实美元账户上使用标准 setfile,则 2023 年至 2024 年间将增长 46%,回撤 25% 如果您使用 Turbo Setfile,则 2023 年至 2024 年期间增益 110%,回撤 60%。(查看屏幕截图) 如果您需要真实美元账户的 Turbo/Standard setfile,请通过 telegram 私信我 仅使用 h4 TF 如有任何安装问题或任何问题,我们随时为您提供帮助。 我们的电报频道在这里链接 在这里私信我们链接 24/7 我们将有空
    MACD Trend EA
    Lachezar Krastev
    4.5 (2)
    MACD Trend EA is based on the popular forex indicator MACD (Moving Average Convergence Divergence). It is fully automated trading expert advisor and completely FREE!  As the name suggests, this expert advisor uses a trend-following strategy and uses the MACD indicator to detect the beginning of uptrends and downtrends. MACD Trend EA Top Features - Trend Following Strategy - Money Management - Advanced Exit System + TP and SL  - Trailing Stop System - Broker protection System - Custom Magic
    FREE
    Cristoforo Gold Rush EA
    Filippo Morleo
    5 (5)
    Cristoforo Gold Rush: Your Ultimate Trading Ally Welcome, Traders and Investors! Join the Conversation:   Telegram Channel for Cristoforo Gold Rush Step into the world of advanced trading with "Cristoforo Gold Rush," the ultimate trading ally engineered to navigate the complexities of financial markets with unmatched precision. In this comprehensive guide, discover how this state-of-the-art trading tool can elevate your strategies, turning every trade into an opportunity. Now Available Worldwide
    FREE
    Flex Grid EA
    Robots4Forex Ltd
    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
    Millennium EA
    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/sig
    AI Scalper EURUSD
    Vladimir Kalendzhyan
    AI Scalper EURUSD is an advanced AI-based system that can predict financial markets with high accuracy. The neural network is able to analyze large amounts of data and identify hidden patterns. Our trading robot is constantly updated, learning from new data and trading experience. This gives it the ability to adapt to changing market conditions and maintain high profits in the future. The advisor has a unique protection system that effectively prevents the impact of sudden price reversals, slipp
    Best Grid Hedge
    Luis Mariano Vazquez Marcos
    MR BEAST GRID EDGE RECOMMENDED H1 EUR USD 0.01 LOTS SET: euro usd Metric H1 distance pips 20 The expert advisor that I have created focuses on providing highly professional risk management through the use of a hedging strategy. This Forex trading robot has been developed by MRBEAST as a tool to facilitate day trading. Please note that using this robot involves certain risks and does not guarantee consistent profits in the forex market. The trading robot is based on algorithms and strategi
    Serpent
    Volodymyr Hrybachov
    The strategy is based on the MACD and Moving Average indicators. It buys when the fast MA is above the slow MA and the MACD histogram is above the signal line. It sells when the fast MA is below the slow MA and the MACD histogram is below the signal line. Designed for 4 and 5-digit quotes, use it on a VPS hosting. Launching the EA It is recommended to launch the EA on several adjacent currency pairs with the same magical numbers. For example: GBP USD , EUR USD , AUD USD , NZD USD ; or USD CAD, U
    Sharp EA MT4
    Mansour Babasafary
    3.67 (3)
    A trend based expert This expert predicts the future by using trend patterns and trend indicators and short-term and long-term calculations. Trends change quickly in lower time frames, so this expert is suitable for M30 and above. In this expert, we tried to use currency pairs that are aligned with our strategy. Best currency pair: Euro Dollar In this expert, dozens of different indicators and dozens of different strategies (the main ones are trend-based strategies) are used. Attributes
    Magic Grid
    Aliaksandr Charkes
    4.46 (24)
    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
    RNB Pass Ftmo
    Chandana Jayampathi Lokuketagodage Don
    1 (1)
    PROP TRADING EA -  Passing challenge or Verification - ANY PROP FIRMS - TEST Set files in the Comment section  US30/US100   Dow Jones / Nasdaq https://trader.ftmo.com/metrix?share=2e2ffcdc1689&lang=en               (01) testing ............ https://trader.ftmo.com/metrix?share=f823192684d3&lang=en              (02) start date 21 Dec 2023   New and improved settings  https://trader.ftmo.com/metrix?share=c2f389839308&lang=en              (03)  start date  04/01/2024 https://trader.ftmo.com/metrix
    This EA has been developed, tested and traded live on GBPUSD M30 TF. Everything is ready for immediate use on real account. Very SIMPLE STRATEGY with only FEW PARAMETERS.  Strategy is based on  OPEN DAILY  BREAKOUT .   It enters if volatility raise after some time of consolidation .  It uses  STOP   pending orders with  ATR STOP LOSS and TAKE PROFIT.  To catch more profits there is also TRAILING PROFIT function provided. EA has been backtested on more than 18-year long tick data with 99% qualit
    Dear traders and investors, Introducing   Vikopo Value Gaps MT4 , Developed by a team of experienced traders with trading experience of over 15 years. MT5 Version :   https://www.mql5.com/en/market/product/114436 products List : https://www.mql5.com/en/users/vikopoadvise/seller Strategy Introduction : When utilizing this robot, we have harnessed the power of cutting-edge neural plugins to enhance its capabilities. By integrating these neural plugins, our trading robot is equipped
    Gemini Trump
    Jingzhi Wang
    Gemini Trump EA represents a sophisticated advancement in grid trading systems. Unlike traditional methods that rely on fitting the system to historical data, Gemini Trump EA is engineered to exploit existing market inefficiencies, leveraging authentic market dynamics to generate profit. Gemini boasts an impressive array of features designed for both convenience and performance. With its One Chart Setup, you can trade all supported symbols using a single chart, while its Multi-Currency Support s
    OsMa TrendSurfer
    Augustine Kamatu
    This is a free version of the EA  TrendSurfer OsMa  https://www.mql5.com/en/market/product/104264   TrendSurfer OsMa   receives signals from a technical analysis of in-built MetaTrader 4 indicator Oscillator of a Moving Average (OsMA) and then implements   The Quantum Forex Trading System   to generate positive results. Discover: The Quantum Forex Trading System _Mastering the Market with Advanced Algorithms & Multifaceted Strategies_ --- Redefining Forex Trading: In the vast realm of forex, wh
    FREE
    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
    Lucia
    Dmitriy Antsiferov
    §   Lot  - is initial lot of trade. §   Koef - coefficient of multiplication of lot. §   Dig-2  - average figure to the 100-th lot shares, "1" - average figure to the tenth lot shares, "2" - in the 100-th shares of the warrant. §   Maxlot -  is the maximum lot of volume in a series. §   Stoploss - is the number of points from the warrant. §   Lz is -  the volume of the warrant at which a series is closed in without a loss. §   Takeprofit -  is the number of points from the warrant. §   Pips - i
    Reactor MT4 is a fully automatic Expert Advisor for   Intraday   Trading.  it is   based on  m any indicators . The Expert was tested on the whole available historical period on   EURUSD, GBPUSD, USDCAD, AUDUSD and USDJPY M15  currency pair with exceptional results. You can download the demo and test it yourself. My tests were performed with the real tick date with   99,90% accuracy , actual spread, and additional slippage. The basic strategy starts with Market order in counter trend and tren
    MACD trading strategy is the most popular among traders. Is it profitable? You can download the demo and beckets the mechanical trading system on your own. With the Expert Adviser you have the opportunity for testing the MACD mechanical trading system, in a accurate and  efficient way. MACD universal  is a fully automated EA designed to trade  all currency pairs and all timeframes.   It opens trades on MACD-main and MACD-signal line crossover. Features: Automated risk management as percent of ba
    Candle EA MT4
    Mansour Babasafary
    3.44 (18)
    This expert is based on patterns The main patterns of this specialist are candlestick patterns Detects trends with candlestick patterns It has a profit limit and a loss limit, so it has a low risk The best time frame to use this expert is M30 time frame The best currency pairs to use with this expert is the EURUSD, GBPUSD, AUDUSD, USDCAD currency pairs Attributes: Can be used in the EURUSD, GBPUSD, AUDUSD, USDCAD  currency pairs Can be used in M30, H1, H4 time frames Has profit limit an
    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
    Extreme Reversal EA EA is designed to trade CS ATR Fibo Channels Indicator :  https://www.mql5.com/en/market/product/60415 Extreme Reversal EA opens trades according to the following calculations: - ATR - TMA  - Cycles - Murrey Math Calculations - Moving Averages Extreme Reversal EA works on every timeframe and instrument. Full alert and push notification functions. INPUTS: GLOBAL VARIABLES: MAGIC NUMBER: CHANGE THE VALUE TO TRADE ON THE SAME INSTRUMENT / TIMEFRAME ORDER LOTS: MANUAL / USER DE
    Order Block Trend EA
    Mehmet Ozhan Hastaoglu
    With this automatic trading software, the transaction is entered into when conditions comply with the rules of the algorithm (settings that can be changed by you). When a certain profit occurs, the system automatically takes profit and closes the transactions. You can benefit from many unique features of the control panel. Detailed information about its use will be shared with people who purchase it.
    機器人使用突破布林帶指標線的交易策略。 該策略的本質在於不斷分析指標線並為其線尋找最有效的突破點。 當價格在其中一個方向突破指標線時,機器人會在該方向開倉並開始跟隨它。但機器人不會在每次指標線被突破時開倉,而只會在它突破的那些地方開倉認為它是最有效的。 這是一個非常可靠的策略,多年來已被全球數以千計的交易者測試過。 這是 GPTchat 提供學習的有效剝頭皮策略之一。 人工智能認為,這是 M5 時間框架內最有效的交易剝頭皮策略之一。 我們也會認同人工智能,並在實踐中證實這一策略的有效性。 機器人優勢: 不使用鞅。 手數由交易者在設置中指定。 餘額每增加10%,手數將增加10% 機器人使用自適應風險管理功能 使用機器人的建議: 貨幣對 GBPUSD M5期 最低初始餘額 $500 起 ECN賬戶類型 機器人設置: Lots - 開立訂單的手數。 TrailingStop - 追踪止損大小。 Open_Order - 開倉交易過濾器。 Spread - 貨幣對的平均交易點差,用於正確計算風險。 Magic - 一個獨特的幻數。
    NeverScalping
    Yeun Jung Hwan
    NeveScalping is a Scalping Trading and Intraday Trading. NeverScalping uses predictions and predictions using artificial intelligence algorithms. In this way, the professional higher law has lost its luck. EURUSD does a practical, historically important job. Download the demo yourself. My tests were 90 days of accuracy, actual spread, extra slip and high visibility date of actual ticks. The recommendations are as follows optimized   for the   EUR / USD's D1 chart.   There are no other com
    This is a medium-term conservative system. It tracks quote movements and defines entry points. The Expert Advisor is completely automated and features the unique algorithm. It has been designed for trading EURCHF and is based on a range trading strategy. Extreme levels are defined based on history, and the EA starts trading expecting a roll-back. Two limit orders are set in case the price moves further. This product continues the EA Permanent series. Dynamic incoming data filtration method is us
    TSO Signal Builder
    Dionisis Nikolopoulos
    5 (1)
    TSO Signal Builder is a MetaTrader 4 Expert Advisor that provides a solid platform to quickly build test and develop automated trading strategies based on indicator signals. Contains 29 indicators, including trend and volume indicators, oscillators as well as many indicators described by Bill Williams. Basic as well as advanced order management features. All indicators are configurable and can be combined to create strategies with different entry and exit signals as well as reverse orders. Mad
    Gyroscopes
    Nadiya Mirosh
    Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mo
    Xgrid Scalper MT4
    Prafull Manohar Nikam
    This trading robot is strictly made for 10K Capital Trading Account and EURUSD H1. DO NOT use it on smaller accounts, because it has minimum free margin limit i.e. Free Margin > 500 (this value is in "actual money" not in "percentage"!) This is a Simple Grid Trading System which works on ADX indicator's volatility and with High Winrate. IMPORTANT: Default input settings are the bare minimum settings (not ideal) instead use the recommended settings (OR find your own best settings) provided in th
    The Raven EA
    Luiz Fernando Novo Da Silva
    The Raven EA is a scalper with simple settings, it uses bollinger bands with a combination of strategies, safegrid (limited times), and fixed stoploss / take profits. Pair: CHFJPY Timeframe: M15 Lots: is recommended no more than 0,1 per 1kusd SETTINGS: 1.hourinit / hourend 2.spreadlimit 3.stop loss / take profit 4.gridmax: number of times that ea will use the strategie 5.gridmultiplier 6.lots 7.deviation of bollinger indicator IMPORTANT: 1.this EA is spread sensitive, is highly rec
    该产品的买家也购买
    Gold Trading AI
    Ho Tuan Thang
    5 (9)
    ONLY 3 COPIES OUT OF 10 LEFT AT $399! After that, the price will be raised to $499. - REAL SIGNAL: Default Setting:  https://www.mql5.com/en/signals/2258186 Gold Trading AI is an EA that uses artificial intelligence technology to analyze data of many indicators. From there, EA will have the best option to enter orders. The biggest difference of Gold Trading AI is that the EA can control the Risk:Reward ratio much better than other EAs.That is possible thanks to a set of tools to control entry
    AI Gen XII MT4
    Denis Kurnev
    5 (23)
    AI Gen XII EA This is an Expert Advisor with the latest use of Artificial Intelligence and Neural Networks. The EA runs on the top-of-the-line GPT-4o platform and also uses Advanced Discrete Fourier Imaging in ATFNet aligns the frequency spectrum of the input series, allowing for a more complete analysis of time series data. The EA also boasts trading on different strategies simultaneously and matching backtest trades and real trading, which is very important in its time.  Details about Advisor
    CyNera MT4
    Svetlana Pawlowna Grosshans
    5 (1)
    CyNera:您的交易,我们的技术 信号:  CyNera 手册和设置文件:购买后请联系我以获取手册和设置文件 价格: 价格根据售出的许可证数量上涨 可用副本: 5份 交易黄金,市场上最波动的工具之一,需要精确的操作、深入的分析和强有力的风险管理。CyNera 专家顾问将这些要素无缝集成到一个复杂的系统中,专为优化黄金交易而设计。CyNera 的先进策略和技术旨在帮助经验丰富的交易员和新手应对黄金交易所带来的独特挑战和机遇。 有了 CyNera,您就拥有了一套可靠的解决方案,专门针对黄金市场的复杂性。它结合了自适应、智能策略以及多时间框架分析、自动交易调整和精确的风险管理等高级功能。正是这种适应性,使得 CyNera 成为一种多功能工具,能够应对快速的市场变化,同时确保您的资本在长期内得到保护。 符号 XAUUSD (黄金) 时间周期 M15 或 M30   资本 最少 100 美元 经纪商 任何经纪商 账户类型 任何,较低点差优先 杠杆 从 1:20 起 VPS 首选,但不是必须,也可以使用 MQL VPS CyNera 的核心力量 前沿的 AI 驱动策略 CyNer
    CoreX G MT4
    Arseny Potyekhin
    5 (5)
    概述 CoreX G EA 是一种专为应对外汇市场复杂性而设计的先进交易系统。通过利用尖端的神经网络、复杂的机器学习技术和集成的大数据策略,CoreX G 在交易中提供了卓越的准确性和安全性。这个专家顾问(EA)因其技术卓越性和优质的客户支持而脱颖而出,确保用户在遇到任何问题或疑虑时都能得到帮助。 信号:   Live Signal 1 Live Signal 2 Blog: CoreX G EA 由于该策略非常独特,我只想出售有限数量的许可证。因此,价格将稳步上涨以限制销售。 下一个价格是  790 USD 。 经纪商 任何经纪商,优选 ECN / ZERO 点差 杠杆 从 1 : 20 起 存款 最低 200 美元     符号 XAUUSD 时间框架 H1 大数据集成与交易策略 大数据是 CoreX G 策略的基石。它处理大量的历史和实时市场数据,以做出明智的交易决策。大数据的使用使系统能够更有效地识别外汇市场中的模式和趋势,从而做出更准确的预测并提高交易机会。通过将机器学习与大数据结合,EA 动态适应市场变化,不断整合新数据并优化其模型。 使用的神经网络 卷积神经
    FX EurUsd Robot MT4
    Marzena Maria Szmit
    5 (5)
    The EUR/USD Multi-Strategy Trading Robot MT4 is an advanced tool designed to optimize trading by combining 3 key systems:   daily trading, volume analysis, and Fibonacci   retracement levels. This robot works by integrating these different approaches to create a more dynamic and adaptable strategy for trading the   EUR/USD pair . EA adapts to different market conditions, this makes it an ideal solution for traders looking to enhance their trading strategy with a powerful, multi-faceted approach.
    The Infinity EA MT4
    Abhimanyu Hans
    4.33 (6)
    ChatGPT Turbo 人工智能驱动技术 Infinity EA 是一款专为 GBPUSD 和 XAUUSD 设计的高级交易专家顾问。它专注于安全性、持续回报和无限盈利能力。与许多其他依赖高风险策略(如马丁格尔或网格交易)的 EA 不同。Infinity EA 采用基于神经网络的规范、有利可图的剥头皮策略,该神经网络嵌入机器学习、数据分析 AI 技术,由最新的 ChatGPT 版本提供,可让您的整体交易体验卓越不凡。 加入我们拥有超过 6000 名成员的 MQL5 社区, 与其他交易者建立联系。及时了解最新的产品更新、提示和独家内容。 MT5 版本 如何设置 Infinity EA 特征 Infinity EA 利用人工智能驱动的剥头皮策略。 该 EA 与 ChatGPT-4 Turbo 集成,可进行实时数据分析。 Infinity EA 利用机器学习不断从市场数据中学习。 风险管理是 Infinity EA 的核心,具有固定止损和获利设置等功能,可以保护资本并锁定利润。 该 EA 还进行高级蜡烛图分析,以识别高质量的交易条目。 Infinity EA 与道具公司完全兼容。 促
    Quantum Emperor MT4
    Bogdan Ion Puscasu
    4.88 (144)
    介绍     QuantumEmperor EA 是一款突破性的 MQL5 专家顾问,它正在改变您交易著名的 GBPUSD 货币对的方式!由拥有超过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 Gold Emperor !*** 私信询问更多详情 新版直播信号 V5:   点击此处 MT5版本:  点击这里 量子 EA 通道:       点击这里 每购买 10 件,价格将增加 50 美元。最终价格为 1999 美元 量子皇帝EA     采用独特的策略,将单个交易连续拆分为六个较小的交易。这意味着 EA 每次执行交易时,都会自动将其分为 6 个较小的头寸。 量子皇帝EA     因其处理亏损
    Z4scalp
    Cence Jk Oizeijoozzisa
    2.89 (9)
    -------------------------------------------------------介绍:Z4SCALP------------------------------------------- Z4SCALP 是一种先进的交易机器人,每笔交易都有一个 SL,SL 非常小,设计时没有使用马丁格尔。 虚假利润 获利两周后消失,损失有限。这个专家不是那样工作的。 我的专家需要耐心。两个月后,结果和复利将出现在您的帐户中。 如果您急于快速获利。请不要购买这个专家 独家优惠:购买一款产品,即可免费获得另一款!其他三个版本均可免费使用 https://www.mql5.com/en/signals/2268489 --------------------------------------------------------------------------------------------------------------------- 如果您不信任测试策略,请每天关注此帐户 ---------------------------------------
    HFT Prop Firm EA
    Dilwyn Tng
    4.97 (667)
    HFT Prop Firm EA 也被称为 Green Man,因为其独特的标志,是专为克服允许高频交易 (HFT) 策略的专有交易公司 (prop firms) 的挑战或评估而设计的专家顾问 (EA)。 限时优惠:购买 HFT Prop Firm EA 免费赠送价值 $198 的工具 MT5 版本: https://www.mql5.com/en/market/product/117386 通过 HFT 挑战表现监控(起价 $200): 1) 经纪商:IC Markets 账号 66603384 服务器:ICmarketsSC-Demo06 密码:Greenman 2) 经纪商:IC Markets 账号 21718043 服务器:ICmarketsSC-Demo02 密码:Greenman 结果 1: https://c.mql5.com/31/1055/hft-prop-firm-ea-screen-4333.gif 结果 2: https://c.mql5.com/31/1055/hft-prop-firm-ea-screen-4648.gif 超过 600
    Albatross ver4
    Yvan Musatov
    5 (1)
    Professional trading robot   Albatross : Your reliable assistant in the Forex market Albatross is an innovative trading robot designed to analyze the market using a specialized algorithm. This expert uses advanced methods to assess the strength and amplitude of price movements, which allows it to accurately predict trend reversals and make optimal trading decisions. Benefits of using Albatross Unique analysis algorithm: Albatross analyzes market data for a certain period of time, assessing th
    Gold Scalping Expert
    Vasiliy Strukov
    5 (10)
    黄金倒卖专家是一种非常智能的智能算法,它利用黄金在地缘政治新闻、流行病和经济变化等各种高影响事件中的反应。 该系统使用流行的之字形指标进行突破交易,通过在转折点下挂单,当价格突破这些水平时,订单将被触发。 EA 使用非常智能的追踪止损和动态止损来保护您的账户并正确管理风险,而无需使用鞅技术。 可以在此处查看实时结果 。 购买后立即联系我以获得个人奖金! 设置和说明书在这里   设置 Open new series - 开/关新系列订单的开始 Trade Buy - 允许顾问购买 Trade Sell - 允许顾问出售 Support manual orders true/false –    支持手动下单 Max Market Orders – 最大市价订单 Max Pending Orders – 最大待处理订单数 Use Money Management –    使用资金管理进行自动手数计算 Autolot. Free margin for each 0.01 lot -    每 0.01 手开仓的可用保证金金额 TP - 止盈 Trail Start - 激活追踪止损 T
    Diamond PRO
    Fanur Galamov
    5 (21)
    Sale 30% OFF! Only 3 copies for $215. Tomorrow price --> $299.  Diamond PRO is enhanced powerful version of Diamond for advanced traders. Pro version includes optimized cores, new impoved entry points filters, new multistage profit closure algorithm and сontains number of external control parameter that allows build and fine tune own tradind decisions and algorithms. The system provides more accurate market entries, analyzes and filters upcoming economic news, contains spread protection and an
    Golden Ai EA MT4
    Mansour Babasafary
    3 (5)
    40% discount only for the next 5 buyes (Original price: 600 $) Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. Expert Golden Ai Combined with artificial intelligence Control the AI with a variety of simple settings Without using dangerous strategies (all trades have a profit limit and a loss limit) Can be used in Gold (XAUUSD) currency pair and 3 important time frames An expert who has been trained by artif
    EA Gold Stuff
    Vasiliy Strukov
    4.73 (973)
    EA Gold Stuff是专为黄金交易设计的专家顾问。 该工作基于使用Gold Stuff指标打开订单,因此顾问根据"趋势跟随"策略工作,这意味着跟随趋势。 重要! 购买后立即与我联系,以获得说明和奖金! 您可以免费收到我们的强力支持和趋势扫描指标的副本,请私信。大部头书! 实时结果可以在这里查看 参数 打开新系列-打开/关闭新系列订单的开始。 起始地段-起始地段。 交易买入-允许Ea交易买入。 交易卖出-允许智能交易系统卖出。 使用对冲-当功能启用时,顾问将交易买入和卖出方向,当功能禁用时,顾问将只交易一个方向。 使用货币Manadgement-开/关使用自动手数计算。 自动旋转 每0.01手的可用保证金-每0.01手单位开仓的可用保证金金额。 Lot miltiplier-以下订单的手数乘法系数。 TP-止盈,以点为单位。 SL-止损,以点为单位从第一个订单。 跟踪开始-跟踪止损的激活。 Trail Step-追踪止损激活时与价格的距离。 DD减少算法是一种减少回撤的算法,其中具有利润的最后一个订单被关闭,系列的第一个订单处于亏损状态。 DD缩减
    The Gold Reaper MT4
    Profalgo Limited
    4.55 (29)
    道具準備就緒! ( 下載SETFILE ) 推出促銷活動: 目前價格只剩幾本! 最終價格:990$ 免費取得 1 個 EA(適用於 2 個交易帳號)-> 購買後聯絡我 Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here New V2.2 Live Signal Old Live Signal 歡迎來到黃金收割者! 該 EA 以非常成功的 Goldtrade Pro 為基礎,設計為同時在多個時間框架上運行,並且可以選擇將交易頻率從非常保守到極端波動設定。 EA 使用多種確認演算法來找到最佳入場價格,並在內部運行多種策略來分散交易風險。 所有交易都有停損和止盈,但也使用追蹤停損和追蹤停盈來最小化風險並最大化每筆交易的潛力。 該系統建立在非常流行且經過驗證的策略之上:交易突破重要的支撐位和阻力位。   黃金非常適合這種策略,因為它是一種波動性很大的貨幣對。 系統根據您的帳戶規模和最大允許提款設定自動調整交易頻率和手數! 回測顯示出非常穩定的成長曲線,回撤非常可控且恢復很快。  該 EA 已針對黃
    AW Recovery EA
    AW Trading Software Limited
    4.36 (73)
    智能交易系统是一个旨在恢复无利可图头寸的系统。 作者的算法锁定了一个亏损仓位,将其拆分为多个独立的部分,并分别平仓。简单的设置、在回撤的情况下延迟启动、锁定、禁用其他 EA 交易、使用趋势过滤进行平均以及部分关闭亏损头寸都内置在一个工具中。 与仅在整个组中关闭订单的网格策略相比,使用部分关闭损失可以让您以较低的存款负载减少损失,从而确保更安全地处理损失。 如何恢复订单: 1 EA 关闭所选工具的其他窗口以关闭无利可图的 EA(可选)。 2 EA 重置所有已处理订单的止盈和止损水平,并删除具有相应标识符的挂单。 3 EA 关闭所有已处理的盈利订单,以便使用其利润来弥补部分非盈利订单并减少总头寸量(可选)。 4 EA 通过打开锁定订单来锁定亏损头寸。 5 然后,通过打开恢复订单,它开始通过部分关闭不盈利的订单来减少损失。 6 当部分关闭时,算法首先恢复定位最不成功的订单,或者最接近盈利的无利润订单。每个无利可图的订单都分为许多部分,顾问分别关闭每个部分。恢复订单以小量开仓,以免大幅增加入金负担 包含注释、设置和测试说明的完整输入设置列表  ->   这里  MT5 版本 ->   这里
    Bitcoin Robot MT4
    Marzena Maria Szmit
    4.79 (19)
    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
    Boring Pips MT4
    Thi Thu Ha Hoang
    5 (10)
    你是否曾 经想过为什么大多数专家顾问在实盘交易中并不有效,尽管它们在回测中表现完美? 最有可能的答案是 过拟合。许多专家顾问被创建为对现有的历史数据进行 “ 学 习 ” 和完美适 应,但由于构建模型的泛化能力不足,它们无法预测未来。 一些开 发者可能根本不知道过拟合的存在,或者他们知道但没有办法防止它。其他人则将其作为美化回测结果的工具,他们添加了数十个输入参数,而不考虑统计学意义,使交易策略过度依赖历史数据,并试图说服他人他们的专家顾问未来能够实现类似的表现。 如果你 对这个迷人的主题感兴趣,并想更深入地了解过拟合,请参考我的这些文章: Avoiding Over-fitting in Trading Strategy (Part 1): Identifying the Signs and Causes Avoiding Over-fitting in Trading Strategy (Part 2): A Guide to Building Optimization Processes 有几种方法可以避免在 仅仅依赖读取过去数据的专家顾问上亏钱。而最简单的方法是,在没有至少 5
    XG Gold Robot MT4
    Marzena Maria Szmit
    4.48 (25)
    The XG Gold Robot MT4 is specially designed for Gold. We decided to include this EA in our offering after   extensive testing . XG Gold Robot and works perfectly with the   XAUUSD, GOLD, XAUEUR   pairs. XG Gold Robot has been created for all traders who like to   Trade in Gold   and includes additional a function that displays   weekly Gold levels   with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on  Price
    Scalper Dragon
    Van Hoa Nguyen
    4.6 (20)
    Scalper Dragon is a scalping robot developed for GBPUSD, USDCHF, EURAUD pairs. The current version adds a few features that increase system consistency. Trade with the scaling strategy on the M5 timeframe. Orders always come with stoploss, fixed takeprofit.  Download Setfile all pair Note: My account is banned from messaging for 1 week. If you buy the bot, please read the EA description carefully and install it according to the setfile. Any questions, please wait until October 31 when my accoun
    Way To Stars是一款夜间头皮EA,专门设计在市场波动性较低的时间段进行交易来利用低波动性,以此降低风险。这款夜间头皮EA专注于利用小的价格变动进行频繁交易,通过积少成多的方式积累利润。本EA采用严格的止损措施来限制每笔交易的潜在亏损,确保了风险管理的有效性。Way To Stars 是一个真实且诚实的交易系统,它不依赖于号称的神经网络、人工智能、ChatGPT或完美的直线回测结果。 MT5版本     用户手册     signal :  https://www.mql5.com/en/signals/2260126   下一个价格: $ 699 setfile of Medium-low Risk  (signal's setfile) setfile of High Risk 本EA的特点: 适合货币对:GBPUSD 加载时间框架:任意 无网格,无马丁,一次交易 将订单分散为多笔订单,降低风险,提高成功率 通过最大持仓时间和最大浮亏比例来管理风险 自动调整交易时间,考虑时区和夏令时变化 小资金账户适用 适用于低点差高流动性平台,如IC Markets 关于MT4版本的特
    AI TradingVision GPX MT4
    Yu Mei Cheng
    4.64 (14)
    注意事项 EA 最多包含 6 个入场点,每次交易的手数为下单手数乘以 6,因此请注意不要使用过大的手数。 默认的手数计算方式不是资金百分比。我们的默认计算方式不受杠杆影响,能更精确地控制风险。 建议使用 1000 美元以上的资金以提高风险抗性。 同时使用多个货币对会有风险叠加的可能,请注意。 此为MT5版本。MT5版本能更好的模拟市场环境。建议使用。如需MT4版本,我们会在稍后一段时间发布。 请注意,交易涉及风险,理解并有效管理这些风险非常重要。 实时信号: 点击查看 目前我们有一项黄金EA赠送活动,购买后请联系我们获取。该活动为限时活动。 运行推荐 推荐货币对:   GBPUSD,   USDCAD , AUDUSD 时间周期:M15 运行资金:建议 1000 美元以上 账户类型:无特殊要求,低点差效果更好 杠杆:无特殊要求 参数功能说明: 使用手册。 购买后建议阅读常见问题解答(FAQ):" 点击这里查看 " 关于销售: 我们目前也在使用此EA,并且不断努力改进它。当它变得足够优秀时,我们可能会停止销售它。然而,已经购买的客户无需担心。根据平台协议,平台会保留最新版本的E
    Waka Waka EA
    Valeriia Mishchenko
    4.31 (48)
    EA has a live track record with 4.5 years of stable trading with low drawdown: Live performance MT5 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make p
    Trend Predictor EA
    AW Trading Software Limited
    4.69 (13)
    AW Trend Predictor EA - 使用趋势指标信号 AW Trend Predictor 进行交易的 EA。使用指标策略 TakeProfit 和 StopLoss。可以使用多时间帧过滤。具有由指标计算的固定止损或止损。基于时间的工作和平均在功能上是可能的。 Instruction and description ->  HERE  / MT5 version ->  HERE   好处: 使用指标根据当前波动率计算的固定止损或动态止损 具有准时工作、限制滑点和最大点差的功能 适用于所有类型的交易工具 适合追踪手动开仓 适用于任何时间范围,我们建议在不低于 M15 的时间范围内工作 包括通过更高时间框架或长期指标过滤趋势的功能 可以选择使用平均 输入设置: MAIN SETTINGS Success Rate - The success rate for opening an order. First order on new signal only - Ability to choose to open new orders only when a new si
    Miliron mt4
    Nadiya Mirosh
    The   Milioron   robot, developed for the Forex market, has significant flexibility and offers many mechanisms for maintaining a series of orders. It allows traders to automate and optimize their trading using built-in strategies and risk management approaches. Some of the main features and capabilities of the Milioron robot include: 1. **Flexibility of settings**: The robot provides traders with a wide range of parameters and settings that can be adapted to specific trading strategies and
    Gold Scalper Trading
    Ho Tuan Thang
    4.15 (13)
    ONLY 3 COPIES OUT OF 10 LEFT AT $399! After that, the price will be raised to $499. Gold Scalper Trading is an EA that uses a complex trading methodology that includes cross-market analysis to find scalpable entry points with XAUUSD, one of the market's wildest running pairs. EA uses stop loss for all orders, only 1 order and does not use any dangerous trading methods: No grid, no martingale,... Gold Scalper Trading is one of the EAs I have used. using and trading with fund management account
    Stock Indexes EA MT4
    Marzena Maria Szmit
    5 (1)
    Stock Indexes EA is a sophisticated trading robot meticulously engineered to capitalize on the dynamics of the US30 . This expert advisor employs advanced algorithms and technical indicators to analyze market trends, identify potential entry and exit points, and execute trades with precision. A news filter has also been added to the robot, which prevents it from opening a position during important economic news , minimizing the risk. In robot, you can also specify the days and hours when the EA
    Bonnitta EA
    Ugochukwu Mobi
    2.9 (20)
    Bonnitta EA 基于挂单策略 (PPS) 和非常先进的秘密交易算法。 Bonnitta EA 的策略是秘密自定义指标、趋势线、支撑和阻力位(价格行动)和上述最重要的秘密交易算法的组合。 不要在没有超过 3 个月的任何真实货币测试的情况下购买 EA,我花了超过 100 周(超过 2 年)在真实货币上测试 BONNITTA EA 并在下面的链接中查看结果。 BONNITTA EA 由爱和力量组成。 仅适用于少数买家,这是盗版算法的价格和实施的原因。 Bonnitta EA 在 22 年的时间内使用质量为 99.9% 的真实报价成功通过了压力测试,滑点和佣金接近真实市场条件。 Expert Advisor包含统计采集和滑点控制的算法,具有完整的统计控制; 此信息用于保护您免受经纪人的欺骗。 Bonnitta EA 在下订单之前控制经纪人执行的质量,它还成功地通过了历史数据和不同数据馈送的蒙特卡罗模拟方面的严格标准。 结果 策略测试器的 Expert Advisor 结果:初始存款为 1000 美元的 Bonnitta EA 在 2020 年 1 月 1 日至 202
    Quantum Quotient MT4
    Mohammadmahdi Sanei
    为交易员和PropFirms申请人推出 Quantum Quotient。这个自动交易系统采用了一种不含MARTINGALE和GRID策略的策略,是通过专有的技术和基本指标精心构建的。这些方法经过一年多的严格测试和完善。 Quantum Quotient策略包括四个关键步骤: 1. 供需分析:首先,系统计算供需水平,以准确确定市场的进出点。 2. 流动性利用:利用先进的算法,系统评估交易对的流动性吸收,优化交易执行并最小化滑点。 3. 每日绩效评估:该策略整合了对交易对每日相对绩效的彻底评估,确保对不断变化 的市场条件做出适应性响应。 4. 实时新闻影响分析:系统动态评估与当天交易对相关的突发新闻对市场的影响,从而实现灵活的交易方法。 对这个交易系统的分析基于定制的指标,这些指标是在过去一年里通过手工反向测试和正向测试开发的,再加上五年以上的专家顾问经验。 专家顾问(EA)的主要特点: - 提供PropFirm选项 - 低回撤策略 - 不适用Grid或Martingale技术 - 标准的TP/SL比例 - 资本风险管理 - 默认优化设置
    Bitcoin Expert
    Elif Kaya
    5 (1)
    -   Real price is 1000$   - Limited Discount (It is now 299$) Welcome, Bitcoin Expert opens automatically trade with Highly profit, Fixed Stop loss. After purchase, You can receive  Gold Trade Expert  for  Free ! Contact me for this  BONUS ! No Martingale, No Grid, No Scam It is fully focused on exploiting the volatility of the Bitcoin market by trading the breakouts of support and resistance levels with  many AI conditions to find best position trades. The focus of the EA lies on safety, whi
    作者的更多信息
    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
    MT4 Local Trade Copier Pro
    Biswarup Banerjee
    3.55 (11)
    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
    The Knoxville Divergence EA uses advanced algorithms to analyze market indicators and identify profitable trading opportunities. It places trades based on the indicator values and is able to enter and exit trades quickly and efficiently, ensuring that traders are always on the right side of the market. In addition to its advanced trading capabilities, the Knoxville Divergence EA also incorporates a grid and martingale strategy for loss recovery. This means that if a trade goes against the trader
    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
    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
    Grid Trade Manager MT5
    Biswarup Banerjee
    5 (1)
    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
    Welcome to the next level of trading sophistication with the Bollinger Bands Scanner for MT5! Elevate your trading experience and unlock enhanced insights and efficiency with our powerful MT5 indicator. Key Features: Effortless Bollinger Bands Scanning: Seamlessly harness the power of the Bollinger Bands Scanner to scan multiple assets effortlessly. Receive instant alerts when specific Bollinger Bands conditions are met, ensuring you're always ahead of market movements. Comprehensive Dashboard I
    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
    FREE
    STC Indicator
    Biswarup Banerjee
    STC Indicator  - Boost Your Trading Strategy with Smart Trend Confirmation Description: Enhance your trading strategies and maximize profitability with the STC Indicator for TradingView. Developed by industry experts, the STC Indicator (Schaff Trend Cycle) is a powerful technical analysis tool that combines the best of both trend-following and oscillator indicators to provide reliable buy/sell signals. With its unique algorithm, the STC Indicator effectively identifies trend cycles and confirms
    MT5 Candlestick Pattern Alert Indicator: Enhance Trading Precision and Speed Overview The MT5 Candlestick Pattern Alert Indicator stands as a robust solution tailored to empower traders by swiftly detecting candlestick patterns and delivering timely alerts through various channels. This advanced tool facilitates efficient analysis of patterns, enabling traders to seize potential profitable trades promptly. Significance of Candlestick Patterns Candlestick patterns play a pivotal role in technical
    FREE
    MT4 Candlestick Pattern Alert Indicator: Stay Ahead of Trading Opportunities Overview The MT4 Candlestick Pattern Alert Indicator is a robust tool designed to empower traders by detecting candlestick patterns and delivering timely alerts through notifications, emails, and pop-up alerts. This invaluable tool saves traders precious time, allowing focused analysis on patterns and potential profitable trades. Importance of Candlestick Patterns Candlestick patterns are pivotal in technical analysis,
    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
    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
    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
    RSI OverBought OverSold EA MT5
    Biswarup Banerjee
    4.5 (2)
    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
    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
    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
    Welcome to the world of advanced trading with the CCI Multicurrency Scanner for MT5! Elevate your trading experience with our powerful MT5 indicator meticulously designed for seamless analysis and real-time insights. Key Features: Effortless CCI Scanning: Unlock the full potential of the CCI Multicurrency Scanner for MT5 by effortlessly scanning multiple currency pairs. Receive instant alerts when specific Commodity Channel Index (CCI) conditions are met, ensuring you stay ahead of market moveme
    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
    Day and Week separator is a very simple tool to show day and week separator lines from a specific time mentioned in the input. This is specially helpful for the trades who has time zone differences in their broker terminal. Let us take an example  If user know that at 7:00 in the chart his local time 00:00 then he will simply put 7:00 in the input . Separator lines will starts drawing from current day's 7:00 There is also a bold line for weekly separator
    FREE
    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
    Nadaray Watson Envelope Strategy: The Nadaray Watson Envelope strategy is a technical analysis tool used to identify trends and support and resistance levels. It is based on the Nadaray Watson estimator, which is a non-parametric regression method. The strategy uses envelopes around price data to signal entry and exit points. For detailed documentation  Overall Settings/Input Guide   High Level Overview of Features Category Setting Description GENERAL SETTINGS Lot Size Initial volume for the fir
    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 detailed documen
    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
    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
    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
    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
    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
    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
    筛选:
    无评论
    回复评论