IqOptionApiDotNet
IqOptionApiDotNet copied to clipboard
Digital profit?
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?
Alguem? Anyone?
You can use PlaceDigitalOptions()
method to place orders on digital market and use WsClient.ClosedOptionObservable()
method to subscribe to any completed orders
You can use
PlaceDigitalOptions()
method to place orders on digital market and useWsClient.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.
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.