iqoptionapi 0.0.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package iqoptionapi --version 0.0.1
NuGet\Install-Package iqoptionapi -Version 0.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="iqoptionapi" Version="0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add iqoptionapi --version 0.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: iqoptionapi, 0.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install iqoptionapi as a Cake Addin #addin nuget:?package=iqoptionapi&version=0.0.1 // Install iqoptionapi as a Cake Tool #tool nuget:?package=iqoptionapi&version=0.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
iqoption.net
iqoption api to connect to www.iqoption.com (unofficial)
Milestone
- Get Candles information
- BuyBack Position
How to use
var client = new IqOptionApi("emailaddress", "password");
//begin connect
if(await client.ConnectAsync()){
//get user profile
var profile = await client.GetProfileAsync();
// open order EurUsd in smallest period (1min)
var exp = DateTime.Now.AddMinutes(1);
var buyResult = await api.BuyAsync(ActivePair.EURUSD, 1, OrderDirection.Call, exp);
// get candles data with 100 candles size till now
var candles = await api.GetCandlesAsync(ActivePair.EURUSD, 1, 100, DateTimeOffset.Now);
_logger.LogInformation($"Candles received {candles.Count}");
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.1
- Microsoft.Extensions.Configuration.Json (>= 2.1.1)
- Microsoft.Extensions.Logging (>= 2.1.1)
- Microsoft.Extensions.Logging.Configuration (>= 2.1.1)
- Microsoft.Extensions.Logging.Console (>= 2.1.1)
- Microsoft.Extensions.Logging.Debug (>= 2.1.1)
- Newtonsoft.Json (>= 11.0.2)
- restsharp (>= 106.3.1)
- Serilog.Extensions.Logging.File (>= 1.1.0)
- System.Reactive (>= 4.1.0)
- WebSocket4Net (>= 0.15.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.7 | 2,166 | 6/22/2020 |
2.1.6 | 994 | 6/22/2020 |
2.1.4 | 1,037 | 6/10/2020 |
2.1.2 | 1,066 | 6/1/2020 |
2.1.1 | 1,076 | 6/1/2020 |
2.1.0 | 1,058 | 5/30/2020 |
2.0.3 | 1,391 | 5/9/2020 |
2.0.2 | 1,526 | 4/5/2020 |
2.0.0-alpha1 | 1,698 | 2/13/2019 |
1.1.0.4 | 2,017 | 9/2/2018 |
1.1.0.3 | 1,475 | 8/31/2018 |
1.1.0.2 | 1,512 | 8/29/2018 |
1.1.0.1 | 1,489 | 8/28/2018 |
1.1.0 | 1,870 | 8/24/2018 |
1.0.0 | 1,498 | 8/20/2018 |
0.0.1 | 1,484 | 8/20/2018 |