IqOptionApiDotNet
IqOptionApiDotNet copied to clipboard
I try to follow the example of CopyTradingExample, but it doesn't seem to receive the trader's orders
Olá Jorge, tudo bem? Estou com um problema onde não consigo pegar o resultado das minhas ordens depois de executá-las... vi que tiveram esse questionamento em 2020, tentei usar e...
Obtengo este error al usar **PlaceDigitalOptions** en 5 y 15 minutos. A 1 minuto trabaja bien. **quotesApplication.ConsumeQuoteByTime: invalid instrument: doAUDCAD-OTC202203182105PT5MCSPT** He modificado el código de IqOptionApiDotNet.Models.DigitalOptions en el método **_DigitalOptionsIdentifier_**...
Hi, following the examples I am trying to place orders with: ``` var result = await _viewModel.IqOptionClient.PlaceDigitalOptions( Id, ActivePair.EURUSD, OrderDirection.Put, IqOptionApiDotNet.Models.DigitalOptions.DigitalOptionsExpiryDuration.M5, 2); ``` The ErrorMessage returned is "active_not_found". Am I...
hi I just joined the IQ option and have not made a deposit yet. When I try to change the active balance to a demo through a API, I get...
Hello everybody I create a position and get the position ID, but How could I read the open position? Thank you very much Damian
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?
Como fazer para operar na digital, pq pesquisei no enum, só existia a opção de Binary ou Turbo, e na chamada do metodo `ClientIQOption.ClientIQ.WsClient.BuyAsync(requestId, pair, 2, IqOptionApiDotNet.Models.OrderDirection.Call, DateTime.Now.AddMinutes(1));)` nao existe...
Copy trading for digitals forex and others not available Do you have a way to suggest that it works like OpenOptionObservable this?
Hi, I am trying to implement the payout (TopAssets) for the Binary Options Instrument, as it is only returning to Digital Binaries. Has this function already been implemented for Binary...