• Overview
  • Reviews
  • Comments
  • What's new

ADX Ea Mt5

ADX Level Cross EA for MetaTrader 5

Introduction:

The ADX Level Cross EA for MetaTrader 5 is an advanced tool designed to automate trading activities by leveraging the Average Directional Index (ADX) indicator's level crossings. This EA executes buying or selling actions based on specific conditions: when the ADX crosses a defined threshold and the positive directional indicator (Plus DI) is above the negative directional indicator (Minus DI), and vice versa. It allows efficient management of trades within these predefined parameters.

For detailed documentation General Settings/Input Guide |  Indicator Settings, Backtest and Set files 

MT4 version available here

High Level Overview of Features

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


Usage Recommendations:

Prior to deploying in live markets, comprehensive testing in a demo account is highly recommended. This ensures a thorough evaluation of the EA's performance, its alignment with your trading strategy, and an assessment of risk tolerance levels.


Recommended products
TugOfWar MT5
Erwin Rustandi
2.5 (2)
Expert Advisor Description EA TugOfWar will open both buy and sell positions at different times according to the triggered signal, the most positions and in accordance with the market direction that will win and profit.  Profit target per war is 1% to 5%. Warmode normal = Longterm strategy Warmode extreme = Shortterm strategy Parameter Description StartTrade =  Time to start trading / open position EndTrade =  Time to end trading / open position WarMode =  1 -> Normal, 2 -> Extreme (lots of t
FREE
AW CCI based EA MT5
AW Trading Software Limited
The Expert Advisor works on the signals of the classic CCI indicator. The system has many scenarios and flexible configurations. Uses averaging, the function of closing the first and last basket orders and the function of automatic lot calculation.   Problem solving ->  HERE  / MT4 version ->   HERE  /  Instruction  ->   HERE   Advantages: Easy setup and intuitive panel interface Customizable CCI Indicator Signals Uses averaging if necessary Built-in automatic lot calculation Built-in system for
Loss Recovery Trader MT5
Michalis Phylactou
5 (3)
Attempts to recover losing trades. If a trade moves in the wrong direction, the Zone Recovery algorithm begins. An alternating series of Buy and Sell trades at two specific levels take place, with two Exit Points above and beyond these levels. Once either of the two exit points is reached, all trades close with a combined profit or break even.  To use  1) Place the EA on a chart and select how the first trade will open (Manual/Via EA strategy/Use EA panel/External EA) 2) Configure your r
This is the latest iteration of my famous scalper, Goldfinch EA, published for the first time almost a decade ago. It scalps the market on sudden volatility expansions that take place in short periods of time: it assumes and tries to capitalize of inertia in price movement after a sudden price acceleration. This new version has been simplified to allow the trader use the optimization feature of the tester easily to find the best trading parameters. [ Installation Guide | Update Guide | Troublesh
LL Grid EA MT5
Leopoldo Licari
********** CHRISTMAS OFFER - LIMITED TIME ONLY 30$ ********** 6 COPIES OUT OF 10 LEFT AT $35  ---> NEXT PRICE $55 UPDATED v1.8 IS OUT ON MARCH 2022 " I built this EA based on my past trading experience, on my personal needs, on what I already had in my hands, on those useful functions that I needed. I am happy to share it with you at a very small cost considering the potential and the time dedicated to developing it. " PLEASE READ ALL THE DESCRIPTION BEFORE USE IT -  Grid EA with  selec
Eagle Grid MT5
Luiz Felipe De Oliveira Caldas
Grid trading is when orders are placed above and below a set price, creating an order grid with increasing and decreasing prices. Grid trading is most commonly associated with the foreign exchange market. In general, the technique seeks to capitalize on the normal volatility of an asset's price by placing buy and sell orders at certain regular intervals above and below a predefined base price. For example, a forex trader can place buy orders every 15 pips above a set price, while also placing se
EA Builder MT5
Arthur Hatchiguian
4.48 (46)
EA Builder  allows you to create your own algorithm and adapt it to your own trading style . Classical trading, grid, martingale, combination of indicators with your personal settings , independent orders or DCA, visible or invisible TP/SL, trailing stop, loss covering system, break-even system, trading hours, automatic position size etc.. The EA Builder has everything you need to create your perfect EA .  There is an infinite number of possibilities, build your own algorithm. Be creative! Pro v
FREE
The UJ_H1_170147110_S_HH_CF_SQX is an algorithmic trading strategy for MetaTrader, tested on USDJPY using the H1 timeframe from April 1, 2004, to April 24, 2024.  There is no need to set up parameters, all settings are already optimized and fine-tuned. Recommended broker  RoboForex  because of EET timezone. You can find the strategy source code for StrategyQuant at the link:   http://quantmonitor.net/listing/usdjpy-awesome-oscillator-revolution/ Key details are: Parameters MagicNumber:
FREE
GriffonArgos
Haruki Teranaka
“Griffon Argos” overcomes the rough waves of the market and looks to the future of investment, opening new horizons as your trading partner. This advanced expert advisor uses proprietary algorithms to instantly analyze market data and identify the best trading opportunities. Utilize the Stochastic Oscillator and Awesome Oscillator (AO) to accurately capture market movements and generate reliable trading signals. Main features: Utilize advanced indicators: Perform highly accurate analysis ev
FREE
Master Levels mt5
Dmitry Homenkov
2 (1)
Master Levels mt5 ( version for MT4 ) analyzes market situation over the last few days and determines current levels. It tracks a breakout (or rebound) of these levels. Trades open in the breakout (rebound) direction. The EA is fully automated. Master Levels is equipped with a flexible position management system. There is opportunity to close a position with two parts. And there is a feature of a trailing stop, which allows to protect gain profit. Depending on the settings, the EA can work both
ProZone
Igor Radko
3 (2)
ProZone !!! There is a discount for the first 5 users A stable working adviser on real accounts: https://www.mql5.com/ru/signals/966602 https://www.mql5.com/ru/signals/966598 The expert analyzes more than 100 indicators. Thanks to this, he trades almost all week. The adviser can trade both completely independently, and there is an opportunity to open the first positions himself, after which the expert will independently bring the matter to its logical end, that is, close the position
Sometimes the market becomes volatile and we need algorithms that operate this volatility regardless of its direction. This system tries to take advantage in moments of high volatility. It has 5 levels of input filters that it is recommended to adjust depending on the volatility, the average value would be mode 3, below the sensitivity decreases, above it increases. You can download the demo and test it yourself. Very stable growth curve as result of smart averaging techniques. "Safety
Range Breakout Advance
Sarvaiya Sultanbhai Alibhai
==> This is an range breakout expert adviser. ==> Recommended pairs are EURUSD, GBPUSD, USDJPY, USDCHF,GBPCAD,NZDCAD ==> User is allowed to go through multiple setting parameters ==> This inputs will allow user to make customized EA to trade any asset based on Range Breakout System. ==>   This will allow user to user 3 Type of Trailing Stop Loss ==> Other Improvements are coming soon  ==>     happy trading happy investing...! ==> Spreads are not in Pips Or Tick but, it is calculated by
GridMasterFx   is an innovative tool for automated forex trading, which is based on a combination of a grid strategy and a unique trend calculation algorithm using the Moving Average indicator. This strategy allows the Expert Advisor to open and close positions on time, use the analysis of the current trend and instantly respond to market changes. GridMasterFx   Expert Advisor is an excellent choice for successful automation of your forex trading process. It easily adapts to various market co
1. Торговая стратегия Что делает советник: Советник следит за некотоными индикаторами и при определенном условии (или условиях) помещать торговый запрос (на продажу или покупку) в зависимости от условий. Стратегия: Используем индикатор Moving Average (скользящие средние) с периодом 8 (вы можете выбрать любой период, но в данной стратегии мы будем использовать период 8). Советник покупает, если 8-периодная скользящая средняя (далее для удобства будем называть ее MA-8) возрастает и текущая цена з
FREE
Hamster Scalping mt5
Ramil Minniakhmetov
4.7 (197)
Hamster Scalping is a fully automated Expert Advisor. Night scalping strategy. The RSI indicator and an ATR-based filter are used for entries. The advisor needs a hedging account type IMPORTANT! Contact me immediately after the purchase to get instructions and a bonus! Real operation monitoring as well as my other products can be found here: https://www.mql5.com/en/users/mechanic/seller General Recommendations The minimum deposit is $100, use an ECN account with the minimum spread,  default sett
Multi Indicator Strategy EA for MetaTrader 5 Introduction: The Multi Indicator Strategy EA for MetaTrader 5 is an advanced tool designed to automate trading activities by combining multiple indicator signal confirmations. This EA executes buying or selling actions based on specific conditions: when the enabled/selected indicator conditions satisfied for buy or sell. It allows efficient management of trades within these predefined parameters. For detailed documentation  Overall Settings/Input Gui
Universal MT5 MA
Volodymyr Hrybachov
Trading robot on the Moving Average indicator This is a simplified version of the trading robot , it uses only one entry strategy (the extended version has more than 10 strategies) Expert Benefits: Scalping, Martingale, grid trading. You can set up trading with only one order or a grid of orders. A highly customizable grid of orders with a dynamic, fixed or multiplier step and trading lot will allow you to adapt the Expert Advisor to almost any trading instrument. Drawdown Recove
BoletaLira
Alberto Da Silva Lira
BoletaLira is a fundamental tool focused on beginning and advanced users so that they can enter operations with the main input signals such as: - Market Trend: High or Low, always taking into account the moving average pre-defined in the setup. - Correlation between 2 assets: In the case of Brazilian B3 we can use the BoletaLira for Mini-Index but using the Dollar signs so that we can have greater security, for those who do not generally know the Index x Dollar assets try to go in the oppos
Alfa MT5
Nebal S I Saloul
Hello This EA is depending on Guaranty strategy , it open same position by wide pips every time then will close in profit. it can make a continues profit (maybe little but continues)  you can change all settings but don't be impetuous. note; (if you want make back test) make Work_in_Backtest_TF true you can download it and make Back Test before buy it good luck السلام عليكم ورحمة الله وبركاته يعتمد هذا الاكسبيرت على إستراتيجية مضمونة ، فهو يفتح نفس المركز في كل مرة   لكن على فترات متباعدة
GG Trade
Racha Nonzz
Supported currency pairs:  EURUSD,USDCAD, GBPUSD, EURGBP Setting Lot -frist trading lot TakeProfit, in pips - t ake profit   value Step between positions:  Step between positions(Distance) Volume increase factor Max lot Author I have an   experience   of more than  8  years   in forex and gold trading, I started my career as a trader and now developing Expert Advisors to make trading process and trading fully automated I believe   "if you can't make money while you sleep, you have to work fo
This algorithm is based on the grid strategy and performs dynamic position management to make it work on netting accounts. Unlike other robots, this grid system bases its entries on profit over time of the asset instead of using pips. This parameter is the one that corresponds to "Average Distance".  You can trade all 28 major currencies simultaneously.  Parameters: +------------------------------------------------------------------+ :-:-:-:-:-:-:-:EXPERT SETTINGS:-:-:-:-:-:-:-: +--------------
Bonnitta EA MT5
Ugochukwu Mobi
3.38 (21)
Bonnitta EA  is based on Pending Position strategy ( PPS ) and a very advanced secretive trading algorithm. The strategy of  Bonnitta EA  is a combination of a secretive custom indicator, Trendlines, Support & Resistance levels ( Price Action ) and most important secretive trading algorithm mentioned above. DON'T BUY AN EA WITHOUT ANY REAL MONEY TEST OF MORE THAN 3 MONTHS, IT TOOK ME MORE THAN 100 WEEKS(MORE THAN 2 YEARS) TO TEST BONNITTA EA ON REAL MONEY AND SEE THE RESULT ON THE LINK BELOW. B
This Expert Advisor is a Combination of Averaging & Martingale. 1. Trend : to define what position the EA should Trade - LONG SHORT ( EA will open both BUY and Sell ) - LONG ONLY ( EA will only open BUY ) - SHORT ONLY ( EA will only open SELL ) 2. Distance between Each Positions - Point value of each Positions   100  : - if 100 Points reached between the last position and current price, new Position will be open by EA - EA will set up a higher volume for this new Position - new TP calculated u
FanTrader
Syed Oarasul Islam
FanTrader is designed to trade any markets (Stocks, Forex, Commodities, Futures, Cryptos). The strategies are developed based on various Price Actions that will be observed on different Fibonacci Fan Levels. Product Home Page:  https://www.mql5.com/en/market/product/51333 ADVANTAGES: Works on any market and time frames Multiple Strategies in 4 categories:  Retracement, Breakout, Trend Follow, Reversal Trades simultaneously on any number of markets under the same account  Display Fibonacci Fa
TropangFX v1 MT5
Jordanilo Sarili
PROMO: SPEND MORE TIME WITH YOUR FAMILY. ENJOY LIFE… DO NOTHING. We would like to share our coding skills to fellow traders and most especially to people from all walks of life to have the opportunity to trade or invest using auto-trading way to provide other source of income while letting the robot and your money works for you.  Recommendations: Timeframe:   H1   (Any Timeframe) Supported currency pairs:   EURUSD , EURCHF,   USDCAD, AUDCAD, EURAUD and many more... MT4 Version :   Here! L
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, A
Grids MRI
Thiago Nunes Bianchi
This Expert Advisor implements the grid strategy. The strategy consists of placing orders at different price levels above and/or below the opening price of the position, in quantity and distance defined by the user. In this EA, the user has the option to choose between 3 types of grid: 1) Grid behind the initial position with orders in the same direction (average price) If the asset price moves in the opposite direction of the initial position, at each new level reached, a new position will be
LT Gap EA
Sie Samuel Roland Youl
Discover the ultimate solution for trading market gaps with the LT Gap EA, now available on MQL5. With three powerful strategies at your disposal, you can maximize your gap trading potential like never before. Key Features: Versatile Strategies: Choose from three distinct gap trading strategies. Trade all gaps, focus on gaps meeting predefined minimum criteria, or execute trades exclusively when gap distances match predefined values. Customization Galore: Tailor your trading experience with a w
Magic Grid MT5
Aliaksandr Charkes
4 (5)
Magic Grid MT5 is a non-indicator Expert Advisor using a grid strategy (on a hedging account). 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 (once at the beginning of the trade).   The robot can trade on any timeframe, on any currency pair, on several currency pairs,
Buyers of this product also purchase
AI Gen XII EA
Denis Kurnev
4.75 (68)
AI Gen XII EA This is an Expert Advisor with the latest use of trading realities and neural networks. The EA runs on the latest GPT-4o platform and also uses advanced discrete Fourier visualization in ATFNet, which equalizes the frequency spectrum of the input series, allowing for a more complete analysis of time series data. The Expert Advisor can also trade different strategies simultaneously and combine test trades with real trading, which is very important in its time.   Details about Adviso
CyNera MT5
Svetlana Pawlowna Grosshans
5 (14)
CyNera: Your Trading, Our Technology Signals: CyNera Manual & set files: contact me after purchase to receive the manual and set files Price: The price increases based on the number of licenses sold Available copies: 7 Trading gold, one of the most volatile instruments in the market, demands precision, in-depth analysis, and strong risk management. CyNera Expert Advisor seamlessly integrates these elements into a sophisticated system designed for optimal gold trading. CyNera’s advanced strategi
AI Golden Jet Fighter GTX MT5 is a straightforward and efficient Expert Advisor (EA) for gold trading on the Meta Trader 5 platform. Utilizing Neural Networks, this EA is designed for scalping in the gold market (XAU/USD). The main strategy of AI Golden Jet Fighter GTX focuses on identifying small price fluctuations and opening positions to capture profits within short time frames. The EA analyzes market conditions in real-time and automatically executes trades with predefined stop-loss and tak
Quantum Emperor MT5
Bogdan Ion Puscasu
4.82 (301)
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 or  Quantum Gold Emperor for free !*** Ask in private for more details New Live Signal V
Mean Machine
William Brandon Autry
5 (8)
Redefine Your Trading with AI Precision Take your trading to the next level with Mean Machine GPT—the industry's most genuine and thorough application of (LLM) AI. By harnessing the power of elite AI models like OpenAI's ChatGPT, Anthropic's Claude, Google's Gemini, and Meta's Llama, this cutting-edge EA offers unparalleled performance and real-world dependability. This is more than an expert advisor; it’s a highly sophisticated trading ally, designed to excel where traditional strategies fal
Quantum Queen MT5
Bogdan Ion Puscasu
5 (36)
Hello, traders! I am Quantum Queen, the newest and a very powerful addition to the Quantum Family of Expert Advisors. My specialty? GOLD. Yes, I trade the XAUUSD pair with precision and confidence, bringing you unparalleled trading opportunities on the glittering gold market. I am here to prove that I am the most advanced Gold trading Expert Advisor ever created. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.
Gold Trading AI MT5
Ho Tuan Thang
4.56 (18)
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
Alins Crown
Herlina Sari
5 (4)
ONLY 1 COPIES OUT OF 10 LEFT AT $599! After that, the price will be raised to $799. Alins Crown EA is Fully Automated Expert Advisor specifically designed to run on the XAUUSD/GOLD pair. Alins Crown EA will trade based on analysis that uses the concept of following trends and making transactions in overbought or oversold zones. Trends In forex is defined as the general direction in which a currency pair's price is moving. Trends can be upward (bullish), downward (bearish), or sideways (ranging).
Vortex Gold EA
Stanislav Tomilov
5 (2)
Vortex - your investment in the future The Vortex Gold EA expert Advisor made specifically for trading gold (XAU/USD) on the Metatrader platform. Built using proprietary indicators and secret author's algorithms, this EA employs a comprehensive trading strategy designed to capture profitable movements in the gold market. Key components of its strategy include classic indicators as CCI and Parabolic Indicator, which work together to accurately signal ideal entry and exit points. At the heart of
Eternal Engine EA is an advanced Expert Advisor that utilizes multiple indicators and strategies, providing traders with a comprehensive automated trading tool. It offers numerous trading opportunities, is not sensitive to spreads, and employs strict entry points to precisely initiate each trade. The strategy has proven itself in real market, with a year-long real-time signal of low DD.Whether you're a beginner or an experienced trader, Eternal Engine EA offers an exceptional trading experience.
CoreX G
Arseny Potyekhin
4.67 (6)
Overview The CoreX G EA is an advanced trading system specifically designed to tackle the complexities of the Forex market. By leveraging cutting-edge neural networks, sophisticated machine learning technologies, and an integrated big data strategy, CoreX G delivers exceptional accuracy and security in trading. This Expert Advisor (EA) stands out due to its technological excellence and premium customer support, ensuring users are always assisted with any questions or concerns. Signals:   Live
Way To Stars MT5
Wei Tu
4.79 (19)
Way To Stars is a night scalping EA specifically designed to trade during periods of low market volatility to capitalize on low-risk opportunities. This night scalping EA focuses on capturing small price movements for frequent trading, thereby accumulating profits over time. It employs strict stop-loss measures to limit potential losses per trade, ensuring effective risk management. Way To Stars is a genuine and honest trading system that does not rely on purported neural networks, artificial i
Bitcoin Robot MT5
Marzena Maria Szmit
4.43 (47)
The Bitcoin Robot MT5 is engineered to execute Bitcoin trades with unparalleled efficiency and precision . Developed by a team of experienced traders and developers, our Bitcoin Robot employs a sophisticated algorithmic approach (price action, trend as well as two personalized indicators) to analyze market and execute trades swiftly with M5 timeframe , ensuring that you never miss out on lucrative opportunities. No grid, no martingale, no hedging, EA only open one position at the same time. Bit
AI Eurofighter GTX is a user-friendly and effective Expert Advisor (EA) designed specifically for trading EUR/USD on the MetaTrader platform, equipped with two build-in trading strategies that enhance its adaptability and performance in the forex market. Utilizing neural networks AI Eurofighter GTX continuously analyzes market conditions in real-time, executing trades automatically with predefined stop-loss and take-profit levels. It features a trailing stop function to help secure gains as the
Gold One
Habib Gholamali Heidari
5 (3)
Gold One  MT5 Hello to all gold trading enthusiasts in Forex, Welcome to our robot, where you join the ranks of the top gold traders. With over two decades of precise experience in the Forex market, we proudly introduce the latest generation of trading robots. Features:  Ideal for prop firm challenges. Suitable for all account  sizes, including low capitals. NO   Grid and   NO   martingale 100% Fully automated This robot employs the most recent, cutting-edge, and advanced gold-specific indica
Quantum StarMan
Bogdan Ion Puscasu
4.92 (84)
Hello everyone, let me introduce myself: I am Quantum StarMan, the electrifying, freshest member of the Quantum EAs family. I'm a fully automated, multicurrency EA with the power to handle up to 5 dynamic pairs: AUDUSD, EURAUD, EURUSD, GBPUSD, and USDCAD . With the utmost precision and unwavering responsibility, I'll take your trading game to the next level. Here's the kicker: I don't rely on Martingale strategies. Instead, I utilize a sophisticated grid system that's designed for peak pe
Gold Scalping Expert mt5
Vasiliy Strukov
5 (16)
Gold Scalping Expert is a very intelligent smart algorithm which exploits the reaction of gold during various high-impact events like geo-political news, pandemics, and economic changes.  This system trades breakouts using the popular zig-zag indicator by placing pending orders at the turning points and when the price breaks out beyond these levels the orders will get triggered.  The EA is using a very smart trailing stop and dynamic stop loss to protect your account and manage the risk properly
FX EurUsd Robot MT5
Marzena Maria Szmit
4.67 (15)
The EUR/USD Multi-Strategy Trading Robot MT5 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. By co
Wall Street Killer
Pablo Dominguez Sanchez
5 (4)
After 6 Years of Successful Manual Trading, My Strategies Are Now Available as Expert Advisors! Introducing the WallStreetKiller EA – a trading system built for the US30 from years of hands-on experience, extensive testing, and a steadfast commitment to secure, strategic trading. NO GRID, NO MARTINGALE, TIGHT SL EVERY TRADE. ONE TRADE PER DAY .   NO LOT MULTIPLIER. ICTRADING LIVE 10K SIGNAL   (You won´t see many other sellers with 10K accounts on their EAs). ICTRADING HIGH RISK SIGNAL WallStreet
AI NoX EA MT5
Denis Kurnev
4.38 (13)
AI NoX EA is an innovative Forex expert advisor that combines advanced neural networks technologies with high-volume trading and Matrix factorisation .The advisor uses complex algorithms to decompose large sets of market data, uncovering hidden patterns and correlations between various financial instruments. Details about Advisor Development Configuring the Advisor The price of the advisor will increase significantly as I have allocated a specific number of copies. I will adjust the price as sal
Big Forex Players MT5
Marzena Maria Szmit
4.85 (55)
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  (positions are sent from our database t
Aura Neuron MT5
Stanislav Tomilov
5 (3)
Aura Neuron is a distinctive Expert Advisor that continues the Aura series of trading systems. By leveraging advanced Neural Networks and cutting-edge classic trading strategies, Aura Neuron offers an innovative approach with excellent potential performance. Fully automated, this Expert Advisor is designed to trade currency pairs such as EURUSD and XAUUSD (GOLD). It has demonstrated consistent stability across these pairs from 1999 to 2023. The system avoids dangerous money management techniques
The Infinity EA MT5
Abhimanyu Hans
5 (3)
AI-Driven Technology with ChatGPT Turbo Infinity EA is an advanced trading Expert Advisor designed for GBPUSD and XAUUSD. It focuses on safety, consistent returns, and infinite profitability. Unlike many other EAs, which rely on high-risk strategies such as martingale or grid trading. Infinity EA employs a disciplined, profitable scalping strategy based on neural network embedded over machine learning, data analytics AI based technology provided by latest ChatGPT version to make your overall tra
Boring Pips MT5
Thi Thu Ha Hoang
4.71 (28)
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
New Way Scalper EA
Xian Qin Ceng
4.33 (6)
After a year of continuous improvement, version 4.5 has been officially launched. Please use this version to load specialized parameters. NEW WAY Scalper is a night scalping EA that can trade multiple currency pairs. Night scalping EA has a very long history, dating back to 2012 or even earlier. This strategy has been effective for a long time and has many supporters. After two years of extensive and in-depth research, my team has developed New Way Scalper based on the strengths of various nigh
The Gold Reaper MT5
Profalgo Limited
4.28 (74)
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 New V2.2 Live Signal Old 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 conse
Harmony Drive
Marek Stanislaw Zygala
4.61 (18)
IMPORTANT:  The price will gradually be increased so whatever you see right now is your opportunity to get the EA at a discounted price. Harmony Drive is a sophisticated system operating on a carefully selected basket of the following symbols: USDJPY, CHFJPY, AUDUSD, USDCAD, USDCHF and NZDUSD. These pairs were strategically chosen for their diverse characteristics and market behaviors: Major pairs like USDJPY and USDCHF offer high liquidity and tight spreads, ideal for frequent trading Commodit
AW Recovery EA MT5
AW Trading Software Limited
4.16 (37)
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
The Gold Phoenix
William Brandon Autry
5 (2)
Gold Phoenix GPT - The Ultimate AI Trading Tool for Gold Pairs Introducing Gold Phoenix GPT, the most thorough and honest implementation of AI for gold trading. Built on real-world performance, this EA is specifically designed for gold pairs, using a powerful breakout strategy on the M1 timeframe. Unlike many tools that perform well in backtests but fall short in live conditions, Gold Phoenix GPT excels where it matters most: in fast-moving live gold markets. Powered by advanced AI—including Cha
Index Sniper Pro MT5
Sachin Gautam
5 (7)
Introducing  Index Sniper Pro EA . It is a Fully Automatic Index US30 and S&P500(US500) System trading early US Open. No  Martingale,  No  Grid , No Averaging, No AI *******NEW FEATURES******* NAS100 Set File - WIP S&P500 Set File - Released  *******NEW FEATURE******* Buy only and Sell only Settings - Released Individual TSL and SL settings for Buy and Sell Orders - Released Current Price: $349--> (Next price $499) Live signal: With Default Settings on US30 and S&P500(US500) symbol https
More from author
Nadaraya Watson Envelop Alert
Biswarup Banerjee
4.67 (3)
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. For detaile
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. For detailed documentation  Overall S
CCI OverBought OverSold EA MT5 Overview: The CCI OverBought OverSold EA for MT5 automates trading activities based on the Commodity Channel Index (CCI) indicator's overbought and oversold conditions. It allows seamless execution of buy and sell trades upon CCI entry or exit into these predefined zones. Additionally, it offers the flexibility to reverse trade setups within these regions. For detailed documentation    General Settings/Input Guide  |   Indicator Settings, Backtest and Set files  
Creating an Index: Importance, Customization, and Weighting Options for MT5 Trading Indicator Designing your index is crucial for efficient symbol tracking in the world of trading. With a powerful MT5 trading indicator, you gain the flexibility to construct an index that suits your preferences, whether it's an equal weighted or custom weighted one. Unlike widely-known indexes like the S&P 500, which heavily favor certain winners, this indicator empowers you to curate a basket of symbols and assi
MT4 Local Trade Copier Pro
Biswarup Banerjee
3.58 (12)
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
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
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
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
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
Directional Volatility and Volume Oscillator for MetaTrader 5 - Master Market Dynamics Discover the power of precision trading with the "Directional Volatility and Volume Oscillator" meticulously designed for MetaTrader 5. This advanced tool combines the insights of directional analysis, volatility measurement, and volume tracking to provide you with unparalleled market understanding. Basic Details : Indicator Type : Directional Volatility and Volume Oscillator for MetaTrader 5 Key Metrics : Rea
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
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
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
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
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
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
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
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
MT5 Local Trade Copier Pro
Biswarup Banerjee
2 (1)
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
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
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
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
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
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 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
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
Filter:
No reviews
Reply to review
Version 15.0 2024.11.01
safeguard features improvement
Version 14.0 2024.10.18
performance improvement
new set files
Version 13.0 2024.09.20
multiple entry logic corrected,
close multiple trade logic corrected
Version 12.0 2024.06.21
lot size correction for martingale profit recovery mode
Version 9.0 2024.05.22
martingale logic correction
Version 8.0 2024.05.20
grid pending order delete issue fixed
performance improvement
Version 7.0 2024.05.15
opposite signal close issue is rectified
Version 6.0 2024.05.12
posititon size extra feature added
Version 5.0 2024.05.11
position sizing feature is corrected
Version 3.0 2024.02.03
enable/disable dashboard added
Version 2.0 2024.02.03
dashboard update
alert feature
ma filter