Hey there,

Lately I've seen quite a few posts and comments about the available Lean APIs, so I decided to create my own API documentation for Lean:

https://lean-api-docs.netlify.app/

This website is automatically updated every night at 00:00 UTC with API documentation for the master branch of Lean. You can see it as an up-to-date alternative to https://www.quantconnect.com/lean/docs, which hasn't been updated since Christmas 2017. It includes API documentation for all non-private C# classes and members, except those in test-related files and those in the Algorithm.CSharp namespace (to reduce noise). Besides the usual stuff, most classes are also accompanied with a rich inheritance diagram (example: AlphaModel) and most members are accompanied with links to their implementation in the source files (example: QCAlgorithm.GetParameter()).

Enjoy :)

Author