About info Entry Price
How to find out the entry price of a purchase contract? Multiplication contracts.
Even in binary, buy and sell (CALL / PUT - CALLE / PUTE) I did not find a way to know the price that that buy or sell actually entered.
But, you can get around it, because in binaries I understand that the next price would be worth the price.
But for multiple contracts? API does not reveal the entry price, and after completion, the exit price? And if not, it works as for binaries, what price is it worth for the next tick?
Thanks
Tagged:
Comments
Hi @alecaus I think you will find what you are after using proposal open contract call https://developers.binary.com/api/#proposal_open_contract
It returns a lot of information about the contract including the
entry_spot
. Despite it saying "open" it can be used on closed contracts as well.Nice Michael.. I don't know how I didn't see that .. Thank you very much!