FlipPro Unlimited

FlipPro Unlimited EA Manual

1. Introduction

FlipPro Unlimited is an Expert Advisor (EA) designed for the MetaTrader 5 (MT5) trading platform. It is a versatile trading tool that allows users to initiate buy or sell positions with customizable stop loss (SL) mechanisms, and it supports automated flipping of trade directions upon hitting SL. The EA includes features like dynamic or fixed SL, trailing to breakeven (BE), martingale pending orders, target profit closure, and a common take profit (TP) level.

Key capabilities:
- Manual initiation of trades via buttons or keyboard.
- Automatic reversal (flip) on SL hits.
- Martingale strategy for hedging losses.
- User-friendly control panel and settings dialog.
- Real-time info labels for trade monitoring.

Important Disclaimer: Trading involves significant risk of loss. This EA does not guarantee profits and should be used with proper risk management. Backtest and demo test before live use. The developer (Roy and Sons Holdings) holds no responsibility for losses incurred.

Version: 1.0  
Copyright: 2024-2025, Roy and Sons Holdings

2. Installation

1. Download the EA: Obtain the "FlipPro Unlimited.ex5" file from the MQL5 Market or provided source.
2. Attach to Chart:
   - Open MT5 and navigate to the Navigator panel (Ctrl+N).
   - Find the EA under "Expert Advisors" and drag it onto a chart of your desired symbol (e.g., EURUSD).
   - In the EA properties window, configure input parameters (see Section 3) and allow live trading if needed.
   - Click "OK" to attach. The control panel should appear on the chart.
3. Permissions: Ensure "Allow live trading" and "Allow DLL imports" are enabled in MT5 settings (Tools > Options > Expert Advisors).
4. Restart Handling: If positions with the EA's MagicNumber exist on startup, the EA will detect and manage them automatically.

Note: The EA uses a control panel that can be dragged by clicking and holding the header. It also responds to chart changes and mouse events.

3. Input Parameters

These are configurable when attaching the EA or via the settings dialog (some parameters are runtime-changeable).

- LotSize (default: 0.1): Fixed lot size for trades (regardless of account balance). Can be changed at runtime via settings as "Initial Lot".
- MagicNumber (default: 1234567): Unique identifier for the EA's trades to avoid conflicts with other EAs.
- SlippageMax (default: 0): Maximum allowed slippage in points for order execution.
- MinTradeInterval (default: 0): Minimum seconds between trades to prevent rapid firing.
- CandleLookbackInput (default: 1): Number of candles to look back for dynamic SL calculation. Can be changed at runtime.
- MartingaleLevelsInput (default: 3): Number of martingale pending orders to place. Can be changed at runtime.
- MartingaleMultiplierInput (default: 2.0): Lot multiplier for each martingale level. Can be changed at runtime.
- CommissionPerLot (default: 0.5): Commission per lot in account currency (adjusts BE calculations).

Other runtime settings (via dialog):
- Fixed SL Pips (default: 10000.0): For fixed SL mode.
- Breakeven Multiplier (default: 1.0): Multiplier for trailing BE threshold (e.g., trail when profit reaches X times initial SL).
- Target Profit (default: 0.0): Total profit level to close all positions (disabled if 0).
- Take Profit Price (default: 0.0): Common TP price for all positions/orders (disabled if 0).
- Initial Lot (overrides LotSize at runtime).

4. User Interface

4.1 Control Panel
The panel appears on the chart (draggable via header). It includes buttons for trade control and toggles.

- Header: "Infinite Flip Controls" (blue background).
- Buttons:
  - Start BUY (green): Opens a buy position if no trade is active.
  - Start SELL (red): Opens a sell position if no trade is active.
  - Reverse & TP (blue): Closes all positions/pending orders, flips direction, and opens a new trade (includes martingale if enabled).
  - Close All (gray): Closes all positions and cancels pending orders.
  - Flip: ON/OFF (toggle, sky blue/dark blue): Enables/disables automatic flip on SL hit.
  - SL: Dynamic/Fixed (toggle, green/red): Switches between dynamic SL (based on candles) or fixed pips.
  - Trailing BE: ON/OFF (toggle, green/red): Enables/disables trailing to breakeven.
  - Martingale: ON/OFF (toggle, green/red): Enables/disables martingale pending orders.
  - Settings (gray): Opens the settings dialog.

4.2 Info Labels
Displayed at the top-center of the chart (updates in real-time):
- Volume: Total open volume for EA positions.
- Pot Loss: Potential loss if all SLs are hit (negative value shown as positive loss).
- BE Price: Weighted average entry price (breakeven point).
- Pot Profit: Potential profit if all TPs are hit (shown only if all positions have TP).

4.3 Settings Dialog
Opened via the "Settings" button (draggable via header). Allows runtime changes.

- Header: "Stop Loss Settings".
- Fields:
  - Fixed SL (pips): Set fixed SL distance.
  - Candle Lookback: Candles for dynamic SL.
  - BE Multiplier: Threshold multiplier for trailing BE.
  - Target Profit: Profit level to close all.
  - Martingale Levels: Number of martingale orders.
  - Mart Multiplier: Lot multiplier for martingale.
  - Take Profit Price: Common TP for all.
  - Initial Lot: Starting lot size.
- Buttons:
  - OK (blue): Applies changes and closes dialog. Updates active trades if applicable (e.g., moves SL).
  - Cancel (red): Closes without changes.

Note: Double-click on the chart to set a common TP price (if multiple orders exist).

5. Features Explanation

5.1 Flip Sequence
- When enabled (default: ON), if a position hits SL, the EA automatically flips direction and opens a new trade.
- Disabled: Trades close on SL without flipping.

5.2 Stop Loss Types
- Dynamic SL (default): Based on min/max of recent candles (CandleLookback). For buy: lowest low; for sell: highest high.
- Fixed SL: Fixed pips from entry (default: 10000 pips, adjustable).
- SL respects minimum stop levels and is normalized.

5.3 Trailing Breakeven
- When enabled, trails SL to breakeven (entry price adjusted for commission) once profit reaches Breakeven Multiplier * initial SL pips.
- Skips if already at BE or closer. Checks minimum distance to market.

5.4 Martingale
- When enabled, places pending orders at levels between entry and SL.
- Levels: Divided evenly (step = SL distance / (levels + 1)).
- Lots: Initial lot * multiplier^level.
- Type: Buy limit for buy trades; sell limit for sell.
- Shares SL and TP with main trade.

5.5 Target Profit
- If set (>0), monitors total profit across all EA positions and closes all when reached.

5.6 Common Take Profit
- Set via settings or double-click on chart price.
- Applies to all positions and pending orders (modifies existing).
- Potential profit label shows if all have TP.

5.7 Other Behaviors
- Retries failed order placements every second.
- Handles commission in BE calculations.
- Updates on timer (every second) for trailing, targets, and labels.

6. Keyboard Shortcuts
Active when settings dialog is closed:
- Up Arrow: Start BUY.
- Down Arrow: Start SELL.
- Delete: Close All.
- R or End: Reverse & TP.

7. Risk Management and Disclaimers
- Risks: Martingale can amplify losses. Large lots or high multipliers may lead to margin calls. Dynamic SL may be wider in volatile markets.
- Recommendations: Use small lots (e.g., 0.01). Set reasonable SL and targets. Monitor via info labels. Test on demo accounts.
- Limitations: No TP by default (unless set). Assumes FIFO/netting account types. Debug mode prints logs (enable via #define __MQLDEBUG__).
- Support: Refer to MQL5 Market page or contact developer.

For updates or issues, check the product link. Happy trading!
Recommended products
Flow – Hotkey Tool for Discretionary Traders Take full control of MT5 with your keyboard and mouse. Flow is a powerful hotkey-based assistant designed specifically for discretionary traders who want to place orders, draw tools, and operate charts with speed and precision. No more right-click menus or wasting time. Just trade. Key Features Order Execution Place pending Buy/Sell orders (limit or stop) instantly with just a mouse click. Stop Loss and Take Profit lines are automatically attac
TradeForge AlphaGain AI
Akshay Chunilal Patil
AlphaGain AI – Elite Precision Trading Redefined AlphaGain AI is a powerful, AI-enhanced Expert Advisor (EA) for MetaTrader 5, designed to help traders consistently capture profitable trades using advanced machine learning and deep historical data analysis. Built for both beginners and professionals, AlphaGain AI adapts to market conditions in real-time—giving you a powerful advantage every step of the way. ️ Key Features: Artificial Intelligence Core AI-based algorithm identifies high-p
The Trend Catcher: The Trend Catcher Strategy with Alert Indicator is a versatile technical analysis tool that aids traders in identifying market trends and potential entry and exit points. It features a dynamic Trend Catcher Strategy , adapting to market conditions for a clear visual representation of trend direction. Traders can customize parameters to align with their preferences and risk tolerance. The indicator assists in trend identification, signals potential reversals, serves as a trail
FREE
Special Candle Do you want to use one of the best Forex indicators with a successful Ichimoku strategy? You can use this Awesome Indicator that is based on the Ichimoku strategy. MT4 version is here First strategy: This strategy involves identifying similar strong crosses that rarely occur. The best timeframes for this strategy are 30 minutes (30M) and 1 hour (H1). Appropriate symbols for the 30-minute timeframe include: •    CAD/JPY •    CHF/JPY •    USD/JPY •    NZD/JPY •    AUD/JPY •    EUR
The Expert Advisor will help you forward all alert from  MetaTrader 5 to Telegram channel/ group.  All alert must save to folder <Data folder>MQL5\Files\Alerts\ , text file with format *.txt and screenshot with format *.gif or *.png. Parameters: - Telegram Bot Token: - create bot on Telegram and get token. - Telegram Chat ID:  - input your Telegram user ID,  group / channel ID - Forward Alert: - default true, to forward alert. - Send message as caption of Screenshot: - default false, set true t
Gold trend scanner MT5 a multi symbol multi timeframe dashboard that monitors and analyzes Average True Range indicator value in up to 28 symbols and 9 timeframes  in 3 modes :  It shows the ATR indicator value in all pairs and timeframes and signals when the ATR value reaches a maximum or minimum in a given duration. Short term ATR/Long term ATR ratio: It shows ratio of 2 ATRs with different periods. It's useful in detecting short term volatility and explosive moves. ATR Value/Spread ratio: S
The indicator builds current quotes, which can be compared with historical ones and on this basis make a price movement forecast. The indicator has a text field for quick navigation to the desired date. Options: Symbol - selection of the symbol that the indicator will display; SymbolPeriod - selection of the period from which the indicator will take data; IndicatorColor - indicator color; Inverse - true reverses quotes, false - original view; Next are the settings of the text field, in w
Advanced MT5 Indicator: Precision-Powered with Pivot Points, MAs & Multi-Timeframe Logic Unlock the full potential of your trading strategy with this precision-engineered MetaTrader 5 indicator —an advanced tool that intelligently blends Pivot Points , Adaptive Moving Averages , and Multi-Timeframe Analysis to generate real-time Buy and Sell signals with high accuracy. Whether you're a scalper, day trader, or swing trader, this MT5 indicator adapts to your unique approach, helping you detect
Click and Go Trade Manager, the ultimate solution for seamless trading execution. With a simple click on the chart, you can effortlessly define your stop loss, entry price, and target levels. No more hassle of inputting values manually - it's made incredibly intuitive and easy. Embedded risk management is a key feature of our Trade Manager. We understand the importance of protecting your investments, which is why the Click and Go Trade Manager incorporates risk management. When placing orders, y
AnaliTick
Aleksandr Prozorov
AnaliTIck is a financial instrument analysis and testing program based on the Metatrader5 platform. The object of analysis is the sequence of changes in the prices of Bid and Ask - ticks. The program may be useful to developers of scalping advisers and strategies, those who work on the news. When the program is loaded, an array of ticks for the financial instrument, on the chart of which the program is installed, is filled for the current period. The analyzed period is 4 trading days. On this pe
Custom Ultimate Sniper Dashboard MT5 Once you purchase, send a message to my inbox for manual. Are you tired of missing out on profitable trades because you can't keep up with market movements? The Custom Ultimate Sniper Dashboard for Meta Trader 5 (MT5) is here to help! This EA upgrade to the original Ultimate Sniper Dashboard indicator is specifically designed for users of the MT5 platform and boasts an impressive arsenal of 98 algorithms that work together to accurately capture the true nat
BRIEF INTRODUCTION : This Panel is made for EURUSD pair. It offers an ultimate and complete auto trading with an optional money management Controls. This application is an automated panel who works on every situations of the price market. It is equiped with an automatic indicator attached on the bottom of the Panel. There are another functionalities like  Martingale strategy  and a  range sequence  detection , it triggers automatically when the control are checked. These are made to help users
About the Indicator This indicator is based on Monte carlo simulations on the closing prices of a financial instrument. By definition, Monte carlo is a statistical technique used to model the probability of different outcomes in  a process that involves random numbers based on previously observed outcomes. How does it Work? This indicator generates multiple price scenarios for a security by modelling random price changes over time based on historical data. Each simulation trial uses random vari
Ava 3
Sveinn FRIDFINNSSON
5 (1)
AvA 3 SET files AvA 3 - HELLENIC: Dynamic Multi-Module Trading System AvA 3 - HELLENIC is a sophisticated Expert Advisor meticulously engineered for serious forex traders seeking exceptional versatility and precision in automated trading. This powerful EA integrates multiple trading modules within a flexible framework, delivering a complete trading solution adaptable to diverse market conditions. At its core, AvA 3 - HELLENIC features four specialized trading modules - ALPHA, BETA, GAMMA, and
MQLplus Charting
Dominik Egert
3.67 (3)
MQLplus Charting  Inspired by good charting solutions available on the web, this utility finally brings some neat features to MT5 to make charting fun again. Current version supports following features: Free floating charts , similar to Tradingview A sophisticated Cross-Hair , with detailed data display Multi-Chart Cross-Hair  sync function Measurement tool , showing account currency, points and period count as results Speed-Scrolling  to move fast through markets history Snail-Scrolling  to p
Cumulative Delta Indicator for MetaTrader 5 The Cumulative Delta Indicator is a dedicated volume analysis tool on MetaTrader 5 that monitors market buying and selling pressure. By comparing order flow data, it displays cumulative volume changes to help traders identify divergence signals. This MT5 indicator supports the detection of strong market trends, enhances liquidity analysis, and confirms price action behavior. «Indicator Installation & User Guide» MT5 Indicator Installation  |  Cumulativ
FREE
This tool is used to generate a K - line reflection chart of a currency pair for foreign exchange transactions. For example, if the currency pair is EURUSD, a custom currency pair named EURUSD_ref is generated and a chart for that currency pair is opened. The price of a custom pair of currency is the inverse of the price of the original pair, which is the equivalent of a new pair of currency, the USDEUR. The usage is simple, put it on any chart, the new chart will open, and then draw the corr
Statistical Arbitrage Spread Generator for Cointegration [MT5] What is Pair Trading? Pair trading is a market-neutral strategy that looks to exploit the relative price movement between two correlated assets — instead of betting on the direction of the market. The idea? When two assets that usually move together diverge beyond a statistically significant threshold, one is likely mispriced. You sell the expensive one, buy the cheap one , and profit when they converge again. It’s a statistica
FREE
Nice Mamma
Pascal Hussenet
The MAMMA indicator is ideal for beginners as well as for advanced traders to calculate STOPs, VOLUMES or the level of RISK. You have a cockpit to control the parameters and adapt the tool to your trading. This cockpit can be moved or simply reduced to be enlarged when you need it. There are 3 calculation methods: * You can automatically calculate risk based on what you plan to do with a lot size and stop size * You can set lot size based on expected risk and a stop size * You can set the id
# If you have any other requirements or are interested in collaboration, please contact  dev.quantech.london@gmail.com . Flash Trade (FT) Most friendly manual trading tool. Easy operation to secure your funds. Features of FT Click the chart to trade fast FT supports market orders and pending orders Click twice to complete the order and set SL and TP Click trice to complete the pending order and set SL and TP Automatically set the stop-loss amount of each order to a fixed percentage of the bala
PREngulfing
Slobodan Manovski
PR EA - Engulfing Pattern Trading System Automated Engulfing Pattern Detection with MA Confirmation The PR EA is a Meta Trader 5 expert advisor that identifies and trades bullish/bearish engulfing candlestick patterns when confirmed by a moving average filter. Designed for swing trading on 30-minute charts with compatibility for M15 and H1 time frames. Key Features: Pattern Recognition - Detects valid bullish/bearish engulfing candle formations Trend Confirmation - 238-period SMA filter
Overview Harmonic Patterns MT5 is a technical analysis indicator designed for the MetaTrader 5 platform. It identifies and displays harmonic price patterns, such as Butterfly, Cypher, Crab, Bat, Shark, and Gartley, in both bullish and bearish directions. The indicator calculates key price levels, including entry, stop loss, and three take-profit levels, to assist traders in analyzing market movements. Visual elements and customizable alerts enhance usability on the chart. Features Detects six ha
Attention! Contact me immediately after purchase to receive detailed instructions and recommendations! Welcome to a new level of Forex trading! Tired of constant risks and uncertainty? With Solaris Imperium MT5 , forget about stress and unpredictable outcomes. This innovative automated trading system paves the way to stable income, turning your investment into a reliable source of profit! Why Choose Solaris Imperium MT5? 1️⃣ Artificial Intelligence on Your Side: 24/7 automated tradi
The "No Reversal Accumatrix AI" is a cutting-edge MetaTrader 5 indicator designed to assist traders in confirming trends without the inconvenience of repainting. Built upon advanced artificial intelligence algorithms, this indicator offers a reliable tool for identifying and validating trends in financial markets. Key Features: Non-Repainting Technology : Unlike traditional indicators prone to repainting, the "No Reversal Accumatrix AI" utilizes innovative algorithms to provide accurate trend co
##   ONLY GOLD ##   Тiльки Золото ## **Mercaria Professional Trading Zones - Complete Guide** ## **Mercaria Professional Trading Zones - Повний посібник** ### **How Mercaria Zones Work / Як працюють зони Mercaria** **English:** Mercaria Zones is an advanced trading indicator that identifies high-probability support and resistance areas using ZigZag extremes combined with mathematical zone calculations. The indicator works on multiple timeframes simultaneously, providing a comprehensive view
Logistician — Algorithmic Expert Advisor Based on Statistical Logic Logistician is a professional trading Expert Advisor that applies a proprietary logistic model to analyze market behavior. It operates using a mathematically grounded algorithm that evaluates price strength and amplitude over a specified period and makes trading decisions based on internal statistical indicators — without using external technical tools. The system is designed to detect trend weakening, automatically closing the
Fortune Pro XAUUSD h1
Raphael Schwietering
Fortune Pro — Smart Precision Trading on XAUUSD H1 Backtested from 2024 to Present | Designed for Live Markets | Prop Firm Ready Fortune Pro is a next-generation Expert Advisor designed for high-performance trading on XAUUSD H1. It combines adaptive strategy logic with strict risk control to deliver consistent results in the gold market. Whether you're trading for yourself or aiming for funding, Fortune Pro is built to deliver. Why Fortune Pro Excels Every trade is secured with a Stop Loss and T
GRat Crypto
Ivan Titov
4.5 (2)
Trade on crypto exchanges in MT5! GRat_Crypto is a tool for manual and automated trading , including ANY available EA, ANY  cryptocurrency  on most popular crypto exchanges in the familiar MT5 environment 24/7. Features 1. ALL instruments of the 9 most popular crypto exchanges are available: Binance, BingX, Bybit, Coinbase, CoinEx, Kraken,   KuCoin, MEXC and OKX . 2. The ability to place ANY type of order available in MT5, both market and pending, to modify orders and positions, to delete order
ProEngulfing For MT5
Ashkan Hazegh Nikrou
Pro Engulfing Indicator is professional indicator can detect qualified engulf patterns Free version of ProEngulfing is   QuallifiedEngulfing   By One Signal Limitation per day and less features Join   Koala Trading Solution Channel   in mql5 community to find out the latest news about all koala products, join link is below : https://www.mql5.com/en/channels/koalatradingsolution MT4 Version of this product already downable in link below :  https://www.mql5.com/en/market/product/52023 Introducing
Buyers of this product also purchase
Trading Chaos Expert
Gennadiy Stanilevych
5 (10)
This software has no equals in the world and represents a universal trade "console" covering trading signals, automated market entry, setting of Stop Loss and Take Profit, as well as Trailing Profit for multiple trades at the same time in a single open window. Intuitive control of the Expert Advisor in "three clicks" ensures a comprehensive use of all its functions on different computers, including tablets PCs. Interacting with additional signal indicators that mark the chart to give a real mark
HINN Lazy Trader
ALGOFLOW OÜ
5 (2)
Lazy Trader is your personal risk management assistant that independently finds the best market entries, manages positions, and helps you extract maximum profit from every trading idea! It monitors charts from M1 to W1 , finds optimal entry points based on your parameters, and manages trades without your involvement: - Got an idea on the daily chart? No need to wait for lower timeframes to form a signal — Lazy Trader will check everything and open all necessary positions while you live your lif
Mentfx Mmanage mt5
Anton Jere Calmes
4.25 (8)
The added video will showcase all functionality, effectiveness, and uses of the trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool calculates al
YuClusters
Yury Kulikov
4.93 (41)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
Unlimited Trade Copier Pro MT5 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 n
Wouldn't it be great if AI had a second look at your trading data — graphics, indicators, and beyond? Introducing AI Trading Station , a revolutionary utility seamlessly integrated with the MetaTrader platform. Powered by the advanced intelligence of OpenAI's ChatGPT, this complete solution covers every step of your trading journey, from data gathering to trade execution. The Complete Trading Process. Reinvented Data Gathering & Visualization: Collect and display vital market data on intuitive
News Trade EA MT5
Konstantin Kulikov
4.55 (11)
Present to you the useful robot that I have been using for several years. It can be used in both semi-automatic mode and fully automatic mode. The program contains flexible settings for trading on the news of the economic calendar. It cannot be checked in the strategy tester. Only real work. In the terminal settings, you need to add the news site to the list of allowed URLs. Click Tools > Options > Expert Advisors. Check the option "Allow WebRequests for listed URL:". Add this (delete the spac
******************************* ***************** ********************** ***************** ********************** ************************* GoldMine Train is a Trend trading strategy EA for Gold. Operator determines the major trend direction and instruct the Train to go. The Train will continuously BUY/SELL in the direction. Lot volume will depends on the Account Balance and preset Leverage ratio. When Operator change the trend direction, the Train will stop and lock the profit. User can easil
HYT utility
Sergey Batudayev
HYT (Help Your Trading) is a tool designed to help you average down your losing positions using two main techniques: Standard averaging. Hedging with subsequent opening of positions in the direction of the trend. This tool allows you to manage multiple positions opened in different directions, both for buying and selling. HYT automatically calculates the size of the next position, order price, direction for averaging, and closing the position with a specified take-profit level. It also provides
Mt5 To InterativeBrokers Copier allows you to copy deals from MT5 account to Interactive Brokers. With this, you can run your EA strategy on a MT5 Demo/Real Account, then copy all the deals to Interactive Brokers account real time. Features: 1. Copy or Invert-Copy deals Realtime from MT5 to IB Account. 2. Synchronizing positions of both accounts periodicaly, in case any missing copying. 3. You can choose only Buy position or Sell position. Symbols Setup: General Format:  {MT Symbol} -> {IB S
Live Forex Signals is designed for trading on site signals   https://live-forex-signals.com/en and  https://foresignal.com/en . Live Forex Signal for MetaTrader 4   https://www.mql5.com/en/market/product/81445 Parameters Username   and   Password   if you have a subscription to the sites live-forex-signals.com/foresignal.com , then you should fill in these parameters with your credentials; if there is no subscription, then leave the fields empty; Comment   comment on the deals being opened Ris
All in one Keylevel
Trinh Minh Tung
5 (1)
Instead of sticking to the Charts,let's use ALL IN ONE KEYLEVEL Announcement: We are pleased to announce the latest version 14.02 of the One In One Keylevel product. This is a reliable product that has been upgraded with many new features and improvements to make your work easier and more efficient. Currently, we have a special promotion for this new version. The current discounted price is $500, and there are only 32 units left. After that, the price will increase to $1000, and will continue to
Smart Trade Manager for Layering & BE This   trading tool   automates trade management   by handling entry positions, Break-Even (BE), and Take Profit (TP) dynamically. It allows traders to   layer trades   and   protect their profits   without manual intervention. Key Features: Secure profits automatically   by setting BE once a trade reaches profit. Distribute trade volume across multiple entries   to average the price. Set multiple TP targets   to scale out of positions efficiently. Use tick
Features   With MT5 to Interactive Brokers(IB) Trader, you can: 1. Load chart data from IB to MT5, and Analyze with all standard or customer Indicators. 2. Place Orders to IB Account Directly in MT5. 3. Make your Own EAs upon IB Securities by only making minus changes of the trading function. Usage 1) Installation Copy the "Mt5ToIBTraderEn.ex4" and sample files to [MT5 Data Folder]->MQL5->Experts.  2)  MT5 Settings Add the IP Address to the MT5 Allowed URLs in 'Tools->Options->Expert Adviso
A triangular arbitrage strategy exploits inefficiencies between three related currency pairs, placing offsetting transactions which cancel each other for a net profit when the inefficiency is resolved. A deal involves three trades, exchanging the initial currency for a second, the second currency for a third, and the third currency for the initial. With the third trade, the arbitrageur locks in a zero-risk profit from the discrepancy that exists when the market cross exchange rate is not aligned
GOLD robot4trade
Vyacheslav Izvarin
GOLD robot4trade (FTMO-Ready Edition) v1.5 Powered by Robot4Trade.com | AI-Enhanced & Challenge-Ready Overview The Advanced Forex EA is a next-generation trading algorithm designed for performance, stability, and full compatibility with prop firm requirements such as FTMO , MyForexFunds , and more. This EA combines classic, reliable indicators (MA, RSI, ATR) with modern risk management and equity protection, including a daily drawdown monitor , progressive entry logic , and an on-chart
Best Renko Chart Generator
Mohammad Taher Halimi Tabrizi
5 (1)
This is the Best Renko chart generator ever in the market you can set the box sizes based on ATR or Fixed Size: 1. Fixed Box Size 2. Current ATR Size 3. ATR size of the Chart Start Time. also you can set the Renko chart cut of date and time to start as reference of creating renko charts. you need to attach to a symbol chart that want the renko chart of it, then immediately a new chart will be opened which is based on renko, you can use this generated chart and attach your EA to trade on or you e
Stealth Mode TP/SL Manager with AI Protection This AI-powered tool   manages Stop Loss and Take Profit dynamically   using either price-based or profit-and-loss (PnL) calculations while   hiding these levels from the market . Key Features: Supports BUY, SELL, or both position types. Flexible symbol selection:   Manage the current chart, all symbols, or specific symbols (separated by semicolons). Customizable magic numbers & expert IDs:   Choose whether to manage all orders or only those with sp
News Trader Pro is a unique robot that allows you to trade the news by your predefined strategy. It loads every piece of news from several popular Forex websites. You can choose any news and preset the strategy to trade it, and then News Trader Pro will trade that news by selected strategy automatically when the news comes. News release gives opportunity to have pips since the price usually has big move at that time. Now, with this tool, trading news becomes easier, more flexible and more exciti
Elliott Wave Counter is a panel for rapid and user-friendly manual markup of Elliott waves. One can select a color and a level of marks. There are also functions for removing the last markup and the entire markup made by the tool. Markup is made in one click. Click five times - have five waves! Elliott Wave Counter will be a great instrument both for beginners and professional analysts of Elliott waves. Elliott Wave Counter Installation & Inputs Guide if you want to get   notifications  about t
If you wish to draw Support and Resistance lines, view: daily market opening, classical pivot levels, Fibonacci pivot levels, trend lines, Fibonacci levels, the remaining time to candle closing, and current spread. If you seek to place your orders with the exact lot that meets your desired stop loss risk. If you wish to do all this and more with just one click, then this is the perfect tool to use. This tool will allow you to feel more relaxed when deciding to open orders, as well as predicting
如果产品有任何问题或者您需要在此产品上添加功能,请联系我 Contact/message me if you encounter any issue using the product or need extra feature to add on the base version. There is Demo version of this panel Dashboard Babon Scalping System MT5 Demo in my product list, please try it out to get familiar with all functionalities for free. Free version: LINK MT4 version: LINK This system basically utilizes TDI, Heiken Ashi Trend, Price Trend on H1 time-frame and TMA on H1&H4 time-frame to generate the trend (big picture). Then
The new version of  MirrorSoftware 2021  has been completely rewriten and optimized.  This version requires to be loaded only on a single chart because  it can detect all actions on every symbol and not only the actions of symbol where it is loaded. Even the  graphics and the configuration mode  have been completely redesigned. The MirrorSoftware is composed of two components (all components are required to work):  MirrorController  (free indicator): This component must be loaded into the MASTER
ClusterSecond
Rafil Nurmukhametov
4.78 (32)
The utility allows you to build different types of graphs: Seconds chart from 1 second to 86400 seconds Tick chart from 1 tick and above The volume chart Delta chart Renko chart Range chart Demo version of the utility https://www.mql5.com/ru/channels/clustersecond Built-in indicators for volumetric analysis: daily market profile and market profile of the selected timeframe, Cluster Search Imbalance VWAP Dynamic POC, VAH, VAL the profile depth of the market vertical volume with various display op
Corporate Report MT5
Pavel Verveyko
5 (1)
The script displays info about the share's corporate reports and dividends. The data is downloaded from   investing.com : Report date Profit per share (EPS) Revenue Market capitalization Amount of dividends Date of payment of dividends Dividend income The product cannot be tested in the tester (since it is not possible to receive data from the Internet). Before launching:  Add 2   URL   https://ru.investing.com/earnings-calendar/Service/getCalendarFilteredData  and   https://ru.investing.com/di
Telegram Publisher Agent  is an add-on that allows traders to send signals to their Telegram channels and groups in real-time. With customizable messages, chart screenshots, and other features, the tool helps traders share their trading insights and strategies with their followers. The tool also features a beautiful design with light and dark theme switch, providing users with an aesthetic and functional trading experience. Telegram Publisher Agent was designed to Publish all your trades as sig
Telegram Notify MT5 Telegram Notify MT5 is an utility tool to bridge your MetaTrader 5 activities to your Telegram chat/channel. It is useful for monitoring your MetaTrader 5 account by sending a notification to your particular Telegram chat/channel when someone/EA is placing trades, modifying order's TP/SL, closing trades and etc. This EA does not place any trade for your account. This EA also could be a convenient tool for monitoring other's EA trading activities or a tool for publishing your
Telegram ChartSnap MT5 is an utility tool to bridge your MetaTrader 5 activities to your Telegram chat/group/channel. It will screen shot your MetaTrader 5 chart and send it to your dedicated Telegram chat/group/channel through a Telegram bot. The whole process will keep repeating based on a time cycle that predetermined by the user. It is a convenient tool for those who like to get access to their favorite system/dashboard that only available at MetaTrader Desktop. Beside that, trader can easi
Easy Strategy Builder 5
Gheis Mohammadi
5 (4)
The  Easy Strategy Builder (ESB)  is a " Do It Yourself " solution that allows you to create a wide range of the automated trading strategies without any line of codes. This is the world’s easiest method to automate your strategies that can be used in STP, ECN and FIFO brokers. No drag and drop is needed. Just by set conditions of your trading strategy and change settings on desired values and let it work in your account. ESB has hundreds of modules to define unlimited possibilities of strategi
Quick operation, quick purchase, sale, empty operation. Provide three buttons: Buy, Sell, empty. Buy: Quickly place more orders after clicking, default 1 hand, profit point and stop-loss point are 110 points, after successful order can be manually modified. Sell: Quickly place an empty order after clicking, default 1 hand, profit point and stop-loss point are 110 points, can be manually modified after the order is successful. Empty: Quickly clear all orders, including purchase and s
Filter:
No reviews
Reply to review