IqOptionApiDotNet
IqOptionApiDotNet copied to clipboard
Error active_not_found on .PlaceDigitalOptions()
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 doing something wrong?