• Overview
  • Reviews
  • Comments

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.


    Recommended products
    Maximun alfa trader
    Eduardo Viganotti
    THE BEST US500 ROBOT IN HISTORY Maximun alpha trader is based on moving averages and a proprietary highly advanced slope reversal prediction algorithm that is simple and reliable. The Maximun alpha trader EA strategy is a combination of several indicators trends plus its own indicator that detects the exhaustion of the trend which makes it unique in its class, this indicator is unique and secret has not yet been released in the market. TO TEST THE DEMO COPY THE CONFIGURATION THAT IS PASTE IN TH
    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
    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
    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
    Vladimir Gribachev
    The strategy is based on the MACD and Moving Average indicators. It buys when the fast MA is above the slow MA and the MACD histogram is above the signal line. It sells when the fast MA is below the slow MA and the MACD histogram is below the signal line. Designed for 4 and 5-digit quotes, use it on a VPS hosting. Launching the EA It is recommended to launch the EA on several adjacent currency pairs with the same magical numbers. For example: GBP USD , EUR USD , AUD USD , NZD USD ; or USD CAD, U
    Sharp EA MT4
    Mansour Babasafary
    5 (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. The price wi
    Magic Grid
    Aliaksandr Charkes
    4.5 (22)
    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
    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
    High Point Scalper EA
    Ifeanyi Joshua Odinma
    High Point Scalper EA  trade is based on Price high and low level to determine the next trend   with martingale  strategy . The EA will find the best entry and exit points  This Expert advisor is mainly for synthetic Trade    , check it out on Jump100 recommended assets  JUMPS100  Recommended Broker..  Deriv Timeframe  H1  Minimum deposit $100 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. you will get  one expert
    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
    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.
    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
    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
    Dr Trade Pro MT4
    Julia Lopez
    5 (3)
    Introducing Dr Trade Pro, a meticulously designed EA crafted for intelligent and consistent trading. Our expert advisor relies on precision, utilizing trend recognition and accurate market analysis to execute trades seamlessly. Dr Trade Pro is equipped with a strategic backup plan for each trade, emphasizing profitability while minimizing potential losses. What sets Dr Trade Pro apart is its adaptability to diverse market conditions, making it resilient to news and market volatility – a crucial
    Zielspierre EA
    Mohd Hakim Johari
    "Transform your investment strategy with the Zielspierre EA, an expert advisor designed to help you achieve consistent profits through its unique combination of advanced trading strategies. With support for all currency pairs and cryptocurrencies, and the ability to adjust settings to suit your risk tolerance, the Zielspierre EA is the ultimate solution for your daily trading needs." The Zielspierre EA is a upgraded version of Vondereich EA is a cutting-edge expert advisor that provides daily
    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
    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 AUDUSD 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
    The EA created based on this strategy: This EMA crossover trading strategy is made with MACD. For MACD, you can avoid false signals from this EMA crossover. With this strategy, you can get more accurate signals. So this is more profitable . Strategy required FAST EMA SLOW EMA MACD with default setting How Signals come Buy Signal: When FAST EMA cross SLOW EMA from lower to upper, then you have to wait for MACD confirmation. After crossover, when you see MACD above 0.0 level, then you can take bu
    Buyers of this product also purchase
    The Gold Reaper MT4
    Profalgo Limited
    4.86 (29)
    PROP FIRM READY! ( download  SETFILE ) LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 2 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Welcome to the Gold Reaper! Build on the very succesfull Goldtrade Pro, this EA has been designed to run on multiple timeframes at the same time, and has the option to set the trade frequency from very conservative to extreme volatil
    GoldPulse AI
    Babak Alamdar
    5 (10)
    Buy not a backtest, but a real trading system:     Live Signal 1     Live Signal 2 This price is temporary for the duration of the promotion and will be raised shortly Get 1 EA for free -> contact me after purchase There are only a few copies left at the current price, the next price is -->> 1480 $ Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! This is the first smartest robot that trades gold or XAU with full pairs like XAUUSD, XAUEUR, XAUGBP, XAUAUD, XAUJPY, XAUCHF, XAUSGD, and XAU
    Gold Trade Pro
    Profalgo Limited
    4.59 (22)
    LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 2 trade accounts) -> contact me after purchase Ultimate Combo Deal -> click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro joins the club of Gold trading EA's, but with one big difference: this is a real trading strategy. What do I mean with "real trading strategy"?  As you probably
    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
    HFT Prop Firm EA
    Dilwyn Tng
    4.98 (639)
    HFT Prop Firm EA is  also known as Green Man due to its distinctive logo, is an Expert Advisor (EA) crafted specifically for overcoming challenges or evaluations from proprietary trading firms (prop firms) that permit High-Frequency Trading (HFT) strategies. For limited period: Free utilities worth $198 when you buy HFT Prop Firm EA MT5 version:  https://www.mql5.com/en/market/product/117386 Passing HFT Challenge Performance Monitor (starting at $200): 1) Broker: IC Markets Account Numb
    FT Gold Robot MT4
    Marzena Maria Szmit
    5 (3)
    Introducing the FT Gold Robot MT4, your ultimate companion in navigating the intricate world of XAUUSD trading. Developed with precision and powered by cutting-edge algorithms, FT Gold is a forex robot meticulously crafted to optimize your trading performance with   XAUUSD pairs . With its advanced analytical capabilities,   FT Gold Robot   constantly monitors the gold market, identifying key trends, patterns, and price movements with lightning speed. The FT Gold Robot opens 5 positions every da
    Quantum Emperor MT4
    Bogdan Ion Puscasu
    4.91 (126)
    Introducing   Quantum Emperor EA , the groundbreaking MQL5 expert advisor that's transforming the way you trade the prestigious GBPUSD pair! Developed by a team of experienced traders with trading experience of over 13 years. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Buy Quantum Emperor EA and you could get Quantum StarMan, Quantum Trade EA or Quantum Gold Emperor for free !*** Ask in private for more det
    TrendMaster FX MT4
    Chen Jia Qi
    5 (11)
    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
    EA Gold Stuff
    Vasiliy Strukov
    4.73 (974)
    EA Gold Stuff is an Expert Advisor designed specifically for trading gold. The operation is based on opening orders using the Gold Stuff indicator, thus the EA works according to the "Trend Follow" strategy, which means following the trend. Real-time results can be viewed  here . Contact me immediately after the purchase to get   personal bonus! Settings  and manual   here   SETTINGS Open new series - on / off beginning of a new series of orders. Start lots - start lot. Trade Buy - allow the adv
    Daytrade Pro Algo
    Profalgo Limited
    5 (6)
    Launch Promo: Limited number of copies available at current price Final price: 990$ NEW: get 1 EA for free! (for 2 trade accounts) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP:   Click here Set Files Welcome to DayTrade Pro Algo!  After years of studying the markets and programming different strategies, I have found an algorithm that has everything a good trading system needs: It is broker independent It is spread independ
    AW Recovery EA
    AW Trading Software Limited
    4.29 (69)
    The Expert Advisor is a system designed to recover unprofitable positions. The author's algorithm locks a losing position, splits it into many separate parts, and closes each of them separately. Easy setup, delayed launch in case of drawdown, locking, disabling other Expert Advisors, averaging with trend filtering and partial closing of a losing position are built into one tool. It is the use of closing losses in parts that allows you to reduce losses with a lower deposit load, which ensures saf
    One Gold MT4
    Stanislav Tomilov
    5 (11)
    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
    Dark Algo
    Marco Solito
    4.76 (55)
    Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for Scalping Trading on Eurusd . This Expert Advisor is based on the latest generation of algorithm and is highly customizable to suit your trading needs.  If you   Buy this Expert   Advisor you can   write a feedback   at market and   get   a second EA for   Free , for More info contact me The basic strategy of this EA is built on a sophisticated algorithm  that allows it to identify and follow market trends .
    Quantum Algo Trading MT4
    Lo Thi Mai Loan
    5 (4)
    The current price is the promotional price and will soon increase. The final price for the product is: $5566. There are only a few copies left at the current price, the next price is $566. Check out the live results here: Personal live signal:   [Click Here] Prop live signal:   [Click Here] $50K personal fund live signal: [Click Here] MT5 version here:   [Click Here] Payout proof and Ultimate combo deal :   [Click here] How to install | Download SetFile Welcome to Quantum Algo Trading MT5 E
    Hercules AI MT4
    Aleksandr Chebotaev
    Hello, my name is Alexander. I would like to introduce you to my new development, the Hercules AI advisor. The advisor is synthesis of Price Action Method and Artificial Intelligence technologies.  It doesn't use  any indicators. The EA works well on Gold  pair. The advisor has shown stable performance for more than 10 years. It does not use dangerous trading methods such as martingale, etc. All transactions are protected by take profit and stop loss. I tried to make the advisor as easy to insta
    Oracle MT4
    Stanislav Tomilov
    4.38 (8)
    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
    Bitcoin Robot MT4
    Marzena Maria Szmit
    5 (8)
    The Bitcoin Robot  MT4 is engineered to execute Bitcoin trades with unparalleled   efficiency and precision . Developed by a team of experienced traders and developers, our   Bitcoin Robot   employs a sophisticated algorithmic approach (price action, trend as well as two personalized indicators) to analyze market and execute trades swiftly with   M5 timeframe , ensuring that you never miss out on lucrative opportunities.   No grid, no martingale, no hedging,   EA only open one position at the sa
    HFT Prop EA
    Manpreet Singh
    4.95 (250)
    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
    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
    Bitcoin Wizard
    Sugianto
    5 (1)
    Bitcoin Wizard is designed for trading Bitcoin by placing pending orders based on high low at certain periods by taking advantage of strong momentum.   Why Bitcoin Wizard : Bitcoin Wizard is a fully automatic trade system, trade 24/7. Does not use any risky strategies such as hedging, martingale, grid or multiple orders. Every trade is protected by a stoploss of 100 pips. Real Signal | Real Signal 2 | Setfile :  Download here  | MT5 version | Backtest Report   |   Broker Spread Comparison SET U
    Diamond Titan FX MT4
    Lo Thi Mai Loan
    5 (1)
    Launch promo: SALE 30% OFF! Only 3 sales left to buy at the current price. Next price: $1033 Free  get US30 Scalper EA and Quantum Algo EA -> contact me after purchase Live signal:  https://www.mql5.com/en/signals/2220190?source=Site+Profile+Seller Prop Signal:  https://www.mql5.com/en/signals/2223219?source=Site+Signals+Profile+From+Author MT5:  https://www.mql5.com/en/market/product/116010?source=Site+Market+Product+Page Passed Prop Challenge Trade History:  https://www.mql5.com/en/blogs/po
    Join Group ( better copy-paste the address) or contact me. https://t.me/ +h7dqVWG3Z01hMzc0 Super LAUNCH OFFER: 189$ Live Signal *  ( set used here ) VERY IMPORTANT: Before you purchase-test this EA : DOWNLOAD history of pair in 1M Use spread below 30 point. You must have a HEDGE BROKER that allows more than 300 orders at the same time in one account.(contact me if you do not know any .) Super Hedge Modus Multipair function => If you run more than 1 pair in same account and you DO NOT C
    AI Nodiurnal EA
    Ugochukwu Mobi
    AI Nodiurnal EA is an advanced Forex robot that leverages cutting-edge machine learning technology to optimize trading strategies and enhance performance in the dynamic foreign exchange market. The term "Nodiurnal" reflects its ability to adapt and operate not only during the typical diurnal (daytime) trading hours but also during non-standard periods, providing a continuous and adaptive approach to forex trading. Settings : Default settings on   Currency Pair :  EURUSD H1 . Special setting is
    Quantum Trade EA
    Bogdan Ion Puscasu
    4.71 (84)
    Introducing   Quantum Trade EA , the groundbreaking MQL5 expert advisor that's transforming the way you trade the prestigious GBPUSD pair! Developed by a team of experienced traders with trading experience of over 13 years, Quantum Trade   EA is designed to propel your trading journey to new heights with its innovative and dynamic breakout zone strategy. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Buy Quantum T
    Big Forex Players MT4
    Marzena Maria Szmit
    4.65 (23)
    We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the   biggest Banks   (p ositions are sent from our databa
    Bandwagon
    ADELYN CASTILLO
    4.92 (26)
    312% Gain on it's 25th month(Live Account) You may check Bandwagon Live Account with 2-year performance   Bandwagon 2- year  or Bandwagon V2.  *NOTE Now at 50% Discount! Get your copy now! Expect a price increase each month *WARNING : SAY NO TO PIRACY. Be careful of users who are asking to get a copy of bandwagon EA. Bandwagon can detect piracy and if your account is detected to do such things, I can't promise that the EA will still work the way it should be. Bandwagon Features: Bandwagon is
    TopBottomEA
    lizhi fu
    4.78 (51)
    TopBottomEA's advantage: the first support for small capital work EA, real trading for more than 4 years; this EA based on volatility adaptive mechanism, only one single at a time, each single with a stop-loss, an average of about 4 orders per day, holding a single length of 12 hours or so, with a limit of $ 20 principal challenge backtesting ran through more than 10 years. Every interval of three days to increase the price of $ 100, the price process: 998 --> 1098 --> 1198...... Up to the targ
    Gold Trading Algo
    Ho Tuan Thang
    4.63 (8)
    ONLY 3 COPIES OUT OF 10 LEFT AT $299! After that, the price will be raised to $399. - REAL SIGNAL: Default Setting: https://www.mql5.com/en/signals/2206758 5k Fixed Lot:  https://www.mql5.com/en/signals/2217326 Limited price $299 is only for 10 first sales. After 10 sales, the price will be raised +$100. Final price for Gold Trading Algo is $1999. IMPORTANT! Contact me immediately after the purchase to get instructions and Manual Guide to set up EA. Forex EA Trading Channel:  Update the lates
    Position Trader EA
    LEE SAMSON
    4.71 (7)
    Turn any trading strategy into a position trading strategy or trade the proven RSI & ADR based position trading strategies, including automated drawdown control system for positions that move against you. This EA is an evolution and a simplification of the MRA EA that has been used for position trading strategies taught on the Market Structure Trader website for many years. See my profile for a link to the website, free position trading course and other products. The EA will automatically scale
    Luna AI PRO
    Profalgo Limited
    4.67 (3)
    Launch promo: Only 1 copies available at 399$ Final price: 2000$ There will be only a limited number of copies sold of this EA Luna AI is a very advanced night scalper and one of the best you can find on the market.  It was developed using years of experience in live trading with the mean-reverse strategy, and selected only the best pairs and techniques to be included in this EA. Since the EA is build upon existing technology that was developed over the years, the EA is very effective and has
    More from author
    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
    Brilliant Reversal Indicator for MetaTrader 5 - Your Ultimate Alert-Driven Trading Solution Unlock unparalleled trading success with the "Brilliant Reversal Indicator" tailored for MetaTrader 5. This powerful tool has been meticulously designed to empower traders by identifying critical reversal opportunities with lightning-fast alerts. Key Features: Precise Reversal Detection: The Brilliant Reversal Indicator for MT5 specializes in pinpointing potential trend reversals, providing you with a str
    Telegram Signal Sender
    Biswarup Banerjee
    5 (1)
    Whether you're a seasoned forex trader or just starting, Telegram Signal Sender is a must-have tool for anyone looking to start their telegram channel as a forex signal provider. With its user-friendly interface and advanced features, you can easily set up your signals and watch as your followers start to grow. So, what are you waiting for?  Features:  Highly customizable panel for calculating stop loss and take profit values  User-friendly interface for easy setup of forex signals Ability to se
    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
    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: 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
    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
    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
    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
    Inventory Retracement Trade it is designed based on one of the most popular tradingview indicator.  This is mostly combined with other popurlar trend indicator to confirm the strength of the movement. Definition Inventory Retracement Trade is quickly becoming one of the most popular ways to identify where short-term counter trend institutional inventory has subsided and when it’s time to re-enter into a trade’s original trend direction.
    Super Trend Indicator for MetaTrader 5 - Elevate Your Trading Precision Experience the future of trading with the "Super Trend Indicator" designed for MetaTrader 5. This versatile tool is your key to precise market analysis, providing insights into potential trend directions that enhance your trading decisions. Basic Details : Indicator Type : Super Trend Indicator for MetaTrader 5 Key Metrics : Real-time analysis of market trends using a proprietary algorithm. Customization : Fully customizable
    Introducing the Ultimate Trade Panel MT5 - Your All-in-One Trade Manager for MQL5 Trading Are you a trader looking to streamline your trading activities and gain a competitive edge in the market? Look no further! The Ultimate Trade Panel MT5 is here to revolutionize your trading experience on the MQL5 platform. With a plethora of unique and time-saving features, this expert advisor is designed to be your reliable companion for day-to-day trading activities. Key Features: Indicator Manager: Say g
    Close Manager MT5
    Biswarup Banerjee
    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
    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
    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
    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
    Volume Oscilator is a popular indicator available in trading view which is very popular among traders Definition The Volume Oscillator is an indicator made up of two Moving Averages (MA) surrounding volume, one being fast and the other slow. The slow volume MA value is then subtracted from the value of the fastlow Moving Average. The Volume Oscillator measures volume by analyzing the relationship between the two Moving Averages mentioned. When combined with other indicators it provides a very st
    FREE
    Angle of Moving Averages This indicator is very simple yet powerful concept which constantly calculate the slope of the current bar moving average with respect to the N bar before moving average value. This no only give a good entry and exit signal but also it shows traders the strength of the signal. It shows positive green histogram when market is moving toward upward direction and red histograms for downtrend. When large histograms found means market has  very strong trend. Inputs Available
    Description This Expert Advisor mainly works on range breakout on a particular timeframe. The logic behind the this pretty simple. When a range is formed in any time frame (e.g. the range should be less than 20 pips and there must be atleast 30 candle in that range), this ea will wait for the range to be broken out on any direction. If the range is broken on the upper side it will enter into the buy position and hedge the lower ragne with sell position(Could be martingale multiplied lots). If
    Balanced Martingale
    Biswarup Banerjee
    This is very simple strategy based on martingale and reverse martingale strategy. When Ea keeps on winning it multiplies with winning multiplier ,when it has a loosing streak it multiplies with loosing multiplier. Whenever cycle goes from winning to loosing or vice versa the lot size will be reset to default one. This will keep the risk minimized as we are using it for both side. Also when we are in loosing streak we keep on changing the order type from its previous example for example if we hav
    Confluence Indicator is unique indicator which collects differnt popular indicators and analyzes their data. It decides an overall trend with its strength. It is not only helpful for identifying the the current picture of the market but also helps traders to stay away from non trending market. It maximize the chance of winning by giving an aggregate picuture of markets best reliable technical indicator settings There are total 7 types of signal which this indicator provides. Each candle will sho
    STM Trade Panel
    Biswarup Banerjee
    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
    FREE
    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
    Filter:
    No reviews
    Reply to review