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.
- Simple by design
- Perform backtests on historical data
- Simulate spot and margin trading
- Simulate trading fees
- Configurable environment
Install the package from NuGet
For more information and instructions, see the documentation.