An open API service indexing awesome lists of open source software.

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.

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/).