Copies trades - positions and pending limit/stop orders - from one master account to one or more slave accounts on the FundingPips MatchTrader platform.
Why#
Passing the same challenge on several accounts means placing the same trade several times, by hand, fast enough that the fills still match. That is exactly the kind of work that should not be manual.
Get it#
Needs Go 1.22+.
git clone git@github.com:anas1412/fp-mtr-tradecopier.git
cd fp-mtr-tradecopier
bash install.shFetches dependencies and builds the copier binary.
Stack#
Go, against the MatchTrader platform API.