Algo.Analytics.CSharp/README.md
This project contains a set of C# analytics scripts designed for the StockSharp trading platform. Each script implements IAnalyticsScript and demonstrates how to process historical market data from S# storage and visualize results through charts, heatmaps or grids. The project is delivered as a class library (targeting .NET 6.0) and can be used inside the StockSharp Designer or any custom application that references StockSharp.Algo.Analytics.
These examples correspond to the Hydra analytics feature described in the documentation.
The project includes several sample scripts illustrating different analytical tasks:
Each script reads candles from IStorageRegistry using a specified IMarketDataDrive, StorageFormats and time frame. The resulting visuals are created through IAnalyticsPanel which exposes methods for creating charts, grids, heatmaps and 3‑D plots.
For help and discussion, join the StockSharp community chat.