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.
Last updated Jan 27, 2026
13
Stars
7
Forks
1
Issues
0
Stars/day
Attention Score
10
Language breakdown
No language data available.
▸ Files
click to expand
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 NuGetDocumentation
For more information and instructions, see the documentation.🔗 More in this category