SabrTrader.Sdk
0.1.0
dotnet add package SabrTrader.Sdk --version 0.1.0
NuGet\Install-Package SabrTrader.Sdk -Version 0.1.0
<PackageReference Include="SabrTrader.Sdk" Version="0.1.0" />
<PackageVersion Include="SabrTrader.Sdk" Version="0.1.0" />
<PackageReference Include="SabrTrader.Sdk" />
paket add SabrTrader.Sdk --version 0.1.0
#r "nuget: SabrTrader.Sdk, 0.1.0"
#:package SabrTrader.Sdk@0.1.0
#addin nuget:?package=SabrTrader.Sdk&version=0.1.0
#tool nuget:?package=SabrTrader.Sdk&version=0.1.0
SabrTrader SDK
The single package to install when building plugins for SabrTrader — custom indicators, strategies, bar types, and data providers.
Installing SabrTrader.Sdk brings in the full contract surface you compile against:
| Package | For building |
|---|---|
SabrTrader.Pipeline.Contracts |
Indicators, bar types, and data providers |
SabrTrader.Pipeline.Trading.Contracts |
Anything working with accounts, orders, and positions |
SabrTrader.Pipeline.Strategies.Contracts |
Custom trading strategies |
These are pure contract surfaces — no engine runtime code. The host application provides the implementations when it loads your plugin.
Install
<ItemGroup>
<PackageReference Include="SabrTrader.Sdk" Version="0.1.0" />
</ItemGroup>
using SabrTrader.Pipeline.Indicators;
public sealed class MyIndicator : IndicatorBase
{
protected override void OnBarUpdate() { /* your logic */ }
}
The package also ships MSBuild targets that can automatically deploy your built plugin into the host's plugins folder on each build (opt-in per project).
More about SabrTrader: https://www.sabrtrader.com/
License
The SDK contracts are licensed under the MIT License — use them freely, including in commercial plugins. The SabrTrader host application itself is proprietary and not covered by this license.
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- SabrTrader.Pipeline.Contracts (>= 0.2.0)
- SabrTrader.Pipeline.Strategies.Contracts (>= 0.1.0)
- SabrTrader.Pipeline.Trading.Contracts (>= 0.1.0)
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 |
|---|---|---|
| 0.1.0 | 98 | 7/15/2026 |