https://github.com/notcoffee418/simplebacktestlib
SimpleBacktestLib is a C# library for backtesting trading strategies. It offers basic functions to simulate strategy performance and can be integrated into other C# projects.
https://github.com/notcoffee418/simplebacktestlib
backtesting csharp dotnet nuget-package trading trading-algorithms
Last synced: 9 months ago
JSON representation
SimpleBacktestLib is a C# library for backtesting trading strategies. It offers basic functions to simulate strategy performance and can be integrated into other C# projects.
- Host: GitHub
- URL: https://github.com/notcoffee418/simplebacktestlib
- Owner: NotCoffee418
- License: mit
- Created: 2023-01-14T13:53:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T13:39:51.000Z (about 2 years ago)
- Last Synced: 2025-09-01T21:50:14.279Z (10 months ago)
- Topics: backtesting, csharp, dotnet, nuget-package, trading, trading-algorithms
- Language: C#
- Homepage: https://notcoffee418.github.io/SimpleBacktestLib
- Size: 124 KB
- Stars: 11
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleBacktestLib
SimpleBacktestLib is a C# library for backtesting trading strategies. It offers basic functions to simulate strategy performance and can be integrated into other C# projects.
By design, it offers a minimal set of features without getting in your way. It is not a full-featured trading platform, but rather a tool to help you develop and test your strategies.
## Features
- Simple by design
- Perform backtests on historical data
- Simulate spot and margin trading
- Simulate trading fees
- Configurable environment
## Installation
Install the package from [NuGet](https://www.nuget.org/packages/SimpleBacktestLib)
## Documentation
For more information and instructions, see the [documentation](https://notcoffee418.github.io/SimpleBacktestLib/).