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!
Рекомендуем также
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 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
AlphaGain AI – Элитная точность в трейдинге с ИИ AlphaGain AI — мощный экспертный советник (EA) для MetaTrader 5, усиленный искусственным интеллектом и глубоким анализом исторических данных. Предназначен для трейдеров, которые стремятся стабильно получать прибыль, используя машинное обучение и адаптивную логику, подстраивающуюся под рыночные условия. Ключевые особенности: AI‑ядро: на основе свечных форм, зон волатильности и тренд‑логики. Тренирован на более чем 10 летах данных. Умная ст
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
Вела Эспециал Вы бы хотели использовать один из лучших индикаторов валютного обмена, основанный на стратегии Ишимоку, которая является очень успешной? Вы можете использовать отличный индикатор, основанный на стратегии Ишимоку. Версия MT4 доступна здесь. Первая стратегия: Эта стратегия включает в себя выявление похожих и редких, но мощных пересечений. Самые подходящие временные интервалы для этой стратегии - 30 минут (30M) и 1 час (H1). Подходящие символы для графика 30 минут: • CAD/JPY • CHF/J
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 EA Эксперт для MetaTrader 5 | Мульти-символьная торговля по уровням Support & Resistance с трендовой логикой Обзор Classic SNR Breakout EA - это профессиональный торговый робот, который определяет структурные уровни поддержки и сопротивления (Support & Resistance) с использованием дневных точек разворота и совершает сделки на основе ценового действия часового таймфрейма (H1) относительно этих уровней. EA применяет   двойную логику : на восходящем тренде продает при отбое (закрытии H1
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 – программа анализа и тестирования финансовых инструментов на платформе Metatrader 5. Объектом анализа является последовательность изменения цен Bid и Ask – тиков. Программа может быть полезна разработчикам скальперских советников и стратегий, тем, кто работает на новостях.   При загрузке программы заполняется массив тиков по финансовому инструменту,   на график которого установлена программа, за текущий период. Анализируемый период – 4 торговых дня. На этом периоде определяются и
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 — Профессиональный трендовый индикатор с расчетом SL/TP HAS RSI Signal — это мощный торговый инструмент, объединяющий проверенную классику и современные алгоритмы фильтрации шума. Индикатор анализирует рынок через призму сглаженных свечей Heiken Ashi и осциллятора RSI, предоставляя трейдеру четкие сигналы на вход в моменты разворота тренда или выхода из зон перекупленности/перепроданности. Основные преимущества: Двойная фильтрация: Использование Heiken Ashi Smoothed позволяет искл
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
О индикаторе Этот индикатор основан на моделировании Монте-Карло закрывающих цен финансового инструмента. По определению, Монте-Карло — это статистический метод, используемый для моделирования вероятности различных исходов в процессе, включающем случайные числа, основанные на ранее наблюдаемых результатах. Как это работает? Этот индикатор генерирует несколько сценариев цен для ценной бумаги, моделируя случайные изменения цен с течением времени на основе исторических данных. Каждый пробный запус
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  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 — это профессиональный торговый индикатор, основанный на концепциях Smart Money Concepts (SMC), анализе структуры рынка и уровнях Fibonacci. Индикатор автоматически определяет свинги рынка и строит уровни Fibonacci по последнему импульсному движению. Также индикатор определяет ключевые изменения структуры рынка: BOS — Break Of Structure CHOCH — Change Of Character Дополнительно отображаются сигнальные стрелки BUY / SELL при пробое структуры. Индикатор подход
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
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
Индикатор MAMMA идеально подходит как для начинающих, так и для опытных трейдеров для расчета СТОПов, ОБЪЕМОВ или уровня РИСКА. У вас есть кабина для управления параметрами и адаптации инструмента к вашей торговле. Эту кабину можно перемещать или просто уменьшать, чтобы увеличить, когда вам это нужно. Существует 3 метода расчета: Вы можете автоматически рассчитать риск на основе того, что вы планируете делать с размером лота и размером стопа Вы можете установить размер лота на основе ожидаемого
# 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
PR EA - Торговая система по паттернам Engulfing Автоматическое определение паттернов Engulfing с подтверждением скользящей средней PR EA - это советник для MetaTrader 5, который идентифицирует и торгует бычьи/медвежьи паттерны Engulfing при подтверждении фильтром скользящей средней. Оптимизирован для работы на 30-минутных таймфреймах с совместимостью с M15 и H1. Ключевые особенности: Распознавание паттернов - Выявляет действительные формации Engulfing Подтверждение тренда - Фильтр SMA 23
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
С этим продуктом покупают
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)
Внимание: Ознакомиться с работой программы можно с помощью бесплатной версии  YuClusters DEMO . YuClusters это профессиональная система анализа рынка. Для трейдера открываются уникальные возможности анализа потока ордеров, объемов торговли, движения цены используя различные графики, профили, индикаторы, графические объекты. YuClusters оперирует данными на основе ленты сделок или тиковой информации, в зависимости от того, что доступно в котировках финансового инструмента.  YuClusters позволяет с
Суть: используя юзер-интерфейс вы настраиваете параметры, которым должен соответствовать график до входа в позицию(позиции), настраиваете какие входные модели использовать, настраиваете правила по которым надо завершать торговлю и планирование. А всю рутину по наблюдению за графиком и исполнению Lazy Trader берет на себя. полное описание  :: 3 ключевых видео [1] -> [2] -> [3]  :: [ ДЕМО-ВЕРСИЯ ] Что он умеет? - Понимает структуру рынка по Ларри Вильямсу - Понимает Swing-структуру рынка по Майк
PineChart
Muhammad Minhas Qamar
Developed by MMQ —  PineChart: Run PineScript Inside MT5 With A Modern Charting Experience An MQL5 Expert Advisor that runs Pine Script indicators and strategies directly inside MetaTrader 5. PineChart includes a full Pine Script interpreter so you can use your existing Pine Script v5/v6 source code without manually rewriting anything in MQL5. Links [  Website  |  Documentation  |  Demo ] NOTE: Downloading demo through MQL5 will give you limited functionality. To experience PineChart fully, dow
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.
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
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
Unlimited Trade Copier Pro - это мощный инструмент для удаленного копирования сделок между несколькими счетами MetaTrader 4/MetaTrader 5, расположенными удаленно друг от друга, по сети интернет. Это идеальное решение для провайдеров сигналов, которые хотят поделиться своей торговлей с другими трейдерами по всему миру. Один поставщик может копировать сделки на неограниченное количество счетов-получателей, а один получатель также может копировать сделки неограниченного количества провайдеров. Пост
GRat Crypto
Ivan Titov
4.5 (2)
Торгуйте на криптобиржах в МТ5! GRat_Crypto — это инструмент для ручной и автоматической торговли, в т.ч ЛЮБЫМИ имеющимися советниками, ЛЮБОЙ криптовалютой на самых популярных криптобиржах в привычной среде MT5 в режиме 24/7. Возможности 1. Доступны ВСЕ инструменты 9 наиболее популярных криптобирж: Binance, BingX, Bybit, Coinbase, CoinEx, Kraken, KuCoin, MEXC  и OKX . 2. Возможность выставлять ЛЮБЫЕ доступные в MT5 типы ордеров, как рыночные, так и отложенные, модифицировать ордера и позиции, у
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
System Overview The Golden Remote Trade Copier MT5 is a professional-grade cloud-based system for global signal distribution. It consists of two components: the Master (paid broadcaster) and the Client (free receiver). Together, they synchronize trades across unlimited accounts, brokers, and VPS providers worldwide with millisecond execution accuracy, requiring no local network connection. THE MASTER COMPONENT: WHAT IT DOES This is the core broadcasting component for signal providers who want
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
TICK CHART SERVICE - Профессиональный сервис тиковых графиков для MT5 КРАТКОЕ ОПИСАНИЕ Tick Chart Service - это инновационный сервис для MetaTrader 5, который создает полноценные тиковые графики из любого инструмента в режиме реального времени. Система преобразует поток тиков в кастомный символ, позволяя торговать и анализировать ры
******************************* ***************** ********************** ***************** ********************** ************************* GoldMine Train — советник по стратегии трендовой торговли для золота. Оператор определяет основное направление тренда и дает команду поезду двигаться. Поезд будет непрерывно КУПИТЬ/ПРОДАТЬ в этом направлении. Объем лота будет зависеть от баланса счета и заданного коэффициента кредитного плеча. Когда оператор меняет направление тренда, поезд останавливае
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
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) Guide + tips here MT4 version   here You only open the first order. When your trade goes into profit RM opens a ne
Trading Chaos Expert
Gennadiy Stanilevych
5 (11)
Этот программный продукт не имеет аналогов в мире, поскольку он является универсальным "пультом управления" торговых операций, начиная от получения торговых сигналов, автоматизации входа в позиции, установки стоп-лоссов и тейк-профитов, а также трейлинга прибыли одновременно по множеству сделок в одном открытом окне. Интуитивно понятное управление экспертом в "три клика" на экране монитора позволяет полноценно использовать все его функции на разного рода компьютерах, включая планшетные. Взаимоде
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
Professional Order & Risk Management EA for MT5 Профессиональный инструмент управления ордерами и рисками, разработанный для трейдеров, которые стремятся к точному контролю риска, размера позиции и управления сделками. Экспертный советник предназначен для систематической и дисциплинированной торговли, предоставляя расширенные функции управления ордерами, расчёта риска и сопровождения позиций. Функции Expert Advisor Автоматический расчёт размера лота Автоматически рассчитывает размер лота на о
News Trader Pro - уникальный робот, позволяющий торговать на новостях по вашей стратегии. Он загружает все новости с нескольких популярных Forex-сайтов. Вы можете выбрать любую новость и настроить стратегию на торговлю по ней, а затем советник News Trader Pro будет торговать автоматически по выбранной стратегии на этой новости. Выход новости позволяет выиграть пипсы, так как в это время, как правило, происходит большое значение цены. Благодаря этому инструменту торговля на новостях стала проще,
Elliott Wave Counter — это панель для быстрой и удобной ручной разметки волн Эллиотта. Можно выбрать цвет и уровень оценок. Также есть функции для удаления последней разметки и всей разметки, сделанной инструментом. Разметка производится в один клик. Нажмите пять раз - будет пять волн! Счетчик волн Эллиотта станет отличным инструментом как для начинающих, так и для профессиональных аналитиков волн Эллиотта. Руководство по установке и вводу волнового счетчика Эллиотта если ты хочешь получить    
Если вы хотите рисовать линии Поддержки и Сопротивления, просматривать: дневные уровни открытия рынка, классические уровни разворота, уровни разворота Фибоначчи, трендовые линии, уровни Фибоначчи, время до закрытия свечи, а также текущий спред. Если вы хотите выставлять ваши ордера с точным лотом, который отвечает вашему желаемому риску стоп-лосса. Если вы хотите делать все это и много другое всего одним кликом, тогда это идеальный инструмент для вас. Этот инструмент позволит вам чувствовать себ
提供专业的EA编程服务,推出特色仪表盘EA编程,将您的交易策略自动化,可视化,一个图表管理多个交易货币对,详情查看: http://www.ex4gzs.com   Providing quick Developments and Conversion of MT4/MT5 EAs, Indicators, Scripts, and Tools. If you are looking for an Dashboard EA to turn your trading strategy into auto trading algo and to manage multi trades in one chart with visualizing tool, come and visit http://www.ex4gzs.com/en for more details. 如果产品有任何问题或者您需要在此产品上添加功能,请联系我 Contact/message me if you encounter any issue using the product or need extra feat
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)
Утилита позволяет строить различные виды графиков: Секундный график от 1 секунды до 86400 секунд Тиковый график от 1 тика и выше Объемный график Дельтовый график Ренко график Рендж график Демоверсия утилиты https://www.mql5.com/ru/channels/clustersecond Встроенные индикаторы для объемного анализа:  дневной профиль рынка и профиль рынка выбираемого таймфрейма, Cluster Search, Imbalance, VWAP, Dynamic POC, VAH, VAL профиль стакана цен вертикальный объем с различными вариантами отображения, дельта
Программа (скрипт) выводит на монитор информацию о корпоративных отчетах и дивидендах акций; информация скачивается с сайта   investing.com: Дата отчета Прибыль на акцию (EPS) Доход (Revenue) Рыночная капитализация Размер дивидендов Дата выплаты дивидендов Дивидендный доход Продукт нельзя протестировать в тестере   (так как там нет возможности получать информацию из интернета). Перед использованием :   н еобходимо добавить   2   URL  https://ru.investing.com/earnings-calendar/Service/getCalend
Telegram Publisher Agent   — это надстройка, которая позволяет трейдерам отправлять сигналы в свои каналы и группы Telegram в режиме реального времени. С помощью настраиваемых сообщений, снимков экрана и других функций этот инструмент помогает трейдерам делиться своими торговыми идеями и стратегиями со своими подписчиками. Инструмент также имеет красивый дизайн с переключением светлой и темной темы, предоставляя пользователям эстетичный и функциональный торговый опыт. Telegram Publisher Agent б
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
Фильтр:
Нет отзывов
Ответ на отзыв