Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 770 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 770 Bytes

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

Documentation

For more information and instructions, see the documentation.