Pattern Wizard MT4

Patterns Wizard is a tool for creating candlestick patterns. With it, you can create various patterns and add as many instances of this indicator as you want on your chart, each with a different pattern.

To better understand how creation formulas work, you can refer to the examples of the My Candle indicator, which has over 70 examples of candlestick patterns

The main difference with this indicator is that it has 30 rule parameters, meaning you can set a different rule for each of the last 30 candles.

Once the pattern appears, this tool can:

  • Play a custom sound
  • Alert in MetaTrader
  • Send a notification to your phone
  • Send an email

This indicator does not repaint or redraw. It only executes on candle closes, making it very fast. Additionally, it has an optimization parameter for the maximum number of candles you want it to analyze.

Use it in your tester and create rules with it freely. When you feel ready to take a step forward and have a professional tool to help you with your trade analysis, then purchase this tool.

Candlestick Pattern Creation

You can create any pattern you want with this tool. Here's how you can retrieve values from the chart:

Value Description
O Open
H High
L Low
C Close

So, if you want the candle to be positive, you just formulate it like this

C > O

The same for a negative candle

C < O

And here's an example of a doji

C = O

How to compare candle prices

You can use comparison operators as I did in my example above. The operators are:
Operator Description
< Less Than
> Greater Than
= Equal
!=  Not Equal  
<= Less Than or Equal
>= Greater Than or Equal

So, you can create all kinds of comparisons with candle values. A good example is when you want all candles except for the doji. To include all candles except for the doji, just use this formula

C != O

This will make the indicator accept all candle patterns except the doji

How to compare the previous candle with the current candle

To use the previous candle in the candlestick pattern, you just need to use the offset like this


Bar Description
[0] Current Candle
[1] Previous Candle
[2] Candle Before the Previous Candle
[3]  ...

So, you can create a candlestick pattern where the current close must be greater than the previous candle, like in this formula

C > H[1]

In this formula, we create a candlestick pattern where the current candle's close is greater than the previous candle's high

How to combine multiple candlestick patterns at the same time

You can combine many candlestick patterns using the same line. To do this, just start using logical operators

Operator Abbreviation
and &
or |
not !

So, you can assemble 2 candlestick patterns in the same candle. For example, let's say you want a positive candle whose close is higher than the previous candle's high

C > O and C > H[1]

In this pattern, you make two comparisons: the first is to check if the candle is positive, and the second to check if the current close is above the previous high.

How to create candlestick patterns using mathematics

You can use mathematics to your advantage when creating candlestick patterns. The operators are:

Operator Description
+ Addition
- Subtraction
* Multiplication
/ Division

For example, if you want to create a candlestick pattern where the body size of the candle is two times larger than the total size of the previous candle, you can do it like this:

C - O > ( H[1] - L[1] ) * 2

Notice that I isolated the mathematical formula with parentheses because we need to calculate the previous candle's high - low first

You can use parentheses to isolate an expression and create a new value with it

Symbol Description
( ) Parentheses to create new values

For example, you may want a candle to have a body larger than 70% of its total size

C - O > (H-L) * 70 / 100

How to combine indicators with candlestick patterns

And the best part, you can add indicators to the candlestick pattern rules. Here's an example of a candle that opened above the 200 moving average, touched it with the low, and then closed above it

C > MA(200) and O > MA(200) and L < MA(200)


Create as many strategies and combinations as you want; the possibilities are endless with this tool.

Recommended products
This EA is an extension for the free trade indicator Trend Mate . https://www.mql5.com/en/market/product/50082 The main idea is to support your decision to  trade  according to the current trend. It is possible to configure alert and push notification to receive when entering to first candle for bull / bear trend. For this extension of the free indicator now it is possible to filter the current trend info with other timeframes. For example show trend for timeframe M5 considering also timeframe
VR Cub
Vladimir Pastushak
VR Cub is an indicator for getting high-quality entry points. The indicator was developed to facilitate mathematical calculations and simplify the search for entry points into a position. The trading strategy for which the indicator was written has been proving its effectiveness for many years. The simplicity of the trading strategy is its great advantage, which allows even novice traders to successfully trade with it. VR Cub calculates position opening points and Take Profit and Stop Loss targe
If you found this EA, it's probably because you want to get a funded account with a prop firm, but you see a rule that most of traders fear :   Maximum Daily Drawdown.  I've been through this problem myself as   I'm a prop firm trader   and I've made a bot to solve this rule, and you can get it to solve this problem too. How does it work ? When you first setup this EA, you need to input the   initial deposit   which corresponds to the size of your funded account. For exemple if you get a 10k$ f
MajorAlert
Sergei Vassunov
MajorAlert - is a professional trading indicator for MetaTrader 4 that combines two distinct market analysis approaches into one powerful tool. By integrating a counter‑trend entry logic (upper block) with a trend‑following filter (lower block), the indicator generates high‑probability signals on the chart with clearly separated arrow colors. Key Features Fully self‑contained   – no external indicators required; all calculations are built‑in. Versatile inputs   – adjust all parameters to suit a
Reverse copier is a tool that will open opposite buy/sell orders from your master account. It will help you with low profit EA's that lose consistenly and turn it to wins. Feel free to ask for new functions/features and I will add it. Now it's a simple MT5 to MT4 bridge with straightforward logic of one position open/close.  How to install: https://www.mql5.com/en/market/product/141604
FREE
The SMC Venom Model BPR indicator is a professional tool for traders working within the Smart Money (SMC) concept. It automatically identifies two key patterns on the price chart: FVG (Fair Value Gap) is a combination of three candles, in which there is a gap between the first and third candles. It forms a zone between levels where there is no volume support, which often leads to a price correction. BPR (Balanced Price Range) is a combination of two FVG patterns that form a “bridge” - a zone of
Angry bull Option Binary
Fabio Oliveira Magalhaes
1 (1)
Angry Bull Option Binary   This is a Binary Options robot, which contains 7 strategies, you can backtest it to check what the best strategies are Settings Initial Batch Value Dynamic Investment = If activated it will use an automatic lot according to its capital Balance ($) w/ backtest = Starting balance to backtest PorcRiscoInvestment = It will be the value of % for the automatic lot if it is activated Expiration (in minutes) = It will be the expiration time of orders in Binary Options Magic
This is a regular panel that places a network of buy and sell orders. This Expert Advisor closes the profit order defined in the settings. Then, there is a parameter called Ladder, which includes that the distance between orders begins to increase by the points indicated by the ladder parameter (here, in the main settings, it is 10 points), which means the second order is 10 points, the third order is 20 points, the fourth order is 40 points, etc. Then, you need to know what is in this adviser
The Arrow Scalper
Fawwaz Abdulmantaser Salim Albaker
1 (2)
Dear Friend..  I share with you this simple Expert Adviser .. it is full automatic  this Expert Adviser following the trend of the pair you install on or any stocks or indices , it is works like that: - when the trend on H4 chart show a start of up trend the expert will wait till the 15M & 1H charts show an up trend the EA will open a buy order directly , and do the same for down trend and open a sell order the buy or sell  order lot size and take profit and stop loss will measured manually  by
FREE
Set TP & SL by Price – Auto Order Modifier for MT4 Automatically set precise TP and SL price levels on any trade ️ Works with all pairs and EAs, filter by symbol or magic number This Expert Advisor lets you define and apply exact Take Profit (TP) and Stop Loss (SL) levels to your trades using direct price values (e.g., 1.12345 on EURUSD). No points, no pips. Just clean, accurate trade management across all orders or filtered by chart or magic number. Key Features: Instantly modify TP
SwiftEdge Scalper Professional Tick Scalping EA with Full Manual Control Scalping demands split-second decisions, precise risk management, and seamless order execution. Managing breakeven calculations, trailing stops, and multiple positions while watching price action is overwhelming without the right tools. SwiftEdge Scalper is your professional trading assistant designed for active scalpers and day traders. Execute trades with one click or keyboard shortcut, while the EA handles breakeven, tra
Exp Swing
Vladislav Andruschenko
4.51 (59)
It uses the model of a famous strategy called Swinger (Pendulum, Cheburashka) - alternate placing of pending orders with increased lot. The strategy lies in placing two opposite pending orders. When the price moves in a certain direction, one pending order is triggered, while the lot size of the other order is increased. The EA provides three types of opening pending orders (TypeofTrade) Auto-opening after placement (Instant opening AutoTrade) Opening and management after manual opening (Manual
FREE
Our Basic Support and Resistance indicator is the solution you need to boost your technical analysis. This indicator allows you to project support and resistance levels on the chart / MT5 Version Features Integration of Fibonacci Levels:  With the option to display Fibonacci levels alongside support and resistance levels, our indicator gives you an even deeper insight into market behavior and possible reversal areas. Performance Optimization:  With the option to update extended lines only at th
Risk Commander
Adisorn Soodkanueng
Product Name: Risk Commander: Trade Assistant & Strategy Simulator Risk Commander is more than just a trade panel—it is a complete Manual Trading Ecosystem . It serves two powerful purposes: Live Assistant: Helps you execute trades with speed, precision, and perfect risk management in real-time markets. Training Simulator: Fully compatible with the Strategy Tester (Visual Mode) , allowing you to practice manual trading on historical data without risking a cent. NEW! Built-in Simulator Mode S
This trading system requires the user to manually add Fibonacci, trend lines, horizontal lines, channel to perform semi-automatic or manual trading. The trading system can also be used in the tester. Trading panel provides: spread information margin information free marging Information The swap information to order for lots (requires your dealer support)
Harvest GOLD
Sayan Vandenhout
Harvest GOLD USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 3 great strategies The EA can be run on even a $30000
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
================================ 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
Trend Ray
Andriy Sydoruk
The indicator shows the potential trend direction by cyclical-wave dependence. Thus, all the rays of the intersection will be optimal rays, in the direction of which the price is expected to move, taking into account the indicator period. Rays can be used as a direction for potential market movement. But we must not forget that the approach must be comprehensive, the indicator signals require additional information to enter the market.
Auto Fibo Pro m
DMITRII GRIDASOV
"Auto FIBO Pro"   Crypto_Forex  indicator  - is great auxiliary tool in trading! Indicator automatically calculate and place on chart Fibo levels and local trend lines (red color). Fibonacci levels indicate key areas where price can reverse. Most important levels are 23.6%, 38.2%, 50% and 61.8%. You can use it   for reversal scalping  or for zone grid trading. There are plenty of opportunities to  improve your current system using Auto FIBO Pro indicator as well. It has Info Spread Swap Displa
One of the number sequences is called "Forest Fire Sequence". It has been recognized as one of the most beautiful new sequences. Its main feature is that this sequence avoids linear trends, even the shortest ones. It is this property that formed the basis of this indicator. When analyzing a financial time series, this indicator tries to reject all possible trend options. And only if he fails, then he recognizes the presence of a trend and gives the appropriate signal. This approach allows one t
Expert Advisor for MT4 Useful utility MUST have for all traders.  With 1 click button, you're able to close all your open positions. Its come with a warning pop up notification when you click to close all your trades, to avoid an accident press the button. Just press 'Yes' to confirm or 'No' to cancel it. The expert will close all your open positions no matter what pairs you currently open or directions. Just attach the expert on 1 of your chart, and you're good to go.
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
SIRR Scalper for PipFinite is a robot that has been designed to work with the PipFinite Trend PRO Indicator. It is a dynamic EA that is very active with trades and capital management. The EA can trade the popular symbols EURUSD, GBPUSD, USDCHF, USDJPY, USDCAD, AUDUSD, EURGBP, EURCHF, EURJPY, AUDNZD, AUDCAD, EURNZD. Check our   Blogs   where we share news and set files When you buy my robot, you are welcome to drop me a message to discuss the best setup in combination with the set files 2 purchas
GeoWprPro
Georgij Komarov
WPR by Profile, or WPR for Professionals Geo_WprPro is one of the well-known currency profile indicators. It simultaneously displays two WPR indicators with different parameters in the matrix form on all timeframes of multiple currency pairs forming the currency profile . As follows from the description, " WPR is a leading indicator that often goes ahead of the price chart. The oscillator frequently reaches extreme values before the price reversal as if anticipating that event: it almost always
Copy trades locally between MetaTrader terminals with a simple interface and strong risk controls. Mirror trades across accounts, brokers, and platforms in any MT4/MT5 combination. Designed for reliability : supports trade updates such as breakeven, trailing stop, partial closes, and more. User Guide + Demo | MT5 Version Important notes Local Trade Copier MT4 does not work in the Strategy Tester. For a demo, please use the User Guide + Demo link above. To copy to MT5, you will need to purchase
Program Overview: This program is a trading tool designed to monitor and analyze the 7 major currency pairs. It is a variant of a similar program used for tracking stock indices, but this version focuses on the seven major currency pairs. The program helps in identifying and calculating significant price movements (gaps) between the high and low prices of these currency pairs over a specified time frame. It then provides insights through comments and alerts based on the calculated gaps. Major Cu
Guardian Angel is designed to provide the trader with portfolio-level trailing stop-losses.  Users are able to configure the portfolio profit 'trigger' level at which a LockProfit 'floor' gets activated and applied to the portfolio - in the event that portfolio profit falls back to the portfolio LockProfit level, then all open trades in the portfolio will close. In the event that portfolio profit continues to grow, then the portfolio LockProfit will trail the portfolio profit at a rate configur
ChartTrader is a professional trading tool that every trader needs in their toolbox. It has been developed to work with the MT4 Platform. ChartTrader offers a number of options to make placing orders in the Forex market quick and easy. The GUI sits on the chart window so there is no need to navigate to separate windows when placing orders. The program allows you to set pending and instant orders. It has a built in risk management system, so every trade can risk a percentage or a fixed amount in
Buyers of this product also purchase
Trade Assistant MT4
Evgeniy Kravchenko
4.43 (194)
It helps to calculate the risk per trade, the easy installation of a new order, order management with partial closing functions, trailing stop of 7 types and other useful functions. Additional materials and instructions Installation instructions   -   Application instructions   -   Trial version of the application for a demo account Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteris
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (109)
Experience exceptionally  fast trade copying with the Local Trade Copier EA MT4 . With its easy 1-minute setup, this trade copier allows you to copy trades between multiple MetaTrader terminals on the same Windows computer or Windows VPS with lightning-fast copying speeds of under 0.5 seconds. Whether you're a beginner or a professional trader, the Local Trade Copier EA MT4 offers a wide range of options to customize it to your specific needs. It's the ultimate solution for anyone looking to inc
Forex Trade Manager MT4
InvestSoft
4.98 (434)
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
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.65 (66)
Trade copier for MetaTrader 4.   It copies forex trades, positions, and orders from any accounts. It is one of the best trade copiers   MT4-MT4, MT5 - MT4   for the   COPYLOT MT4   version (or   MT4 - MT5 MT5 - MT5   for the   COPYLOT MT5   version).        MT5 version Full Description +DEMO +PDF   How To Buy    How To Install     How to get Log Files    How To Test and Optimize    All products from Expforex Copier  version for      MetaTrader 5  terminal ( МТ5 - МТ5, МТ4 - МТ5 )-  Copylot Cli
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
Trade copier MT4
Alfiya Fazylova
4.58 (33)
Trade Copier is a professional utility designed to copy and synchronize trades between trading accounts. Copying occurs from the account / terminal of the supplier to the account / terminal of the recipient, which are installed on the same computer or VPS . Before buying, you can test the demo version on a demo account. Demo version here . Full instruction here . Main functionality and benefits: Supports copying MT4> MT4, MT4> MT5, MT5> MT4, including MT5 netting accounts. * Supports copying Dem
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
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
TradePanel MT4
Alfiya Fazylova
4.84 (94)
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. Attention! Discounts are limited in time, every Tuesday the price will increase by $5 (up to $90). 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
Trading History MT4
Siarhei Vashchylka
5 (9)
Trading History - A program for trading and money management on the history of quotes in stratagy tester. It can work with pending and immediate orders, and is equipped with trailing stop, breakeven and take profit functions. Very good for training and testing different strategies. Manual (Be sure to read before purchasing) Advantages 1. Allows you to test any trading strategy in the shortest possible time 2. An excellent simulator for trading training. You can gain months of trading experience
Seconds Chart is a unique tool for creating second-based charts in MetaTrader 4 . With Seconds Chart , you can construct charts with timeframes set in seconds, providing unparalleled flexibility and precision in analysis that is unavailable with standard minute or hourly charts. For example, the S15 timeframe indicates a chart with candles lasting 15 seconds. You can use any indicators, Expert Advisors (EAs), and scripts, operating as conveniently as with standard charts. Unlike standard tools,
Risk Manager for MT4
Sergey Batudayev
4.6 (10)
Expert Advisor Risk Manager for MT4 is a very important and in my opinion necessary program for every trader. With this Expert Advisor, you will be able to control the risk in your trading account. Risk and profit control can be carried out both in monetary terms and in percentage terms. For the Expert Advisor to work, simply attach it to the currency pair chart and set the acceptable risk values ​​in the deposit currency or in % of the current balance. Version for MT5 -  https://www.mql5.com
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
Trader Evolution MT4
Siarhei Vashchylka
5 (2)
" Trader Evolution " - A utility designed for traders who use wave and technical analysis in their work. One tab of the utility is capable of money management and opening orders, and the other can help in making Elliott wave and technical analysis. Manual (Be sure to read before purchasing) | Version for MT5 Advantages 1. Trading in a few clicks. Immediate and pending orders are available in the panel 2. Money management. The program automatically selects the appropriate lot size 3. Simplifies
Telegram to MT4 Coppy
Sergey Batudayev
3.75 (8)
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
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
Trend Line Optimizer
Evgenii Aksenov
4.11 (19)
This is an automatic parameter optimizer for the   Trend Line PRO   indicator Easily and quickly you will select the optimal parameters for your favorite Trend Line PRO indicator.  Optimization takes only a few seconds. The optimizer allows you to find the best parameters for each pair and period: Amplitude, TP1-TP3, StopLoss, as well as values for Time Filter and HTF Filter on the selected history section (Days)  To optimize different timeframes, you need a different range of history: M5-M15
News Filter EA MT4
Rashed Samir
5 (9)
News Filter EA: Advanced Algo Trading Assistant News Filter EA is an advanced algo trading assistant designed to enhance your trading experience. By using the   News Filter EA , you can integrate a Forex economic news filter into your existing expert advisor, even if you do not have access to its source code. In addition to the news filter, you can also specify   trading days   and   hours   for your expert. The News Filter EA also includes   risk management   and   equity protection   features
RS Trade Copier
Boris Sedov
5 (1)
Professional solution for copying trades between terminals. RS Trade Copier is a reliable and flexible system for copying trading operations between MetaTrader 4 terminals. The program suits experienced traders, signal providers, and individual investors, enabling high-precision trade replication with minimal latency. It supports simple automatic configuration as well as advanced manual settings. Does not interfere with manually opened trades or other expert advisors. All operations executed loc
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
Trading panel with preset orders and automatic lot calculation for the MT4 terminal. Attention, the Trading Panel does not work in the strategy tester (only trailing stop testing). Manual, Description, Download Light Demo. Successful traders are distinguished by self-discipline and competent money management. If you use a fixed lot, then you are at risk. After all, there are different distances on different timeframes and one unprofitable transaction can cover several profitable ones. If you use
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
Trade Dashboard MT4
Fatemeh Ameri
4.96 (53)
Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download  Demo Version  right now. You can find  Details of
Lot Size Calc
Makarii Gubaydullin
Quickly find the lot size  directly in the terminal , to comply with risk management. Check out my  #1 Trade Manager : 66+ features, including PRO risk management  |   Contact me  if you have any questions it works on any trading instruments: Forex, Stocks, Futures, Indices, CFD, Bonds, Cryptocurrencies; interface minimization function; flexibility of use; money management; It is especially useful for short-term traders, when they need to act  quickly . For calculation it is necessary to specify
KopirMT4 Copy trades for MT4
Alexandr Gavrilin
4.54 (82)
The adviser has been withdrawn from sale  KopirMT4 (CopierMT4) - transaction copier for the MetaTrader 4 terminal, copies (synchronizes, duplicates) transactions from any accounts (copier, copy dealers).  Supports copying: MT4 <-> MT4, MT4 -> MT5 Hedge, MT5 Hedge -> MT4 Support:  https://www.mql5.com/ru/messages/01c3f341a058d901 Why exactly our product? The copier has a high speed and is not dependent on ticks. Copy speed - less than 0.5 sec. Transactions are copied with high accuracy, the sc
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
Copy MT4 And MT5 All In One
Teerathad Booranawisedkul
MetaTrader 4 Trade Copier (MT4 Version) This Expert Advisor is developed for copying trading operations between MetaTrader terminals. This version is intended for use on MetaTrader 4. For copying operations involving MetaTrader 5, please use the corresponding MT5 version available in the Market. Supported platform combinations: MT5 to MT5 MT4 to MT4  (This Version) MT4 to MT5 MT5 to MT4 The copier transfers market orders according to the selected configuration on the receiving account. Symbol H
CloseIfProfitorLoss with Trailing
Vladislav Andruschenko
4.87 (31)
Closing positions in MetaTrader 4 upon reaching the total profit/loss with the profit trailing function. You can enable the Virtual stops (Separate Order) , Calculating and closing for BUY and SELL positions separately (Separate BUY SELL) , Closing and calculating all symbols or the current symbol only (All Symbols) , Enable trailing for profit ( Trailing Profit) Close on total profit and loss in deposit currency, points, or % of the balance. The application is designed for use on any account t
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
MT4 Professional Copy Trading System (MT4 Edition) The MT4 Professional Copy Trading System is an industrial-grade, ultra-fast LOCAL Trade Copier , designed for professional traders, signal providers, and institutional-style multi-account management. Industrial LOCAL Architecture (Faster, More Stable) This is a true LOCAL copier , designed to operate when terminals are hosted in the same Windows environment (same PC or the same Windows VPS instance). Key advantages: Ultra-fast synchronization
More from author
Supports And Resistances Lines
Francisco Gomes Da Silva
4.64 (45)
Support and Resistance zones Indicator MT5 this indicator knows how to identify tops and bottoms automaticly. This support and resistance indicator creates support lines and resistance lines based on tops and bottoms. how to make support and resistance lines. this is an indicator to make automatic support and resistance lines. how to find support level with indicator. this indicator finds tops and bottoms automaticly. The Indicator automatically creates support lines every time “Fractals” create
FREE
VWAP With Alerts
Francisco Gomes Da Silva
5 (6)
This VWAP is a simple VWAP, but we have added alerts to let you know when the price touches the simple VWAP or when the price crosses the VWAP. This indicator is a traditional VWAP indicator for MetaTrader 5 (MT5). The default parameters are those of the normal VWAP, but you have the ability to use new calculations and the best part: When the price touches or crosses the VWAP, you will be notified through alerts, mobile notifications, email, or sound events. Free anchored VWAP indicator for MT5
FREE
VWAP With Alerts MT4
Francisco Gomes Da Silva
5 (8)
This VWAP is a simple VWAP, but we've incorporated notifications that inform you when the price hits or crosses the VWAP line. This indicator is a traditional VWAP indicator for MetaTrader 4 (MT4). The default parameters are those of the normal VWAP, but you have the ability to modify the VWAP calculation, and the best part: When the price touches or crosses the VWAP, you will be notified through alerts, mobile notifications, email, or sound events. Anchored VWAP indicator for MT4 . Parameters:
FREE
Bar Number
Francisco Gomes Da Silva
5 (7)
Candle counter This indicator counts and identifies candles based on a longer time frame Bigger Timeframe You can choose the daily timeframe as " Bigger Timeframe ", and run it within any smaller chart. that it will count the bars based on the daily chart . If you pass as a parameter the timeframe " H1 " then the indicator will know how to count the bars inside the H1 chart you just need to run it on smaller charts. The main parameter is the " Bigger Timeframe " which is a larger timeframe than
FREE
RSI abcd
Francisco Gomes Da Silva
4.33 (3)
RSI ABCD Pattern Finder: Technical Strategy 1. How the Indicator Works Combines the classic RSI with automatic detection of ABCD harmonic patterns . Key Components Standard RSI (adjustable period) Peak and Trough Markers (arrows) ABCD Patterns (green/red lines) Overbought (70) and Oversold (30) Filters 2. MT5 Setup period = 14 ; // RSI period size = 4 ; // Maximum pattern size OverBought = 70 ; // Overbought level OverSold = 30 ; // Oversold level Filter = USE_FILTER_ YES ; // Confirmation filte
FREE
Dino Trader
Francisco Gomes Da Silva
5 (1)
Discover the "Agulhadas" Strategy Inspired by popular concepts in the Brazilian market, this strategy combines five technical indicators to identify potential entry and exit points based on trends, market strength, and momentum. Among the indicators used is the famous Didi Index, developed by Odair Aguiar, widely known for representing moving average crossovers. Download the Stock Scanner Here Indicators Used Didi Index ADX Bollinger Bands Trix Stochastic How This Strategy Works The indicator di
FREE
Rule Plotter
Francisco Gomes Da Silva
5 (14)
Build Your Strategy Yourself This tool allows you to develop your strategies using all the indicators available natively in MetaTrader and any indicators downloaded from the internet that use buffers to display data on the screen. This tool is another reason for you to consider MetaTrader to automate your trading strategies. With it, you can create your own strategy signals in a simple and intuitive way, using any MetaTrader indicator. How Do I Know If My Internet-Downloaded Indicator Uses Buffe
FREE
OHLC Shifted
Francisco Gomes Da Silva
4.8 (5)
Previous Day's Close and Bar Shift Indicator for MetaTrader! The Previous Day's Close and Bar Shift Indicator is a tool designed to enhance technical analysis and decision-making in trading. With this indicator, you will have access to detailed information about the opening, high, low, and closing levels of any bar, allowing for precise and comprehensive analysis of market movements. Imagine having the ability to nest one timeframe within another, enabling detailed analysis of each bar across di
FREE
Supports And Resistances Lines MTF MT4
Francisco Gomes Da Silva
4.55 (11)
Supports and Resistances, was created to help you identify tops and bottoms automatically on several different timeframes and thus plot these tops and bottoms on the current chart. Let's go to the explanation of the creation of resistances There is a rule field, which you can define what is a top and bottom the top rule is set by default like this: H[ 0 ]<=H[ 1 ] and H[ 1 ]=>H[ 2 ] Where: Element Description H  means   High [0]  means   current   candle [1]  means   previous   candle <=  mean
FREE
Fibonacci on ZigZag
Francisco Gomes Da Silva
4.93 (14)
Mouse You can draw fibonaccis moving the mouse over the zigzag indicator Pin them You can click on fibonacci with this option and it will no longer be deleted unless you click on it again :) Precision The tuned fibonacci gets the precise point in lower timeframes Enjoy it You can ask me for add more features, so please comment and leave your ranting for me to be happy, thank you :)
FREE
Bar Counter MT4
Francisco Gomes Da Silva
5 (5)
candlestick counter indicator this indicator counts candles that are on the chart of any timeframe a free bar counter for you to download on mt4 the candlestick counter counts how many candles there are inside a larger chart with this candle counter you can do the automatic candlestick count free candlestick count indicator for you to download and count bars automatically bar counter to count the bars count candle counter indicator mt4 count candle bar counter for MT5 If you are interested in th
FREE
My Candle Patterns
Francisco Gomes Da Silva
5 (1)
This indicator is a demo version of the complete My candle, which can be downloaded here: Candle Patterns Creator With the full version, you can create your own candle rules and modify a traditional candle pattern to be more accurate according to your strategy. The indicator includes several example candle rules, but here I will demonstrate only a few: Pattern Rule Candle Green C > O Candle Red C < O Doji C = O Hammer (C > O and (C-O) *2 < O-L and (C-O) *0.5 > H-C) or (C < O and (O-C) *2 < C-L a
FREE
OHLC Shifted MT4
Francisco Gomes Da Silva
5 (3)
Previous Day's Close and Bar Shift Indicator for MetaTrader! The Previous Day's Close and Bar Shift Indicator is a tool designed to enhance technical analysis and decision-making in trading. With this indicator, you will have access to detailed information about the opening, high, low, and closing levels of any bar, allowing for precise and comprehensive analysis of market movements. Imagine having the ability to nest one timeframe within another, enabling detailed analysis of each bar across di
FREE
Sweet VWAP Aux
Francisco Gomes Da Silva
4.5 (6)
Save time and make more informed decisions with Sweet VWAP Aux If you haven't already downloaded our free VWAP indicator for Metatrader 4 , do it now and experience its incredible capabilities for visualizing anchored vwap. Then come back here and get to know Sweet VWAP Aux - the perfect extension for your Sweet VWAP indicator. With just one click, Sweet VWAP allows you to anchor the VWAP indicator at the point of your choice, saving time and eliminating the need to set it up manually. In additi
Sweet VWAP Anchored MT5
Francisco Gomes Da Silva
5 (6)
Save time and make more accurate decisions with Anchored VWAPs If you want to test the power of this tool, you can download the free Anchored VWAPs indicator for MT5 . In addition to this indicator working independently, it is also an extension for the free Sweet VWAP version. This is because when you click in the free version, the VWAP you see at the mouse pointer will be anchored. And for better understanding, what will be anchored there is this indicator, with all its functionalities. This in
Rule Plotter Scanner
Francisco Gomes Da Silva
5 (1)
Have you ever thought about having a scanner that scans all strategies and shows the buy and sell points for all timeframes of that asset, all at the same time? That's exactly what this scanner does. This scanner is designed to display the buy and sell signals you created in the Rule Plotter: strategy creator without programming and run them within this scanner on various assets and different timeframes. The default strategy for Rule Plotter is only bullish and bearish candles. This means that i
FREE
Auto Anchored VWAPs
Francisco Gomes Da Silva
Unveil Trading Insights with Auto Anchored VWAPs: Auto Anchored VWAPs serve as your guiding companion in the world of trading. These indicators pinpoint crucial market turning points and illustrate them on your chart using VWAP lines. This is a game-changer for traders who employ anchored VWAP strategies. How Does It Work? Identifying High Points: If the highest price of the current candle is lower than the highest price of the previous one, And the previous high is higher than the one before it
Paula Bollinger Bands Strategy
Francisco Gomes Da Silva
3.67 (3)
Bollinger bands out/in strategy A strategy created by Joe Ross, and very useful for finding trades when the market is overloaded. Indicator You don't need to find where there are entries on the chart, this indicator shows them for you. The entrance The trade is confirmed when the price closes outside the bollinger bands on a candle and the candle after the price closes inside the bands. comment I want to improve this indicator, so you can help me sending me your reviews and comments, thanks :).
FREE
First Bar
Francisco Gomes Da Silva
Trade System You choose a bar on the day to trade, when this bar closes the robot will send two orders a at the high other at the low of the candle, which gets again the other will be canceled Stop the stop will be one tick under the low on case of the buy, or one tick above the high on case of the sell Take The take can be setted how much you wants of the stop range, it can be costumized in the strategy otimization Otimization This robot have the input to get risck return, so you can run int in
FREE
Pattern Wizard
Francisco Gomes Da Silva
5 (2)
Patterns Wizard is a tool for creating candlestick patterns. With it, you can create various patterns and add as many instances of this indicator as you want on your chart, each with a different pattern. To better understand how creation formulas work, you can refer to the examples of the My Candle indicator, which has over 70 examples of candlestick patterns The main difference with this indicator is that it has 30 rule parameters , meaning you can set a different rule for each of the last 30 c
FREE
TrendPlator
Francisco Gomes Da Silva
TrendPlator: Empower Your Trading Strategies with an Advanced Trend Projection Indicator Explore the potential of our innovative indicator! With the ability to analyze and project trend lines from larger timeframes directly onto your current timeframe, it provides strategic support that catches the attention of traders across the board. These points become strategic levels of support or resistance for your trades, strengthening your trading strategy. Visualize the opportunity to add an indicator
Rule Plotter Expert
Francisco Gomes Da Silva
5 (3)
This Expert Advisor has been designed to test and execute your strategies created within the Rule Plotter indicator. How to use: Download the indicator Rule Plotter - a tool for creating trading systems without the need for programming . Next, develop your strategies within the Rule Plotter indicator. Finally, execute your created strategies using this Expert Advisor. Parameters: Strategy: Your trading system created within the Rule Plotter indicator, allowing you to test and execute your custom
Rule Plotter MT4
Francisco Gomes Da Silva
4.25 (4)
How to Create an Automated Trading Robot Have you ever wondered how powerful it would be to automate your trading strategies with just a few clicks of the mouse? Imagine having the freedom to create and test different trading strategies without the need to dive into complicated code. With Rule Plotter, this vision becomes a reality. Here we will explore how you can create your own custom trading robot using Rule Plotter, a trade-system creation tool that simplifies the entire process. What is Ru
FREE
Hide Scale
Francisco Gomes Da Silva
5 (1)
Hide Scale - Tool for Traders Who Want More Screen Space Instructions Press "T" to hide the time scale and "P" to hide the price scale. You can customize these keys by clicking the corresponding button and typing a new key on your keyboard. To hide both scales at the same time, you can assign the same key to both options. To show the scales again, simply press the corresponding key again. Why We Created This Tool We created this Hide Scale tool to help traders who use our Sweet VWAP indicator to
FREE
Hide Scale MT4
Francisco Gomes Da Silva
5 (4)
Hide Scale - The ideal tool for traders who want to maximize chart space How to use Hide Scale Press "T" to hide the time scale and "P" to hide the price scale. You can customize the keyboard shortcuts by clicking on the corresponding buttons and choosing a new key for each function. If you want to hide both scales at the same time, you can assign the same key to both options. To display the scales again, simply press the corresponding key again. The reason behind creating this tool We developed
FREE
Discover the Power of Risk Management with Price Action to Position Your Stop Loss! Have you ever experienced the situation where you know exactly when to enter a trade, but you're unsure about the right time to exit? Don't worry, you're not alone! Many traders face this challenge on a daily basis. The good news is that our price action-based risk management tool is here to solve this problem. While you focus on identifying the optimal entry points, our tool takes control and handles the trade e
Auto Anchored VWAPs MT4
Francisco Gomes Da Silva
Unveil Trading Insights with Auto Anchored VWAPs: Auto Anchored VWAPs serve as your guiding companion in the world of trading. These indicators pinpoint crucial market turning points and illustrate them on your chart using VWAP lines. This is a game-changer for traders who employ anchored VWAP strategies. How Does It Work? Identifying High Points: If the highest price of the current candle is lower than the highest price of the previous one, And the previous high is higher than the one before it
Rule Plotter Expert MT4
Francisco Gomes Da Silva
5 (1)
Trading Your Strategies Created with Rule Plotter Indicator with Rule Plotter Expert: Now that you have created your custom strategies using the Rule Plotter Indicator and visualized the arrows indicating entry and exit points on the chart, it's time to bring these strategies to life in the financial markets. With the Rule Plotter Expert, you can trade autonomously and accurately based on these arrows, making the most of the potential of your strategies Turning Arrows into Actions: The arrows ge
Paula Bollinger Bands
Francisco Gomes Da Silva
Transform your investment strategy with the Expert Advisor for MetaTrader investor robot. Based on the powerful Bollinger Bands strategy, created by Joe Ross and dubbed Paula by renowned Brazilian trader Rodrigo Cohen, you will have access to advanced technology that will maximize your profits and minimize your risks. Don't waste any more time with old and inefficient strategies. With our investor robot, you will have access to a highly accurate algorithm that combines technical analysis of ma
My Candle
Francisco Gomes Da Silva
Define your own candlestick pattern and this indicator will show on the screen when this pattern appears You can test it for free in the Strategy Tester and see how many times your candlestick pattern appears on the asset of your choice You can also paint all candles of your pattern or just one This indicator is useful for candlestick analysis, for you to use in price action and with naked trade strategies. It is an indicator that shows the movement you choose How to Use the Indicators: AC AC[1
Filter:
No reviews
Reply to review