Trade Funnel system for prop firms to copy from many accounts into one

Trade Funnel System for Prop Firms – MT4 Only
How it works?

Features
- Fast and reliable copy from many accounts into one single account.
- Ability to reverse the trades.
- Ability to manipulate the lot size – double the lot size of each trade or reduce it – as per your needs.
- Can be run stand alone or integrate with the prop firm CRM.
- Optimized design to ensure low or minimum load on the broker trade server.
- Special conditions can be coded as per the need.
Requirements and limitations
- Needs manager access to the broker.
- Slave and master accounts must be on the same broker – if they are on different brokers, it is ok as long as you have manager API access to both the brokers.
- One setup can funnel trades into one slave account only.
- There is no graphical interface at this point. The utility needs to be setup and run at command line. Needs administrative access on the machine.
- For very high volume operations – trade copy may not be instantaneous – actual delay can vary from setup to setup and load on the broker server.
- System needs a windows server with 2016 Server OS or higher or Windows 11 with .NET framework. Minimum 8GB RAM and 200GB SSD Hard Disk is recommended.
- Manager ID with appropriate permissions along with the trade server IP address is needed to setup the system. Manager ID must have authorization to open and close trades on slave account and at least read trades from the master accounts.


Technical details
- System is built in C++ language and uses manager API framework.
- System uses pumping mode to access trades from the multiple slave accounts at a fast speed.
- Use of pumping mode protects the broker trade server from getting overloaded.
- Pumping mode also ensure rapid and near real-time access to the trades data.
- On the slave side, the manager access is opened without pumping mode so appropriate trade operations can be performed.