IqOptionApiDotNet icon indicating copy to clipboard operation
IqOptionApiDotNet copied to clipboard

Digital profit?

Open lavendy opened this issue 3 years ago • 4 comments

I can see a get binary options profit function, but can't find a get digital profit function. Can I use the digital profit function or subscribe?

lavendy avatar Mar 21 '21 16:03 lavendy

Alguem? Anyone?

xxxmpsxxx avatar May 21 '21 11:05 xxxmpsxxx

You can use PlaceDigitalOptions() method to place orders on digital market and use WsClient.ClosedOptionObservable() method to subscribe to any completed orders

carlosdaniiel07 avatar Oct 08 '21 04:10 carlosdaniiel07

You can use PlaceDigitalOptions() method to place orders on digital market and use WsClient.ClosedOptionObservable() method to subscribe to any completed orders

I mean I can get binary or turbo profit percent using "client.GetProfitAsync" method but can not find get the digital profit percent method.

lavendy avatar Oct 12 '21 08:10 lavendy

Take a look at this issue. There is some examples where pople get the digital operation profit.

Unfortunatelly this method WsClient.ClosedOptionObservable() is not working for me anymore. The solution I found was to use this Python library to only get the operation result/profit.

carlosdaniiel07 avatar Oct 16 '21 01:10 carlosdaniiel07