This repository was archived by the owner on Feb 22, 2024. It is now read-only.
This repository was archived by the owner on Feb 22, 2024. It is now read-only.
How Copy Trade One Account To Multiple accounts ? #140
Open
Description
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
@martinov @raitucarp @borisyankov @raunakkathuria @aminroosta @gokula-krishna-dev
Metadata
Metadata
Assignees
Labels
No labels