PendingOrders from any Price

5

Pending Orders Grid Complete System opens any combination of Buy Stop, Sell Stop, Buy Limit and Sell Limit pending orders and closes all existing pending orders.

You will have a possibility to put a legitimate Open Price for the first position in the grid. Usually it should in the area of Support/Resistance lines.

You just need to drop this script on the chart of a desired currency pair.


Input Parameters

Before placing all pending orders, the input window is opened allowing you to modify all input parameters:

  • DeleteAllPendings - if true, then all pending orders (for the current currency) will be deleted. (No pending orders will be created!);
  • Order_Type - you can choose what kind of pending orders you want to use (only Buy Stop, Sell Stop, Buy Limit or Sell Limit will work);
  • StartingPrice - you must put a legitimate price for the first position in the grid (Comment will appear if the Price is not right or too close to the current price);
  • DistanceBetweenOrders - this will be a distance between 2 any pending orders in the grid;
  • Take_Profit;
  • Stop_Loss;
  • InitLotSize - initial lot size;
  • LotCoeff - if 1, all pending orders will have the same lot size;
  • InitStep - difference between two consecutive orders in points;
  • NumOfOrders - number of pending orders you want to place on the chart;
  • Slippage;
  • MagicNum - magic number;
  • SameProfitTarget - if false then each order will calculate TP by adding/subtracting Take_Profit to the Open Price. If true then all orders will have the same TP.
  • SameLossTarget - if false then each order will calculate SL by adding/subtracting Stop_Loss to the Open Price. If true then all pending orders will have the same SL.


Attention:

  • If DeleteAllPendings=true, the script will be able to delete existing pending orders for the current currency pair only.
  • You have to allow automated trading on the "Expert Advisors" tab (Tools->Options).
  • If SameProfitTarget and SameLossTarget equal to true then not all pending orders will have TP and SL because those values could be too close or on a wrong side of the Open Price.
  • You must put a legitimate Starting Price for the first position in the grid. Comment will appear in the left upper corner of the chart if the Price is not right or too close to the current price (see the first screenshot).
Reviews 2
Giulio Franceschini
692
Giulio Franceschini 2024.05.02 16:46 
 

Perfect, exactly what I've been looking for for a long time, simple and ingenious, I was wondering if it was possible to implement a parameter with a stop profit that would then close all the operations once all the orders in progress totaled for example 50 pips of gain between losers and winners. It would be perfect but already like this it's super.

Ynal Al Khalil
1465
Ynal Al Khalil 2022.10.22 21:17 
 

Good job

Recommended products
================================ ENGLISH MANUAL ================================ Product Name: One-Click Close Utility v9.4 Developer: Gemini Partner Version: 9.40 Platform: MetaTrader 4 Type: Expert Advisor I. PRODUCT OVERVIEW --------------- One-Click Close is a professional order management utility designed for  MetaTrader 4 platform. It provides rapid batch closing operations through  intuitive button interface, integrated with intelligent risk management  system. Suitable for both manual
Chart Button
Chantal Sala
3 (1)
Chart Button is a very useful indicator that allows you to navigate all charts with a simple click. This tool has been designed to work both vertically and horizontally. The particularity of this navigator is that you can change more charts simultaneously setting the input value. This tool will give you the ability to optimize your navigation and speed up all your analyzes. Input Values Direction (the direction of symbols buttons) Horizontal Vertical 32 SYMBOLS Forex_Suffix_Symbols (add Forex S
Quantized Trend
Oleg Pechenezhskiy
This utility automatically draws the trend channel on the price chart. For the time interval from the specified date to the current bar, the drawn channel is almost optimal. Placing the beginning of the channel at a more distant historical price extremum, you get a visualization of a longer-term trend. Channel slope is not a continuous value, but takes one of discrete values (in AxB format, where A is the number of price points (points), and B is the number of timeframes). This program works ONL
This tool monitors your current Expert Advisors and manages stop losses and take profits. You can customize which EAs and/or which currencies to monitor. It is primarily meant for EAs that you feel manage stop losses and/or take profits poorly. If you want this tool to be able to monitor manual trades, please use '0' (zero) as the magic number. Supports hidden stoploss and take profit Supports ATR-calculated dynamic stoploss Supports Breakeven for individual trades Supports Trailing stop Lower r
All the buttons  and info you need as a trader in just one interface No need to navigate between multiple interfaces and waste time and money This cutting-edge trading tool is designed bu a trader for a trader to meet all your trading needs and more, offering an array of features and functionalities to enhance your trading success. 45 Features: Buy       :Open long positions Sell       :Open short positions  HG        : HEDGE :Buy and Sell(same lot) S.Pdg    : Sell-Stop and Sell-Limit  Red X 
Every trader is watching over his account over and over.... trying to anlayse every system he or she has. With this tool you are able to  export your complete history of every account export withdrawls / deposits / rebates to a separate file export account status with balance / equity / current drawdown recalculate micro to standard lots / profits ...  export decimal by "." or ","  combine a series of Magic Numbers to one unique Magic Number   filter to ignore OrderComments.
Effortlessly take control of your trading routine with the revolutionary Trades Time Manager. This potent tool automates order execution at designated times, transforming your trading approach. Craft personalized task lists for diverse trading actions, from buying to setting orders, all without manual intervention. Trades Time Manager Installation & Inputs Guide If you want to get notifications about the EA add our URL to MT4/MT5 terminal (see screenshot). MT4 Version https://www.mql5.com/en/mar
Auto Close Manager EA – Equity & Account Protection Utility Overview Auto Close Manager EA is a risk management utility for MetaTrader 4 designed to automatically close all open positions when a predefined floating profit or floating loss level is reached. This Expert Advisor does NOT open trades. It only monitors account equity and manages existing positions. The EA works with manual trades and can optionally include trades opened by other Expert Advisors. How It Works The EA continuously moni
VIDEO WALKTHROUGH (CLICK) Murrey Math Volume & Market Profile Stop guessing. Murrey Math Volume & Market Profile is an all-in-one institutional-grade trading system... Murrey Math Volume & Market Profile Stop guessing.  Murrey Math Volume & Market Profile is an all-in-one institutional-grade trading system that combines: Murrey Math Framework – geometric price structure & key reaction levels Market Profile – time-based value, balance & auction structure Volume Profile – volume-by-price di
Spread Costs refers to the amount of the loss caused by the spread, and Swap Benefits refers to the amount of the income gained by overnight positions. Spread Costs is an important indicator for short-term traders, especially for scalping traders, and Swap Benefits is an important indicator for long-term traders. Since the spreads and swaps on the MetaTrader 4 platform are all expressed in points, we need to convert it into the amount expressed in the account currency. This tool can display the
This indicator allows you to monitor the vitals of your account and notifies of some events, in accordance with user settings. Keep your finger on the pulse of trading. Control elements Main panel of the indicator shows the following values: chart symbol, bid/ask prices, spread, free margin, equity, total number of orders and total profit/loss. There are also two buttons: "Alarm" and "Mute". "Alarm" button starts up a timer, which will notify user in a period of time, defined in the settings. I
FREE
BuyLimit_SellLimit_Grid script opens BuyLimit and SellLimit pending orders. You just need to drop this script on the chart with a desired currency pair.  Before placing all pending orders, the input window is opened allowing you to modify all input parameters: LongPos - if TRUE, BuyLimit order is opened. ShortPos - if TRUE, SellLimit order is opened. InitLot - initial lot. LotCoeff - if 1, all pending orders will have the same lot size. InitStep - difference between two consecutive orders in poi
BreakEven ProSync EA – Trade Management & Risk Control Tool Overview BreakEven ProSync EA is an expert advisor for   MetaTrader 4  that helps traders manage open positions efficiently by   automating stop-loss adjustments   and ensuring position synchronization. This tool is designed for traders who want to standardize their stop-loss and take-profit levels across multiple trades while integrating a break-even function. The EA works by calculating the  average price   of all open positions and
Hedge Trader
Mohamed Amine Talbi
Hedge Trader is a panel that helps traders who use the hedging strategy in their trading. The panel style in simple and intuitive, and have the necessary shortcuts a fast trader would need for fast order execution. Features: - Auto double the lot after executing an order. The user only specifies the initial order, then the panel will automatically double the lot after an order execution. - Using basket for auto closing all orders on a predefined floating profit (with the possibility to turn it
Waddah Attar Easy Positions Risk Management This EA gives you a full ability to close one position or close all positions . Close buy or sell trades in any position . Close profit or loss position . by clicking on a command button on the chart with confirmation message . Show you  a full information about your positions like : count - lots - average price - points - profit -  profit % - used margin for this position and the risk percent . and also the scrolled table of trades that position has
Position Close Button MT4
Osazee Asikhemhen
5 (1)
This EA helps to Close all Positions opened. It saves you the time of closing multiple positions manually. Parameters: Buy:  Close Buy Positions Only Sell:  Close Sell Positions Only Buy & Sell: Close Buy & Sell Positions Pending: Close Pending Orders More Advanced MT4 version available at:   https://www.mql5.com/en/market/product/93468?source=Unknown%3Ahttps%3A%2F%2Fwww.mql5.com%2Fen%2Fmarket%2Fmy More Advanced MT5 version available at:  https://www.mql5.com/en/market/product/93301?source=Unk
OpenOrders
Andrey Chiganaev
The script allows you to quickly and easily open trades (place orders) on the market. Features Buy and sell at a market price; Place pending orders: Buy/Sell Limit and Buy/Sell Stop; Open a trade with a custom volume; Calculate and set TakeProfit; Calculate and set StopLoss; Auto defining the number of decimal places; Auto defining a symbol the script has been applied to. What you get with the script Ability to calculate each trade instantly; Ability not to enter all calculated values manually
Pointer synchronization
Roger Perez Lugo
4 (1)
Pointer synchronization is an indicator with which the pointer can be synchronized in all the visible charts of the terminal. It shows a crossed cursor in all the visible charts of the terminal, in position relative to the cursor of the active chart. To activate the indicator, simply press the button that appears in one of the corners of the chart once the indicator is added to the chart. To deactivate the indicator, simply press the button again. Once the indicator has been deactivated, the cr
This is a utility designed to automatically set the stop loss levels of orders according to the specified condition. Two price levels serve as the condition for setting stop loss: Trigger level - when this level is reached, an order is placed. The stop loss value of an order. It is possible to enable or disable traling stop loss. Input parameters Order type for execution - type of orders to be processed by the expert. It can either be BUY, SELL or auto-select. Trigger Level Points - level to pl
One Click Trader is a tool designed for MetaTrader 4 platform, which enables you to take your trading to the next level. It enables you to open, manage and close your trades in simple an efficient way by just one click of your mouse button. Up arrow minimizes the OCT panel Down arrow maximizes the OCT panel Right arrow displays the next panel with additional features Left arrow hides the panel with additional features Red SELL button enables you to open short market orders Red SELL STOP button e
Telegram Sender Osw MT4
William Oswaldo Mayorga Urduy
User Manual: Telegram Sender Osw Telegram Sender Osw is an Expert Assistant (EA) designed to automate the sending of trading signals from MetaTrader to Telegram. Ideal for signal providers and account management, it sends critical data (Price, Stop Loss, Take Profit, Volume) instantly and professionally. 1. Parameter Configuration General and Connectivity Enable EA: Activates (true) or pauses (false) the system. Bot Token: Alphanumeric code obtained from @BotFather. Chat ID: Identifier of th
The whole day there is no opportunity to monitor the terminal, but the phone is at hand. This is both an indicator and a utility for trading buttons from Telegram on a fixed lot. You can both scalp on M5 chart or wait for a good entry point on Daily chart. I decided to combine 3 projects into one (MTF Demarker values, profit calculating with cross orders and updating content-info in the buttons themselves), I wanted to make the functionality more easy and convenient than the standard Metatrader
Equity Safe V1
Luis Carlos Lucero Hernandez
EquitySafe V1.0   is a   powerful risk management tool   designed for   MetaTrader 4 . It enables traders to effectively manage their risk by setting   maximum loss limits   based on custom time frames. With this tool, you have the flexibility to   define your own time   intervals and   allocate specific risk   thresholds accordingly. This helps you   maintain control   over your trading account and   minimize potential losses.   By utilizing EquitySafe, you can ensure that your trading strategy
NAM Chart Info New
NAM TECH GROUP, CORP.
4 (1)
This wonderful tool will allow you to manage the risk of each operation in an easy and fast way. Its innovative interface allows you to calculate the number of lots and the risk-benefit ratio in seconds, keep your operations within the risk range you want and avoid bad times in your trade. Once you have open operations, the panel displays a section with the details of each operation and a summary of all specifying highly relevant data. Do not complicate yourself by opening a lot of windows, our
NEW :    integration with Ofir Signals to send personalized alerts Ofir Notify is a tool which send alerts on trades to Telegram Alert on any event concerning a position : Opening, Closing, modification (SL, TP) Send alerts to Chats, Groups and Channel Alert on Equity change Display Risk, Reward and progress of profit/lost for each position Customization of alerts Sending charts screenshots with alerts Send signals from your indicators or experts Daily, weekly and monthly summaries Reply mode:
Smart Keys Sniper Entry
Stephen Sanjeeve Sahayam
This 2 in 1 trade manager is ideal for trading candle breakouts. It can cost average a trade by placing additional limit orders on pullbacks. This ensures you get the best price on all your positions and a higher RR on your wins. Risk is calculated by the most recently closed candle height. The trade assistant buttons help manage all manually placed orders. Use it with any entry method; price action or indicators and for any trading style; scalping, intraday or swing trading. Features: Trade ca
Telegram Forwarder II
Yaser Sabbaghi
5 (2)
Telegram Forwarder can forward all activities related to trades and position taking as a signal to Telegram messenger. It can also forward indicators' alert to Telegram if you modify indicator code (I can do it for you too) to hand over alerts to Telegram Forwarder. This EA is intended for business and professional usage. You can introduce your own Telegram bot and customize water mark in screenshots. Telegram forwarder is able to forward signals for "new order", "modification of order", "Pendin
MQL5 Blogs : https://www.mql5.com/en/blogs/post/761446 MT4 Version : https://www.mql5.com/en/market/product/136790 MT5 Version : https://www.mql5.com/en/market/product/136791 Time Wizard is a professional trading assistant built for traders who need speed, timing, and execution control in one clean dashboard. This Expert Advisor is designed for event-based trading, scheduled execution, and fast semi-automatic order management. It allows you to prepare your orders in advance, define the exact e
New Market Sentiment Indicator
Udawaththa Kankanamge Don Raveen Asela Jayasingha
5 (1)
Market Sentiment Indicator  Market Sentiment is a Trading Tool which allows you to see the positions of other currency traders. Until now, only institutional traders had access to such data which gave them a serious advantage over retail traders because of obvious reasons. With Market Sentiment, you too will finally know what other traders are doing which makes it easy to beat them on the forex battlefield. Data comes from MyFxbook Community Outlook data feed and is based on up to 100 000 live
RFX EasyTrade
Rasoul Mojtahedzadeh
5 (1)
RFX EasyTrade  is a professional panel to make your trades as easy as possible. You can perform scalping by acting fast and efficient. You can draw a box or a trend line and let RFX EasyTrade to catch a breakout and manage the trade automatically. You can set pending orders and set Order-Cancels-Order easily. If you are a fan of Martingale strategy just set a few settings on the panel and let RFX EasyTrade to automatically manage the trades. You can trade based on time without waiting long time
Buyers of this product also purchase
Forex Trade Manager MT4
InvestSoft
4.98 (437)
Welcome to Trade Manager MT4 - the ultimate   risk management tool   designed to make trading more intuitive, precise, and efficient. This is not just an order placement tool; it's a comprehensive solution for seamless trade planning, position management, and enhanced control over risk. Whether you're a beginner taking your first steps, an advanced trader, or a scalper needing rapid executions, Trade Manager MT4 adapts to your needs, offering flexibility across all markets, from forex and indice
Custom Alerts AIO: All-in-One Market Scanner – No Setup Required Overview Custom Alerts AIO is the fastest and easiest way to monitor multiple markets for real-time trading signals—without any setup or extra licenses. It comes with all required Stein Investments indicators already embedded, making it the perfect plug-and-play solution for traders who value simplicity and performance. Just load it to any chart and start receiving alerts across Forex, Metals, Crypto, and Indices. Shares can be a
Unlimited Trade Copier Pro is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not b
Copy Cat More Trade Copier MT4 is not just a simple local trade copier; it is a complete risk management and execution framework designed for today’s trading challenges. From prop firm challenges to personal portfolio management, it adapts to every situation with its blend of robust execution, capital protection, flexible configuration, and advanced trade handling. The copier works in both   Master (sender) and Slave (receiver)   modes, with real-time synchronization of market and pending orders
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.69 (65)
Professional Trade Copier for MetaTrader 4 Fast, professional, and reliable trade copier for MetaTrader 4 . COPYLOT helps you copy Forex trades between MetaTrader 4 and MetaTrader 5 terminals with flexible synchronization for different account setups. COPYLOT MT4 version supports: MetaTrader 4 to MetaTrader 4 MetaTrader 5 Hedge to MetaTrader 4 MetaTrader 5 Netting to MetaTrader 4   MT5 version Full Description + DEMO + PDF How To Buy How To Install How to get Log Files How To Test and Optimize A
TradePanel MT4
Alfiya Fazylova
4.84 (95)
Trade Panel is a multi-functional trading assistant. The app contains over 50 trading functions for manual trading and allows you to automate most trading tasks. Before making a purchase, you can test the demo version on a demo account. Download the trial version of the application for a demonstration account: https://www.mql5.com/en/blogs/post/750865 . Full instructions here . Trade. Allows you to perform trading operations in one click: Open pending orders and positions with automatic risk cal
Telegram to MT4 Coppy
Sergey Batudayev
4 (10)
Telegram to MT4: The Ultimate Signal Copying Solution Streamline your trading with Telegram to MT4 , the cutting-edge utility designed to copy trading signals directly from Telegram channels and chats to your MetaTrader 4 platform—without the need for DLLs. This robust solution ensures seamless execution of signals with unparalleled precision and customization options, saving you time and boosting your efficiency. [ Instructions and DEMO ] [ FAQ ] [ How atach logs properly ] [Settings descrition
The product will copy all telegram signal to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal, s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to
Smart Channel M4
Vahidreza Heidar Gholami
The trend in the market can be predicted using trend lines but the problem is you don’t know where exactly the price is going to touch the trend line where you can put your pending orders on. Smart Channel Expert Advisor makes it possible to put an advanced channel around the price data, which can be configured to handle placing orders, opening and closing positions, managing risk per trade, spread, slippage, and trailing stop-loss and take-profit automatically. Features Money Management (Calcul
Elevate Your Trading Signals with Our Advanced Telegram Bridge EA It’s time to captivate your audience with real-time trading updates that are both professional and visually appealing. Contact me to receive a trial and see the demo channel! We have significantly invested in user friendly features that create a unique experience for customers and providers.  SIGNAL BRIDGE is able to deliver 100% COPIER FRIENDLY SIGNALS for all business cases, even bypassing Metatrader logics where other EAs stru
Trade Manager MT4 DaneTrades
Levi Dane Benjamin
4.09 (11)
DaneTrades Trade Manager is a professional trade panel for MetaTrader 4, designed for fast, accurate execution with built‑in risk control. Place market or pending orders directly from the chart while the panel automatically calculates position size from your chosen risk, helping you stay consistent and avoid emotional decision‑making. The Trade Manager is built for manual traders who want structure: clear risk/reward planning, automation for repeatable management, and safeguards that help reduc
The News Filter
Leolouiski Gan
5 (25)
This product filters all expert advisors and manual charts during news time. It is able to remove any of your EA during news and automatically reattach them after news ends. This product also comes with a complete  order management system that can handle your open positions and pending orders before the release of any news. Once you purchase The News Filter , you will no longer need to rely on built-in news filters for future expert advisors, as this product can filter them all from here onwards
Auto Trade Copier
Vu Trung Kien
4.76 (85)
Auto Trade Copier is designed to copy trades to multiple MT4, MT5 and cTrader accounts/terminals with 100% accuracy. The provider and receiver accounts must be on the same PC/VPS. With this tool, you can copy trades to receiver accounts on the same PC/VPS. All trading actions will be copied from provider to receiver perfectly. This version can be used on MT4 accounts only. For MT5 accounts, you must use Auto Trade Copier for MT5 . Reference: - For MT4 receiver, please download Trade Receiver Fre
Take a Break
Eric Emmrich
5 (31)
News filter, equity guard & session control for all your EAs — one tool, full protection Take a Break has evolved from a basic news filter into a comprehensive account protection solution . It pauses your other Expert Advisors during news events or based on custom filters. When trading resumes, it automatically restores your entire chart setup , including all EA settings. Why traders choose Take a Break One news filter for all your EAs — no more relying on individual built-in filters that may o
Ultimate Trailing Stop EA
BLAKE STEVEN RODGER
4.33 (15)
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (overrid
Edge Zone EA
FXsolutions
5 (1)
With this Expert Advisor you will follow the sound trading principle Buy Low and Sell High by default ! And you can do that even with a normal day job . You will be even able to trade on lower timeframes which you could never do without such an Expert Advisor. And the best thing is that you are in control! You can tell the Edge Zone EA where it has to enter and where it has to exit. And you can do that even many hours before the trade will occur . This EA is therefore an excellent assistant for
MultiOrder Assistent V3.0   - Your professional trading assistant for MetaTrader 4 The  MultiOrder Manager  is a powerful trading tool designed to optimize your trading while managing risk efficiently. With intuitive features and a user-friendly interface, this Tool is ideal for traders who want to manage multiple orders simultaneously without losing track.   Symbols: FX pairs, gold and cryptocurrencies Here you get a detailed description of the parameters and functions Manual     Features and
EasyTrade MT4
Alain Verleyen
5 (1)
Easy Trade – Smart, Simple, Powerful Trade Management Easy Trade is the all-in-one trade management solution for MetaTrader users who want to keep risk under control and execution ultra-smooth. Designed from scratch with trader feedback in mind, Easy Trade makes it easy to execute, monitor, and manage trades across multiple symbols – without overcomplicating your workflow. Whether you're scalping manually or managing a small portfolio of setups, Easy Trade keeps your focus where it belongs: on
Automatic profit locking when target profit is reached EquityTargetCloser   — is a utility expert advisor for MetaTrader 5 that automatically closes all market positions and deletes pending orders as soon as   equity exceeds the current balance by a specified profit amount . After all positions are closed, the target automatically increases: the new threshold = new balance + specified profit. The EA does not open trades, it only manages existing positions, helping to reliably lock in profit and
Crystal Trade Manager PRO – Advanced MT4 Risk & Trade Control System Overview Free :- https://www.mql5.com/en/market/product/150632 Crystal Trade Manager PRO (CTM) is a fully–featured trade execution and risk management utility for MetaTrader 4. It is built for traders who require disciplined execution, strong risk protection, and intelligent automation on MT4. The system manages risk, protects equity, enforces daily limits, automates SL/TP logic, and provides a fast one-click trade panel with p
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.85 (61)
Trading Panel for trading in 1 click.  Working with positions and orders!  Trading from the chart or the keyboard. Using our trading panel, you can trade in one click from the chart and perform trading operations 30 times faster than the standard MetaTrader control. Automatic calculations of parameters and functions that make life easier for a trader and help a trader conduct their trading activities much faster and more conveniently. Graphic tips and full information on trade deals on the chart
EchoTrade Telegram to MT4 Copier
Perpetual Chinemerem Vincent
5 (2)
EchoTrade Telegram to MT5 Copier Seamless, Instant, and Reliable Signal Copying - Direct from Telegram to MetaTrader 4! The product does not run in the strategy tester but you can get free trial version   here  for testing before purchase. Tired of manually executing trades from Telegram signals? EchoTrade automates the process, instantly copying trades from any Telegram channel or group directly into your MT5 account—accurately, efficiently, and without delay. Key Features: Universal Compatib
MT4 to Telegram Signal Provider   turns your trading account into a signal provider. Every trade action, whether manual, by EA or from your phone, is instantly sent as a message to Telegram. You can fully customize the format or use a ready-made template for quick setup. [ Demo ] [ Manual ] [ MT5 Version ] [ Discord Version ]  New: [ Telegram To MT5 ] Setup A step by step user guide is available. Key Features Ability to customize order details sent to subscribers You can create a tiered subs
The product will copy all  Discord  signal   to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up. Work with almost signal formats, support to translate other language to English Work with multi channel, multi MT4. Work with Image signal. Copy order instant, auto detect symbol. Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. How to setup and guide: Let read all details about setup and download Discord To MetaTrader
Work with gold and Japanese yen. Now working without pips! While you are trading,  Auto StopLoss Defender  doing all the routine work. "Must have" for scalping. Best way to save account balance in case of force majeure.(Internet connection loss, power outage, sharp change in price direction) The Utilite automatically adds a stop loss to open and pending orders that have no stoploss set. The anti-requote system is built into the Utilite. That means  the stop loss will be registered anyway! In the
RiskManager
Roman Zhitnik
5 (4)
The Expert Advisor is a risk manager helping users to control their trading. In the settings, it is possible to specify the parameters at which the risk manager force closes the opened trades and closes the terminal as well, if it is needed to prevent opening trades on emotions, which do not correspond to the trading strategy. Risk Manager settings Check limit to close - check the equity limit Limit to close (account currency)   - equity limit that is checked when  Check limit to close is activ
ManHedger MT4
Peter Mueller
5 (2)
THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please TEST this product before   BUYING  and watch my video about it. Contact me for user support or bug reports, or if you want the MT5 version! MT5 Version I do not guarantee any profits or financial success using this EA. With this Expert Advisor, you can: Implement your own   Zone Recovery   strategy to capitalize on trending markets. Create   Grid   trading strategies, to profit from ranging markets. Place orders easil
Comprehensive on chart trade panel with the unique ability to be controllable from mobile as well. Plus has a library of downloadable configuration, e.g. exit rules, extra panel buttons, pending order setup and more. Please see our product video. Works with all symbols not just currency pairs. Features On chart panel plus controllable from free app for Windows, iPhone and Android Built-in script engine with library of downloadable configuration, e.g. add 'Close All Trades in Profit' button, exit
Riskless Pyramid
Snapdragon Systems Ltd
5 (1)
Introduction This powerful MT4 trade mangement EA offers a way potentially to aggressively multiply trade profits in a riskfree manner. Once a trade has been entered with a defined stoploss and take profit target then the EA will add three pyramid add-on trades in order to increase the overall level of profit. The user sets the total combined profit target to be gained if everything works out. This can be specified either as a multiple of the original trade profit or as a total dollar amount. Fo
The MT4 to Discord Signal Provider is a user-friendly, fully customizable utility designed for sending trading signals directly to Discord. This tool transforms your trading account into an efficient signal provider. Customize message formats to suit your style! For ease of use, select from pre-designed templates and choose which message elements to include or exclude. [ Demo ] [ Manual ] [ MT5 Version ] [ Telegram Version ]  New: [ Telegram To MT5 ] Setup Follow our detailed user guide for eas
More from author
This indicator is designed for M1 timeframe and shows: Sum of points when the price goes up (Green Histogram). Sum of points when the price goes down (Red Histogram).  In other words, by the number and ratio of bullish points to bearish ones, you can do a technical analysis of the state of the market. If the green histogram prevails over the red one, you can conclude that at the moment the buyers are stronger than the sellers, and vice versa, if the red histogram prevails over the green, the se
This Multi TimeFrame indicator is based on the "Fractals" classical indicator. 2 Inputs: TimeFrame1; TimeFrame2; You can put any available TimeFrame values (from M1 (Period_M1) to MN1 (Period_MN1)) equal or greater ( >= ) than the Period of the current Time Frame. The last Fractals will shown as color lines (Dots Line) of Support and Resistance for the Price moving.
This is a Multi-Time indicator which allows to display RSI and Stochastic indicators from upper timeframes on a single chart. As an example: a single chart EURUSD M5 and RSI (blue line) and Stochastic (yellow line) from H1. Red Histogram is representing Lower trend and Green Histogram is representing Upper trend.
When you put this Multi TimeFrame Parabolic SAR indicator on the chart it will automatically use Parabolic SAR from next available 3 timeframes. Green arrow will show the beginning of Up trend and Red arrow will show the beginning of Down trend. If AlertsEnabled = true, the indicator will show the Alert (message window) with a text like this: "Price going Down on ", Symbol(), " - ", Period(), " min", " price = ", Bid; If eMailEnabled = true the Indicator will send you an eMail with the same text
The zero line is characterized the Flat trend. V-shaped impulse indicates the entrance to the opposite direction. U-shaped impulse = entry orders in the same direction. If AlertsEnabled = true, the indicator will show the Alert (message window) with a text like this: "Price going Down on ", Symbol(), " - ", Period(), " min", " price = ", Bid; If eMailEnabled = true the indicator will send you an eMail with the same text an Alert message with subject: "Trinity-Impolse" (of course you have to chec
The indicator displays the usual Moving Average with input parameters: maPeriod_1; maMethod_1; maAppPrice_1. Then it calculates and displays MA on MA1 with input parameters: maPeriod_2; maMethod_2. Then it calculates and displays MA on MA2 with input parameters: maPeriod_3; maMethod_3. If AlertsEnabled = true the Indicator will show the Alert (message window) with a text like this: "Price going Down on ", Symbol(), " - ", Period(), " min", " price = ", Bid; If eMailEnabled = true the Indicator w
Multi TimeFrame Indicator "MTF CCI Trigger" based on the Commodity Channel Index from the upper TF (input parameter "TimeFrame") yellow line. Aqua line is representing ATR envelopes from the current TF. Green and Red arrows is triggered by CCI and represented UP and DOWN trends accordingly.
The BBImpulse indicator is based on the standard Moving Average indicator. You have MA input parameters: maPeriod - Moving Average period; maMODE - Moving Average mode (0 = MODE_SMA; 1 = MODE_EMA; 2 = MODE_SMMA; 3 = MODE_LWMA); maPRICE - Applied price (0=PRICE_CLOSE; 1=PRICE_OPEN; 2=PRICE_HIGH; 3=PRICE_LOW; 4=PRICE_MEDIAN; 5=PRICE_TYPICAL; 6=PRICE_WEIGHTED). Green Histogram is representing an UP-trend, Red Histogram is representing a Down-trend.
Multi TimeFrame indicator MTF ADX with Histogram shows ADX indicator data from the TF by your choice. You may choose a TimeFrame equal or greater than current TF. Yellow line is representing a price trend from the upper TF. Green line is representing +DI from the upper TF. Red line is representing -DI from the upper TF. Green histogram is displaying an Up-trend. Red histogram is displaying a Down-trend.
This Indicator creates 2 white lines based on Exponential Moving Averag e of High and Low prices. You can regulate how many bars will be involved in the calculation with input parameter HL_Period. Red and Blue arrows are displaying the moment to go Short and Long trades accordingly.
The most common way to interpreting the price Moving Average is to compare its dynamics to the price action. When the instrument price rises above its Moving Average, a buy signal appears, if the price falls below its moving average, what we have is a sell signal. To avoid a spontaneous entries one may use this update from Moving Average Indicator = Stepper-MA.
Envelopes technical Indicator is formed with two Moving Averages one of which is shifted upward and another one is shifted downward. Envelopes define the upper and the lower margins of the price range. Signal to sell appears when the price reaches the upper margin of the band; signal to buy appears when the price reaches the lower margin. To avoid a spontaneous entries one may use this update from Envelopes Indicator = Envelopes-Stepper.
The interpretation of the Bollinger Bands is based on the fact that the prices tend to remain in between the top and the bottom line of the bands. Abrupt changes in prices tend to happen after the band has contracted due to decrease of volatility; If prices break through the upper band, a continuation of the current trend is to be expected; If the pikes and hollows outside the band are followed by pikes and hollows inside the band, a reverse of trend may occur; The price movement that has starte
Fibonacci sequence is defined by integer sequence: 0, 1, 1, 2, 3, 5, 8, 13, 34, 55, 89, 144, ... By definition, it starts from 0 and 1, the next number is calculated as a sum of two previous numbers. Instead of the standard moving average, the indicator uses the caluclation of average price in form: Bar0 + Bar1 + Bar2 + Bar3 + Bar5 + Bar8 + Bar13 +... Input parameters:  FiboNumPeriod (15) - Fibonacci period; nAppliedPrice (0) - applied price (PRICE_CLOSE=0; PRICE_OPEN=1; PRICE_HIGH=2; PRICE_LOW=
This indicator present a main Moving Average line with input parameters maPeriod_1, maMethod_1 and maAppPrice_1. The second line will be a calculation of the Moving Average data of a first line with input parameters maPeriod_2, maMethod_2. The third line will be a calculation of the Moving Average data of a second line with input parameters maPeriod_3, maMethod_3. To avoid a spontaneous entries one may use this indicator-stepper.
This indicator (as almost all others) is based on classical Moving Averages. It shows the Average Bar under the current bar colored in aqua or over the current bar colored in orange. Input Parameters: ma_Period and ma_Method. The Average Bar maybe helpful to predict where the price will move in the nearest future. Of course, this "near future" depends of the current time frame.
Buy when the market is falling and sell when the market is rising. When the market is moving down you start observing and looking for buy signals. When the market is moving up you start looking for sell signals. This indicator points to the moments to Buy (Blue arrow) and to Sell (Orange arrow). Two input parameters: barsNumber and step for optimization (depending on symbol and Time Frame).
This indicator shows: A green light in case the price goes up; A red light in case the price goes down; A yellow light in case there are a sideways trend. A sideways trend is the horizontal price movement that occurs when the forces of supply and demand are nearly equal. This typically occurs during a period of consolidation before the price continues a prior trend or reverses into a new trend
This indicator is created for M1 timeframe. It shows how many ticks has occurred during current minute and ( after the slash) the sum of points Up (aqua color) and Down (orange color). In times of a high trading activity a grow up number of ticks Up and Down will signal of a big move of the price in the near future. In times of a high trading activity a grow up number of sum of points Up and Down will signal of a big move of the price in the near future too.
Two yellow lines. This is similar to classical Envelopes but with automatic deviation. The Envelopes indicator is   a tool that attempts to identify the upper and lower bands of a trading range. Aqua line. This is a classical Commodity Channel Index added to the Envelopes on the chart, not in a separate window. The Commodity Channel Index ( CCI ) is a technical   indicator   that measures the difference between the current price and the historical average price.
Probability deals with the likelihood of an event happening.   Forex   probability indicates a possibility at a specific time. This is because the forex market is highly volatile, and predicting future events affecting it is impossible. This indicator will show a positive number above the current High or negative number under the current Low as a probability of the trend. Higher time frames usually show a higher probability, even more then 100%.
Envelopes is an excellent indicator when the market is trending. Open Long position when the ClosePrice crossed the upper Aqua band. Close Long position when the Price crossed the upper Yellow band moving down. Open Short position when the ClosePrice crossed the lower Aqua band. Close Short position when the Price crossed the lower Yellow band moving up.
Moving Average Bars is a self-explanatory indicator with one input parameter: nPeriod. When the previous Price Close is above the previous indicator Bar, the probability to go Long is very high.   When the previous Price Close is under the previous indicator Bar, the probability to go Short is very high.
This indicator is based on the same idea as https://www.mql5.com/en/market/product/2406 , but instead of Average Bars it uses series or Fibonacci sequence. When the previous Price Close is above the previous indicator Bar, the probability to go Long is very high. When the previous Price Close is under the previous indicator Bar, the probability to go Short is very high.
This indicator is based on two ideas: Correlations between 5 main currency pairs: EURUSD, GBPUSD, USDCHF, USDJPY, USDCAD; US Dollar Index = the value of the United States dollar relative to a basket of foreign currencies. The use of the indicator is the same as classical  Commodity Channel Index  (CCI) indicator. CCI is calculated with the following formula:  (Typical Price - Simple Moving Average) / (0.015 x Mean Deviation) (Typical Price - Simple Moving Average) / (0.015 x Mean Deviation)
A  tick  is a measure of the minimum upward or downward movement in the  price  of a security. A  tick  can also refer to the change in the  price  of a security from one trade to the next trade.  This indicator will show amounts of ticks when the price goes up and down. This indicator is designed for M1 time frame and shows: Sum of points when the price goes up (Green Histogram). Sum of points when the price goes down (Red Histogram). 
This indicator is a combination of 2 classical indicators MA and RVI. The Relative Vigor Index (RVI) is a momentum indicator used in technical analysis that measures the strength of a trend by comparing a security's closing price to its trading range while smoothing the results using a simple moving average   The input parameter  counted_bars  determines how many bars the indicator's lines will be visible. The input parameter MaRviPeriod  is used for MA and RVI calculation.
This indicator is a combination of 2 classical indicators: MA and Force Index. The input parameter  counted_bars  determines on how many bars the indicator lines will be visible. The input parameter  MaForcePeriod  is used for MA and Force calculation. You may go Long if the current price crossed Up the Ribbon (HISTOGRAM)  and you may go Short if the current price crossed Down the Ribbon (HISTOGRAM)
This indicator is a combination of 2 classical indicators: MA and CCI. Two moving averages form Upper and Lower bands. The input parameter  counted_bars  determines on how many bars the indicator's lines will be visible. The input parameter  barsNum  is used for MA and CCI calculation.
This indicator is using 2 classical indicators: Commodity Channel Index from the higher TF (which you may change using input parameter TimeFrame ) and Average True Range from the current TF. The Green ribbon indicates the upper trend and the Red ribbon indicates the down trend. Buy when the Yellow line crosses the Upper bound (Aqua line). Sell when the Yellow line crossover the Lower bound (Aqua line).
Filter:
Giulio Franceschini
692
Giulio Franceschini 2024.05.02 16:46 
 

Perfect, exactly what I've been looking for for a long time, simple and ingenious, I was wondering if it was possible to implement a parameter with a stop profit that would then close all the operations once all the orders in progress totaled for example 50 pips of gain between losers and winners. It would be perfect but already like this it's super.

Ynal Al Khalil
1465
Ynal Al Khalil 2022.10.22 21:17 
 

Good job

Reply to review