Stock.Indicators
Stock Indicators for .NET is a C NuGet package that converts raw historical price quotes for stocks, commodities, forex, and cryptocurrencies into technical indicators and trading insights. This library serves as a foundational tool for building algorithmic trading systems, conducting technical analysis, developing machine learning models, and creating visual charting applications. It supports standard indicators including Moving Averages, Relative Strength Index, Stochastic Oscillator, and Parabolic SAR. The latest v3 release introduces comprehensive streaming capabilities for real-time data processing through three calculation styles: Series for batch historical processing, BufferList for efficient incremental updates, and StreamHub for real-time observable patterns with state management. Users can subscribe indicators to a QuoteHub, stream incoming quotes, and instantly access updated results. The package works seamlessly with user-provided OHLCV data sources across various financial markets. It is designe