Collective TP SL manager

1. Introduction

Collective TP Manager v2 is a MetaTrader 5 Expert Advisor designed to automatically manage the collective Take Profit and Stop Loss of multiple open positions on a single symbol. Instead of setting individual TP/SL for each order, this EA monitors the combined profit/loss of all (or filtered) positions and takes action when your targets are reached.

1.1 Why You Need This EA

In modern trading, especially scalping and multi-EA environments, manually tracking the net profit of dozens of positions is impractical and error-prone. This EA solves critical problems that every active trader faces:

The Scalping Challenge

Scalping demands split-second decisions. When you are running 5–20 rapid-fire trades in quick succession, you simply cannot calculate combined profit in real time. A single moment of hesitation can turn a winning session into a losing one. This EA continuously monitors your collective P&L and closes all positions the instant your dollar target is hit — no delays, no emotions, no missed exits.

The Multi-EA Problem

Many traders run multiple Expert Advisors simultaneously on the same symbol — one for trend-following, another for mean-reversion, and perhaps a grid or martingale strategy. Each EA manages its own orders independently, but none of them knows about the combined exposure. Without a centralized profit manager:

       One EA may keep adding positions while the account is already in deep drawdown from another EA.

       Your total profit may have already exceeded your daily target, but individual EAs keep trading.

       A sudden market reversal can wipe out gains across all strategies before any single EA reacts.

Collective TP Manager acts as your central risk controller, watching the big picture and stepping in when it matters most.

Real-World Scenarios

Scenario 1: Scalping Session

You open 12 quick Buy trades on EURUSD during a news spike. Some are +$3, some are -$1.

Net profit hits your $10 target → EA instantly closes ALL 12 positions.

Without the EA, you would still be manually calculating while the market reverses.

 

Scenario 2: Multi-EA with Drawdown Protection

EA-1 (Grid) has 8 Buy orders at -$45. EA-2 (Scalper) has 3 Buy orders at +$20.

Combined loss = -$25. Your drawdown limit is 2% of balance.

Collective TP Manager detects the threshold breach and closes everything — saving your account.

 

Scenario 3: Buy/Sell Separation

You have a hedge setup: 5 Buy orders and 5 Sell orders on GBPUSD.

You want to take profit only on Buys when they collectively reach +$15.

Set ManageMode = Buy Only. The EA closes only the Buy side and leaves Sells untouched.


 

2. Installation

1.    Copy the file Collective_TP_Manager_v2.mq5 into your MT5 data folder: MQL5/Experts/

2.    Restart MetaTrader 5 or right-click the Navigator panel and select Refresh.

3.    Drag the EA onto the chart of the symbol you want to manage.

4.    In the popup dialog, go to the Inputs tab and configure your parameters (see Section 3).

5.    Make sure "Allow Algo Trading" is enabled (the green icon in the toolbar).

Important

The EA only manages positions on the symbol of the chart it is attached to.

You can attach separate instances to different charts for multi-symbol management.

作者のその他のプロダクト
SMC Complete Indicator v4 - Trading Guide Introduction The SMC Complete Indicator v4 is a Smart Money Concepts (SMC) trading tool for MetaTrader 5. It automatically identifies institutional trading patterns to help traders align with "smart money" - banks, hedge funds, and market makers. Core Principle: Large institutions need liquidity to fill massive orders. They create predictable patterns: accumulating at key levels, hunting stop losses, leaving footprints (Order Blocks, FVGs), and creating
FREE
Breakout Trend Trading Strategy Guide Table of Contents Core Concepts Breakout & Rejection Rules Entry & Exit Strategies Risk Management Trade Examples Common Mistakes Core Concepts The Breakout Trend Indicator identifies two key market behaviors: Breakouts : Price breaks through support/resistance levels Rejections : Price fails to break through these levels Indicator Calculations Top = Highest high of X candles (excluding current) Top1 = Highest high of X candles (including current) Bottom = L
FREE
# Super Trend Indicator - User Guide **Version:** 1.04 | **Platform:** MetaTrader 5 | **Release:** January 2025 --- ## OVERVIEW The **Grid Trend Indicator** combines Supertrend with Dual EMA filters to identify high-probability trading opportunities. Unlike standard indicators showing only bullish/bearish signals, this adds a crucial third state: **NO TREND**. ### Key Features **Triple-State System**: UPTREND (Green) / DOWNTREND (Red) / NO TREND (Gray)   **Multi-Layer Filtering**: S
FREE
Support Resistance Channels - Trading Guide Table of Contents Overview Indicator Basics Understanding the Channels Trading Strategies Entry and Exit Signals Risk Management Best Practices Common Mistakes to Avoid Overview The Support Resistance Channels indicator automatically identifies and displays the strongest support and resistance zones based on pivot points. Unlike simple horizontal lines, this indicator creates channels (zones) which better represent real market behavior where support an
FREE
CCI VISUAL ENHANCED - MT5 USER GUIDE INTRODUCTION CCI Visual Enhanced for MetaTrader 5 features: Intuitive visual interface Automatic buy/sell signals Smart alert system Dynamic histogram Strong signal & divergence detection INSTALLATION Method 1: MetaEditor (Recommended) Open MT5 → Press F4 (MetaEditor) File → New → Custom Indicator Program Name: CCI_Visual_Enhanced → Finish Delete sample code, paste .mq5 code Press F7 to compile Add to chart: Insert → Indicators → Custom
FREE
MCD Hot Money visualizes three distinct market participant groups as color-coded histograms in a separate sub-window, all normalized to a 0–20 scale. The indicator uses a sensitivity-weighted, offset-adjusted RSI engine to reveal when large institutional capital is entering or exiting the market. BUFFERS Retailer (Green) — fixed at 20, ceiling reference line Hot Money (Yellow) — short-term institutional flow, based on RSI(40) with base offset 30, sensitivity 0.7 Banker (Red) — smart / la
FREE
EMA Offset Bands Indicator - Description & Trading Guide Description The EMA Offset Bands indicator is a custom technical analysis tool designed for MetaTrader 5 that displays a central Exponential Moving Average (EMA) line surrounded by percentage-based offset bands. This indicator creates dynamic support and resistance levels that automatically adjust based on the EMA value. Key Features: Central EMA line (default: 200-period, displayed in yellow) Four upper offset bands at 1%, 2%, 3%, and 4%
FREE
1. What It Does OrderByMagic is a display-only Indicator for MT5. It reads all open positions on your account and shows them grouped by Magic Number directly on the chart — updated every 2 seconds. It never opens, closes, or modifies any trade. 2. Why You Need It The Magic Number collision problem Every EA stamps a Magic Number on the orders it opens so it can identify and manage them later. When you run multiple EAs at the same time, each one must have a unique Magic Number. In practice this o
FREE
RANGE TRADING METHOD GUIDE Using the MultiTF_TopBottom_Bands Indicator 1. INTRODUCTION 1.1. What is Range Trading? Range Trading is a trading method based on identifying the price oscillation zone (range) of the market and utilizing price movements within this zone to trade. 1.2. Basic Principles Top : Resistance zone - where price typically gets pushed down Bottom : Support zone - where price typically gets pushed up Range : The distance between Top and Bottom % Lines : Important intermediate l
FREE
MACD ADVANCED - BRIEF DESCRIPTION INTRODUCTION MACD Advanced is an enhanced version of the traditional MACD indicator featuring an intelligent 4-color system that helps traders easily identify market trends and momentum. KEY FEATURES 1. Smart 4-Color System Bright Green (Lime) - Strong Bullish: MACD > 0 and MACD > Signal Light Green (DarkSeaGreen) - Weak Bullish: MACD > 0 but MACD < Signal ️ Bright Red (Red) - Strong Bearish: MACD < 0 and MACD < Signal Orange Red (OrangeRed)
FREE
OneClick Trade Panel v1.0 — MT5 Expert Advisor Professional On-Chart Trading Panel with Built-in Risk Calculator What Is It? OneClick Trade Panel is an all-in-one trading panel that sits directly on your MT5 chart. It replaces the default MT5 one-click window with a full-featured interface combining: order execution, automatic lot calculation, visual SL/TP planning, position monitoring, and batch close operations. Built for speed. Built for risk control. No DLLs, no external dependencies. Key Fe
フィルタ:
レビューなし
レビューに返信