Overview of Skender.Stock.Indicators v2 API coverage
mainThe test application exercises a wide range of technical indicators and utility methods available in the v2 API.
Indicators Tested
The application covers over 200 indicators across various categories, including:
- Trend/Momentum: ADX, EMA, MACD, RSI, SMA, Stochastic, etc.
- Volatility: ATR, Bollinger Bands, Keltner, StdDev, etc.
- Volume/Flow: ADL, CMF, OBV, VWAP, etc.
- Specialized: Ichimoku, Renko, ZigZag, etc.
Input Variations
Indicators are tested using:
- Default parameters: Standard/recommended settings.
- Custom parameters: Non-default values.
- Quote inputs: Standard OHLCV data.
- Tuple inputs: Simplified
(DateTime, double)pairs where supported. - Enum parameters: Various enumeration types such as
EndType,BetaType,ChandelierType,MaType,PeriodSize, andPivotPointType.
Utility Methods
Quote Utilities
Use(): Extract candle part values.ToSortedCollection(): Sort and convert quotes.ToTupleCollection(): Convert to tuples.Aggregate(): Aggregate to larger periods.Validate(): Validate quote data.ToCandle()/ToCandles(): Convert to candle properties.Find(): Find specific quote by date.
Result Utilities
ToTupleChainable(): Convert reusable results to tuples.ToTupleNaN(): Convert with NaN handling.Find(): Find specific result by date.