How Copy Trade One Account To Multiple accounts ?

edited September 2019 in General

Hello ,
iwant to copy trades from master account to client accounts with markupi have few questions
1. how can i track when master account open trade using token
2. how can i copy that trade to client account with tokens with same price or different price ?

please provide some sample codes 

function subscribeToTransactions() {
api.events.on('transactions', function(response) {
console.log(response);
});
api.subscribeToTransactions();
}

I used this method ,
with this i can get if trade placed
but i want to copy that same trade to multiple account using Tokens

Comments

Sign In or Register to comment.