Skip to main content

FundingPips Trade Copier

99 words·1 min
Author
Anas Bassoumi
Based in Tunisia. Site reliability and software engineering, with funded prop firm trading on the side.

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.sh

Fetches dependencies and builds the copier binary.

Stack
#

Go, against the MatchTrader platform API.