Amount buy_contract_for_multiple_accounts
how much for each individual amount.
Time, you can set a different amount for each account?
(...)
"buy_contract_for_multiple_accounts": "1",
"tokens": [
"SNiXl8NSYjps8Hsz",
"7QOya7dBULYiOdsJ"
]
(...)
Best Answers
-
hi, sb1
if u use a single websocket, trade execution get delayed.
you can do this by having several parallel websockets. lets say 100. so then your trades can be divided among them and execute.
i did such thing, and it worked well.
different amounts for different accounts executes @ exact same time.im developing a copy-options platform using api.binary. it will be live soon.
Answers
Thanks for the reply. I already found the solution.
Hi sb1 please tell me how to set a different amount for each account
Hi. I could not do in the end I had to create plans for fixed amounts copies of 10, 25, 50, 100, etc. I've seen how well that can work with Websockets, but that means that each client has a vps.
Hi, I have a solution which is very flexible to achieve what you need. Only 1 vps for all customers. Contact me at: alessandro.bernocchi@libero.it for details.
My skype Id is: bernocchialfa
Hi @amithbinary can you explain how you did that
@trade4mebinarydemo -- use some websocket connection pooling mechanism. its like database connection pooling.