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!
Produits recommandés
Short Description Swing Timing Breakout EA is a smart Expert Advisor for MetaTrader 5 that combines trend filtering, momentum timing, and dynamic risk management to capture high-probability swing and breakout opportunities. Full Description Swing Timing Breakout EA is a professional trading robot designed for MetaTrader 5, suitable for traders who want a balance between automation, control, and disciplined risk management. This EA uses a trend-following and momentum confirmation approach ,
Panic Panel MT5
Nikola Miladinovic
Panic Panel is a professional manual trade management tool for MetaTrader 5. It allows traders to control open positions quickly and safely directly from the chart. Main Features: - Symbol-specific position control - One-click Break Even - Manual Stop Loss step adjustment - Partial close: 25% / 50% / 75% - Net profit, position count and volume display - Independent per chart operation The panel works only on the active symbol and does not affect other instruments. This tool does NOT open tr
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
This script is an Intelligence Gathering Utility designed to give you full control over your data exports from MetaTrader 5. It allows you to synchronize up to three different symbols into a single file with precise timestamping. 1. Setting the Data Range (Range) You can define exactly which historical period you want to capture: Date Mode : If Last N bars (0 = use date range above) is set to 0 , the script will export all data between your chosen start and end dates. Bar Mode : By entering a nu
TradeForge AlphaGain AI
Akshay Chunilal Patil
AlphaGain AI – Précision de niveau expert avec IA nouvelle génération AlphaGain AI est un Expert Advisor (EA) haut de gamme pour MetaTrader 5, alimenté par l’intelligence artificielle et plus de 10 ans de données historiques pour des signaux fiables et une gestion des risques avancée. Caractéristiques principales : Noyau IA : détecte les figures de chandeliers, zones de volatilité et impulsion du marché ; Entraîné sur 10+ années de données ; Stratégie intelligente d’entrée/sortie : SL/T
Shadow Ema Pro
Ignacio Agustin Mene Franco
Shadow EMA Pro — Expert Advisor for XAUUSD M5 The smart way to trade Gold on the 5-minute chart Shadow EMA Pro is a 100% automated Expert Advisor, specifically designed for trading XAUUSD (Gold) on the M5 timeframe. It combines classic trend-following logic with high-precision entries through a multi-filter confluence system, achieving consistent performance with robust capital protection built into its core. Recommended initial capital: $1,000 USD Optimized for: XAUUSD · M5 · ECN Broker
Bougie spéciale Voulez-vous utiliser l'un des meilleurs indicateurs Forex avec une stratégie Ichimoku réussie ? Vous pouvez utiliser cet indicateur impressionnant qui est basé sur la stratégie Ichimoku. La version MT4 est disponible ici. Première stratégie : Cette stratégie consiste à identifier des croisements forts similaires qui se produisent rarement. Les meilleurs délais pour cette stratégie sont de 30 minutes (30M) et d'une heure (H1). Les symboles appropriés pour le laps de temps de 30
AxiomSuite SL Locker – Institutional Stop-Loss Protector for MetaTrader 5 AxiomSuite SL Locker is a professional stop-loss integrity module designed for traders who require strict execution rules on MT5. It protects every position opened by manual trading or Expert Advisors by enforcing safe and compliant stop-loss behavior. This module never opens or closes trades. It only supervises SL modifications in real time and corrects any invalid or risky change instantly. Perfect for prop-firm rule
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
Classic SNR MetaTrader 5 Expert Advisor | Multi-Symbol Support & Resistance Trading with Trend-Based Logic Overview Classic SNR Breakout EA is a professional trading robot that identifies structural Support & Resistance levels using daily swing points and executes trades based on H1 price action relative to these levels. The EA applies   dual logic : in an uptrend, it sells on H1 rejection below an SNR level; in a downtrend, it buys on H1 rejection above an SNR level. Breakout confirmations are
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
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
THV Keyboard Commander MT5: Fast, precise, and fully keyboard-driven. Built with a simplicity and speed mindset — your ultimate trading assistant. THV Keyboard Commander MT5 is a powerful and intuitive trading assistant that lets you open, close, or delete orders instantly using keyboard shortcuts — no more wasting time with manual clicking. You can place Buy/Sell Limit and Stop orders with one key press, and the EA automatically calculates price levels based on your open or pending trades, ens
HAS RSI Signal — Indicateur de Tendance Professionnel avec Calcul SL/TP HAS RSI Signal est un outil de trading puissant combinant des classiques éprouvés et des algorithmes modernes de filtrage du bruit. L'indicateur analyse le marché à travers le prisme des bougies Heiken Ashi Smoothed (HAS) et de l'oscillateur RSI , offrant au trader des signaux d'entrée clairs lors des retournements de tendance ou des sorties de zones de surachat/survente. Principaux Avantages : Double Filtrage : L'utilisatio
PROMETHEUS TECHNICAN VERSION Free | By THE SONS A gift from The Sons — no strings, no trial, no expiry. Every trader deserves access to professional-grade market intelligence. That belief is why Prometheus Technical Version exists, and why it costs nothing. Consider it our handshake to the trading community. What You're Getting This is not a simplified tool dressed up as a gift. Prometheus Technican Version is a fully built, institutional-quality technical analysis indicator running a dual-model
FREE
FUTURES ORDERFLOW FOOTPRINT CHART Professional OrderFlow EA for MetaTrader 5 Version 1.01| Professional tool for real traders | Institutional-Grade Visualization STRATEGY TESTER USERS - PLEASE SELECT EVERY REAL TICK WHEN TESTING AND YOU HAVE DOWNLOADED HISTORICAL DATA. IF YOU SEE A WAITING SCREEN AND IT IS NOT DOWNLOADING, IT MEANS YOU HAVE LOW HISTORICAL DATA. TRY 1 MIN AND 5 MIN FIRST ON 1 DAY DATA. ONE DAY DATA SHOULD BE THE NEWEST AND MOST CURRENT DATE. PLEASE WAIT UNTIL THE MARKET HAS ROL
À propos de l'indicateur Ce indicateur est basé sur des simulations de Monte Carlo des prix de clôture d'un instrument financier. Par définition, Monte Carlo est une technique statistique utilisée pour modéliser la probabilité de différents résultats dans un processus impliquant des nombres aléatoires basés sur des résultats observés précédemment. Comment cela fonctionne-t-il ? Ce indicateur génère plusieurs scénarios de prix pour un actif en modélisant les variations de prix aléatoires au fil
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.    If you want to test on Real Market, Let me know. I will give the Demo file to run on Real Account.    Whether you're a scal
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
5 (2)
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
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
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
Seconds Candles
Mativenga Geoffrey Mativenga
Seconds Candles Chart Utility  This Expert Advisor creates custom time-based candles shorter than 1 minute (10s–50s) by converting incoming market ticks into synthetic OHLC bars. Normally, MetaTrader only supports timeframes like:  M1, M5, M15, H1 etc. This EA allows you to generate sub-minute candles such as: 10-second candles, 20-second candles, 30-second candles, 40-second candles, 50-second candles These candles are written into a custom symbol so they behave like a normal chart. Traders
Nice Mamma
Pascal Hussenet
L'indicateur MAMMA est idéal pour les débutant comme pour les traders perfectionnés pour calculer les STOP, les VOLUMES ou le niveau de RISQUE. Vous avez un cockpit pour piloter les paramètres et adapter l'outil à votre trading. Ce cockpit peut être déplacé ou tout simplement réduit pour être agrandi quand vous en avez besoin. Il y a 3 modes de calcul : Vous pouvez automatiquement calculer le risque en fonction de ce que vous prévoyez de faire avec une taille de lot et une taille de stop Vou
# 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 - Système de trading basé sur les motifs Engulfing Détection automatique des chandeliers Engulfing avec confirmation par moyenne mobile Le PR EA est un expert advisor pour MetaTrader 5 qui identifie et trade les motifs Engulfing haussiers/baissiers lorsqu'ils sont confirmés par un filtre de moyenne mobile. Optimisé pour le timeframe M30, compatible avec M15 et H1. Caractéristiques principales : Reconnaissance de motifs - Détecte les formations Engulfing valides Confirmation de tend
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Vanguard Nexus AI (MT5) [Subtitle: Liquidity Sweep Hunter | FRAMA Trend Alignment | Smart Scaling] Introduction Vanguard Nexus AI is an advanced algorithmic trading system engineered to capitalize on market manipulation and stop-hunting. Instead of buying breakouts that often fail, the "Nexus Architecture" waits for the market to sweep liquidity pools (fakeouts) before entering in the direction of the true macro trend. The system is pow
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
OrdinalEdge Mean Reversion — Asian Session OrdinalEdge Mean Reversion is a rules-based  expert advisor designed for the Asian trading  session. The strategy identifies short-term price  extremes and targets a return to the statistical  mean, taking advantage of the low-volatility,  range-bound conditions typical of the Asian session. The expert does not use martingale, grid trading,  or tick scalping. One position is held at a time.  All positions are closed before the London  pre-session ope
ProEngulfing For MT5
Ashkan Hazegh Nikrou
Version gratuite de ProEngulfing : QualifiedEngulfing, avec une limitation d'un signal par jour et des fonctionnalités réduites. Pour suivre les dernières actualités sur tous les produits Koala, rejoignez le canal Koala Trading Solution dans la communauté mql5 en cliquant sur le lien ci-dessous : https ://www .mql5 .com /en /channels /koalatradingsolution La version MT4 de ce produit est téléchargeable via le lien suivant : https ://www .mql5 .com /en /market /product /52023 Présentation de Pro
Les acheteurs de ce produit ont également acheté
AI Agent Supervisor is NOT an Expert Advisor. AI Agent Supervisor   is a   multi-agent AI risk & portfolio supervisor   that watches every EA on your account and intervenes in real time.  WANT AN AI PORTFOLIO MANAGER WATCHING YOUR FLEET 24/7?   Run your fleet on the same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating unique data streams. The Supervisor r
Quant AI Agents are independent trading Expert Advisors. Instead of trading using a fixed strategy like other conventional EAs, Quant AI Agents   is a   multi-agent AI trading framework   that turns natural-language strategy prompts into live.  WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating un
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) MULTI-ASSET SUPPORT Trade any asset available on your broker - Forex: Major, Minor, Exotic pairs - Crypto: BTC, ETH, XRP, SOL, BNB - Stocks: Apple, Tesla, Amazon, Google, etc. - Commodities: Gold, Silver, Oil, Gas - Indices: US30, NAS100, SPX500, DAX40 - Any CFD your broker offers VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https:/
YuClusters
Yury Kulikov
4.93 (43)
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
HINN Lazy Trader
ALGOFLOW OÜ
5 (2)
The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   ->  [3] What can it do? - Understands Larry Williams market structure - Understands swing market structure by Michael Huddleston
MT5 Trading Deck
Manuel Michiels
5 (2)
One button. One trade. MT5 Trading Deck is a hotkey trading panel for MetaTrader 5 that turns the platform into a keyboard-driven execution cockpit. Stop loss, take profit and lot size are pre-calculated for every key; the moment you press, a market order is live on the broker. A complete technical user manual is attached in the product Comments section. It documents every input parameter, the full hotkey map, the recommended Stream Deck XL layout, and the advanced workflows for Pre-Limit orders
Gamma Edge Pro MT5
Xuan Nam Diep
1 (1)
Gamma Edge Pro MT5 — GexBot Classic API Integration Gamma Edge Pro   brings institutional-grade   Gamma Exposure (GEX) data   directly onto your MetaTrader 5 chart — the same data used by professional options traders to anticipate price magnets, hedging flows, and dealer positioning. Powered by the   GexBot Classic API , this indicator automatically maps options market data from US-listed instruments onto any   MT5 CFD instrument   — Forex pairs, Gold, indices, and more — with intelligent price
Crystal Trade Manager – Advanced MT5 Risk and Trade Control Utility Overview Crystal Trade Manager (CTM) is a professional MetaTrader 5 utility designed for risk management, trade automation, and instant execution control. It provides traders with an integrated system for protecting equity, managing daily drawdowns, controlling lot sizes, and applying automation features such as automatic SL/TP, break-even, and trailing stop. The tool is suitable for manual traders, prop-firm challenge particip
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
EA Performance Logger Telegram
Abdulqudus Tomiwa Akande-owoo
The Performance Logger is a utility for MetaTrader 5 designed to track and report account metrics. It identifies trades based on specific criteria and provides summaries of account activity. Main Functions Automated Reporting : Generates summaries of account performance and sends them to specified communication channels (Telegram or Discord) on a weekly, monthly, or yearly basis. Strategy Analysis : Organizes performance data based on the specific Expert Advisor or strategy used for each trade.
EA price is reduced to 50% discount for limited time period. Spot vs Future Arbitrage EA for MT5 Spot vs Future Arbitrage EA is an automated Expert Advisor designed for MetaTrader 5 that operates using price differences between Gold spot and Gold futures instruments. The strategy opens positions on both instruments simultaneously to take advantage of temporary differences between spot and futures prices. Requirements The trading account must provide both Gold spot and Gold futures instruments
******************************* ***************** ********************** ***************** ********************** ************************* GoldMine Train est un EA de stratégie de trading de tendance pour l'or. L'opérateur détermine la direction de la tendance principale et demande au train de se déplacer. Le train ACHÈTERA/VENDRA en continu dans cette direction. Le volume du lot dépendra du solde du compte et du ratio d'effet de levier prédéfini. Lorsque l'opérateur modifie la direction d
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
Introduction Our system is more than just a tool—it’s your personal guide in the dynamic trading landscape. Expertly developed and optimized using advanced strategies, this groundbreaking predictor gives traders a powerful edge. It’s not just about the features; it’s about a trading journey that stands out from the crowd. Get ready for an enhanced trading experience like never before! What It Does Next Candle Prediction: Imagine gaining insights into the market’s next move before it happens. Our
Here is the corrected, MQL5-compliant version of your second product description. I have removed the custom bullet point symbols, cleaned up the list formatting to use standard markdown, and organized the setup guide into clean, numbered steps. PropFolio Command Manager Pro is an advanced, multi-symbol execution terminal designed to automate your custom arrow indicators. Simply enter the name of your arrow indicator into the settings, and the Command Manager will monitor up to 30 currency pairs
Reward Multiplier is a semi-automatic trade manager based on pyramid trading that opens additional orders with the running profit of your trades to maximize return exponentially without increasing the risk. Unlike other similar EAs, this tool shows potential profit/loss and reward to risk ratio before even entering the first trade! Download Demo here  (starting lot is fixed at 0.01) Contact me to get a 7 days trial version of the product with full functionality. Guide + tips here MT4 version  
Trading Chaos Expert
Gennadiy Stanilevych
5 (11)
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
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
ENGLISH VERSION tg @eeevleee TICK CHART SERVICE - Professional Tick Ch
Professional Order & Risk Management EA for MT5 An advanced order management tool designed to help traders control risk, position size, and trade management with precision. Features include automatic lot size calculation , risk–reward management , manual & automatic partial closes , breakeven automation , market & pending order support , and hotkey execution — built for traders who value systematic and disciplined risk management . EA Features Automatic Lot Size Calculation Automatically c
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 est un panneau pour le balisage manuel rapide et convivial des vagues d'Elliott. On peut sélectionner une couleur et un niveau de marques. Il existe également des fonctions pour supprimer le dernier balisage et tout le balisage effectué par l'outil. Le balisage se fait en un clic. Cliquez cinq fois - ayez cinq vagues ! Elliott Wave Counter sera un excellent instrument à la fois pour les débutants et les analystes professionnels des vagues d'Elliott. Guide d'installation et d
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   est un module complémentaire qui permet aux commerçants d'envoyer des signaux à leurs canaux et groupes Telegram en temps réel. Avec des messages personnalisables, des captures d'écran de graphiques et d'autres fonctionnalités, l'outil aide les traders à partager leurs idées et stratégies de trading avec leurs abonnés. L'outil présente également un beau design avec un commutateur de thème clair et sombre, offrant aux utilisateurs une expérience de trading esthétique et
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
Filtrer:
Aucun avis
Répondre à l'avis