We're happy to announce the release of the Co-Pilot (C# only); a rich automated documentation generator built to give you relevant hints while you're building your strategy. With deep API's it is impossible to memorize all the methods available; and time consuming to constantly search the documentation. As a coding companion, the co-pilot can inspect the types you're working on and provide the properties that are available.

https://www.youtube.com/watch?v=rFmaVEQASTI

The methods of the API are shown by the tables of code blocks, and detailed properties of the working variables are also available. We generate documentation from the reference text but also from the code API. These different documentation types are noted by the icons next to the results.

There are multiple documentation result types; text and code results.

Author