How Copy Trade One Account To Multiple accounts ?
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
@vimanga you would need to make a new authorise call https://developers.binary.com/api/#authorize and then a https://developers.binary.com/api/#buy with the same parameters as the master account. There is a built in copy trading system you can also use https://developers.binary.com/api/#copy_start
@michael_mueller with this can we set any markup margin ?
https://developers.binary.com/api/#copy_start
Please I need an API to place/order a new contract.
Hope to read reply soon and I need it in my on going project.
Thanks in advance as you provide me a solution.
Emmanuel
Hello ,
i created Copy trading system with you api's
its grate you can see here if you want
https://copy-trade.herokuapp.com/
But BTW now i want see my markup profit , and i want know how can i withdraw my that money ?
Thanks
@vimanga I think this page has the answer https://www.binary.com/en/affiliate-ib.html?tabs=affiliate&commission_structure=revenue look in the faq section, otherwise you can request help from the support page https://www.binary.com/en/contact.html
i created site with using binary.com api's
and create and APP with markup percentage ,
so my question is how can we see our profit using our registered app id ?
https://developers.binary.com/api/#app_markup_details
@michael_mueller last question when i will be credited with my profit ?
i mean date ? in the month ?
thanks
@vimanga Payments are processed on 15th of each month - e.g. October commission will be credited to the account on 15th November.
There is no limit in theory to the amount of slave accounts, the accounts do not need to be yours.