acb787e8f6
* Docs(Algorithm): Add XML code references Adds XML documentation tags (<see/>, <paramref/>) to code references within the Algorithm folder. This improves code navigation, IntelliSense, and helps the stubs generator tool to correctly map C# elements. Resolves #9016 * Fix missing newline at end of QCAlgorithm.cs * Update print statement from 'Hello' to 'Goodbye' * Fix documentation for market parameter in crypto methods